/**reset elements, specify colors, specify sprite icons **/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}textarea{vertical-align:top}
.mobile-only {
	display: none;
}

.treatment-program ul {
	list-style: disc;
	margin:10px 30px;
}

.treatment-program .program-price {
	background: #f1f1f1;
	padding: 20px 5%;
}


#privacy-consent {
	display: none;
	position: fixed;
	background: #fff;
    left: 0;
  	bottom: 0;
  	width: 70%;
  	padding: 10px 25% 0px 5%;
  	border-top: 2px solid #ccc;
  	opacity:0.90;
	filter:alpha(opacity=90); /* For IE8 and earlier */
  	z-index: 9999999999999999;
	color: #fff;
}

#privacy-consent p {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 10px;
	color: #333;
}

#privacy-consent a {
	font-size: 14px;
	line-height: 18px;
	color: #05a4a4;
}

#privacy-consent .privacy-close {
	position: absolute;
    bottom: 10px;
    right: 20%;
	color: #fff;
	cursor: pointer;
	padding: 2px 10px;
	font-size: 14px;
	background: #05a4a4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.loader{
    position: fixed;
    display: none;
    left: 45%;
  	top: 45%;
  	width: 10%;
  	height: 10%;
  	z-index: 9999;
  	
}
.loader img {
	width: 100%;
}

.left {float: left}
.right {float: right;}
.clear {clear:both;}
.hidden {display: none;}

.fg-red {color: #af0004;}
.bg-red {background-color: #af0004;}
.fg-teal {color: #05a4a4;}
.bg-teal {background-color: #05a4a4;}
.fg-dark {color: #4f4f4f;}
.bg-dark {background-color: #4f4f4f;}
.fg-light {color: #bcbcbc;}
.bg-light {background-color: #bcbcbc;}
.fg-grey {color: #4d4d4d;}
.bg-grey {background-color: #4d4d4d;}
.fg-999 {color: #999999;}
.bg-999 {background-color: #999999;}

.table {  margin: 0 0 40px 0;  width: 100%;  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);  display: table;}
.table tr {  display: table-row;  background: #fff;}
.table thead {  border-bottom: 3px solid #f06a6a;}
.row.child {  display: table-row;  background: #f6f6f6; color: red;}
.row.child .cell:first-child {padding-left: 40px  !important;}
.table tr:nth-of-type(even) {  background: #eaeaea;}
.table tr.header {  font-weight: 900;  color: #333;  background: #fff;}
.table thead .cell {  padding: 20px 12px !important;  display: table-cell;/*border: 1px solid #e8e8e8*/}
.table tr .cell {  padding: 15px 12px;  display: table-cell;/*border: 1px solid #e8e8e8*/}
.cell:nth-of-type(even) {  width: 25%;padding-left:10%; text-align:left !important;/*border: 1px solid #e8e8e8*/}
@media screen and (max-width: 580px) {
	.table {    display: block;  }
	.row {    padding: 8px 0;    display: block;  }
	.cell {    padding: 2px 12px;    display: block;  }
}

.addthis_sharing_toolbox {
	margin-top: 10px;
}

.g-recaptcha {
	padding: 20px 0;
}


/*[class^="seq-"] {
	visibility: hidden;
}*/

[class^="icon-"] {
	display: block;
	background-image: url(/images/icons.png);
	background-repeat: no-repeat;
}

[class*="flag-"] {
	width: 25px;
	height: 15px;
	display: block;
	background-image: url(/images/flags.png);
	background-repeat: no-repeat;
}

.icon-en {
	width: 19px;
	height: 19px;
	background-position: 0px 0px;
}

.icon-ru {
	width: 19px;
	height: 19px;
	background-position: -25px 0px;
}

.icon-search-top-1 {
	width: 15px;
	height: 15px;
	background-position: -75px 0px;
}

.icon-search-top-1:hover {
	background-position: -50px 0px;
}

.icon-search-top-2 {
	width: 10px;
	height: 10px;
	background-position: -100px 0px;
}

.icon-breadcrumbs {
	width: 4px;
	height: 6px;
	background-position: -175px 0px;
}

.icon-bubble-1 {
	width: 8px;
	height: 12px;
	background-position: -225px -50px;
}

.icon-bubble-2 {
	width: 8px;
	height: 12px;
	background-position: -200px -50px;
}

.icon-play-big {
	width: 100px;
	height: 100px;
	background-position: 0px -100px;
}

.icon-up {
	width: 24px;
	height: 24px;
	background-position: -125px 0px;
}

.icon-up:hover {
	background-position: -150px 0px;
}

.icon-up-large {
	width: 64px;
	height: 64px;
	background-position: 0px -25px;
}

.icon-up-large:hover {
	background-position: -75px -25px;
}

.icon-square-divider {
	width: 3px;
	height: 3px;
	background-position: -250px -50px;
}

.icon-square-divider-green {
	width: 5px;
	height: 5px;
	background-position: -275px -50px;
}

.icon-visa {
	width: 38px;
	height: 25px;
	background-position: -150px -25px;
}

.icon-mastercard {
	width: 38px;
	height: 25px;
	background-position: -200px -25px;
}

.icon-paypal {
	width: 38px;
	height: 25px;
	background-position: -250px -25px;
}

.icon-footer-phone {
	width: 15px;
	height: 15px;
	background-position: -200px 0px;
}

.icon-footer-fax {
	width: 15px;
	height: 15px;
	background-position: -225px 0px;
}

.icon-footer-address {
	width: 15px;
	height: 15px;
	background-position: -250px 0px;
}

.icon-footer-email {
	width: 15px;
	height: 15px;
	background-position: -275px 0px;
}

.icon-footer-vk {
	width: 14px;
	height: 19px;
	background-position: -150px -75px;
}

.icon-footer-odno {
	width: 12px;
	height: 20px;
	background-position: -175px -75px;
}


.icon-footer-fb {
	width: 9px;
	height: 19px;
	background-position: -200px -75px;
}

.icon-footer-googleplus {
	width: 22px;
	height: 19px;
	background-position: -225px -75px;
}

.icon-footer-twitter {
	width: 23px;
	height: 19px;
	background-position: -250px -75px;
}

.icon-footer-youtube {
	width: 26px;
	height: 19px;
	background-position: -275px -75px;
}

.icon-arrow-teal-right {
	width: 14px;
	height: 7px;
	background-position: -300px -25px;
}

.icon-arrow-teal-left {
	width: 14px;
	height: 7px;
	background-position: -300px -50px;
}

.icon-arrow-teal-up {
	width: 5px;
	height: 8px;
	background-position: -425px -100px;
}

.icon-arrow-teal-down {
	width: 5px;
	height: 8px;
	background-position: -400px -100px;
}

.icon-arrow-white-right {
	width: 14px;
	height: 7px;
	background-position: -125px -100px;
}

.icon-user {
	width: 12px;
	height: 12px;
	background-position: -150px -100px;
}

.icon-green-enlarge {
	width: 12px;
	height: 12px;
	background-position: -175px -100px;
}

.icon-vk-1 {
	width: 32px;
	height: 32px;
	background-position: -200px -100px;
}

.icon-facebook-1 {
	width: 32px;
	height: 32px;
	background-position: -250px -100px;
}

.icon-google-plus-1 {
	width: 32px;
	height: 32px;
	background-position: -300px -100px;
}

.icon-twitter-1 {
	width: 32px;
	height: 32px;
	background-position: -350px -100px;
}

.icon-grey-enlarge {
	width: 24px;
	height: 24px;
	background-position: -450px -100px;
}

.icon-phone-white {
	width: 17px;
	height: 17px;
	background-position: -275px -150px;
}

.icon-phone-green {
	width: 17px;
	height: 17px;
	background-position: -300px -150px;
}

.icon-fax-green {
	width: 18px;
	height: 17px;
	background-position: -325px -150px;
}

.icon-email-green {
	width: 18px;
	height: 18px;
	background-position: -350px -150px;
}

.icon-address-green {
	width: 18px;
	height: 19px;
	background-position: -375px -150px;
	margin-bottom: 40px;
}

.icon-article-green {
	width: 12px;
	height: 14px;
	background-position: -400px -150px;
}

.icon-pagination-prev {
	width: 28px;
	height: 28px;
	background-position: -150px -175px;
}

.icon-pagination-prev-disabled {
	width: 28px;
	height: 28px;
	background-position: -150px -225px;
}

.icon-pagination-next {
	width: 28px;
	height: 28px;
	background-position: -200px -175px;
}

.icon-pagination-next-disabled {
	width: 28px;
	height: 28px;
	background-position: -200px -225px;
}

.icon-doctors {
	width: 20px;
	height: 20px;
	background-position: -400px -125px;
}

.icon-departments {
	width: 20px;
	height: 20px;
	background-position: -425px -125px;
}

.icon-contact-us {
	width: 20px;
	height: 20px;
	background-position: -450px -125px;
}

.icon-quick-heart {
	width: 25px;
	height: 25px;
	background-position: -475px -150px;
}

.icon-quick-list {
	width: 25px;
	height: 25px;
	background-position: -475px -175px;
}

.icon-quick-phone {
	width: 25px;
	height: 25px;
	background-position: -475px -200px;
}

.icon-envelop {
	width: 39px;
	height: 17px;
	background-position: -300px -275px;
}

.icon-double-arrows {
	width: 20px;
	height: 20px;
	background-position: -475px -225px;
}

.icon-double-arrows-black {
	width: 20px;
	height: 20px;
	background-position: -450px -225px;
}

.icon-single-arrow {
	width: 10px;
	height: 20px;
	background-position: -475px -250px;
}

.icon-single-arrow-teal {
	width: 10px;
	height: 20px;
	background-position: -475px -275px;
}

.icon-slider-back {
	width: 19px;
	height: 17px;
	background-position: -425px -325px;
}

.icon-slider-pause {
	width: 19px;
	height: 17px;
	background-position: -450px -325px;
}

.icon-slider-play {
	width: 19px;
	height: 17px;
	background-position: -450px -300px;
}

.icon-slider-forward {
	width: 19px;
	height: 17px;
	background-position: -475px -325px;
}

.icon-quote {
	width: 25px;
	height: 25px;
	background-position: -250px -300px;
}

.icon-quote-after {
	width: 25px;
	height: 25px;
	background-position: -275px -300px;
}

.flag-il {background-position: -25px 0}
.flag-ru {background-position: -50px 0}
.flag-ua {background-position: 0 -15px}
.flag-us {background-position: -25px -15px}

/********************************NIVO SLIDER ****************************/
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	margin:0;
	padding:0;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	right:0px;
	max-width: none;
}
.nivo-main-image {
	margin:0;
	padding:0;
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/*******************************************************************************************/
.main-slider {
	margin: 10px auto 0;
	width: 1200px;
	height: 330px;
	border-top: 4px solid #efefef;
	position: relative;
}

.main-slider #yt-fancy-home {
	position: absolute;
	right: 98px;
	top: 100px;
	z-index: 998;
}

.main-slider-image {
	width: 1200px;
	height: 330px;
	overflow: hidden;
}

.main-slider > ul > li {
	display: none;
}

.main-slider ul.main-slider-text {
	display: block;
	height: 306px;
	width: 460px;
	position: absolute;
	top: 0;
	left: 20px;
	padding: 24px 19px 0 20px;
	margin: 0;
	background-color: #fefefe;
	opacity:0.90;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	z-index: 900;
}

.main-slider ul.main-slider-text > li {
	display: none;
}

.main-slider ul.main-slider-text > li.selected {
	display: block;
}

.main-slider ul.main-slider-text > li > div > ul {
	list-style-type: disc;
	margin-left: 20px;
}

.main-slider ul.main-slider-text > li > div > ul > li {
	padding-bottom: 5px;
}

.main-slider ul.main-slider-text h1,.main-slider ul.main-slider-text h2, .main-slider ul.main-slider-text p.header {
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	color: #111;
	font-family: "PT Sans",arial,sans-serif;
}

.main-slider ul.main-slider-text div {
	padding: 10px 0;
	font-size: 18px;
	line-height: 24px;
	color: #4d4d4d;
}

.main-slider ul.main-slider-navs {
	position: absolute;
	bottom: 20px;
	left: 40px;
	z-index: 901;
}

.main-slider ul.main-slider-buttons {

	position: absolute;
	bottom: -37px;
	left: 170px;
	z-index: 901;
}

.main-slider ul.main-slider-buttons li.back {
	display: block;
	padding-right: 15px;
}

.main-slider ul.main-slider-buttons li.pause {
	display: block;
	padding-right: 5px;
	padding-top: 1px;
}

.main-slider ul.main-slider-buttons li.forward {
	display: block;
}

.main-slider ul.main-slider-navs li {
	margin-right: 9px;
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 1px solid #b5b5b5;
	cursor: pointer;
}

.main-slider ul.main-slider-navs > li.selected {
	background: #05a4a4;
}

.main-slider a.learn-more {
	position: absolute;
	bottom: 17px;
	left: 260px;
	z-index: 5;
	font-size: 16px;
	line-height: 17px;
	color: #fff;
	z-index: 901;
	text-decoration: none;
	padding: 15px 10px 9px 13px;
	background: #05a4a4;

	behavior: url(/css/PIE.htc);
}

.main-slider a.learn-more:hover {

}

.main-slider a.learn-more span{
	padding-right: 3px;
}

.main-slider a.learn-more i{
	margin-top: 2px;
}

/*.main-slider a.learn-more {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 40px;
	z-index: 5;
	font-size: 16px;
	line-height: 17px;
	color: #fff;
	z-index: 901;
	text-decoration: none;
	padding: 9px 10px 4px 10px;
	/*padding: 10px;*/
	/*background: #05a4a4;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#05a4a4), to(#004444));
	background: -webkit-linear-gradient(#05a4a4, #004444);
	background: -moz-linear-gradient(#05a4a4, #004444);
	background: -ms-linear-gradient(#05a4a4, #004444);
	background: -o-linear-gradient(#05a4a4, #004444);
	background: linear-gradient(#05a4a4, #004444);
	-pie-background: linear-gradient(#05a4a4, #004444);
	behavior: url(/css/PIE.htc);
}

.main-slider a.learn-more:hover {
	background: #05a4a4;
}

.main-slider a.learn-more span{
	padding-right: 3px;
}

.main-slider a.learn-more i{
	margin-top: 2px;
}*/

.big-image {
	min-width: 1200px !important;
	margin: 10px auto 0;
	overflow: hidden;
	height: 330px;
	border-top: 4px solid #efefef;
	background-repeat: no-repeat;
	position: relative;
}

.big-image-alt {
	position: absolute;
	right: 20px;
	bottom: 15px;
	font-style: italic;
	font-weight: bold;

}

#main-image {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

#grey-box-opacity {
	width: 460px;
	height: 290px;
	padding: 0px;
	margin: 20px 5px;
	background: #efefef;
	opacity:0.60;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

#value-p {
	position: absolute;
	width: 420px;
	margin-top:38px;
	margin-left: 25px;
}

#value-p-text {
	width: 400px;
}

#value-p img{
	margin-left: 5px;
}

#value-p h1 {
	font-size: 24px;
	line-height: 30px;
	margin-left: 5px;
	margin-top: 7px;
	font-family: "PT Sans",arial,sans-serif;
	font-weight: bold;
}

#value-p p {
	margin: 10px 5px;
	font-size: 16px;
	line-height: 24px;
	text-shadow: 0px 0px 10px #fff;
}

#value-p .goto {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #05a4a4;
	font-weight: bold;
	text-decoration: none;
}

#shadow-divider {
	height: 13px;
	margin: 0 auto 25px;
	background: url(/images/shadow-strip.png) no-repeat;
}

#main-wrapper {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto 40px;
}

.home-text-columns {

	overflow: hidden;
}

.home-text-columns #apply-page {
	width: 640px;
	margin-top: 30px;
	overflow: hidden;
}

.home-text-columns h1 {
	padding-bottom: 20px;
	font-size: 24px !important;
	line-height: 30px;
	color: #4d4d4d;
	border-top: 2px solid #ccc;
	padding-top: 30px;
	margin-top: 0px;
}

.home-text-columns h2 {
	padding-bottom: 20px;
	font-size: 22px !important;
	line-height: 26px;
	color: #4d4d4d;
	border-top: 1px dotted #ccc;
	padding-top: 30px;
}

.home-text-columns a.departments {
	color: #fff;
	margin-top: 15px;
	padding: 10px 50px 10px 15px;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	background-color: #05a4a4;
	position: relative;
}

.main-content-wrapper {
	width: 100%;
}

.main-content-wrapper a.departments i {
	position: absolute;
	top:12px;
	right: 10px;
}

.home-text-columns a.apply {
	color: #fff;
	margin-top: 15px;
	padding: 15px 15px 15px;
	font-size: 18px;
	text-decoration: none;
	background-color: #E80003;
}

.home-text-columns .list-check ul {
	margin: 18px 20px 15px 40px;
}

.home-text-columns .list-check li {
	position: relative;
	padding-bottom: 10px;
}

.home-text-columns .list-check ul > li:before {
	position: absolute;
	left: -30px;
	top: 0px;
	content:"";
	display: block;
	background-image: url(/images/check_green.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.metro {
	padding-top: 40px;
	width: 573px;
	overflow: hidden;
}

.metro ul {
	float: right;
}

.metro li {
	width: 160px;
	height: 40px;
	background: #005555;
	padding: 25px 15px;
	float: left;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.metro li.two-btns {
	width: 190px;
	height: 100px;
	background: #444;
	padding: 0;
	float: left;
	border-left: 1px solid #ddd;
	border-bottom: none;
	border-right: none;
}


.metro li.all{
	/*width: 160px;
	height: 22px;
	padding: 14px 15px;
	float: none;
	border-bottom: 1px solid #ddd;*/
	background: #05a4a4;
}


.metro li.apply{
	width: 160px;
	height: 22px;
	padding: 14px 15px;
	float: none;
	border-bottom: 1px solid #ddd;
	background: #05a4a4;
}

.metro li:hover {
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background  .3s ease-in-out;

	background: #194C4C;
}

.metro li.all a span,
.metro li.apply a span {
	/*width: 140px;
	font-size: 16px;*/
}

.metro li a{
	font-size: 18px;
	color: #fff;
	text-decoration: none;

}
.metro li a span {
	float: left;
	width: 120px;
}

.metro li a i {
	float: left;
	padding-right: 10px;
	margin-bottom: 50px;

}

.home-side {
	width: 245px;
	margin-top: 20px;
}

ul.departments-list-side {
	width:  99%;
	border: 1px solid #05a4a4;
	margin-bottom: 30px;
}

ul.departments-list-side li a {
	display: block;
	position: relative;
	color: #05a4a4;
	padding: 8px 15px;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px solid #05a4a4;
	background-color: #fff;
}

ul.departments-list-side li a:hover {
	background-color: #005555;
	color: #fff;
}

ul.departments-list-side li a:hover i {
	width: 10px;
	height: 20px;
	background-position: -475px -250px;
}



ul.departments-list-side li a i {
	position: absolute;
	right: 7px;
	top: 12px;
}

.home-side a.apply {
	position: relative;
	display: block;
	color: #fff;

	padding: 15px 15px 15px;
	font-size: 18px;
	text-decoration: none;
	background-color: #E80003;
}

.home-side a i{
	position: absolute;
	top: 34px;
	right: 10px;
}

.certificates .doc{
	float: left;
	width: 40%;
	margin: 0 5%;
}

.certificates a {
	display: block;

}

.certificates a img {
	width: 100%;
	margin-top: 30px;
	border: 1px solid #ddd;
}



.news-feed {
	background: #555;
	height:140px;
	width:340px;
	margin-top:25px;
}

.news-feed h3 {
	background: #666;
	padding: 10px 15px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}

.news-feed .date {
	text-align: center;
	color: #eee;
	width: 60px;
	height: 65px;
	padding: 20px 15px 10px;
	border-right: 1px dotted #666;
}

.news-feed .day {
	font-size: 46px;
}


.news-feed .news-item {
	font-size: 14px;
	color: #eee;
	width: 215px;
	padding: 10px 15px;
}


.home-3box-spacer {
	width: 51px;
	height: 370px;
}

.home-3box {
	position: relative;
	margin: 25px 0 10px;
	width: 366px;
	height: 410px;
}

.home-3box .ul-square ul > li {
	margin-bottom: 0px !important;
}

.home-3box .ul-square ul > li a {
	font-size: 18px !important;
	font-weight: normal;
	line-height: 35px;
	text-decoration: underline;
}

.home-3box h2 {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	border-bottom: 2px solid #e3e3e3;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.home-3box h2 a {
	font-size: 24px;
}

.home-3box a.link-wrapper {
	display: block;
	position: absolute;
	bottom: -10px;
	font-size: 15px;
	line-height: 17px;
	color: #fff;
	text-decoration: none;
	padding: 9px 16px 5px 21px;
	font-weight: normal;
	/*padding: 10px;*/
	background: #078484;

	behavior: url(/css/PIE.htc);
}

.home-3box a.link-wrapper:hover {
	/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#05a4a4), to(#004444));
	background: -webkit-linear-gradient(#05a4a4, #004444);
	background: -moz-linear-gradient(#05a4a4, #004444);
	background: -ms-linear-gradient(#05a4a4, #004444);
	background: -o-linear-gradient(#05a4a4, #004444);
	background: linear-gradient(#05a4a4, #004444);
	-pie-background: linear-gradient(#05a4a4, #004444);*/
	background: #05a4a4;
}

.link-wrapper i {
	margin: 2px 0 0 5px;
}


.link-wrapper:hover {
	background: #05a4a4;
}

.embed-wrapper {
	display: block;
	position: relative;
}

.play-Btn {
	position: absolute;
	top: -190px;
	left: 90px;
	opacity: 0.6;

}

.play-Btn:hover {
	opacity: 0.8;
}

.home-3box p {
	color: #676767;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 8px;
}

.home-3box-doctor {
	width: 286px;
	height: 80px;
	margin-bottom: 15px;
}

.main-content-wrapper .treatments .home-3box-doctor .img-wrapper {
	position: relative;
	width: 130px;
	height: 130px;
	margin: 3px 0 0 0;
	overflow: hidden;
}

.home-3box-doctor .img-wrapper {
	position: relative;
	width: 70px;
	height: 76px;
	margin: 3px 0 0 0;
	overflow: hidden;
}

.main-content-wrapper .treatments .home-3box-doctor .img-wrapper img{
	position: absolute;
	right: -3px;
	top: 0;
	width: 100%;
}

.home-3box-doctor img{
	position: absolute;
	right: -3px;
	top: 0;
}

.home-3box-doctor div {
	height: 85px;
	margin-left: 15px;
	width: 201px;
	overflow: hidden;
}

.home-3box a {
	color: #078484;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}



.home-3box ul {
	margin-left: 20px;
}

.home-3box-doctor div a:hover,.home-3box-dpt div a:hover {
	color: #05a4a4;
	text-decoration: underline;
}

.home-3box-doctor div p,.home-3box-dpt div p {
	color: #676767;
	font-size: 14px;
	line-height: 17px;
	margin-top: 3px;
	margin-bottom: 0px;
}

.home-3box-dpt {
	width: 280px;
	height: 65px;
	margin-bottom: 10px;
}

.home-3box-dpt img {
	width: 25px;
	height: 30px;
	margin-top: 2px;
}


.home-3box-dpt div {
	height: 65px;
	margin-left: 10px;
	width: 245px;
}

p.home-3box-how {
	margin: 10px 0;
}


/*******************************************************************************************/
html {min-height: 100%;}
body {
	background: #fff;
	color: #333;
	font-family: "PT Sans",arial,sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	padding:0;
	margin:0 auto;
}

textarea {font-family: "PT Sans",arial,sans-serif}

#top-bar-wrapper {
	width: 100%;
	height: 45px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	/*-webkit-transition: background 1.2s ease-in-out;
    -moz-transition: background 1.2s ease-in-out;
    -ms-transition: background 1.2s ease-in-out;
    -o-transition: background 1.2s ease-in-out;
    transition: background  1.2s ease-in-out;*/
	background: #4f4f4f; /*213337 */
	-webkit-box-shadow: 0 7px 5px -2px #888;
    -moz-box-shadow: 0 7px 5px -2px #888;
    box-shadow: 0 7px 5px -2px #888;
	behavior: url(/css/PIE.htc);
}

#top-bar-wrapper.hover {
	-webkit-transition: background 1.2s ease-in-out;
    -moz-transition: background 1.2s ease-in-out;
    -ms-transition: background 1.2s ease-in-out;
    -o-transition: background 1.2s ease-in-out;
    transition: background  1.2s ease-in-out;
	background: #05a4a4;
}


#top-bar-wrapper .top-bar {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

#top-bar-wrapper .top-bar .english-lang, #top-bar-wrapper .top-bar .russian-lang{
	display: block;
	padding: 13px 0;
	margin-left: 10px;
}

#top-bar-wrapper .top-bar .divider {
	margin: 12px 5px 12px 8px;
	width: 1px;
	height: 21px;
	border-right: 1px dotted #999999;
}

#top-bar-wrapper .search-trigger {
	padding: 15px;
}

#top-bar-wrapper .search-trigger.selected {
	background: #05a4a4;
}
/*
#search-wrapper {
	position: absolute;
	margin: 45px 0 0 73px;
	width: 240px;
	height: 30px;
	padding: 10px;
	background: #05a4a4;
	display: none;
}

#search-site-form {
	width: 240px;
	height: 30px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#search-site-form input[type=text] {
	background: transparent;
	border: none;
	padding: 8px 10px;
	width: 182px;
	color: #676767;
}

#top-bar-wrapper #search-site-btn {
	display: block;
	width: 25px;
	height: 25px;
	margin: 2px;
	background-color: transparent;
	background-image: url(/images/icons.png);
	background-position: -100px 0px;
	border: none;
	cursor: pointer;
}

#search-site-form .input-divider {
	margin: 4px 1px 5px 4px;
	width: 1px;
	height: 21px;
	border-right: 1px dotted #bdbdbd;
}*/

#search-wrapper {
	width: 210px;
	height: 28px;
	margin: 9px 10px;

}

#search-site-form {
	width: 210px;
	height: 28px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#search-site-form input[type=text] {
	background: transparent;
	border: none;
	padding: 7px 10px;
	width: 152px;
	color: #676767;
}

#search-site-btn {
	/*display: block;
	width: 22px;
	height: 22px;
	margin: 2px;
	background-color: transparent;
	background-image: url(/images/icons.png);
	background-position: -100px 0px;
	border: none;
	cursor: pointer;*/

    width: 6%;
    padding: 4% 3% 4% 8%;
}

#search-site-form .input-divider {
	margin: 4px 1px 5px 4px;
	width: 1px;
	height: 21px;
	border-right: 1px dotted #bdbdbd;
}

.top-bar ul {
	width: auto;
	margin-top: 11px;
}

.top-bar ul li {
	float: left;
}

.top-bar .top-cta a{
	/*display: block;
	margin-top: 9px;
	padding: 4px 12px;
	width: 135px;
	height: 21px;*/
	color: #fff;
	padding: 0 15px;
	font-size: 14px;
	text-decoration: none;
	/*background-image: url(/images/icons.png);
	background-repeat: no-repeat;
	background-position: -325px 0px;
	background: #05a4a4;*/
}

.top-bar .top-cta a i{
	margin: 5px;
}

/*.top-bar .top-cta a:hover {
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background  .3s ease-in-out;
	background-color: #05B3B3;
}*/

.top-bar .top-cta p {
	margin: 12px 0 0 0;
	color: #fff;
	font-size: 14px;
	font-family: "PT Sans",arial,sans-serif;
}
.top-bar .top-cta .testimonials {
	background: #05a4a4;
    color: #fff;
    padding: 3px 10px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.top-bar .top-cta p b ,
.top-bar .top-cta p strong {
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}

#side-borders {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0 30px;
	background: #fff;
	box-shadow: none !important;
}

#header {
	height: 115px;
	width: 1200px;
	margin: 50px auto 0;
	background: #fff;
}

.logo {
	display: block;
	height: 95px;
	width: 240px;
	float: left;
	margin-top: 15px;
}

.logo img {
	width: 100%;
}


#top-nav {
	max-width: 820px;
	height: 100px;
	float: right;

}

#top-nav ul {
	height: 100px;
	margin: 0;
	padding: 0;
	/*border-right: 1px solid #e3e3e3; */
}

#top-nav > ul:nth-child(2) {
	display: none;
	/*border-right: 1px solid #e3e3e3; */
}

#top-nav li {
	position: relative;
	height: 100px;
	border-left: 1px solid #e3e3e3;
	float: left;
	text-align: center;
}

#top-nav ul li a{
	display: block;
	height: 34px;
	padding: 58px 27px 8px;
	color: #555;
	text-decoration: none;
	font-size: 14px;
	line-height: 17px;
}


#top-nav ul li a.hover {
	color: #fff;
	background: #05a4a4;
}

#top-nav ul li .selected {
	color: #1b5c56;
}

#top-nav ul li .dropdown {
	display: none;
	overflow: hidden;
	position: absolute;
	padding: 0;
	top: 100px;
	border: 1px solid #f5f5f5;
	left: 0;
	width: auto;
	height: auto;
	z-index: 9;
}

#top-nav ul li:hover {
	z-index: 999;
}

#top-nav ul li ul li{
	background: #fff;
	height: auto;
	border: none;
	float: none;
	text-align: left;
	opacity: 0.98;
	filter: alpha(opacity=98);
}

#top-nav ul li ul li a{
	color: #333;
	display: block;
	padding: 5px 17px 5px;
	height: auto;
	font-size: 14px;
	line-height: 19px;
}

#top-nav ul li ul li a:hover{
	color: #fff;
	background-color: #05a4a4;
}

.strip {
	width: 100%;
	height: 50px;
	background-color: #05a4a4;
}

.strip h1 {
	padding: 15px;
	color: #fff;
	font-size: 24px;
	font-style: italic;
}

.strip p {
	font-size: 20px;
	font-weight: bold;
	padding: 18px 18px 18px 10px;
	color: #fff;
}

.strip i {
	margin-top: 18px;
}

#top-banner-img {
	margin: 10px 0 26px;
	width: 685px;
	height: 200px;
}

#top-banner {
	margin: 10px 0 26px;
	width: 100%;
	height: 180px;
	background: #F7F7F7;
	position: relative;
}

#top-banner .overlay-top-banner {
	width:100%;
	height: 160px;
	opacity:0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 10px;
}

#top-banner .overlay-text {

}

#top-banner .overlay-top-banner .title {
	width: 80%;
	padding-top: 6px;
	padding-left: 14px;
	font-size: 28px;
	line-height: 28px;
	color: #066;


}

#top-banner .overlay-top-banner p{
	font-size: 16px;
	line-height: 20px;
	padding: 20px 24px 0;

}

#top-banner .overlay-top-banner ul {
	width: 95%;
	margin-left: 70px;
	margin-top: 15px;
	list-style-type: disc;
}

#top-banner .overlay-top-banner li {
	font-size: 16px;
	line-height: 20px;
	padding: 3px 0 0px;
}

#top-banner .overlay-top-banner a{
	color: #333;
	padding: 5px 10px 3px 10px;
	text-decoration: none;
}

#top-banner a.overlay-button {
	background: #05a4a4;
	position: absolute;
	bottom: 13px;
    right: 300px;
	padding: 7px 15px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#top-banner .overlay-top-banner i,
#top-banner a.overlay-button i {
	margin: 5px 0 0 5px;
}


#blog-banner {
	margin-top: 5px;
	margin-bottom: 45px;
	width: 1200px;
	height: 170px;

}

#blog-banner .newsletter-items {
	width: 350px;
	height: 150px;
	padding: 10px;
}

#blog-banner ul {
	margin: 28px 20px 18px 50px;
}

#blog-banner ul > li {
	position: relative;
	line-height: 1.5em;
	font-size: 22px;
	margin-bottom: 4px;
	color: #05a4a4;
}

#blog-banner ul > li:before {
	position: absolute;
	left: -16px;
	top: 14px;
	content:"";
	display: block;
	background-image: url(/images/icons.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	background-position: -275px -50px;
}

#blog-banner .newsletter-signup {
	width: 405px;
	margin-top: 48px;
}

#blog-banner .newsletter-signup label {
	color: #676767;
	font-size: 15px;
	font-weight: bold;
}

#blog-banner .newsletter-signup input {
	background: transparent;
	border: none;
}

#blog-banner .newsletter-signup input#email {
	width: 230px;
	height: 20px;
	padding: 10px;
	margin-top: 7px;
}

#blog-banner .newsletter-signup input#newsletterBtn {
	margin-top: 6px;
	height: 40px;
	width: 110px;
	background-color: #E80003;
	color: #fff;
	font-size: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/css/PIE.htc);
	margin-left: 12px;
	cursor: pointer;
}

#blog-banner .newsletter-signup p.thanks {
	margin-top: 10px;
	color: #05a4a4;
	font-weight: bold;
	display: none;
}

#blog-banner .newsletter-signup p.form-error {
	margin-top: 10px;
	color: #676767;
	font-weight: bold;
	display: none;
}

main {
	overflow: hidden;
	margin-top: 10px;
}

#main {
	height: auto;
	overflow: hidden;
}

.breadcrumbs {
	margin-top: 12px;
	padding-top: 10px;
	position: relative;
	height: 25px;
}

.section {
	position: relative;
}

.section .arrow-down {
	position: absolute;
	bottom: -20px;
	left: 35px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;

	border-top: 20px solid #e3e3e3;
}

.breadcrumbs-bottom {
	position: relative;
	margin-top: 50px;
	padding: 30px 0 45px;
	border-top: 2px solid #e3e3e3;
}

.breadcrumbs a {
	display: block;
	float: left;
	line-height: 13px;
	font-size: 14px;
	margin-right: 11px;
	text-decoration: none;
}

.breadcrumbs span {
	display: block;
	float: left;
	line-height: 13px;
	font-size: 14px;
	text-decoration: none;
}

.breadcrumbs i {
	margin-top: 4px;
	margin-right: 11px;
	float: left;
}

.section .page-title {
	display: block;
	width: 100%;

	padding: 25px 0 15px;
	margin-bottom: 30px;
	text-transform:lowercase;
	border-bottom: 2px solid #e3e3e3;
	overflow: hidden;
}


.main-content h1.page-title {
	display: block;
	width: 100%;
	color: #555;
	font-size: 26px;
	line-height: 30px;
	padding: 10px 0 15px;
	margin-bottom: 30px;
	border-bottom: 2px solid #e3e3e3;
	overflow: hidden;
}

.section .page-title span {
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	font-family: "PT Sans",arial,sans-serif;
}

.sidebar-left {
	position: relative;
	width: 180px;
	min-height: 300px;
	margin-right: 25px;
	float: left;
	z-index: 5;
}

.sidebar-left-expanded {
	position: relative;
	width: 325px;
	margin-left: 40px;
	float: right;
}


#side-nav {
	width: 180px;
	height: auto;
	margin: 0;
	padding: 0;
}

#side-nav .side-nav-childs {
	position: absolute;
	overflow: hidden;
	font-size: 14px;
	left: 180px;
	top: 0px;
	height: auto;
	padding: 0;
	border: 1px solid #257F80;
	width: 300px;
	display: none;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
}


#side-nav .side-nav-childs li{
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #257F80;
	background-color: #e0f1f1;
}

#side-nav .side-nav-childs li a {
	display: block;
	line-height: 18px;
	font-size: 14px;
	color: #1b5c56;
	padding: 7px 10px;
	text-decoration: none;
	background-color: transparent;
	border-left: 5px solid transparent;
}

#side-nav .side-nav-childs li a:hover {
	color: #fff;
	background: #257F80;
}

#side-nav > li {
	width: 180px;
	height: 50px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	background-color: #e0f1f1;
	position: relative;
}

#side-nav > li > a > i {
	position: absolute;
	top: 19px;
	right: 10px;
}

#side-nav > li > a {
	display: block;
	width: 150px;
	margin: 0;
	padding: 17px 20px 15px 10px;
	line-height: 18px;
	font-size: 14px;
	color: #1b5c56;
	text-decoration: none;
}

#side-nav > li > a:hover, #side-nav > li > a.hover {
	-webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background  .2s ease-in-out;

	color: #fff;
	background: #05a4a4;
}

#side-nav > li > a:hover > i, #side-nav > li > a.hover > i {
	background-position: -475px -250px;
}


#side-nav > li > a.selected {
	color: #fff;
	background: #05a4a4;
	width: 155px;
}

.sidebar-left .follow-us h3 {
	margin: 30px 0 12px;
	font-size: 16px;
}

.sidebar-left .recommended h3 {
	margin: 30px 0 5px;
	font-size: 16px;
}

.sidebar-left .follow-us ul > li {
	float: left;
	margin-right: 10px;
}

.sidebar-left .recommended ul > li {
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	color: #05a4a4;
	padding: 5px 0;
}

.sidebar-left .recommended a {
	font-size: 14px;
	text-decoration: none;
	color: #05a4a4;
}

.sidebar-left .doctor-highlight {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #eee;
	width: 150px;
}

.sidebar-left .doctor-highlight .doctor-highlight-top {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 8px;
}

.sidebar-left .doctor-highlight .image-wrapper {
	width: 150px;
	height: 150px;
	overflow: hidden;
}

.sidebar-left .doctor-highlight .image-wrapper img{
	margin-left: -5px;
}


.sidebar-left .doctor-highlight .dr-row {
	width: 180px;
	height: auto;
	margin-top: 10px;
}

.sidebar-left .doctor-highlight .dr-row a{
	display: block;
	color: #676767;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}

.sidebar-left .doctor-highlight p{
	color: #676767;
	width: 160px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 17px;
}

.sidebar-left .doctor-highlight a{
	color: #1b5c56;
	font-size: 12px;
	line-height: 17px;
}

.sidebar-left .banner {
	margin-top: 30px;
}

.indent {
	margin-left: 0px;
}

.width-475 {
	width: 475px;
}

.width-525 {
	width: 525px;
}

.width-590 {
	width: 720px;
}

.width-615 {
	width: 615px;
}

.width-645 {
	width: 645px;
}

.width-685 {
	width: 685px;
}

.width-755 {
	width: 745px;
}

.margin-left {
	margin-left: 10px;
}

.width-full {
	width: 100%;
}

.main-content .about-page img {
	float: right;
    height: auto !important;
	padding: 10px 0 30px 30px;
	max-width: 400px;
}

.main-content-wrapper h1 {
	font-size: 28px;
	line-height: 34px;
	color: #4d4d4d;
	font-weight: bold;
}

.main-content-wrapper .wide h1,
.main-content-wrapper .doctors-page h1 {
	margin-bottom: 20px;
}

.main-content-wrapper .wide .image-caption-wrapper {
	margin: 0 0 30px 30px;
	width: 300px;

	position: relative;
	float: right;
}

.main-content-wrapper .wide .image-caption-wrapper img {
	width: 300px;
	height: auto;
}

.main-content-wrapper .wide .image-caption-wrapper .alt {
	width: 280px;
}

.main-content-wrapper .blog-post .image-caption-wrapper {
	margin: 30px 0 30px;
	width: auto;
	float: none !important;
	position: relative;
	text-align: center;
}

.main-content-wrapper .blog-post .image-caption-wrapper img {
	height: auto;
	width: auto;
}

.main-content-wrapper .blog-post .image-caption-wrapper .alt {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}

.main-content-wrapper .faq .answer {
	display: none;
}

.main-content-wrapper .faq a.more {
	position: relative;
}

.main-content-wrapper .faq a.more > i {
	position: absolute;
	top: 5px;
	right: -11px;
}

.main-content-wrapper .doctor-suggest {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.main-content-wrapper .doctor-suggest .doctors-dpt {
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.main-content-wrapper .doctor-suggest {
	font-size: 14px !important;
	color: #af0004;
}

.main-content-wrapper .doctor-suggest a {
	font-size: 14px !important;
	color: #05a4a4;
    border-bottom: 1px dotted #05a4a4;
}

.main-content-wrapper .doctor-suggest a:hover {
	color: #025d5d;
    border-bottom: 1px solid #025d5d;
}

.main-content-wrapper a.all-doctors {
	font-size: 14px !important;
	color: #05a4a4;
    border-bottom: 1px dotted #05a4a4;
}

.main-content-wrapper a.all-doctors:hover {
	font-size: 14px !important;
	color: #05a4a4;
    border-bottom: 1px solid #05a4a4;
}

.main-content-wrapper .doctor-filter {
	/*overflow: hidden;*/
	width: 100%;
	padding: 15px 0 25px;
}

.main-content-wrapper .doctor-filter .filter {
	/*overflow: hidden;*/
	width: 100%;
	padding: 10px 0;
}

.main-content-wrapper .doctor-filter label {
	font-weight: bold;
	line-height: 22px;
}

.main-content-wrapper .doctor-filter input,
.main-content-wrapper .doctor-filter select {
	background: #fcfcfc;
	border: 1px solid #dadada;
	color: #676767;
	line-height: 22px;
	
	margin-top: 2px;
	font-family: "PT Sans",arial,sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/css/PIE.htc);
}

.main-content-wrapper .doctor-filter input {
	height: 24px;
	width: 300px;
	font-size: 14px;
	padding: 10px 30px 10px 12px;
}

.main-content-wrapper .doctor-filter select {
	display: none;
	height: 40px;
	width: 260px;
	font-size: 14px;
	padding: 5px 30px 5px 5px;
}


.search-page-form #search-page-input {
	width: 300px;
	height: 18px;
	border: 1px solid #dadada;
	color: #676767;
	font-size: 15px;
	line-height: 22px;
	padding: 10px 1px 10px 10px;
	margin-top: 10px;
	margin-left: 0;
	font-family: "PT Sans",arial,sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/css/PIE.htc);
}

.main-content-wrapper .doctor-filter a.searchBtn {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 383px;
	top: 13px;
	border: none;
	padding-right: 4px;
}

.search-page-form #search-page-btn {
	position: absolute;
	left: 274px;
	top: 15px;
	border: none;
	display: block;
	width: 25px;
	height: 25px;
	margin: 2px 5px;
	background-color: transparent;
	background-image: url(/images/icons.png);
	background-position: -450px -100px;
	cursor: pointer;
}

.main-content-wrapper .treatments ul.clinics-cubes {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
	margin: 0 !important;
} 

.clinics-cubes li {
	width: 28%;
	margin-right: 5%;
	height: auto;
	padding: 0 0 10px;
	border-top: 1px solid #e3e3e3;
	overflow: hidden;
	float: left;
}

.clinics-cubes .image-wrapper {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 2%;
    margin-right: 4%;
}

.clinics-cubes .image-wrapper img{
    width: 100%;
}

.clinics-cubes .text-wrapper {
    width: 100%;
    height: auto;
}

.clinics-cubes .text-wrapper .title {
	margin-top: 10px;
	font-size: 24px;
    line-height: 28px;
    margin: 22px 0 12px;
    color: #4d4d4d;
    font-weight: bold;
}

.clinics-cubes .text-wrapper a {
	display: inline-block;
    background: #05a4a4;
    background-repeat: no-repeat;
    height: 25px;
    background-position: -160px -150px;
    border: none;
    margin-top: 5px;
    font-size: 16px;
    line-height: 25px;
    padding: 6px 31px;
    color: #fff;
}

.main-content-wrapper .department-services {
	padding-top: 30px;

}

.main-content-wrapper .department-services li,
.main-content-wrapper .doctors-list li{
	height: auto;
	width: 100%;
	padding: 25px 0;
	border-top: 1px solid #e3e3e3;
	/*cursor: pointer;*/
	overflow: hidden;
}

li.odd {
	background: #f8f8f8;
}

.check-list {
	margin: 15px 20px 10px 0px;
}


.check-list > li {
	line-height: 1.5em;
	font-size: 18px;
	margin-bottom: 5px;

	background: url('/images/check.png') no-repeat left top;
  	padding: 3px 0px 3px 40px;
  	/* reset styles (optional): */
  	list-style: none;
  	margin: 0;
}

/*.main-content-wrapper .department-services li:hover,
.main-content-wrapper .doctors-list li:hover,
.main-content-wrapper ul.department-doctors li:hover {

	background: #f8f8f8;
}*/

.main-content-wrapper .doctors-list .image-wrapper{
	height: 150px;
	width: 150px;
	margin: 0 20px 0 10px;
}

.main-content-wrapper .department-services .image-wrapper{
	height: 200px;
	width: 280px;
	margin: 0 20px 0 10px;
}

.main-content-wrapper .doctors-list .doctors-href{
	border:none;
}
.main-content-wrapper .doctors-list img{
	width: 150px;
}

.main-content-wrapper .department-services img{
	width: 280px;

}

.main-content-wrapper .doctors-list .text-wrapper {
	height: auto;
	min-height: 150px;
	overflow: hidden;
	width: 520px;
	padding: 0;
	position: relative;
}

.main-content-wrapper .department-services .text-wrapper{
	height: 114px;
	width: 405px;
	padding: 0;
	position: relative;
}

.main-content-wrapper .department-services .text-wrapper h2,
.main-content-wrapper .doctors-list .text-wrapper .doctors-header,
.main-content-wrapper ul.department-doctors .text-wrapper h2 {
	font-size: 22px;
	line-height: 22px;
	color: #4d4d4d;
	border: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.main-content-wrapper .doctors-list .text-wrapper .doctors-header:hover {
	text-decoration: underline;
}

.main-content-wrapper ul.department-doctors .text-wrapper h2 {
	font-size: 18px;
}

.main-content-wrapper .doctors-list .text-wrapper p.strong {
	font-weight: bold;
	padding: 5px 0 8px;
}

.main-content-wrapper .department-services .text-wrapper p {
	font-size: 16px;
	line-height: 19px;
	max-height: 65px;
	padding: 7px 0;
	overflow: hidden;
}

.main-content-wrapper .doctors-list .text-wrapper p {
	font-size: 14px;
	line-height: 18px;
	padding: 7px 0;
	overflow: hidden;
	margin-bottom: 0;
}


.main-content-wrapper .doctors-list .text-wrapper .buttons {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.main-content-wrapper .doctor-top .text-wrapper a.doctor-request,
.main-content-wrapper .doctors-list .text-wrapper a.doctor-request {
	display: inline-block;
	background: #f06a6a;
	background-repeat: no-repeat;
	height: 25px;
	background-position: -160px -150px;
	border: 1px solid #f06a6a;
	margin-top: 5px;
	font-size: 16px;
	line-height: 25px;
	padding: 2px 17px;
	color: #fff;
}

.main-content-wrapper .doctor-top .text-wrapper a.doctor-profile,
.main-content-wrapper .doctors-list .text-wrapper a.doctor-profile {
	display: inline-block;
	background: #fff;
	background-repeat: no-repeat;
	height: 25px;
	background-position: -160px -150px;
	border: 1px solid #f06a6a;
	margin-top: 5px;
	font-size: 16px;
	line-height: 25px;
	padding: 2px 11px;
	color: #f06a6a;
}

.blog-articles .read-more a,
.home-text-columns .read-more a {
	display: block;
	background-image: url(/images/icons.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 25px;
	background-position: -160px -150px;
	border: none;
	margin-top: 17px;
	font-size: 16px;
	line-height: 25px;
	padding: 0 0 0 11px;
	color: #fff;
	position: absolute;
	top: 77px;
}


.main-content-wrapper .department-services .text-wrapper a {
	display: inline-block;
	background: #05a4a4;
	background-repeat: no-repeat;
	height: 25px;
	background-position: -160px -150px;
	border: none;
	margin-top: 5px;
	font-size: 16px;
	line-height: 25px;
	padding: 2px 11px;
	color: #fff;
}

.blog-articles .read-more a,
.home-text-columns .read-more a {
	width: 115px;
	background-position: -150px -150px;
	font-size: 16px;
}

.main-content-wrapper h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 22px 0 12px;
	color: #4d4d4d;
	font-weight: bold;
}

.main-content-wrapper h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 22px 0 12px;
	color: #4d4d4d;
	font-weight: bold;
}

.main-content-wrapper p {
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
	margin: 0 0 10px;
}

.main-content-wrapper p.medical-author {
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	padding: 0;
	margin: 3px 0 18px;
}

.main-content-wrapper div.medical-author-dr {
	margin: 10px 0 0;
	overflow: hidden;
    padding-bottom: 20px;
}

.main-content-wrapper div.medical-author-dr p {
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	padding: 5px 0 0 10px;
	margin: 5px 0 0;
}

.main-content-wrapper div.medical-author-dr .dr-image {
	position: relative;
    width: 150px;
    height: 150px;
    margin-top: 9px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.main-content-wrapper div.medical-author-dr .dr-image img {
	width: 100%;
    height: 100%;
    position: relative;
}

.main-content-wrapper a {
	color: #05a4a4;
	border-bottom: 1px dotted #05a4a4;
	text-decoration: none;
}

.main-content-wrapper a:hover {
	border-bottom: 1px solid #05a4a4;
}

.department-related-articles ul {
	margin: 18px 4% 18px;
	width: 40%;
	float: left;
}

.doctors-banner {
	display: none;
	margin: 30px 0;
	width: 100%;
	height: auto;
	display: block;
	background-image: url(/images/dr_banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.doctors-banner-text {
	padding: 20px 30px 20px 270px;
}

.doctors-banner-text .title {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
}

.doctors-banner-text .text {
	font-size: 16px;
	line-height: 20px;
}

.doctors-banner-text a {
	margin-top: 5px;
	background: #078484;
	padding: 7px 20px;
	color: #fff;
	display: inline-block;
	border: none;
}

.doctors-banner-text a:hover {
	background: #05a4a4;
	border: none;
}

/*.treatments {
	padding-top: 15px;
}*/
.main-content-wrapper .treatments .home-3box-doctor a:hover {
	color: #af0004;
	text-decoration: none;
}

.main-content-wrapper .treatments .home-3box-doctor .h3 {
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
	width: auto;
	height: auto;
}

.main-content-wrapper .treatments .home-3box-doctor p {
	font-size: 16px;
    line-height: 1.5em;
    color: #333;
    margin: 0 0 10px;
}

.main-content-wrapper .treatments .home-3box-doctor h3 {
	margin: 0;
	font-size: 20px;
	padding-bottom: 10px;
}

.main-content-wrapper .treatments .home-3box-doctor {
	height: auto;
	overflow: hidden;
}

.main-content-wrapper .treatments .home-3box-doctor .dr-text-wrapper {
	height: auto;
	padding: 0 0 5px;
}


ul.quick-nav-bul {
	margin: 15px 20px 18px 20px;

    padding:0;
    list-style: square;
}

ul.quick-nav-bul li {
	cursor: pointer;
	padding: 3px 0;
}


.main-content-wrapper .treatments ul,
.home-3box .ul-square ul,
.main-content-wrapper ul.ul-square,
.main-content-wrapper .wide ul,
.main-content-wrapper .about-page ul,
.blog-post .post-content ul,
.main-content-wrapper .answer ul,
.home-text-columns ul {
	margin: 18px 20px 18px 30px;
}

.main-content-wrapper.CTA ul {
	margin: 15px 20px 10px 30px;
}

.main-content-wrapper ol {
	margin: 18px 20px 18px 40px;
	list-style-type: decimal;
}

.department-related-articles ul > li,
.main-content-wrapper .treatments ul > li ,
.home-3box .ul-square ul > li,
.main-content-wrapper ul.ul-square > li,
.main-content-wrapper .wide ul > li,
.main-content-wrapper .about-page  ul > li,
.blog-post .post-content ul > li,
.main-content-wrapper .answer ul > li,
.main-content-wrapper ol > li,
.home-text-columns ul > li {
	position: relative;
	line-height: 1.5em;
	font-size: 16px;
	margin-top: 4px;
	list-style: disc;
}

.department-related-articles ul > li > ul,
.main-content-wrapper .treatments ul > li > ul ,
.home-3box .ul-square ul > li > ul,
.main-content-wrapper ul.ul-square > li > ul,
.main-content-wrapper .wide ul > li > ul,
.main-content-wrapper .about-page  ul > li > ul,
.blog-post .post-content ul > li > ul,
.main-content-wrapper .answer ul > li > ul,
.main-content-wrapper ol > li > ul,
.home-text-columns ul > li > ul {
	margin: 5px 20px 8px 30px;
}

.main-content-wrapper.CTA ul > li {
	position: relative;
	line-height: 1.5em;
	font-size: 16px;
	margin-bottom: 4px;
}

.main-content-wrapper.CTA ul > li:before,
.department-related-articles ul > li:before,
.main-content-wrapper .treatments ul > li:before,
.home-3box .ul-square ul > li:before,
.main-content-wrapper ul.ul-square > li:before,
.main-content-wrapper .wide ul > li:before,
.main-content-wrapper .about-page  ul > li:before,
.blog-post .post-content ul > li:before,
.main-content-wrapper .answer ul > li:before,
.home-text-columns ul > li:before {
	/*position: absolute;
	left: -16px;
	top: 9px;
	content:"";*/
	display: block;
	/*background-image: url(/images/icons.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	background-position: -275px -50px;*/
	list-style: disc;
}

.main-content-wrapper ul.department-doctors {
	margin-top: 30px;
}

.main-content-wrapper ul.department-doctors > li {
	border-top: 1px solid #e3e3e3;
	padding: 25px 20px;
	height: 130px;
	line-height: 22px;
	font-size: 16px;
	cursor: pointer;
}

.main-content-wrapper ul.department-doctors .image-wrapper {
	width: 120px;
	height: 120px;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}


.main-content-wrapper .doctor-top .image-wrapper {
	width: 150px;
	height: 150px;
	position: relative;
	overflow: hidden;
	margin-right: 30px;
}

.main-content-wrapper .doctor-top h1 {
	padding-bottom: 15px;
}

.main-content-wrapper ul.department-doctors .image-wrapper img,
.main-content-wrapper .doctor-top .image-wrapper img {
	position: absolute;
	left: 0px;
}


.main-content-wrapper .doctor-top .text-wrapper {
	width: 400px;
	position: relative;
	/*overflow: hidden;*/
}

.main-content-wrapper ul.department-doctors .text-wrapper {
	width: 294px;
	position: relative;
}





.main-content-wrapper ul.department-doctors .text-wrapper p {
	font-size: 14px;
	line-height: 18px;
}

.main-content-wrapper ul.department-doctors .text-wrapper p.strong {
	font-weight: bold;
	margin-top: 8px;
}

.main-content-wrapper .doctor-top {
	/*padding: 15px 0px 15px 0;*/
	overflow: hidden;
	line-height: 22px;
	font-size: 16px;
	border-bottom: 1px dotted #e3e3e3;
}

.main-content-wrapper .cv table {
	background: #fdfdfd;
	border-left: 3px solid #e3e3e3;
	padding: 15px 13px 5px;
	margin-bottom: 30px;
	font-style: italic;
	width: 100% !important;
}

.main-content-wrapper .testimonial {
	background: #f6f6f6;
	border-left: 3px solid #b9b9b9;
	padding: 15px 13px 5px;
	margin: 15px 0 20px;
}

.main-content-wrapper .testimonial .single_image {
    width: 270px;
    height: 270px;
    overflow: hidden;
}

.main-content-wrapper .testimonial .testimonial-text-wrapper {
	width: 55%;
	margin-left: 3%;
}

.main-content-wrapper .cv td{
	padding: 5px 10px;
	border-spacing: 0.5rem;
}

.main-content-wrapper .cv table ul{
	margin-left: 20px;
}

.main-content-wrapper .cv table li{
	list-style-type: disc;
	padding: 5px 0;
}

.main-content-wrapper .publications-list {
	margin-left: 30px;
}

.main-content-wrapper .publications-list li{
	margin-bottom: 15px;
	position: relative;
}

.main-content-wrapper .publications-list li p.journal{
	margin: 0;
	color: #999999;
	font-size: 14px;
}

.main-content-wrapper .publications-list li p.authors{
	font-size: 14px;
}

.main-content-wrapper .publications-list li:before {
    background:url(/images/icons.png) no-repeat -175px -100px;
    width:12px;
    height:12px;
    display:block;
    position:absolute;
    content: " ";
    top:5px;
    left:-20px;
}

.main-content-wrapper .doctor-overview {
	padding-bottom: 15px;
}

.main-content-wrapper .publications-more {
	line-height: 50px;
}

.main-content-wrapper .patient {
	/*height: 45px;
	position: relative;*/
}

.main-content-wrapper .patient p{
	/*position: absolute;
	left: 0;
	top: 0px;*/
}

.main-content-wrapper .patient a{
	position: absolute;
	left: 15px;
	top: -20px;
	border: none;
}

.main-content-wrapper .patient i{
	/*margin: 5px;*/
	margin: 1px 10px 0 0;
}

.main-content-wrapper .testimonial i.icon-quote-after {
	position: relative;
	top: -30px;
}

.main-content-wrapper .testimonial a.single_image,
.main-content-wrapper .testimonial a.single_image:hover {
	border: none;
}

.main-content-wrapper .testimonial img{
	margin-bottom: 30px;
	width: 170%;
	position: relative;
    left: -40%;
    top: 0;
}


.main-content-wrapper .testimonial iframe {
	width: 100% !important;
	height: 450px !important;
}

.main-content-wrapper .image-caption-wrapper {
	margin: 5% 5%;
	width: 50%;
	float: right;
	position: relative;
	z-index: 1;
}

.main-content-wrapper .image-caption-wrapper img {
	max-width: 100%;
}

.main-content-wrapper .image-caption-wrapper .alt {
	display: block;
	position: absolute;
	height: auto;
	padding: 7px 5%;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	background: #FCFCFC;
	color: #05a4a4;
	bottom: 5px;
	opacity: 0.9;
	width: 90%;

}




.main-content-wrapper .image-thumb-wrapper {
	position: relative;
	float: right;
	width: 200px;
	background-color: #e3e3e3;
	border: 1px solid #e3e3e3;
	cursor: pointer;
}

.main-content-wrapper .image-thumb-wrapper .thumb {
	width: 200px;
	height: auto;
}

.main-content-wrapper .image-thumb-wrapper .alt {
	display: block;
	height: auto;
	padding: 0 10px 5px;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	background: #e3e3e3;
	color: #666666;
}

.main-content-wrapper .image-thumb-wrapper .enlarge-icon {
	position: absolute;
	left: 8px;
	top: 10px;
	width: 24px;
	height: 24px;
	z-index: 9;
}

.main-content-wrapper .image-thumb-wrapper a {
	border: none;
}

.side-doctor {
	width: 100%;
	padding: 20px 0 20px;
	overflow: hidden;
}
.side-doctors-h3 {
	padding: 10px 0 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #555;
}

.side-doctor .image-wrapper {
	width: 34%;
}

.side-doctor .image-wrapper img {
	width: 100%;
	height: auto;
}

.side-doctor .dr-side-text {
	width: 60%;
	margin-left: 5%;
}

.side-doctor .dr-side-text a {
	color: #05a4a4;
	font-weight: bold;
	font-size: 18px;
}

.side-doctor .dr-side-text p {
	line-height: 19px;
	font-size: 15px;
	padding-top: 5px;
}

.side-button {
	margin-top: 0px;
	margin-bottom: 50px;
}

.side-button .request,.side-button .request:hover {
	display: block;
	position: relative;
	/*background-color: #E80003;*/
	/*background-color: #05a4a4;*/
	color: #fff;
	width: 100%;
	padding: 10px;
	text-decoration: none;
	border: none;
}

.side-button .request i {
	position: absolute;
	top:30px;
	right: 30px;
}

.trigger-bottom-apply-button {
	margin-top: 30px;
	margin-bottom: 50px;
}

.main-content-wrapper .apply-paragraph a {
	color: #E80003;
	border-bottom: 1px dotted #E80003;
}

.main-content-wrapper .apply-paragraph a:hover {
	border-bottom: 1px solid #E80003;
}

.request-wrapper {
	margin:35px 0px;
	/*text-align: center;*/
}

.inside-content {
	color: #fff; 
	font-size: 16px; 
	text-align: center; 
	padding: 12px 40px 12px 12px; 
	margin-top: 20px; 
	background: #af0004; 
}


.main-content-wrapper .request {
	position: relative;
	font-size: 16px;
	padding: 12px 45px 12px 20px;
	border: none !important;
    text-decoration: none;
	color: #fff !important;
    background-color: #05a4a4;
}

.main-content-wrapper .medical-author-dr .request {
	position: relative;
	font-size: 16px;
	padding: 12px 45px 12px 20px;
	border: none !important;
    text-decoration: none;
	color: #fff !important;
    background-color: #f06a6a;
}

.bottom-apply-square .request {
	position: relative;
	font-size: 16px;
	padding: 10px 45px 10px 20px;
	border: none !important;
    text-decoration: none;
	color: #fff !important;
    background-color: #05a4a4;
}


.bottom-apply-square .bottom-apply-square-button-wrapper {
	padding-left: 60px;
}

.main-content-wrapper .request:hover,
.bottom-apply-square .request:hover, .doctor-highlight-top .request:hover {
	border: none;
	/*background-color: #FFDA18;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFE87D), to(#FFDA18));
	background: -webkit-linear-gradient(#FFE87D, #FFDA18);
	background: -moz-linear-gradient(#FFE87D, #FFDA18);
	background: -ms-linear-gradient(#FFE87D, #FFDA18);
	background: -o-linear-gradient(#FFE87D, #FFDA18);
	background: linear-gradient(#FFE87D, #FFDA18);
	-pie-background: linear-gradient(#FFE87D, #FFDA18);
	behavior: url(/css/PIE.htc);*/
}

.main-content-wrapper .request .env,
.bottom-apply-square .request .env, .doctor-highlight-top .request .env {
	position: absolute;
	top:-14px;
	left: 7px;
}

.main-content-wrapper .request i,
.bottom-apply-square .request i, .doctor-highlight-top .request i {

	position: absolute;
	top:16px;
	right: 10px;
}

.main-content-wrapper .request img,
.bottom-apply-square .request img, .doctor-highlight-top .request img {
	width: 27px !important;
}

.main-content-wrapper .bottom-apply-trigger {
	border-top: 2px solid #e3e3e3;
	/*border-bottom: 4px solid #e3e3e3;*/
	margin-top: 50px;
	text-align: center;
	padding: 0px 0 20px;
	position: relative;
}

.main-content-wrapper .bottom-apply-trigger h3 {
	font-size: 22px;
	line-height: 22px;
	color: #066666;
}

.main-content-wrapper .bottom-apply-trigger p {
	font-size: 16px;
	line-height: 1.5em;
	padding: 0;
	margin: 15px 0 25px;
	color: #676767;
}

.main-content-wrapper .bottom-apply-trigger span {
	font-size: 16px;
	line-height: 22px;
	padding: 0;
	color: #676767;
}

.main-content-wrapper .bottom-apply-trigger a.bottom-apply-button {
	padding: 12px 15px;
	margin: 0 auto 0;
	color: #fff;
	border: none;
	font-size: 16px;
	line-height: 16px;
	background: #AA0C0D;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #676767 0px 2px 3px;
    -moz-box-shadow: #676767 0px 2px 3px;
    box-shadow: #676767 0px 2px 3px;
    behavior: url(/css/PIE.htc);
}

.main-content-wrapper .bottom-apply-trigger a.bottom-apply-button:hover {
	background: #E80003;
}

.closer {
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
}

.closer .featured-articles {
	margin-top: 30px;
}


.blog-post .featured-articles {
	padding-bottom: 30px;
}

.closer .featured-articles h3,
.blog-post .featured-articles h3 {
	font-size: 22px;
	line-height: 22px;
	color: #4d4d4d;
}


.blog-post .featured-articles li,
.closer .featured-articles li {
	width: 180px;
	float: left;
	margin-right: 34px;
	margin-top: 15px;
}

.featured-articles li:last-child {
	margin-right: 0;
}


.blog-post .featured-articles li .image-wrapper,
.closer .featured-articles li .image-wrapper {
	width: 100%;
	height: 130px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.featured-articles li .image-wrapper img {
	position: absolute;
}

.closer .featured-articles li a,
.blog-post .featured-articles li a {
	display: block;
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
	border: none;
	color: #106e6d;
	font-style: normal;
    text-decoration: none;
}

.department-related-articles {
	margin-top: 10px;
	overflow: hidden;
	border-top: 1px dotted #e3e3e3;
}

.border-divider {
	margin: 5px 0;
	border-top: 1px dotted #e3e3e3;
}

.department-related-articles .h4 {
	padding-top: 20px;
	font-weight: bold;
}

.department-related-articles a {
	color: #af0004;
  	border-bottom: 1px dotted #af0004;
  	text-decoration: none;
}

.department-related-articles a:hover {
  	border-bottom: 1px solid #af0004;
}

.main-content-wrapper .forward-links {
	margin-top: 30px;
	overflow: hidden;
	border-top: 1px dotted #e3e3e3;
}

.main-content-wrapper .forward-links a {
	max-width: 40%;
	width: auto;
	border: none;
	font-size: 16px;
	padding: 10px 12px;
	background-color: #e0f1f1;
	/*background-color: #05a4a4;*/
	color: #05a4a4;
}

.main-content-wrapper .forward-links i.right {
	margin: 9px 0 0 6px;
}

.main-content-wrapper .forward-links i.left {
	margin: 9px 6px 0 0;
}


.main-content-wrapper .forward-links a:hover {
	background-color: #c7e1e1;
	/*background-color: #005050;*/
}


.main-content-wrapper .highlight-paragraph {
	border-top: 4px solid #e3e3e3;
	border-bottom: 4px solid #e3e3e3;
	width: 200px;
	float: right;
	padding: 20px 0;
	margin: 0 0 22px 30px;
}

.main-content-wrapper .highlight-paragraph img {
	padding-top: 0 !important;
}

.main-content-wrapper .highlight-paragraph .h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 5px 0 10px;
	padding: 0;
	font-weight: bold;
}

.main-content-wrapper .highlight-paragraph p {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 25px;
	padding: 0;
}

.main-content-wrapper .highlight-paragraph a {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px;
	padding: 0;
	border: none;
}

#sidebar-right {
	width: 245px;
	position: relative;
	z-index: 1;
}

#sidebar-right-expanded {
	width: 315px;
	position: relative;
	z-index: 1;
	/*padding-top: 15px;*/
}

.side-callus .white-block {
	/*padding: 20px 20px;
	margin-top: 10px;*/
	width: 275px;

}

.side-callus .green-block {
	width: 100%;
	margin-top: 30px;
	background-color: #078484;
}

.side-quicklinks .green-block {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #999;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	background: #078484;
	/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#05a4a4), to(#004444));
	background: -webkit-linear-gradient(#05a4a4, #004444);
	background: -moz-linear-gradient(#05a4a4, #004444);
	background: -ms-linear-gradient(#05a4a4, #004444);
	background: -o-linear-gradient(#05a4a4, #004444);
	background: linear-gradient(#05a4a4, #004444);
	-pie-background: linear-gradient(#05a4a4, #004444);
	behavior: url(/css/PIE.htc);*/
}

.side-prices {
	width: 100%;
	margin-top: 10px;
	padding: 0 0 5%;
	background: #fff4f4;
}

.side-prices .headline {
	text-align: left;
	color: #CE1719;
	font-size: 23px;
	font-weight: bold;
	line-height: 24px;
	padding: 17px 5% 10px;
}

.side-prices img {
	margin: 2% 5%;
}

.side-prices p {
	text-align: left;
	color: #333;
	font-size: 14px;
	line-height: 17px;
	padding: 5px 5% 20px;
}

.side-quicklinks .green-block li {
	border-bottom: 1px dotted #fff;
	padding: 17px 0;
	margin: 0 15px;
	overflow: hidden;
}

.side-quicklinks .green-block li i {
	float: left;
	padding-right: 10px;
	text-shadow: 2px 2px #333;
}

.side-quicklinks .green-block li span {
	float: left;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	padding-top: 4px;
}

#sidebar-right-expanded .side-callus .green-block {
	margin-top: 10px;
}

.side-callus .green-block h2, .side-callus .green-block .h2 {
	font-size: 20px;
	padding:18px 20px 4px;
	color: #fff;
	font-weight: bold;
}

#sidebar-right-expanded .green-block h2, #sidebar-right-expanded .green-block .h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}

.side-callus .green-block p {
	font-size: 12px;
	padding:0 20px;
	color: #fff;
}

#sidebar-right-expanded .side-callus .green-block p {
	padding:4px 20px 0;
}

.side-callus .green-block ul {
	margin:0 0 19px 20px;
	padding: 10px 15px 20px 20px;
}

#sidebar-right-expanded .green-block ul {
	margin: 14px 20px 19px 30px;
	padding: 0 5px 10px 20px;
}

.side-callus .green-block ul > li {
	position: relative;
	line-height: 1.5em;
	font-size: 16px;
	color: #fff;
	width: 100%;
}

#sidebar-right-expanded .side-callus .green-block ul > li {
	font-size: 16px;
	margin-bottom: 7px;
}

.side-callus .green-block ul > li em {
	position: absolute;
	top: 0;
	right: 0;

}

.side-callus .green-block ul > li:before {
	position: absolute;
	left: -18px;
	top: 4px;
	content:"";
	display: block;
	background-image: url(/images/icons.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	background-position: -425px -150px;
}

#sidebar-right-expanded .side-callus .green-block ul > li:before {
	left: -25px;
	top: 3px;
	width: 17px;
	height: 17px;
	background-position: -275px -150px;
}

.side-callus .white-block ul {
	margin: 10px 5px 10px 5px;
}

.side-callus .white-block li,
.side-callus .white-block li a {
	line-height: 1.5em;
	font-size: 18px;
	margin-bottom: 15px;
	color: #05a4a4;
	width: 270px;
	text-decoration: none;
}

.side-callus .white-block li i{
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

#google-map {
	width: 315px;
	height: auto;
	padding-top: 40px;
	border-top: 1px solid #dadada;
}

#map-canvas {
	width: 313px;
	height: 250px;
	border: 1px solid #dadada;
}

#side-contact {
	text-align: center;
	width: 99%;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	background: #fcfcfc;
	border: 1px solid #e1e1e5;
	behavior: url(/css/PIE.htc);
	height: auto;
	margin-top: 0px;
	padding: 0 0 5px;
}

#side-contact h3,#side-contact .h3 {

	color: #fff;
	font-size: 19px;
	font-weight: bold;
	line-height: 24px;
	position: relative;
	padding: 17px 5% 10px;
	/*background-color: #05a4a4;*/
	background-color: #e3162d;
	behavior: url(/css/PIE.htc);
	/*background-color: #E80003;

	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E80003), to(#AF0004));
	background: -webkit-linear-gradient(#E80003, #AF0004);
	background: -moz-linear-gradient(#E80003, #AF0004);
	background: -ms-linear-gradient(#E80003, #AF0004);
	background: -o-linear-gradient(#E80003, #AF0004);
	background: linear-gradient(#E80003, #AF0004);*/
	-pie-background: linear-gradient(#E80003, #AF0004);
}

#side-contact h3 .arrow-right-big-orange, #side-contact .h3 .arrow-right-big-orange {
	display: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px  0 0 25px;
	border-color: #E80003 transparent transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
}

#side-contact p {

	font-size: 14px;
	color: #4d4d4d;
	line-height: 19px;
	padding: 15px 5% 0;
}

#side-contact input#name:focus,#side-contact input#phone:focus,#side-contact input#email:focus, #side-contact textarea:focus,  #side-contact select:focus {
    -webkit-box-shadow: 0 0 2px #1b5c56;
    -moz-box-shadow: 0 0 2px #1b5c56;
	box-shadow: 0 0 2px #1b5c56;
	behavior: url(/css/PIE.htc);
    border: 1px solid #effff8;
    outline: none;
}

#side-contact label {
    margin: 7px 5% 0;
    font-size: 14px;
    display: block;
    font-weight: bold;
}

#side-contact input#name, #side-contact input#phone, #side-contact input#email {
	position: relative;
	margin: 12px 5% 0;
	height: 22px;
	width: 82%;
	color: #666666;
	font-size: 14px;
	padding: 5px 3%;
	border: 1px solid #d4d4d4;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(/css/PIE.htc);
}

#side-contact select {
	position: relative;
	margin: 12px 5% 0;
	height: 32px;
	width: 90%;
	color: #666666;
	font-size: 14px;
	border: 1px solid #d4d4d4;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(/css/PIE.htc);
}

#side-contact textarea {
	position: relative;
	font-family: "PT Sans",arial,sans-serif;
	margin: 12px 5% 0;
	height: 65px;
	width: 82%;
	color: #666666;
	font-size: 14px;
	padding: 5px 3%;
	border: 1px solid #d4d4d4;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(/css/PIE.htc);
}

#side-contact #website {
	display: none;
}

#side-contact .input-wrapper {
	position: relative;
	width: 100%;
}

#side-contact .error {
	/*position: absolute;
	left: -200px;
	width: 160px;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	margin: 0 14px 0;
	padding: 10px 15px;
	background: #B9300E;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #676767 0px 2px 3px;
    -moz-box-shadow: #676767 0px 2px 3px;
    box-shadow: #676767 0px 2px 3px;
    behavior: url(/css/PIE.htc);*/
    font-size: 14px;
	line-height: 16px;
	padding: 2px 5%;
	color: #E80003;
	display: none;
}


#side-contact .error i.icon-bubble-2 {
	position: absolute;
	right: -6px;
	top: 5px;
}

#side-contact .error.error-name,
#side-contact .error.error-phone {
	top: 35px;
}

#side-contact .error.error-email,
#side-contact .error.error-message {
	top: 40px;
}

#side-contact #submitBtn {

    text-align: center;
    -webkit-box-shadow: #676767 0px 2px 3px;
    -moz-box-shadow: #676767 0px 2px 3px;
    box-shadow: #676767 0px 2px 3px;
    color: #fff !important;
    background-color: #e3162d;

    behavior: url(/css/PIE.htc);

}

#side-contact #submitBtn,
#side-contact .thanks {
	width: 90%;
	/*color: #fff;*/
	color: #000;
	font-weight: bold;
	font-size: 15px;
	padding: 10px;
	margin: 15px 5% 0;
	border: none;
	cursor: pointer;
}
#side-contact #submitBtn:hover {
	/*background-color: #E80003;*/

}

#side-contact #submitBtn i {
	display: none;
	margin: 7px 0 0 10px;
}

#side-contact #submitBtn span {
	/*padding-top: 3px;
	padding-left: 30px;*/
	line-height: 22px;
	font-size: 16px;
}


#side-contact .thanks {
	display: none;
}

#side-contact .thanks img {
	height: 15px;
	width: 15px;
	padding: 12px 5% 12px;
}

#side-contact .thanks p {
	padding: 10px 0;
	font-size: 15px;
}



#side-contact .lock-wrapper {
	overflow: hidden;
	padding: 2% 5%;
}

#side-contact .lock-wrapper img {
	width: 30px;
	height: auto;
	padding-right: 5px;
}

#side-contact .lock-wrapper p {
	width: 195px;
	height: auto;
	padding: 0;
	font-size: 11px;
}


/***********************************************************************
****************************** CALL BACK *******************************
***********************************************************************/

#call-back-wrapper {
	position: fixed;
	top: 30%;
	left: -345px;
	z-index: 99900;
}

#call-back-wrapper #call-back-trigger {
	cursor: pointer;
	height: 250px;
	width: 43px;
	background-color: #05a4a4;
	color: #fff;
}

#call-back-wrapper #call-back-trigger #num {
	position: relative;
	top: -24px;
	left: 6px;
}

#call-back-wrapper #call-back-trigger p {
	position: relative;
	left: -92px;
	bottom: -101px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 230px;
	height: 30px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
}


#call-back-wrapper #call-back-form {
	position: relative;
	width: 345px;
	height: 249px;
	background: #f9f9f9;
	border-bottom: 1px solid #A5C0C0;
	display: block;
}

#call-back-wrapper #call-back-form #call-back-x {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

#call-back-wrapper #call-back-form h2{
	border: 0;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	padding: 15px 15px 12px;
	margin: 0;
	background: #177474
}

#call-back-wrapper #call-back-form p{
	border: 0;
	width: inherit;
	text-align: left;
	color: #05a4a4;
	line-height: 18px;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 30px 5px 15px;
	padding: 0;
}

#call-back-wrapper #call-back-form p.small{
	border: 0;
	width: inherit;
	text-align: left;
	color: #05a4a4;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 30px 12px 15px;
	padding: 0;
}

#call-back-wrapper #call-back-form p.error{
	display: none;
	border: 0;
	width: inherit;
	text-align: left;
	color: #ff0000;
	line-height: 11px;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 10px 2px 15px;
	padding: 0;
}


#call-back-wrapper #call-back-form input{
	height: 26px;
	margin: 15px 15px 10px;
	border: 1px solid #ededed;
	background: #fff;
	color: #676767;
	font-size: 16px;
	line-height: 16px;
	padding: 2px 10px;
}

#call-back-wrapper #call-back-form #website-callback {
	display: none;
}

#call-back-wrapper #call-back-form #prefix-callback {
	margin-right: 10px;
	width: 50px;
}

#call-back-wrapper #call-back-form #phone-callback {
	margin-left: 0;
	width: 155px;
}

#call-back-wrapper #call-back-form #thanks-callback{
	display: none;
}

#call-back-wrapper #call-back-form #requestBtn-callback{
	height: 36px;
	padding: 10px 14px 10px 18px;
	font-size: 15px;
	line-height: 16px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin: 0 15px;
	cursor: pointer;
	border: none;
	background-color: #E80003;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #676767 0px 2px 3px;
    -moz-box-shadow: #676767 0px 2px 3px;
    box-shadow: #676767 0px 2px 3px;
    behavior: url(/css/PIE.htc);
}

#call-back-wrapper #call-back-form #requestBtn-callback i{
	margin-left: 10px;
	margin-top: 1px;
}

/*****************************************************************************/

/***********************************************************************
****************************** CALL BACK HEADER*******************************
***********************************************************************/

#header-callback-wrapper {
	width: 80%;
	margin: 10px 10% 400px;
}

#header-callback-wrapper #call-back-form {
	position: relative;
	width: 100%;
	display: block;
}

#header-callback-wrapper #call-back-form #call-back-x {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

#header-callback-wrapper #call-back-form .call-back-title,
#top-call-numbers .call-back-title {
	color: #000;
	font-size: 22px;
	line-height: 33px;
	font-weight: bold;
	padding: 15px 5% 0;
	margin: 0;
}

.call-back-title img {
	width: 7%;
    position: relative;
    margin-right: 3%;
    top: 4px;
}

#header-callback-wrapper #call-back-form p{
	border: 0;
	width: inherit;
	text-align: left;
	color: #05a4a4;
	line-height: 18px;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 30px 5px 15px;
	padding: 0;
}

#header-callback-wrapper #call-back-form p.small{
	border: 0;
	width: inherit;
	text-align: left;
	color: #05a4a4;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 30px 12px 15px;
	padding: 0;
}

#header-callback-wrapper #call-back-form p.error{
	display: none;
	border: 0;
	width: inherit;
	text-align: left;
	color: #ff0000;
	line-height: 11px;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 10px 2px 15px;
	padding: 0;
}


#header-callback-wrapper #call-back-form input{
	width: 80%;
    height: auto;
	margin: 15px 5% 0;
	border: 1px solid #ededed;
	background: #fff;
	color: #676767;
	font-size: 16px;
	line-height: 16px;
	padding: 12px 10px;
}

#header-callback-wrapper #call-back-form .callback-submit {
    width: 90%;
    height: auto;
    margin: 15px 5%;
	border: none;
	color: #fff;
	background: #05a4a4;
	font-size: 16px;
	line-height: 16px;
	padding: 14px 10px;
}

#header-callback-wrapper #call-back-form #website-callback {
	display: none;
}

#header-callback-wrapper #call-back-form #prefix-callback {
	margin-right: 10px;
	width: 50px;
}

#header-callback-wrapper #call-back-form #phone-callback {
	margin-left: 0;
	width: 155px;
}

#header-callback-wrapper #call-back-form .callback-thanks {
	display: none;
}

/*****************************************************************************/

.bottom-apply-square {
	border-top: 1px solid #e1e1e5;
	margin-top: 30px;
	padding: 0px 20px;
}

.bottom-apply-square .h2 {
	padding-bottom: 15px;
	font-size: 26px;
	line-height: 30px;
	padding-top: 5px;
	font-weight: bold;
}

.bottom-apply-square a {
	color: #af0004;
	border-bottom: 1px dotted #af0004;
	text-decoration: none;
}

.bottom-apply-square a:hover {
	border-bottom: 1px solid #af0004;
}

.bottom-apply-square .flag {
	margin: 2px 10px 0 0;
}



.bottom-apply-form-wide {
	width: 100%;
	background: #05a4a4;
	margin: 30px 0;
	padding: 20px;
}

.bottom-apply-form-wide form{
	display: block;
	width: 100%;
	padding-bottom: 5px;
	overflow: hidden;
}

.bottom-apply-form-wide h3{
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	padding: 0;
	margin: 0;
}

.bottom-apply-form-wide p{
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0 0 0px;
	margin: 0;
	color: #fff;
}

.bottom-apply-form-wide .form-row {
}

.bottom-apply-form-wide input#name-bottom,
.bottom-apply-form-wide input#phone-bottom,
.bottom-apply-form-wide input#email-bottom {
	font-size: 14px;
	margin: 15px 0 0;
	padding: 8px 10px;
	width: 200px;
	border: 1px solid #fefefe;
	-webkit-box-shadow: #2C2C2C 0px 2px 3px;
    -moz-box-shadow: #2C2C2C 0px 2px 3px;
    box-shadow: #2C2C2C 0px 2px 3px;
}

.bottom-apply-form-wide #website-bottom {
	display: none;
}

.bottom-apply-form-wide .error {
	color: #FF9898;
	font-size: 12px;
	line-height: 15px;
	padding-top:2px;
}

.bottom-apply-form-wide #submitBtn {
	font-size: 16px;
	background: #C53410;
	color: #fff;
	border: none;
	padding: 8px 15px;
	cursor: pointer;
	width: 200px;
	margin: 15px 5px 0 15px;
	-webkit-box-shadow: #2C2C2C 0px 2px 3px;
    -moz-box-shadow: #2C2C2C 0px 2px 3px;
    box-shadow: #2C2C2C 0px 2px 3px;
}

.bottom-apply-form-wide .thanks {
	display: none;
}

.bottom-apply-form-wide .thanks img {
	height: 15px;
	width: 15px;
	padding: 22px 10px 12px 10px;
}

.bottom-apply-form-wide .thanks p {
	padding: 18px 0;
	font-size: 16px;
}

.bottom-apply-form h3{
	font-size: 22px;
}

.bottom-apply-form input#name-bottom,
.bottom-apply-form input#phone-bottom,
.bottom-apply-form input#email-bottom {
	font-size: 14px;
	margin: 5px 0 0;
	padding: 3px 5px;

}

.bottom-apply-form textarea {
	font-family: "PT Sans",arial,sans-serif;
	font-size: 14px;
	margin: 5px 0 0;
	padding: 3px 5px;
}

.bottom-apply-form #website-bottom {
	display: none;
}

.bottom-apply-form .error {
	color: #ff0000;
	font-size: 12px;
	line-height: 15px;
}

.bottom-apply-form #submitBtn {
	margin-top: 5px;
	background: #666666;
	color: #fff;
	border: none;
	padding: 8px 10px;
	cursor: pointer;
	margin-bottom: 20px;
}

.bottom-apply-form .thanks {
	display: none;
}

.bottom-apply-form .thanks img {
	height: 15px;
	width: 15px;
	padding: 12px 10px 12px 10px;
}

.bottom-apply-form .thanks p {
	padding: 10px 0;
	font-size: 15px;
}

#side-about {
	display: none;
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	background-color: #f0f0f0;
}

#bottom-about {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	background-color: #f5f8f8;
}

.content-bg-light-grey {
	padding: 1%;
	margin: 4% 0;
	width: 95%;
	overflow: hidden;
	background-color: #fcfcfc;
	border: 1px solid #e1e1e5;
}

.content-border-block {
	padding: 3%;
	margin: 5% 0;
	width: 94%;
	overflow: hidden;
	border-top: 1px dashed #eaeaea;
	border-bottom: 1px dashed #eaeaea;
}

#side-reviews {
	margin-top: 30px;
	width: 99%;
	overflow: hidden;
	background-color: #fcfcfc;
	border: 1px solid #e1e1e5;
}

#side-reviews .review-row {
	border-top: 1px solid #e1e1e5;
	padding-bottom:20px;
}

#side-reviews .img-wrapper{
	padding: 14px 5% 20px;
	width: 90%;

}

#side-reviews .img-wrapper img{
	width: 100%;
}

#side-reviews h3, #side-reviews .h3 a {
	display: block;
	text-decoration: none;
	padding: 15px 14px;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
	background-color: #e3162d;
}

#side-reviews h3 a {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
}

#side-reviews h4, #side-reviews .h4 {
	padding: 10px 14px 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
}

#side-reviews h4 i, #side-reviews .h4 i {
	margin: 5px 5px 0 0;
	margin-top: 2px;
}

#side-reviews p {
	padding: 14px 20px;
	font-size: 14px;
	line-height: 20px;
	color: #676767;
}

#side-reviews a.bottom-link {
	color: #E80003;
}

.home-3box .embed-wrapper,
#side-about .embed-wrapper {
	position: relative;
	width: 100%;
}

.home-3box .embed-wrapper img,
#side-about .embed-wrapper img{
	width: 100%;
}

#side-about img, #bottom-about img{
	width: 100%;
}


.home-3box .embed-wrapper .overlay,
#side-about .embed-wrapper .overlay {
	position: absolute;
	overflow: hidden;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 0;
	background: #676767;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-webkit-transition: height .2s ease-in-out;
    -moz-transition: height .2s ease-in-out;
    -ms-transition: height .2s ease-in-out;
    -o-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
}

.home-3box .embed-wrapper .overlay p,
#side-about .embed-wrapper .overlay p {
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
}

.home-3box .embed-wrapper i,
#side-about .embed-wrapper i {
	position: absolute;
	bottom: 50px;
	left: 30%;
	opacity: 0.6;
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;

}

.CTA-main-call-side {
	width: 700px;
    padding-top: 12px;
}

.CTA-call-wrapper {
	width:410px;
}

.border-top {
	border-top: 2px solid #e3e3e3;
	margin-top:30px;
}



.home-3box .embed-wrapper:hover i,
#side-about .embed-wrapper:hover i {
	opacity: 1.0;
}

.home-3box .embed-wrapper:hover .overlay,
#side-about .embed-wrapper:hover .overlay {
	height: 30px;
}

#side-about h3 {
	padding: 14px 14px 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #555;

}

#side-about p {
	padding: 0 14px 20px;
	font-size: 14px;
	line-height: 20px;
	color: #676767;
}

#bottom-about h3 {
	padding: 14px 14px 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #555;

}

#bottom-about p {
	padding: 0 14px 20px;
	font-size: 14px;
	line-height: 20px;
	color: #676767;
}

#side-about a.bottom-link {
	position: relative;
	display: block;
	padding: 10px 14px;
	background-color: #05a4a4;
	color: #fff;
	width: 100%;
}

#side-about a.bottom-link:hover {
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background  .3s ease-in-out;
	background-color: #05B3B3;
}


#side-about a.bottom-link i {
	position: absolute;
	top:15px;
	right: 40px;
}

#side-about p > a {
	color: #af0004;
	border-bottom: 1px dotted #af0004;
	text-decoration: none;
}

#side-about p > a:hover {
	border-bottom: 1px solid #af0004;
}

.icon-up {
	position: absolute;
	top: 20px;
	right: -10px;
	cursor: pointer;
}

.footer {
	width: 100%;
	background: #F5F8F8;

	border-top: 2px solid #ededed;
}

.footer-apply {
	display: block !important;
	width: 35%;
	background: #05a4a4;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 28px;
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.footer-content {
	width: 1200px;
	padding: 35px 30px;
	margin: 0 auto;
	overflow: hidden;
}

.footer-content .bottom-nav ul {
	height: 45px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-content .bottom-nav li {
	float: left;
	color: #cccccc;
}
.footer-content .bottom-nav > ul a:after  {
	content: "  ▪   ";
	white-space: pre;
	/*display: block;
	background-image: url(/images/icons.png);
	background-repeat: no-repeat;
	width: 3px;
	height: 3px;
	background-position: -250px -50px;*/
}

.footer-content .bottom-nav > ul li:last-child a:after  {
	content: "";
}



.footer-content .bottom-nav a {
	color: #828282;
	text-decoration: none;
	font-size: 16px;
}

.footer-content .bottom-nav .icon-square-divider {
	float: left;
	margin: 10px 10px;
}

.footer-content .bottom-nav a:hover {

}

.footer-content .payments-row {
	height: 30px;
	margin-top: 45px;
}

.footer-content .payments-row i {
	float: left;
	margin-right: 12px;
}

.footer-content .payments-row p {
	float: left;
	color: #828282;
	font-size: 14px;
	margin-left: 10px;
}

.footer-content .payments-row p a {
	color: #828282;
	font-size: 14px;
	text-decoration: none;
}

.footer-content p.copyrights {
	margin-top: 20px;
	color: #828282;
	font-size: 12px;
	line-height: 12px;
}

.footer .right-side {
	width: 245px;
}

.footer .left-side {
	width: 700px;
	overflow: hidden;
}

.footer .right-side .contact-info {
	margin-top: 3px;
}

.footer .right-side .contact-info li {
	height: 32px;
	clear: both;
}

.footer .right-side .contact-info li i {
	float: left;
	margin-top: 3px;
}

.footer .right-side .contact-info li p,
.footer .right-side .contact-info li a {
	float: left;
	color:#828282;
	font-size: 16px;
	line-height: 20px;
	margin-left: 8px;
	width: 220px;
    text-decoration: none;
}

.fixed-section-left {
	position: fixed;
	top: 50%;
	left: 50px;
	text-align: center;
	z-index: 100000;
}

.fixed-section-right {
	position: fixed;
	top: 50%;
	right: 50px;
	text-align: center;
	z-index: 99900;
}


.icon-up-large {
	position: fixed;
	bottom: 250px;
	right: 0;
	text-align: center;
	cursor: pointer;
	z-index: 99900;
}


.fb-like-wrapper {
    width: 110px;
    text-align: center;
    padding-bottom: 180px;
}

.apply-radial {
	padding-top: 30px;
    position: fixed;
    bottom: 300px;
    right: 10px;
    z-index: 999;
}

.footer .right-side .social-links {
	margin-top: 28px;
}

.footer .right-side .social-links li {
	float: left;
	height: 25px;
	margin-right: 18px;
}

.footer .right-side .social-links li a:hover i {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
}

#apply-page h1 {
	font-size: 30px;
	line-height: 36px;
	color: #05a4a4;
	width: 100%;
	margin: 20px 0 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #e3e3e3;
}

#apply-page .apply-center {
	overflow: hidden;
	width: 720px;
	margin: 10px 0 70px;
}

#apply-page.contact-page .apply-center {
	margin: 10px 70px 70px;
}

#apply-page h2 {
	font-size: 22px;
	margin-bottom: 20px;
}

#apply-page.contact-page h2 {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 20px;
}

#apply-page p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 30px;
}

#apply-page .form-row {
	margin-bottom: 27px;
}

#apply-page.contact-page .form-row {
	margin-bottom: 0;
}

#apply-page .form-row.half {
	width: 270px;
}

#apply-page .form-row .form-comment {
	width: 385px;
	font-size: 14px;
	line-height: 18px;
	padding-top: 3px;
}

#apply-page .form-row.full {
	width: 720px;
}

#apply-page.contact-page .indent .form-row {
	margin-left: 20px;
}

#apply-page.contact-page .form-row.full label {
	margin-right: 10px;
	margin-top: 30px;
	width: 90px;
}

#apply-page.contact-page .form-row span.gender {
	top: 28px;
}


#apply-page.contact-page .form-row.full select#country {
	width: 312px;
}

#apply-page.contact-page .form-row.full input#name,
#apply-page.contact-page .form-row.full input#phone,
#apply-page.contact-page .form-row.full input#email,
#apply-page.contact-page .form-row.full textarea#message {
	width: 290px;
}

#apply-page.contact-page .form-row #requestBtn {
	margin-left: 100px;
	margin-top: 13px;
}

#apply-page.contact-page .form-row .error {
	margin-left: 100px;
	line-height: 18px;
}

#apply-page.contact-page .form-row.full input,
#apply-page.contact-page .form-row.full textarea {
	margin-bottom: 0;
	margin-top: 20px;
}

#apply-page.contact-page .form-row.full input.gender {
	margin: 30px 5px 0 0px;
}

#apply-page .form-row.full input,textarea {
	margin-bottom: 20px;
}

#apply-page .form-row label{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

#website,.website {
	display: none;
}

#apply-page .form-row input,
#apply-page .form-row textarea,
#apply-page .form-row select {
	background: #f0f0f0;
	width: 248px;
	border: 1px solid #d4d4d4;
	color: #676767;
	font-size: 16px;
	line-height: 19px;
	padding: 10px;
	font-family: "PT Sans",arial,sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#apply-page.contact-page .form-row input,
#apply-page.contact-page .form-row textarea,
#apply-page.contact-page .form-row select {
	background: #fafafa;
	border: 1px solid #e9e9e9;
}

#apply-page .form-row select {
	margin-top: 1px;
	margin-bottom: 3px;
}

#apply-page .form-row.full select {
	margin-top: 20px;
	margin-bottom: 0;

}

#apply-page .form-row input[type="radio"] {
	background: none;
	border: none;
}

#apply-page .form-row select {
	height: 40px;
	width: 268px;
}

#apply-page .form-row textarea#message {
	width: 568px;
	height: 120px;
	margin-bottom: 5px;
}

#apply-page .form-row input.gender {
	height: 17px;
	width: 17px;
	margin: 10px 5px 0 20px;
}

#apply-page .form-row span.gender {
	position: relative;
	top: -3px;
}


#apply-page .thanks {
	height: 40px;
	width: auto;
	padding: 0 15px;
	font-size: 15px;
}

#apply-page .form-submit {
	text-align: center;
}

#apply-page .form-row #requestBtn {
	height: 45px;
	width: auto;
	padding: 0 20px 0 20px;
	font-size: 15px;
	line-height: 22px;
	border: none;
	background-color: #e3162d;
	color: #fff;
	cursor: pointer;
}

#apply-page .thanks {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	display: none;
}

#apply-page .thanks img {
	height: 16px;
	width: 16px;
	padding: 12px 10px 12px 0px;
}

#apply-page .thanks p {
	padding: 10px 0;
	font-size: 16px;
}

#apply-page.contact-page .thanks {
	margin-left: 100px;
}

#apply-page .error {
	color: red;
	display: none;
}

.blog-article-list {
	margin-top: 50px;
	width: 100%;
}

.blog-article-list h3 {
	font-size: 22px;
	color: #676767;
}

.blog-article-list ul li {
	padding: 20px 0px 20px 20px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}

.blog-article-list ul li a{
	font-size: 16px;
	line-height: 1.5em;
	color: #05a4a4;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

.blog-article-list ul > li a:before {
	position: absolute;
	left: 0px;
	top: 23px;
	content:"";
	display: block;
	background-image: url(/images/icons.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 14px;
	background-position: -400px -150px;
}

.blog-articles li {
	padding: 30px 15px 24px;
	border-top: 1px solid #e3e3e3;
}

.blog-articles li .blog-article-image {
	width: 160px;
	height: 160px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
	margin-bottom: 5px;
}

.blog-articles li .blog-article-image img{
	position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.blog-articles li h2 {
	padding: 0;
	margin: 0;
}

.blog-articles li h2 a{
	padding-left: 20px;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	border: none;
	display: block;
	color: #676767;
}



.blog-articles li h2 a:hover {
	color: #05a4a4;
	border: none;
}

.blog-articles li .blog-article-details,
.blog-post .blog-article-details {
	font-size: 14px;
	color: #999999;
	padding-top: 8px;
	padding-bottom: 3px;
}

.blog-articles li .blog-article-details .author {
	color: #05a4a4;
}

.blog-articles li .read-more a,
.home-text-columns .read-more a {
	position: relative;
	top: -3px;
}

.blog-articles li .read-more a:hover,
.home-text-columns .read-more a:hover {
	border: none;
}

.blog-post h1 {
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	border: none;
	display: block;
	color: #4d4d4d;
	padding-top:0;
	margin-top: 0;
}

p.subheadline {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	border: none;
	display: block;
	color: #4d4d4d;
	padding:5px 0;
	margin-top: 15px;
	border-top: dashed 1px #efefef;
	border-bottom: dashed 1px #efefef;
}

.ya-share2 a {
	border: none;
}

.ya-share2 a {
	border: none;
}


.post-content {
	margin: 30px 0 0;

}

.post-content img {
	width: 100%;
}

.sidebar-blog {
	width: inherit;
}

.sticky-side {
	width: inherit;
}

.blog-article-image-big {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
	margin-bottom: 5px;
	padding-bottom: 15px;
}

.blog-article-image-big img {
    width: 100%;
}

.blog-post .about-author {
	overflow: hidden;
	margin: 30px 0;
	padding: 20px 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.blog-post .about-author .text{
	width: 490px;
	float: left;
}

.blog-post .about-author h2{
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #4d4d4d;
}

.blog-post .about-author h2 span{
	margin-left: 5px;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	font-style: italic;
}

.blog-post .about-author p{
	font-size: 14px;
	margin: 5px 0 0;
}

.blog-post .about-author img{
	width: 80px;
	height: 80px;
	margin-right: 15px;
}

.blog-post .post-contact-info {
	background: #f0f0f0;
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
}

.blog-post .post-contact-info .apply {
	width: 349px;
	border-right: 2px solid #fff;
	padding: 20px 20px 27px;
}

.blog-post .post-contact-info .apply h3 {
	margin: 0;
	font-size: 20px;
	color: #111;
}

.blog-post .post-contact-info .apply p {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
}

.blog-post .post-contact-info .apply a.apply-button {
	padding: 10px;
	margin: 0;
	text-align: center;
	color: #fff;
	border: none;
	font-size: 16px;
	line-height: 39px;
	background: #E80003;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #676767 0px 2px 3px;
    -moz-box-shadow: #676767 0px 2px 3px;
    box-shadow: #676767 0px 2px 3px;
    behavior: url(/css/PIE.htc);
}

.blog-post .post-contact-info .essential {
	padding: 53px 0 0 43px;
}

.blog-post .post-contact-info .essential ul {
	list-style: none;
}

.blog-post .post-contact-info .essential li {
	padding-bottom: 17px;
}

.blog-post .post-contact-info .essential li i {
	float: left;
	margin-right: 7px;
}

.blog-post .post-contact-info .essential li a {
	font-size: 16px;
	font-weight: bold;
	border: none;
	color: #05a4a4;
}

.blog-post .post-contact-info .essential li a:hover {
	border: none;
}

.blog-pagination {
	margin: 35px auto;
	text-align: center;
	width: 100%;
}

.pagination li {
	display: inline-block;
	margin-right: 2px;
	width: 28px;
	height: 28px;
	text-align: center;
	background: url(/images/icons.png) no-repeat -250px -175px;
}

.pagination li i{
	margin-top: 10px;
}

.pagination li a{
	display: block;
	font-size: 12px;
	line-height: 22px;
	border: none;
	color: #717171;
}

.main-content-wrapper .pagination a:hover{
	border: none;
}

.pagination li.active {
	width: 28px;
	height: 28px;
	background: url(/images/icons.png) no-repeat -250px -225px;
}

.pagination li.active span {
	display: block;
	padding-top: 3px;
	font-size: 12px;
	line-height: 22px;
	color: #f2f2f2;
}

.social-share {
	position: fixed;
	z-index: 0 !important;
	top: 160px;
	left: 0;
	width: 150px;
	padding: 10px 0;

}

.social-share .shareCount {
	display: none;
}

.social-share .shareBtn {
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin: 6px auto;
}

.social-share .shareBtn .count{
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 40px;
	height: 21px;
	padding-top: 9px;
	margin-left: 30px;
	text-align: center;
	line-height: 13px;
}

.social-share .st_facebook_custom{
	background: url(/images/icons.png) no-repeat -400px -350px;
}

.social-share .st_email_custom{
	background: url(/images/icons.png) no-repeat -400px -450px;
}

.social-share .st_twitter_custom{
	background: url(/images/icons.png) no-repeat -450px -350px;
}

.social-share .st_vkontakte_custom {
	background: url(/images/icons.png) no-repeat -450px -450px;
}

.social-share .st_googleplus_custom {
	background: url(/images/icons.png) no-repeat -450px -400px;
}

.social-share .st_odnoklassniki_custom {
	background: url(/images/icons.png) no-repeat -400px -400px;
}

.search-page-form {
	position: relative;
	height: 50px;
	width: 99%;
	padding-bottom: 30px;
}

.search-results .title{
	font-size: 16px;
	font-weight: bold;
}

.search-results p{
	font-size: 16px;
}

ul.search-results {
	margin: 0;
}

ul.search-results li:before {
	position: absolute;
	left: -22px;
	top: 5px;
	content:"";
	display: block;
	background-image: url(/images/icons.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 14px;
	background-position: -400px -150px;

}
ul.search-results li {
	margin-top: 25px;
	position: relative;
}


.search-results .url,
.search-results .url:hover{
	display: block;
	font-size: 12px;
	border: none;
}

.affiliate-form {
	background-color: #f6f6f6;

	padding: 20px;
	margin-bottom: 20px;
}

.affiliate-form.department-form {
	margin-top: 30px;
	padding: 0px;
}


.affiliate-form.department-form h2 {

	background-color: #E80003;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E80003), to(#AF0004));
	background: -webkit-linear-gradient(#E80003, #AF0004);
	background: -moz-linear-gradient(#E80003, #AF0004);
	background: -ms-linear-gradient(#E80003, #AF0004);
	background: -o-linear-gradient(#E80003, #AF0004);
	background: linear-gradient(#E80003, #AF0004);
	-pie-background: linear-gradient(#E80003, #AF0004);
  	font-size: 18px;
  	padding: 20px 20px;
  	color: #fff;
  	behavior: url(/css/PIE.htc);
}

.affiliate-form.department-form .form-submit button {
	padding: 4px 6px;
	min-width: 255px;
	cursor: pointer;
	border: none;
	height: 38px;
	color: #fff;
	background-color: #E80003;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E80003), to(#AF0004));
	background: -webkit-linear-gradient(#E80003, #AF0004);
	background: -moz-linear-gradient(#E80003, #AF0004);
	background: -ms-linear-gradient(#E80003, #AF0004);
	background: -o-linear-gradient(#E80003, #AF0004);
	background: linear-gradient(#E80003, #AF0004);
	-pie-background: linear-gradient(#E80003, #AF0004);
}

.affiliate-form.department-form p {
	padding: 20px 20px 10px;
  	font-size: 16px;
  	line-height: 19px;
  	color: #000;
}

.affiliate-form.department-form form {
	padding: 0px 20px 20px;
}


.affiliate-form.department-form label {
	width: 90px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.affiliate-form.department-form .error {
	padding-left: 90px;

}

.affiliate-form.department-form textarea {
	width: 248px;
	height: 115px;
}

.affiliate-form.department-form .form-submit {
	padding-left: 90px;
}


.affiliate-form h2{
	color: #05a4a4;
	font-size: 18px;
	padding: 0 0 15px;
	margin: 0;
}

.affiliate-form label {
	display: block;
	width: 150px;
	float: left;
}

.affiliate-form input {
	display: block;
	padding: 2px 5px;
	width: 240px;
	height: 22px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/css/PIE.htc);
}

.affiliate-form textarea {
	margin: 0;
	padding: 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/css/PIE.htc);
}

.affiliate-form select {
	height: 26px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/css/PIE.htc);
}

.affiliate-form .form-row {
	padding-bottom: 10px;
	overflow: hidden;
}

.affiliate-form .website,
.affiliate-form .thanks {
	display: none;
}

.affiliate-form .thanks img {
	height: 15px;
	width: auto;
	padding: 0 15px;
	font-size: 15px;
}

.affiliate-form .form-submit {
	margin-top: 5px;
	padding-left: 150px;
}

.affiliate-form .error {
	font-size: 14px;
	color: #ff0000;
	padding-left: 150px;
	display: none;
}

.affiliate-form .form-submit button {
	padding: 4px 6px;
	min-width: 180px;
	cursor: pointer;
}

.grey-scale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.main-content-wrapper .login-affiliates-wrapper {
	margin: 30px auto;
	text-align: center;
}

.main-content-wrapper .login-affiliates-wrapper a.login-affiliates {
	padding: 10px 45px 10px 15px;
	background: #05a4a4;
	color: #fff;
	border: none;
	position: relative;
}

.main-content-wrapper .login-affiliates-wrapper a.login-affiliates i{
	position: absolute;
	top: 13px;
	right: 10px;
}

.main-content-wrapper .login-affiliates-wrapper a.login-affiliates:hover {
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background  .3s ease-in-out;
	background-color: #05B3B3;
}

img.campaign-image {
	width: 100%;
}

/******************** SITEMAP ****************************/

h1.error-page {
	font-size: 30px;
	line-height: 36px;
	color: #05a4a4;
	width: 100%;
	margin: 20px 0 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #e3e3e3;
}


.visual-sitemap {

}

.visual-sitemap li {
	padding-top: 5px;
	list-style-type: square;
	margin-left: 20px;
}

.visual-sitemap li a {
	color: #af0004;
    border-bottom: 1px dotted #af0004;
    text-decoration: none;
}

.visual-sitemap li li {
	margin-left: 20px;
	list-style-type: circle;
}


/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control {
  position: relative;
  width: 500px;
  margin-top: 10px;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
  padding: 10px 15px;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #dadada;
  background: #fcfcfc;
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selectize-input .item {
  padding: 6px 8px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);*/
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 28px;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  /*background: rgba(125, 168, 208, 0.2);*/
  text-decoration: underline;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #ceeeee;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
  margin-top: 2px;
  background: #fcfcfc;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  /*content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;*/
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-position: -450px -100px;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
