/*
Theme Name: Estetica
Theme URI: http://zauscher.com/
Author: William Zauscher
Author URI: http://zauscher.com/
Description: Custom theme for Estetica by William Zauscher
Version: 1.1.2
License: GNU General Public License
License URI: see license.txt
Tags: dental, zagreb


*/


/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}
.success {padding-left:10px;}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.NUMERO-VERDE-GRATUITO{ color:green; font-size:16px; font-weight:bold}

/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}


/* Clearing */
.clear {
	clear: both;
}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-top: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }


/*wz styles
*/


@font-face {
    font-family: 'arialblack';
    src: url('js/arialblack/arial_black-webfont.eot');
    src: url('js/arialblack/arial_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('js/arialblack/arial_black-webfont.woff') format('woff'),
         url('js/arialblack/arial_black-webfont.ttf') format('truetype'),
         url('js/arialblack/arial_black-webfont.svg#arial_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'markerfelt';
    src: url('js/markerfelt/marker_felt-webfont.eot');
    src: url('js/markerfelt/marker_felt-webfont.eot?#iefix') format('embedded-opentype'),
         url('js/markerfelt/marker_felt-webfont.woff') format('woff'),
         url('js/markerfelt/marker_felt-webfont.ttf') format('truetype'),
         url('js/markerfelt/marker_felt-webfont.svg#marker_feltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.arialblack {
	font-family: 'arialblack';
	font-family: 'Candal';
	padding-left:11px;
}

.markerfelt {
	font-family: 'markerfelt';
}

.fjalla {
	font-family: 'Fjalla One';
}
.span07em {
	font-size: 0.7em;
}
.span0789em {
	font-size: 0.789em;
}
.span0842em {
	font-size: 0.842em;
}
.span086em {
	font-size: 0.86em;
}
.span09em {
	font-size: 0.9em;
}
.span092em {
	font-size: 0.92em;
}
.span0895em {
	font-size: 0.895em;
}
.span097em {
	font-size: 0.97em;
}
.span1053em {
	font-size: 1.053em;
}
.span11em {
	font-size: 1.1em;
}
.span118em {
	font-size: 1.18em;
	line-height: 1.2em;
}
.span12em {
	font-size: 1.2em;
}
.span1263em {
	font-size: 1.263em;
}
.span13em {
	font-size:1.3em;
}
.span1526em {
	font-size: 1.526em;
}
.span184em {
	font-size: 1.84em;
}
.span1947em {
	font-size: 1.74em;
}
.up03em {
	margin-top:-0.3em;
}
.up06em {
	margin-top:-0.6em;
}
.up1em {
	margin-top: -1em;
}
.up2em {
	margin-top: -2em;
}
.up36em {
	margin-top: -3.6em;
}
.up0p5em {
	margin-top: -0.5em;
}
.lef1em {
	margin-left:-1em;
}
.lef2em {
	margin-left: -2em;
}
.mar0 {
	margin:0 !important;
}
.marlef06 {
	margin-left: 0.6em;
}
.marlef1p2 {
	margin-left: 1.2em;
}
.martop03 {
	margin-top:0.3em;
}
.martop07 {
	margin-top:0.7em !important;
}
.martop1 {
	margin-top:1.2em !important;
}
.martop2 {
	margin-top:2em !important;
}
.martop24 {
	margin-top:2.4em !important;
}
.martop3 {
	margin-top:3em !important;
}
.martop4 {
	margin-top: 4em;
}
.martop8 {
	margin-top: 8em !important;
}
.martop9 {
	margin-top:9em;
}
.marbot1 {
	margin-bottom:1.2em;
}
.marbot2 {
	margin-bottom: 2em
}
.marbot3 {
	margin-bottom: 3em;
}
.marrig1 {
	margin-right: 1em;
}
.marrig2p5 {
	margin-right: 2.5em;
}
.nomarbot {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.nomartop {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.padlr {
	//padding-left: 1em;
	//padding-right: 1em;
}
.pad0 {
	padding:0 !important;
}
.padlef05 {
	padding-left: 0.5em;
}
.padlef0 {
	padding-left: 0 !important;
}
.padlef1 {
	padding-left: 1em !important;
}
.padlef2 {
	padding-left: 2em;
}
.padlef3 {
	padding-left: 3em;
}
.padlef4 {
	padding-left: 4em;
}
.padlef5 {
	padding-left: 5em;
}
.padlef7 {
	padding-left: 7em;
}
.padlef9 {
	padding-left: 9em;
}
.padlef100 {
	padding-left: 10em;
}
.pad1em {
	padding:1em;
}
.pad2em {
	padding:2em;
}
.padtb05em {
	padding-top:0.5em !important;
	padding-bottom:0.5em !important;
}
.padtop02 {
	padding-top: 0.2em;
}
.padtopslight {
	padding-top: 0.4em;
}
.padtop07 {
	padding-top: 7px;
}
.padtop1 {
	padding-top:1em;
}
.padtop2 {
	padding-top:2em;
}
.padtop22 {
	padding-top: 2.2em;
}
.padtop25 {
	padding-top: 2.5em;
}
.padtop3em {
	padding-top:3em;
}
.padtop5 {
	padding-top: 5em;
}
.padtop6 {
	padding-top: 6em;
}
.padtop16 {
	padding-top: 16em;
}
.padtop25 {
	padding-top: 25em;
}
.padtop34 {
	padding-top: 34em;
}
.nopadbot {
	padding-bottom: 0 !important;
}
.padbot1 {
	padding-bottom:1em !important;
}
.nopadtop {
	padding-top: 0 !important;
}
.padtop50px {
	padding-top:50px;
}
.padrig05 {
	padding-right: 0.5em !important;
}
.padrig1 {
	padding-right: 1em !important;
}
.padrig2 {
	padding-right: 2em !important;
}
.padrig3 {
	padding-right:3em;
}
.padrig4 {
	padding-right: 4em;
}
.padrig5 {
	padding-right: 5em;
}
.padrig6 {
	padding-right: 6em !important;
}
.padrig7 {
	padding-right: 7em;
}
.padrig8 {
	padding-right: 8em;
}
.padrig9 {
//	padding-right:9em;
}
.padrig100 {
	padding-right: 10em;
}
.padrig120 {
	padding-right: 12em;
}

.padrig200 {
	padding-right: 20em;
}
.timinus05em {
	text-indent: -0.5em;
}
.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.italic {
	font-style: italic;
}

.black {
	color: black;
}

.white {
	color: white;
}

.golda {
	color: #a37024;
}

.goldb {
	color: #e1a74d;
}
.grey {
	color: #666;
}
.greyb {
	color: #ccc9c9
}
.greyc {
	color: #797979;
}
.blue {
	color: #0033ff;
}

.float-left {
	float:left;
}
.float-right {
	float:right;
}
.blockquotebg {
	background-color: #f1eade;
}

.warningbg {
	background-color: #f3e1c5;
}

.warningbgtop {
	background-image: url('images/hea09@2x.png');
	background-size: 100%;
	height: 175px;
	margin-top: -52px;
}
.yellowhighlight {
	background-color: #f0a000;
	display: inline;
	padding: 0em 0.5em 0.1em 0em !important;
	line-height: 1.4em;
}

.yellowhwrapper {
	display: inline;
	padding:.2em;
	background-color: #f0a000;
	line-height: 1.5em;
}

body.page .page-header {
	display: none;
}

.entry-content p, .entry-content ul {
	padding-bottom: 0.7em;
}

.entry-content h2 {
	padding-bottom: 0.6em;
}

.entry-content ul {
	padding-left:3em;
}

.entry-content {
	margin-top: 3em;
}

blockquote {
padding: 1em 1em 1em 2em;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 15px solid #a37024;
}

ul.doctorlist {
	padding-left:1em;
	list-style-type: disc;
}

.inline-block {
	display: inline-block;
}


.crazythingamajig {
	position: absolute;
	max-width: 100%;
	z-index: 5;
}

.blackbg {
	background-color: black;
	margin-top:1em;
}

.tearpaper1 {
	background:url('images/hea04@2x.jpg') no-repeat;
	padding:1.5em;
	padding-bottom:5em;
	background-size: 100%;
}

.tearpaper2 {
	background:url('images/hea05@2x.jpg') no-repeat;
	padding:1.5em;
	padding-bottom:5em;
	background-size: 100%;
}

.tearpaper3 {
	background:url('images/rev01@2x.jpg') no-repeat;
	padding:1.5em;
	padding-bottom:5em;
	background-size: 100%;
	text-align: center;
}

.tearpaper3 h3 {
	font-size: 1.947em;
}

.somebotpad li {
	padding-bottom:.5em;
}


.widBestPrice {
	background-image: url('images/widBestPriceGuarantee@2x.jpg');
	background-repeat: no-repeat;
	height: 578px;
	background-size: 100%;
	text-align: center;
}
.widBestPrice p {
	padding-top: 25em;
}
.widZag1 {
	background-image: url('images/widVisitZag1@2x.jpg');
	background-repeat: no-repeat;
	height: 716px;
	background-size: 100%;
}
.widZag2 {
	background-color:black;
	background-image: url('images/widVisitZag2@2x.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	border:2px solid #a37024;
	text-align: center;
}
.widZag2 .white {
	margin-top:5.5em;
}

.widWatchVid {
	background-image: url('images/widWatchVid@2x.jpg');
	background-repeat: no-repeat;
	height: 400px;
	background-size: 100%;
}
.widTestimonialAnna {
	background-image: url('images/widTestAnna@2x.jpg');
	background-repeat: no-repeat;
	height: 273px;
	background-size: 100%;
}
.widPlayVideo {
	background-image: url('images/widPlayVideo@2x.jpg');
	background-repeat: no-repeat;
	height: 192px;
	background-size: 100%;
}
.widget-title {
	display: none;
}

.widClaimYourFree {
	background-color: black;
	background-image: url('images/widClaimYourFreeBG@2x.jpg');
	background-repeat: no-repeat;
}
.widHomClaimYour {
	background:black;
	background-image: url('images/hom14@2x.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
}
.widHomClaimYour .tagline {
	padding-top:2.1em;
	
	margin:0;
	font-size:1.526em;
}
.widHomOWS {
	background-image: url('images/hom13@2x.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
}
.widHomOWS p {
	padding-top: 5em;
	padding-right: 7em;
}
.widEsteticaOnly {
	background-image: url('images/widEsteticaIsTheOnly@2x.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	height: 458px;

}

.dblock {
	display: block;
}
.lh1em {
	line-height: 1em;
}
.lh11em {
	line-height: 1.1em;
}
.lh12em {
	line-height: 1.2em;
}
.lh15em {
	line-height: 1.5em;
}



.widIfYouCanFind {
	background-image: url('images/widIfYouCanFind@2x.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	height: 518px;

}

.widReqTreatProp {
background: #8e5815; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #8e5815 5%, #e8dece 28%, #e9d3af 40%, #e9d3af 47%, #e9d3af 47%, #8e5815 71%, #8e5815 83%, #e8dece 94%, #e8dece 94%, #e8dece 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(5%,#8e5815), color-stop(28%,#e8dece), color-stop(40%,#e9d3af), color-stop(47%,#e9d3af), color-stop(47%,#e9d3af), color-stop(71%,#8e5815), color-stop(83%,#8e5815), color-stop(94%,#e8dece), color-stop(94%,#e8dece), color-stop(100%,#e8dece)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #8e5815 5%,#e8dece 28%,#e9d3af 40%,#e9d3af 47%,#e9d3af 47%,#8e5815 71%,#8e5815 83%,#e8dece 94%,#e8dece 94%,#e8dece 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #8e5815 5%,#e8dece 28%,#e9d3af 40%,#e9d3af 47%,#e9d3af 47%,#8e5815 71%,#8e5815 83%,#e8dece 94%,#e8dece 94%,#e8dece 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #8e5815 5%,#e8dece 28%,#e9d3af 40%,#e9d3af 47%,#e9d3af 47%,#8e5815 71%,#8e5815 83%,#e8dece 94%,#e8dece 94%,#e8dece 100%); /* IE10+ */
background: linear-gradient(135deg,  #8e5815 5%,#e8dece 28%,#e9d3af 40%,#e9d3af 47%,#e9d3af 47%,#8e5815 71%,#8e5815 83%,#e8dece 94%,#e8dece 94%,#e8dece 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e5815', endColorstr='#e8dece',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
position: relative;
}
.widReqTreatProp p {
	padding-top:7em;

}

.widVidSeries {
	background-image: url('images/widVidSeries@2x.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	height: 580px;
}
.widVidSeries h3 {
	padding-top:10.7em;
	font-size: 27px;
}

h1, h2 {
	font-family: 'Fjalla One';
}

h3 {
	font-family: 'markerfelt';
}

.headercta p {
	line-height: 1.2em;
}
.site-footer {
	background-color: black;
}

.site-footer-inner {
	padding-top: 2em;
}

.footer-footer {
	background-image: url('images/footerFooterBG@2x.jpg');
	background-size: 100%;
	background-repeat: repeat-y;
	margin-top: 3em;
}



.site-navigation .container {
	padding-bottom:0;
}

.nav {
	font-family: 'Fjalla One';
}

.dropdown-menu {
	font-family: Arial;
	font-size: .8em;
}

.small1 {
	font-size: .9em;
}

.small2 {
	font-size: .9em;
}

.small3 {
	font-size: .9em;
}

#footer-menu li {
	clear:left;
}

#footer-menu>li>a {
	padding:0 0 .5em 0 !important;
	color:#e1a74d;
}

.footer-address {
	color: white;
	margin-top:0;
	margin-bottom:0;
	font-size: .9em;
}

.footer-email {
	margin-top:1em;
}

.divider-left {
	min-height: 18em;
	background-image: url('images/dividerLeft.jpg');
	background-repeat: no-repeat;
	background-size: 0.3em;
	padding-left: 1.5em;
	padding-right: 1.3em;
}

.footer-footer-menu {
	padding-top: 1.1em;
	font-size: .8em;
	padding-bottom: 1.3em;
}

.footer-footer-menu li {
	list-style: none;
	float: left;
	margin-right:7px;
	padding-left: 7px;
	border-left: 1px solid white;
	line-height: 1em;
	color: white;
	text-transform: uppercase;
}

.footer-footer-menu a {
	color: white;
	text-transform: uppercase;
}

.footer-footer-menu li:first-child {
	border:none;
	padding:0;
}

.home-slider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.home-slider.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.home-slider.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.home-slider.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.home-slider-container .rslides_nav {
  z-index: 7;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 40%;
  left: 10%;
  opacity: 1;
  overflow: hidden;
  text-decoration: none;
  padding:0.6em;
  font-size: 2em;
  background:url("images/arrow_left.png") no-repeat left top;
/*  background-image: -webkit-linear-gradient(left,color-stop(rgba(10,10,10,.3)0),color-stop(rgba(10,10,10,.5)100%));
  background-image: -o-linear-gradient(left,rgba(10,10,10,.3)0,rgba(10,10,10,.5)100%);
  background-image: linear-gradient(to right,rgba(10,10,10,.3)0,rgba(10,10,10,.5)100%);
  -webkit-border-radius: 50px;
	-moz-border-radius: 50px;

	border-radius: 50px;*/
  }
.home-slider-container a.rslides_nav:hover {
	color: white;
	text-decoration: none;
 /* background-image: -webkit-linear-gradient(left,color-stop(rgba(100,100,100,.3)0),color-stop(rgba(100,100,100,.5)100%));
  background-image: -o-linear-gradient(left,rgba(100,100,100,.3)0,rgba(100,100,100,.5)100%);
  background-image: linear-gradient(to right,rgba(100,100,100,.3)0,rgba(100,100,100,.5)100%);*/
}
.home-slider-container .rslides_nav:active {
  opacity: 1.0;
  }

.home-slider-container .rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 10%;
    background:url("images/arrow_right.png") no-repeat left top !important;
  }
.home-slider-container {
	position: relative;
}
.widSpecRep {
	background-color: black;
	background-image: url("images/widSpecRep@2x.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 294px;
	padding-top: 2.5em;
	padding-left: 1em;
	padding-right: 1em;
}
.travelli li {
	padding-bottom: 0.6em;
}
.doctorlist li {
	padding-bottom: 0.7em;
}
.pvlist li {
	padding-bottom: 0.5em;
}
.pvlist2 li {
	padding-bottom: 0.2em;
}

.dotflist li {
	padding-bottom: 0.2em;
}
.playvideolink {
	font-size: 0.6em;
	line-height: 1.3em;
	display: inline-block;
	color:black;
}
.clicker {
	width: 5em;
	margin-top: 17%;
	margin-left: 29%;
	position: absolute;
}
.clicker1 {
	margin-top:11%;
	margin-left: 55%;
}
.clicker4 {
	margin-top:17%;
	margin-left: 62%;
}

#main-menu .current_page_ancestor {
	background-color: rgba(64,64,64,.75);
}
#main-menu .current_page_ancestor a.dropdown-toggle {
	color:#fff !important;
}

.textwidget {
	max-width: 263px;
}


/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */.ekko-lightbox-container{position:relative}.ekko-lightbox-nav-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}.ekko-lightbox-nav-overlay a{z-index:100;display:block;width:49%;height:100%;padding-top:45%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.ekko-lightbox-nav-overlay a:empty{width:49%}.ekko-lightbox a:hover{text-decoration:none;opacity:1}.ekko-lightbox .glyphicon-chevron-left{left:0;float:left;padding-left:15px;text-align:left}.ekko-lightbox .glyphicon-chevron-right{right:0;float:right;padding-right:15px;text-align:right}.ekko-lightbox .modal-footer{text-align:left}



/*carousel stuff*/






/* Thumbnail Box */
.caption p {
    color: white;
    padding:0;
    margin:0;
    }

/* Carousel Control */
.control-box {
    }
    .carousel-control{
        background: #666;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 1em;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        position: static;
        padding:.5em;
				-webkit-border-radius: 50px;
				-moz-border-radius: 50px;
				border-radius: 50px;
				width:2em;
        }
		.carousel-control.right {
			margin-left: 0.5em;
		}





ul.thumbnails {
	margin:0;
	padding:0;
}
.thumbnails li {
	list-style: none;
}

.full-width-carousel {
	background-color: black;
	padding-bottom: 1em;
}

.full-width-carousel .thumbnail {
	padding:0;
	background-color: black;
	border:none;
	border-radius: 0;
	margin-bottom: 0;
}

.CTHDown {
	display: none;
	border: 1px solid #CCC;
	margin: 0 1em 0 1em;
	padding: 0.5em 0 0 0;
	margin-top: -4.8em;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	width: 12.5em;
}

.CTHUp {
	display: none;
	border: 1px solid #CCC;
	margin: 0 1em 0 1em;
	padding: 0.5em 0 0 0;
	margin-top: -9.1em;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	width: 12.5em;
}





/*FORM CSS*/

.gform_fields input[type='file'] {
  opacity:0;
  cursor: pointer;
}

.entry-content .gform_fields {
	margin:0;
	padding:0;
}

.gform_fields {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.7em;
	margin-left: 1em;
	margin-right: 1em;
}
.gform_fields li {
	padding-bottom: 0.3em;
	position:relative
}
.gform_fields .fileu label {
	padding: 0.7em;
	top: 0;
	left: 0;
	margin-bottom: 0;
	width: 100%;
	background-color: white;
	-webkit-box-shadow: 0px 4px 14px 0px rgba(50, 50, 50, 0.82);
	-moz-box-shadow: 0px 4px 14px 0px rgba(50, 50, 50, 0.82);
	box-shadow: 0px 4px 14px 0px rgba(50, 50, 50, 0.82);
	cursor: pointer;
}
.fileu .ginput_container {
	position: relative;
}
.btn-browse {
	position: absolute;
	right: 0px;
	top:0px;
	background-color: black;
	color:white;
	padding: 0.7em 0.7em 0.7em 1em;
	cursor: pointer;
	-webkit-box-shadow: 0px 4px 14px 0px rgba(50, 50, 50, 0.82);
	-moz-box-shadow:    0px 4px 14px 0px rgba(50, 50, 50, 0.82);
	box-shadow:         0px 4px 14px 0px rgba(50, 50, 50, 0.82);
}
.gfield_label {
	position: absolute;
	top: 9px;
	left: 8px;

}

 
.ginput_container input, .ginput_container textarea {
	padding:0.5em;
	margin-bottom: 0.25em;
	margin-top:0.25em;
	width:100%;
	border: none;
	-webkit-box-shadow: 0px 4px 14px 0px rgba(50, 50, 50, 0.82); 
	-moz-box-shadow: 0px 4px 14px 0px rgba(50, 50, 50, 0.82);
	box-shadow: 0px 4px 14px 0px rgba(50, 50, 50, 0.82);
	font-weight:bold;
	color:black;
}
.gform_footer.top_label {
	text-align: center;
	margin-top: 0.2em;
}

.validation_message, .validation_error, .form-disclaimer, .form-footnote {
	color:white;
	font-size: 0.7em;
	display: inline-block;
}
.validation_message, .validation_error {
	text-shadow: 0px 0px 9px rgba(50, 0, 0, 1);
}



/*CSS FOR SIDEBAR WIDGET REQUEST TREATMENT FORM*/

#gform_wrapper_1 .gform_fields {
	font-size: 0.6em;
}
#gform_wrapper_2 .form-disclaimer {
	color: #424242;
}

#gform_wrapper_2 #gform_submit_button_2 {
	width: 170px;
}


#gform_submit_button_3 {
	width:190px;
}

/*SPECIAL REPORT ON MEET DR RUBELI PAGE*/

#gform_submit_button_4 {
	width: 230px;
}

/*SPECIAL REPORT SIDEBAR*/

#gform_submit_button_5 {
	width: 200px;
}

/*MODAL SIGNUP ON DR RUBELI PAGE*/

#gform_submit_button_7 {
	width: 230px;
}

.widClaimFreeFull {
	background: #7d4a11; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d4a11 10%, #ffffff 56%, #ffffff 75%, #bca284 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#7d4a11), color-stop(56%,#ffffff), color-stop(75%,#ffffff), color-stop(100%,#bca284)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d4a11 10%,#ffffff 56%,#ffffff 75%,#bca284 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d4a11 10%,#ffffff 56%,#ffffff 75%,#bca284 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d4a11 10%,#ffffff 56%,#ffffff 75%,#bca284 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d4a11 10%,#ffffff 56%,#ffffff 75%,#bca284 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d4a11', endColorstr='#bca284',GradientType=0 ); /* IE6-9 */
	margin-bottom: 2em;
}

.ebook_img {
	width: 8em;
	float: right;
}
.claimery {
	float: right;
	margin-top: -13em;
	width: 12em;
}

.discover_text {
	padding-right: 8em;
}
.widClaimFreeFull a {
	padding-right: 0;
}
.orangeDS {
	text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
}

.widRequestTPFullWhiteBottom {
	background: #8e5815; /* Old browsers */
	background: -moz-linear-gradient(top,  #8e5815 0%, #e9d3af 41%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e5815), color-stop(41%,#e9d3af), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8e5815 0%,#e9d3af 41%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8e5815 0%,#e9d3af 41%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8e5815 0%,#e9d3af 41%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8e5815 0%,#e9d3af 41%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e5815', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	margin-top: 1em;
	margin-bottom: 1em;
}

.widRequestTPFull {
background: #8e5815; /* Old browsers */
background: -moz-linear-gradient(top,  #8e5815 7%, #e9d3af 44%, #e9d3af 66%, #8e5815 95%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#8e5815), color-stop(44%,#e9d3af), color-stop(66%,#e9d3af), color-stop(95%,#8e5815)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8e5815 7%,#e9d3af 44%,#e9d3af 66%,#8e5815 95%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8e5815 7%,#e9d3af 44%,#e9d3af 66%,#8e5815 95%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8e5815 7%,#e9d3af 44%,#e9d3af 66%,#8e5815 95%); /* IE10+ */
background: linear-gradient(to bottom,  #8e5815 7%,#e9d3af 44%,#e9d3af 66%,#8e5815 95%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e5815', endColorstr='#8e5815',GradientType=0 ); /* IE6-9 */

margin-bottom: 1em;
}


.widRequestTPFull h2 {
	font-size: 1.947em;
	font-family: 'arialblack';
}

}
.widRequestTPFullReviews {
	background-image: url('images/revCTAFW@2x.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	height: 200px;
}

.reviewsCTAgoldb {
	padding-left: 17em;
	padding-right: 16em;
}


.navbar-nav {
	margin:0;
}
.navbar-toggle {
	margin:0;
}

.play_review_vid {
	margin-top:-26em;
	margin-left: 2em;
}
.video_itself {
	display: none;
}

.play_video_travel {
	margin-top:-45em;
	margin-left: 5.1em;

}
.sm_icon {
	background: #ccc;
	padding: 0.3em;
	min-width: 1.2em;
	border-radius: 14px;
}




.portfolio_gallery a {
	margin-top:1em;
	margin-bottom: 1em;
}

.modal-title {
	display: none;

}

.modal-header {
	border-bottom: none;
}


.page-id-767 .modal-content, .page-id-9 .modal-content {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
}
.trav-controls {
	margin-top: -10%;
	margin-left: 3%;
}



.search-submit {
	background-color: #e1a74d;
	color: white;
}
.search-submit:hover {
	background-color: #e1a74d;
	color: #CCC;
}

.navbar-default .navbar-nav>.active>a {
	background-color: #404040; /* Old browsers */
	background: -moz-linear-gradient(top,  #404040 0%, #141414 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#141414)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #404040 0%,#141414 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #404040 0%,#141414 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #404040 0%,#141414 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #404040 0%,#141414 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
}

.navbar-default .navbar-nav>li>a:hover {
	background-color: #404040; /* Old browsers */
	background: -moz-linear-gradient(top,  #404040 0%, #141414 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#141414)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #404040 0%,#141414 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #404040 0%,#141414 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #404040 0%,#141414 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #404040 0%,#141414 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#141414',GradientType=0 ); /* IE6-9 */	
}

.dropdown-menu>li>a:hover {
	color: white;
}

.arrow-div-container {
	position: relative;
}

.arrow-div {
	position: absolute;
	top:1.5em;
}

.gform_confirmation_message_3 {
	color: white;
}

#services-carousel li {
	margin-bottom: 1em;

}
.dottoressa {
	margin-top: -3.5em;
}

#conf_msg .modal-body {
	min-height: 18em;
}


.search-field {
    display: inline;
}

.toTop {
	margin-top: 4em;
}

.verde {
	font-size: 0.5em;
}

.dottoressaSmall {
	position: absolute;
	width: 4em;
	top: -50px;
	right: 20px;
}

.attachment-post-thumbnail {
	width:100%;
}

.home-slider.rslides1 .slide, .home-slider.rslides1 img {
	width:100%;
}

.smheader {
	margin-left: 5em;
}