/* GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Roboto:100);
@import url(http://fonts.googleapis.com/css?family=Roboto:300);
@import url(http://fonts.googleapis.com/css?family=Roboto:400);
@import url(http://fonts.googleapis.com/css?family=Roboto:400italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:700);
@import url(http://fonts.googleapis.com/css?family=Roboto:700italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:900);
@import url(http://fonts.googleapis.com/css?family=Oswald:400);

/* Global properties ======================================================== */
a[href^="tel:"] { color: inherit; text-decoration: none;}
::selection{ background:#888888!important; color:#fff}
::-moz-selection{ background:#888888!important; color:#fff}

a{ color:#372f32; text-decoration: underline; outline:none}
a:hover{ color:#372f32; text-decoration: none; outline:none}

body{ background: #fafafa; border:0; font: 12px 'Roboto', Arial, Helvetica, sans-serif; color:#372f32; line-height:20px; min-width:320px;}

#main{margin: 0 auto; position: relative; overflow: hidden;}




/* ============================= header ====================== */
.top1{height: 8px; background: url(../images/top1.jpg);}

.top2_wrapper{position: relative;}

.page_slide{position: relative; width: 1600px; left: 50%; margin-left: -800px;}
.page_slide img{width: 100%;}

.top2_inner{position: relative; overflow: hidden;}

.top2_top_wrapper{position: absolute; left: 0; top: 0; width: 100%;}
.top2_top{position: relative;}

header{float: left;}

.top2_top .block1{float: right; padding-top: 50px;}

.phone1{float: left; color: #745762; text-transform: uppercase; padding-right: 60px;}
.phone1 .txt1{font-size: 18px; line-height: 18px; font-weight: 300;}
.phone1 .txt2{font-size: 24px; line-height: 24px; font-weight: 900;}

.location1{float: left; color: #745762; text-transform: uppercase; padding-right: 60px;}
.location1 .txt1{font-size: 18px; line-height: 18px; font-weight: 300;}
.location1 .txt2{font-size: 14px; line-height: 18px; font-weight: 900;}





.top2_bottom_wrapper{position: absolute; left: 0; bottom: 0; width: 100%;}
.top2_bottom{position: relative;}

.box1_wrapper{position: relative; background: url(../images/px1.jpg) 0 0 repeat-x #ebd7ce;}
.box1_inner{position: relative;}

.shadow1_wrapper{position: absolute; left: 0; top: 0; width: 100%;}
.shadow1_wrapper img{width: 100%; vertical-align: top; line-height: 1px;}

.shadow2_wrapper{}
.shadow2_wrapper img{width: 100%; vertical-align: top; line-height: 1px;}

.splash{background: url(../images/px3.png); padding-top: 40px; padding-bottom: 50px; margin-top: 30px; color: #fff;}

.splash_title{text-align: center; font-weight: 100; font-size: 40px; line-height: 40px; color: #f3f0ef; padding-bottom: 30px;}

.splash .block1{padding-left: 40px; border-right: 1px solid #d2c5c4; padding-right: 40px;}

.splash .block2{}

.splash .block3{padding-right: 40px;}



/* ============================= procedures ====================== */
#procedures_wrapper{ padding-bottom: 50px; padding-top: 20px; position: relative;}
#procedures_wrapper > .container{position: relative;}

.procedures_title{font-size: 40px; line-height: 40px; text-align: center; color: #542d3c;font-weight: 100; padding-bottom: 30px;}

#procedures{position: relative; padding-bottom: 70px; padding-top: 0px; }

.procedures_prev{display: block; width: 30px; height: 30px; background: url(../images/prev.png) left top no-repeat; position: absolute; left: 50%; margin-left: -40px; bottom: 0; z-index: 0; opacity: 0.3; filter: alpha(opacity=30);}
.procedures_prev:hover{opacity: 1; filter: alpha(opacity=100);}
.procedures_next{display: block; width: 30px; height: 30px; background: url(../images/next.png) left top no-repeat; position: absolute; right: 50%; margin-right: -40px; bottom: 0; z-index: 0; opacity: 0.3; filter: alpha(opacity=30);}
.procedures_next:hover{opacity: 1; filter: alpha(opacity=100);}

#procedures .carousel-box{position: relative;}
#procedures .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
#procedures .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: -20px; }
#procedures .caroufredsel_wrapper{padding: 0; margin: 0;}
#procedures .caroufredsel_wrapper ul{padding: 0; margin: 0;}
#procedures .carousel-box ul li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:300px; overflow:hidden; padding-right:20px }

.procedures{}
.procedures .procedures_inner{}
.procedures .procedures_inner a{display: block; text-decoration: none; position: relative; background: none; text-align: center;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.procedures .procedures_inner a:hover{ }
.procedures .procedures_inner a figure{margin: 0; padding: 0px; position: relative; border: none; padding: 0px; background: none; text-align: center; padding-top: 0px; padding-bottom: 0px; border: 8px solid rgba(255, 255, 255, 0.3); border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; display: inline-block;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.procedures .procedures_inner a:hover figure{border-color: #7dc4c0; }
.procedures .procedures_inner a .img{border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}
.procedures .procedures_inner a .caption{margin-top: 20px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.procedures .procedures_inner a:hover .caption{border-color: #555555;}
.procedures .procedures_inner a .txt1{font-family: 'Roboto'; font-weight: 400; color: #735661; font-size: 18px; line-height: 24px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.procedures .procedures_inner a:hover .txt1{color: #735661;}
/* ============================= procedures end ====================== */

/* ============================= testimonials ====================== */
.testimonials_wrapper{position: relative; padding-bottom: 20px;}
.testimonials_inner{padding-top: 10px;}
.testimonials_wrapper .caroufredsel_wrapper{width: 100%!important; }
#testimonials{margin: 0; padding: 0; list-style: none; display: block;}
#testimonials li { padding: 0; display: block; float: left;}

.testimonial_pagination{padding-top: 25px;}
.testimonial_pagination a{display: block; width: 20px; height: 20px; background: url(../images/testimonial_normal.png) center center no-repeat; float: left; margin-right: 5px;}
.testimonial_pagination a:hover{background: url(../images/testimonial_hover.png) center center no-repeat;}
.testimonial_pagination a.selected{background: url(../images/testimonial_selected.png) center center no-repeat;}
.testimonial_pagination a span{display: none;}

.testimonial1{float: right; margin-left: 5px; text-align: center;}
.testimonial1 img{border-radius:500px; -moz-border-radius:500px; -webkit-border-radius:500px;}
.testimonial1 .name{padding-top: 10px; font-size: 14px;}
.testimonial1_2{display: table;}

.testimonial1_2 .caption{background: url(../images/testimonials.png) left top no-repeat; font-style: italic;}




/* ============================= testimonials end ====================== */

.breadcrumbs1_wrapper{position: relative; background: #745762;}
.breadcrumbs1_inner{position: relative;}
.breadcrumbs1{padding: 0; margin-top: 0px; font-weight: 400; line-height: 20px; color: #faeee8;font-family: 'Roboto'; font-size: 12px;padding: 17px 0px;}
.breadcrumbs1 a{color: #faeee8;}
.breadcrumbs1 a:hover{color: #faeee8;}
.breadcrumbs1 span{display: inline-block; width: 7px; height: 7px; background: url(../images/breadcrumbs1.png) 0 0 no-repeat; margin: 0 15px;}


/* ============================= team ====================== */
#team_wrapper{ padding-bottom: 50px; padding-top: 50px; position: relative;background: url(../images/px2.jpg) 0 0 repeat-x #ebd7ce;}
#team_wrapper > .container{position: relative;}

.team_title{font-size: 40px; line-height: 40px; text-align: center; color: #542d3c;font-weight: 100; padding-bottom: 30px;}

#team{position: relative; padding-bottom: 70px; padding-top: 0px; }

.team_prev{display: block; width: 30px; height: 30px; background: url(../images/prev.png) left top no-repeat; position: absolute; left: 50%; margin-left: -40px; bottom: 0; z-index: 0; opacity: 0.3; filter: alpha(opacity=30);}
.team_prev:hover{opacity: 1; filter: alpha(opacity=100);}
.team_next{display: block; width: 30px; height: 30px; background: url(../images/next.png) left top no-repeat; position: absolute; right: 50%; margin-right: -40px; bottom: 0; z-index: 0; opacity: 0.3; filter: alpha(opacity=30);}
.team_next:hover{opacity: 1; filter: alpha(opacity=100);}

#team .carousel-box{position: relative;}
#team .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
#team .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: -20px; }
#team .caroufredsel_wrapper{padding: 0; margin: 0;}
#team .caroufredsel_wrapper ul{padding: 0; margin: 0;}
#team .carousel-box ul li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:300px; overflow:hidden; padding-right:20px }

.team{}
.team .team_inner{}
.team .team_inner a{display: block; text-decoration: none; position: relative; background: none; text-align: center;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.team .team_inner a:hover{ }
.team .team_inner a figure{margin: 0; padding: 0px; position: relative; border: none; padding: 0px; background: none; text-align: center; padding-top: 0px; padding-bottom: 0px; border: 8px solid rgba(255, 255, 255, 0.3); border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; display: inline-block;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.team .team_inner a:hover figure{border-color: #7dc4c0; }
.team .team_inner a .img{border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}
.team .team_inner a .caption{margin-top: 20px; padding-left: 25px; padding-right: 25px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.team .team_inner a:hover .caption{border-color: #555555;}
.team .team_inner a .txt1{font-family: 'Roboto'; font-weight: 400; color: #735661; font-size: 18px; line-height: 24px; padding-bottom: 10px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.team .team_inner a:hover .txt1{color: #735661;}
.team .team_inner a .txt2{color: #735661; padding-bottom: 10px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.team .team_inner a:hover .txt2{color: #735661;}
.team .team_inner a .txt3{border: 2px solid #f3e3db; display:inline-block; line-height:20px;  text-decoration: none; margin-top:10px; margin-bottom:10px; font-size:14px; font-family:'Roboto'; font-weight: 400; color:#745762; white-space:nowrap; letter-spacing:0px; background:rgba(235, 215, 206, 0.5); padding:9px 25px; text-transform: uppercase;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.team .team_inner a:hover .txt3{color:#fff; background: #735661; border-color: #735661;}





/* ============================= team end ====================== */


/* ============================= content ====================== */
#content{background: #faeee8; padding-top: 30px; padding-bottom: 40px;}

#partners{background: #faeee8; padding-top: 60px; padding-bottom: 40px; text-align: center;}
#partners .txt{font-family:'Roboto'; font-weight:100; font-size:30px; color:#542d3c; line-height:30px; text-align: center; padding-bottom: 30px;}
#partners .img{display: inline-block; margin-bottom: 20px;}



/* ============================= footer ====================== */
.bot1_wrapper{background: #745762; padding-top: 40px; padding-bottom: 40px; color: #f5ebe6;}
.bot1_wrapper a{color: #fff;}
.bot1{}

.bot2_wrapper{background: #604650; padding-top: 17px; padding-bottom: 17px; color: #b5a9ae; text-transform: uppercase;}
.bot2{}

.logo2_wrapper{margin-top: 20px;}

.bot1_title{font-weight: 300; font-size: 24px; color: #fff; padding-top: 25px; padding-bottom: 15px; text-transform: uppercase;}



footer{position: relative; z-index: 1; }









/* ============================= main menu ====================== */
.menu_wrapper{line-height: 1px; height: 73px;}
.navbar_ { margin: 0; padding: 0; background: url(../images/menu_bg.jpg) 0 0 repeat-x; position: relative;z-index: 30; display: inline-block;border-radius:8px 8px 0 0; -moz-border-radius:8px 8px 0 0; -webkit-border-radius:8px 8px 0 0;}
.navbar_ .navbar-inner_ { padding: 0; margin: 0; border: none; min-height: inherit; background: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; filter:none;}
.navbar_ .btn-navbar { background: #549da4; border: none;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-top: 23px; margin-bottom: 23px;}
.navbar_ .btn-navbar:hover{background: #4f979f;}
.navbar_ .btn-navbar .icon-bar{background-image: none;}
.nav-collapse_.collapse{ position:relative; display:block; text-align: center;}
.navbar_ .nav{ position: relative; float: none; margin: 0; padding: 0; display: block; left: auto;}
.navbar_ .nav > li{position: relative; display: block; float: left; padding-left: 2px; white-space: nowrap; background: url(../images/marker0.jpg) left top no-repeat; width: 155px;}
.navbar_ .nav > li:first-child{padding-left: 0; background: none;}
.navbar_ .nav > li > a{display: block; text-decoration: none; background: none; font-family: 'Oswald'; font-weight: 400; font-size: 16px; line-height: 73px; color: #fff; text-shadow:none; padding: 0; border: none; margin: 0; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; text-transform: uppercase; position: relative;
transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; -webkit-transition: color 0.3s ease-out; -o-transition: color 0.3s ease-out;
}
.navbar_ .nav > li > a em{display: inline-block; width: 19px; height: 7px; background: url(../images/arr1.png) center top no-repeat; position: absolute; left: 50%; margin-left: -10px; bottom: 10px;}
.navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus, .navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover{color: #fff; text-decoration: none; background: url(../images/nav.jpg) 0 0 repeat-x;  box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}

.navbar_ .nav > li.active > a em, .navbar_ .nav > li.active > a:hover em, .navbar_ .nav > li.active > a:focus em, .navbar_ .nav > li > a:hover em, .navbar_ .nav > li > a:focus em, .navbar_ .nav > li.sfHover > a em, .navbar_ .nav > li.sfHover > a:hover em{background-image: url(../images/arr1_over.png);}





.navbar_ .nav > li.first > a{border-radius:8px 0 0 0; -moz-border-radius:8px 0 0 0; -webkit-border-radius:8px 0 0 0;}
.navbar_ .nav > li.last > a{border-radius:0 8px 0 0; -moz-border-radius:0 8px 0 0; -webkit-border-radius:0 8px 0 0;}



.sub-menu ul { position: absolute; display: none; left: 2px; top: 73px; list-style: none; zoom: 1; z-index: 109; margin: 0; padding:0px; background: #44888f; text-align: left; }
.sub-menu li { margin: 0; position: relative; zoom: 1; display: block; border-bottom: 1px solid #5d9ba2;}
.sub-menu li a{display: block; position: relative; font-family:'Roboto'; font-weight: 400; font-size: 14px; line-height: 20px; color: #ade8e1; text-decoration: none; padding: 5px 35px 5px 15px; text-shadow: 0px -1px 0px #367177;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.sub-menu li a:hover{ text-decoration: none; color: #fff; background: #4b9098;}

.sub-menu li a em{display: inline-block; width: 6px; height: 10px; background: url(../images/marker1.png) left top no-repeat; position: absolute; right: 8px; top: 50%; margin-top: -5px;}
.sub-menu li a:hover em{background-position: bottom;}

.sub-menu-1 > ul{}

.sub-menu-2 > ul{left: 100%; top: 0px; margin-left: 0px; background: #3a787e;}

/* ============================= menu bot ====================== */
.menu_bot { display:inline-block; float: left; position: relative; z-index:10; text-align:center; white-space:nowrap; padding-top: 20px; }
#menu_bot { list-style: none; display:inline-block; white-space:nowrap;  padding: 0; margin: 0;}
#menu_bot > li { list-style: none; display: inline-block; height:24px; line-height: 24px; margin-left: 35px; position:relative; float:left; white-space:nowrap;}
#menu_bot > li:first-child{ margin-left: 0;}
#menu_bot > li > a{ display:block; height:100%; text-decoration:none; position:relative; font-family:'Sancreek'; font-weight: 400; font-size: 15px; color: #ece1d7;}
#menu_bot > li.active > a, #menu_bot > li > a:hover, #menu_bot > li > a:focus{color: #faa709; text-decoration: none;}

/* ============================= search-form ====================== */
.search-form-wrapper{padding-bottom: 0px;}
.navbar-form { float: none; position:relative; z-index: 11; margin:11px 0px 0 0 ; padding: 0; }
.navbar-form input { width: 100%; height: auto; font-size: 14px; line-height: 20px; color:#302e2e; background: #f9f2ef; border: 1px solid #e5d0c6; margin: 0; padding: 10px 50px 10px 10px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
.navbar-form input:focus {color: #000;  border-color: #1e1d1d; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}
.navbar-form a {text-decoration: none; margin: 0; display: inline-block; width: 42px; height: 28px; background: url(../images/search.png) right top no-repeat; position:absolute; right:0; top: 7px; }
.navbar-form a:hover { background-position: right;}

/* ============================= toTop ====================== */
#toTop { display:none; text-decoration:none; position:fixed; bottom:10px; right:10px; z-index: 1000; overflow:hidden; width:50px; height:50px; border:none; text-indent:100%; background:url(../images/totop.gif) no-repeat left top; }
#toTopHover { background:url(../images/totop.gif) no-repeat left bottom; width:50px; height:50px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop:active, #toTop:focus { outline:none; }

/* ============================= main layout ====================== */
h1{ font-family:'Roboto'; font-weight:100; font-size:40px; color:#542d3c; line-height:40px; padding:25px 0 20px 0; margin: 0;}

h2{ font-family:'Roboto'; font-weight:100; font-size:30px; color:#542d3c; line-height:30px; padding:35px 0 20px 0; margin: 0;}




h4{ font-weight: bold; color:#542d3c; padding:0px 0 10px 0; margin: 0px 0px 0px 0px;font-size: 16px;}

h6{ font-family:'Roboto'; font-weight:400; font-size:20px; line-height: 25px; color:#542d3c; padding:0px 0 10px 0; margin: 0px 0px 0px 0px;}


.upper { text-transform:uppercase;}

.color1{ color:#fff;}

.line1 { height:1px; background:#b9b2a2; margin:5px 0;}

.radius1{border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}

.pad_bot1{padding-bottom: 20px;}


/* === */

.button1{ display:inline-block; line-height:20px;  text-decoration: none; margin-top:10px; margin-bottom:10px; font-size:14px; font-family:'Roboto'; font-weight: 400; color:#745762; white-space:nowrap; letter-spacing:0px; background:rgba(235, 215, 206, 0.5); padding:9px 25px; text-transform: uppercase;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.button1:hover { color:#fff; background: #7dc4c0;}

.ul1{ padding: 0; margin: 0; list-style: none; padding-bottom: 0px;}
.ul1 > li {font-weight: 400; color: #fff; line-height: 20px; padding:3px 0px 3px 0px; margin: 0px 0px 0px 0px;}
.ul1 > li a{color:#fff; text-decoration: none; display: block;background: url(../images/li_st1.png) 0px center no-repeat; padding-left: 15px;}
.ul1 > li a:hover{color:#fff; text-decoration: underline;}

.ul0{ padding: 0; margin: 0; list-style: none; padding-bottom: 0px;}
.ul0 > li {font-weight: 400; color: #f5ebe6; line-height: 20px; padding:0px 0px 3px 0px; margin: 0px 0px 0px 0px;}
.ul0 > li a{color:#f5ebe6; text-decoration: none; display: block;}
.ul0 > li a:hover{color:#fff; text-decoration: underline;}

.date1{line-height: 26px; color: #faeee8; padding: 0 35px 0 15px; background: url(../images/date1.png) right center no-repeat; display: inline-block; margin-bottom: 10px;}

.ul2{ padding: 0; margin: 0; list-style: none; padding-bottom: 0px;}
.ul2 > li {font-weight: 400; color: #110f10; line-height: 20px; padding:3px 0px 3px 0px; margin: 0px 0px 0px 0px;}
.ul2 > li a{color:#110f10; text-decoration: none; display: block;background: url(../images/li_st2.png) 0px center no-repeat; padding-left: 15px;}
.ul2 > li a:hover{color:#110f10; text-decoration: underline;}

.google_map{ position: relative; overflow: hidden; margin: 0 0 20px 0; padding: 0px; background: #fff; border: none; line-height: 1px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
.google_map iframe{position: relative; width: 100%; height: 440px; border: none; background: #fff; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}




/* ============================= thumbnail ====================== */
.img-polaroid{position: relative; padding: 5px; background: #e7e0d7; border: 1px solid #c4bdab;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.img-polaroid.w1{padding: 10px;}
.thumbnail .caption{padding: 0; color: #4b3e33}

.thumb1 {margin-bottom: 20px;}
.thumb1.last {margin-bottom: 0px;}
.thumb1 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.thumb1 figure{margin: 0; float: none; margin:0px 0px 20px 0px;}
.thumb1 figure img{width: 100%;}
.thumb1 .caption{}

.thumb2 {margin-bottom: 20px;}
.thumb2.last {margin-bottom: 0px;}
.thumb2 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.thumb2 figure{margin: 0; float: left; margin:0px 20px 20px 0px;}
.thumb2 figure img{width: auto;}
.thumb2 .caption{}








.thumb-isotope {}
.thumb-isotope .thumbnail{padding: 0px; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none;-moz-box-shadow: none; -webkit-box-shadow: none; }
.thumb-isotope .thumbnail a{position: relative;  display: block; text-decoration: none; padding: 0px;background: none;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb-isotope .thumbnail a:hover{}
.thumb-isotope .thumbnail a figure{position: relative; margin: 0; float: none; margin:0px 0px 0px 0px; padding: 0px; background: #fff; border: 1px solid #f2e2db;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb-isotope .thumbnail a:hover figure{}
.thumb-isotope .thumbnail a img{width: 100%;}
.thumb-isotope .thumbnail a em{position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; background: url(../images/photo1.png) center 40% no-repeat; opacity: 0; filter: alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb-isotope .thumbnail a:hover em{opacity: 1; filter: alpha(opacity=100);}
.thumb-isotope .thumbnail a .caption{color: #fff; text-align: center; padding: 10px 15px; font-size: 12px; line-height: 18px; background: #b394a0;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb-isotope .thumbnail a:hover .caption{background: #7dc4c0; color: #fff;}






/*================= Contacts =========================*/
#note{ }
.notification_error{ color:#f00; padding-bottom:10px; }
.notification_ok{ text-align: left; padding-bottom:10px; }
#fields{padding-bottom: 20px;}

#ajax-contact-form .control-group{margin-bottom: 10px;}
#ajax-contact-form .control-label{display: none;}
#ajax-contact-form .controls{margin-left: 0;}
#ajax-contact-form input, #ajax-contact-form textarea{background: #f9f2ef; border: 1px solid #e5d0c6; color: #302e2e; padding-top: 10px; padding-bottom: 10px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; -moz-box-shadow: inset  0px 3px 20px 3px  #f6e9e3; -webkit-box-shadow: inset  0px 3px 20px 3px  #f6e9e3; box-shadow: inset  0px 3px 20px 3px  #f6e9e3;}
#ajax-contact-form input:focus, #ajax-contact-form textarea:focus{border-color:#302e2e; }
#ajax-contact-form textarea{height: 124px;}
#ajax-contact-form .control-group.capthca{margin-bottom: 0px;}
#ajax-contact-form .capthca input{width: 136px; float: left; margin-right: 20px;margin-bottom: 10px;}
#ajax-contact-form img{float:left; width:130px; height:42px;margin-bottom: 10px;}
#ajax-contact-form .submit{border: 0; margin: 0; display: inline-block; line-height:38px; height: 38px; color: #745762;  text-decoration: none; white-space:nowrap; letter-spacing:0px; background:rgba(235, 215, 206, 0.5); padding:0px 25px;font-size:14px; font-family:'Roboto'; font-weight: 400; position: relative; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; text-transform: uppercase;}
#ajax-contact-form .submit:hover{ color:#fff; background-color: #7dc4c0;}


/*================= 404 =========================*/
.page-404{text-align: center;}
.page-404 .txt1{font-family:'Roboto'; font-weight:700; font-size:220px; color:#542d3c; line-height:220px; }
.page-404 .txt2{font-family:'Roboto'; font-weight:400; font-size:70px; color:#542d3c; line-height:70px; }





/*----- media queries ------*/
@media (min-width: 1600px) {

	.page_slide{position: relative; width: 100%; height: auto; left: 0; margin-left: 0;}
	.page_slide img{width: 100%;}


}
/* Large desktop */
@media (min-width: 1200px) {

	.navbar_ .nav > li{width: 193px;}

	#procedures{padding-bottom: 0px;}

	.procedures_prev{left: -40px; margin-left: 0px; bottom: 50%; margin-bottom: -15px; z-index: 0;}
	.procedures_next{right: -40px; margin-right: 0px; bottom: 50%; margin-bottom: -15px; z-index: 0;}

	#team{padding-bottom: 0px;}

	.team_prev{left: -40px; margin-left: 0px; bottom: 50%; margin-bottom: -15px; z-index: 0;}
	.team_next{right: -40px; margin-right: 0px; bottom: 50%; margin-bottom: -15px; z-index: 0;}


}
/* Default landscape and desktop to large desktop */
@media (max-width: 1199px) {

}
@media (min-width: 980px) and (max-width: 1199px) {


}
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {



}
@media (min-width: 768px) and (max-width: 979px) {


	.nav-collapse_.collapse{height: auto!important; overflow: visible!important;}
	.navbar_ .btn-navbar{display: none;}

	.navbar_ .nav > li{width: 119px;}




}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body{padding-left: 0; padding-right: 0;}
	.container{width: 440px;}

	.navbar_ {float: none; display: block;}
	.navbar_ .nav{display: block; background: #539ca3;}
	.navbar_ .nav > li{float: none; padding-left: 0; background: none; border-bottom: 1px solid #63abb0; width: auto}
	.navbar_ .nav > li > a{line-height: 50px;}
	.navbar_ .nav > li > a em{bottom: 4px;}
	.navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus, .navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover{background: #46878d;}
	.sub-menu ul{position: relative; left: 0; top: 0;}

	.splash{padding-left: 30px; padding-right: 30px;}

	.splash .block1{padding-left: 0px; border-right: none; padding-right: 0px;}

	.splash .block2{}

	.splash .block3{padding-right: 0px;}

	.not-front .top2_inner{display: none;}

	.not-front .top2_top_wrapper{position: relative;}

	.not-front .top2_bottom_wrapper{position: relative; padding-top: 30px;}

	.not-front header{float: none;}

	.not-front .top2_top .block1 { float: none; padding-top: 30px;}

	.not-front .location1{padding-right: 0;}


}
@media (min-width: 481px) and (max-width: 767px) {



}
/* Landscape phones and down */
@media (max-width: 480px) {
	.container{width: 300px;}

	.not-front .phone1{float: none; padding-right: 0; padding-bottom: 25px;}

	.not-front .location1{float: none;}

	.google_map iframe{height: 240px;}

	.page-404 .txt1{font-size: 150px; line-height: 150px;}
	.page-404 .txt2{font-size: 50px; line-height: 50px;}

}