/*
Author: Tatar Denis (denis.tatar1@gmail.com)
*/

/* Custom Fonts */
/*-----------------------------------*/
@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 300;
    src: local('Proxima Nova') url('../fonts/light.woff') format('woff');
}
@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    src: local('Proxima Nova') url('../fonts/regular.woff') format('woff');
}
@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 600;
    src: local('Proxima Nova') url('../fonts/semibold.woff') format('woff');
}
@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700;
    src: local('Proxima Nova') url('../fonts/bold.woff') format('woff');
}

/* General Styles */
/*-----------------------------------*/
body {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 23px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    color: #308d9e;
}
@media (min-width: 992px) {
    body {
        overflow-x: hidden;
    }
}
input {
    color: #000;
}
.ie7 body {
    background: none;
    filter: none;
    font-size: 20px;
    color: #308d9e;
    text-align: center;
    padding-top: 200px;
}
::-moz-selection {
    background: #308d9e;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background: #308d9e;
    color: #ffffff;
    text-shadow: none;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.alpha {
    margin-left: 0 !important;
}
.omega {
    margin-right: 0 !important;
}
a {
    color: #272626;
}
a:hover,
a:focus {
    color: #272626;
    text-decoration: none;
    outline: none;
}
a:active {
    background-color: transparent;
}

ul li{
    color: #308d9e;
    font-size: 18px;
    margin-bottom: 10px;

}

.google-form .submit input,
.btn span{
    margin: 0;
    font-size: 18px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #f64e4e;
    background: rgb(243,125,125); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(243,125,125,1) 0%, rgba(239,97,97,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,125,125,1)), color-stop(100%,rgba(239,97,97,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(243,125,125,1) 0%,rgba(239,97,97,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(243,125,125,1) 0%,rgba(239,97,97,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(243,125,125,1) 0%,rgba(239,97,97,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(243,125,125,1) 0%,rgba(239,97,97,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f37d7d', endColorstr='#ef6161',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:   inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75);
    box-shadow:        inset 0px 1px 0px 0px rgba(255, 255, 255, 0.75);

}

.google-form .submit{
    width: 95%;
    margin: -2px auto 18px;
}


.google-form .submit input:hover,
.btn span:hover{
    background: rgb(239,97,97); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,97,97,1) 0%, rgba(243,125,125,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,97,97,1)), color-stop(100%,rgba(243,125,125,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,97,97,1) 0%,rgba(243,125,125,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,97,97,1) 0%,rgba(243,125,125,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,97,97,1) 0%,rgba(243,125,125,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,97,97,1) 0%,rgba(243,125,125,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6161', endColorstr='#f37d7d',GradientType=0 ); /* IE6-9 */

}

.google-form .submit input:focus,
.btn:focus,
.google-form .submit input:active,
.btn:active{
    outline: none;
    border-color: #000;
    border-color: rgba(0,0,0, 0.1);
}

.google-form .submit,
.btn{
    background: #f2f2f2;
    border: 1px solid #000000;
    border-color: rgba(0,0,0, 0.1);
    padding: 7px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn{
    padding: 14px 7px 12px;
}


.btn span{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 600;
    padding: 9px 22px;
}

/* Google Form */
.google-form-body{
    background: transparent;
}

.google-form{
    background: url("../image/form-bg.png") no-repeat;
    width: 305px;
    padding: 0 30px;
}

.google-form form{
    padding: 15px 0;
}

.google-form label{
    font-size: 16px;
    color: #308d9e;
    display: block;
    margin-bottom: 1px;
}

.google-form .title{
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0d6272;
    text-align: center;
    display: block;
    height: 108px;
    padding-top: 36px;
}

.google-form input{
    background: #fbfbfb;
    border: 1px solid #c7cacc;
    height: 38px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;

}

.google-form input:focus,
.google-form input:active{
    outline: none;
    border: 1px solid #8bc3d7;
    -webkit-box-shadow: inset 0px 2px 4px 0px rgba(2, 2, 2, 0.1);
    -moz-box-shadow:   inset 0px 2px 4px 0px rgba(2, 2, 2, 0.1);
    box-shadow:        inset 0px 2px 4px 0px rgba(2, 2, 2, 0.1);
}

/* Section Title */
.title-section{
    width: 66%;
    margin: 55px auto;
    height: 54px;
    padding-right: 32px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 60;
    left: 50%;
    margin-left: -322px;
    background: url('../image/sprite-title.png') right -58px no-repeat;
}

.title-section span{
    display: block;
    height: 54px;
    line-height: 56px;
    padding: 0 5px 0 30px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 0px rgba(0,0,0, 0.2),
    1px 1px rgba(0,0,0, 0.2),
    0px 1px rgba(0,0,0, 0.2),
    -1px 1px rgba(0,0,0, 0.2),
    -1px 0px rgba(0,0,0, 0.2),
    -1px -1px rgba(0,0,0, 0.2),
    0px -1px rgba(0,0,0, 0.2),
    1px -1px rgba(0,0,0, 0.2),
    #fff 1px 1px;
    letter-spacing: 1px;
    background: url('../image/sprite-title.png') left 0 no-repeat;
}

/* Section */
.container {
    width: 975px;
}

/* Header */

header{
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 1px 19px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow:    0px 1px 19px 0px rgba(0, 0, 0, 0.12);
    box-shadow:         0px 1px 19px 0px rgba(0, 0, 0, 0.12);
}

header .container{
    padding-top: 17px;
    padding-bottom: 3px;
}

.phone-number{
    text-align: right;
    padding-right: 28px;
    padding-top: 15px;
}

.phone-number .call-now{
    font-size: 16px;
    font-weight: 700;
    color: #308d9e;
    display: block;
}

.phone-number img{
    display: inline-block;
}

.logo{
    display: inline-block;
    overflow: hidden;
    margin-left: 9px;
    z-index: 10;
    position: relative;
}

.logo img{
    display: block;
}
.lang{border-left: 1px solid #cecece; padding: 15px;}
.lang a{display: block; width: 34px; height: 34px; line-height: 34px; color: #fff; font-size: 14px; text-align: center; background: url(../image/lang.png) no-repeat 0 0 ; font-weight: 700 }
.lang a:hover{background-position: -34px 0}
/* /Header */

/* Slider */
.slider{
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 455px;
    position: relative;
}

.slider .col-xs-8{
    height: 455px;
}

.slider:before{
    position: absolute;
    content: '';
    bottom: -42px;
    width: 960px;
    height: 41px;
    z-index: 999;
    background: url("../image/shadow-slider.png") no-repeat;
    left: 50%;
    margin-left: -480px;
}

.slider img{
    position: relative;
    left: -147px;
    top: -83px;
    z-index: 2;
}

.slider .text-slider{
    text-align: center;
    color: #308d9e;
    position: absolute;
    top: 72px;
    left: 209px;
    z-index: 4;
}

.slider .text-slider span{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
    display: block;
    margin-bottom: 124px;
}

.slider .text-slider p{
    font-size: 24px;
    text-align: left;
    padding-left: 118px;
    font-weight: 600;
    line-height: 26px;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
    margin-bottom: 22px;
}

.slider iframe{
    margin-top: 18px;
}

/* /Slider */

/* De ce Noi */
.why-we{
    overflow: hidden;
}

.why-we .list ul li{
    margin-bottom: 30px;
}

.why-we .list ul li:first-child{
    margin-bottom: 20px;
}

.why-we .list ul li:last-child{
    margin-bottom: 10px;
}

.why-we .list ul li p{
    line-height: 20px;
}

.why-we .list {
    padding-left: 123px;
    position: relative;
}

.why-we .list ul li:before{
    position: absolute;
    content: '';
    left: 62px;
    background: url("../image/check-list.jpg");
    width: 41px;
    height: 33px;
    margin-top: 3px;
}

.why-we .people{
    margin-top: -10px;
    padding-left: 56px;
}

.why-we .btn{
    margin-top: 22px;
    margin-left: -60px;
}
/* /De ce Noi */

/* Poti fi Sigur */
.be-sure{
    margin: 6px;
    overflow: hidden;
}

.ru-page .be-sure .title-section{
    width: 78%;
    margin-left: -368px;
}

.be-sure .be-sure-list ul{
    margin-top: -16px;
}

.be-sure .be-sure-list li{
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    display: block;
    margin-bottom: 26px;
}

.be-sure .be-sure-list li:nth-child(2){
    padding-left: 121px;
}

.be-sure .be-sure-list li img{
    float: left;
    margin-right: 50px;
}

.be-sure .be-sure-list li p{
    margin-top: 30px;
}

.be-sure .question{
    margin-left: -8px;
}

/* /Poti fi sigur */

/* Ce spun altii */
.ru-page .others-say .title-section{
    width: 75%;
    margin-left: -355px;
}

.others-say .wrap-video{
    overflow: hidden;
    width: 100%;
    margin-bottom: 44px;
}

.others-say .title-section{
    width: 55%;
    margin: 34px auto 52px;
    margin-left: -260px;
}

.testimonials {
    overflow: hidden;
    width: 100%;
}

.testimonials .comment .comment-text{
    position: relative;
    border: 1px solid #000;
    border-color: rgba(0,0,0, 0.18);
    color: #308d9e;
    font-size: 18px;
    font-weight: 400;
    padding: 31px 22px 26px;
    width: 376px;
    float: right;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 1px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 1px 0px 0px rgba(0, 0, 0, 0.5);
}

.testimonials .comment .comment-text:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 0 solid transparent;
    border-top: 26px solid #000;
    border-top-color: rgba(0,0,0, 0.18);
    right: 33px;
    bottom: -26px;
}

.testimonials .comment .comment-text:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 0 solid transparent;
    border-top: 26px solid #fff;
    right: 34px;
    bottom: -24px
}

.testimonials .column.right .comment-text:before{
    left: 33px;
    right: inherit;
}

.testimonials .column.right .comment-text:after{
    left: 34px;
    right: inherit;
}

.testimonials .column.right .comment-text:before{
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 26px solid #000;
    border-top-color: rgba(0,0,0, 0.18);
}

.testimonials .column.right .comment-text:after{
    border-left: 0 solid transparent;
    border-right: 23px solid transparent;
    border-top: 26px solid #fff;
}

.testimonials .comment{
    overflow: hidden;
    margin-bottom: 12px;
}

.testimonials .comment .user{
    float: right;
    color: #308d9e;
    font-size: 19px;
    font-weight: bold;
    margin-top: 36px;
    margin-right: 7px;
}

.testimonials .comment .user .name,
.testimonials .comment .user .user-avatar{
    display: inline-block;
}

.testimonials .comment .user .name{
    position: relative;
    top: -28px;
    margin-right: 11px;
}

.testimonials .column.left{
    padding-right: 37px;
}

.testimonials .column.right{
    margin-top: 83px;
}

.testimonials .column.right{
    margin-left: 10px;
}

.testimonials .column.right .user{
    float: left;
}

.testimonials .column.right .user .name{
    float: right;
    top: 22px;
    margin-left: 14px;
}

.schedule-you-now {
    background: #eaf7f9;
    text-align: center;
    padding: 24px 0 20px;
    margin-top: 40px;
}

.schedule-you-now .title{
    color: #308d9e;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 11px;
}

/* /Ce spun altii */

/* Ce primesc dupa consultatie */
.how-you-get {
    overflow: hidden;
    width: 100%;
    padding-bottom: 60px;
}

.ru-page .how-you-get .title-section{
    width: 80%;
    margin-left: -378px;
}

.how-you-get .container{
    position: relative;
}

.how-you-get .how-you-get-info{
    overflow: hidden;
    width: 100%;
    padding-top: 14px;
    position: relative;
    z-index: 50;
}

.how-you-get .how-you-get-photo{
    overflow: hidden;
    position: absolute;
    right: -13px;
    top: 80px;
    z-index: 1;
    width: 41%;
}

.how-you-get .how-you-get-photo .border-image{
    width: 80%;
    margin: -7px auto 14px;
    border-bottom:1px solid #474953;
    border-color: rgba(71,73,83, 0.39);
}

.how-you-get .title-section{
    margin-top: 29px;
}

.how-you-get-info ul li{
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

.how-you-get-info ul li p{
    letter-spacing: 0;
    padding-top: 6px;
}

.how-you-get .how-you-get-info ul li span{
    display: block;
    float: left;
    color: #fff;
    margin-right: 20px;
    font-size: 28px;
    width: 47px;
    height: 47px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: rgb(76,162,177); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(76,162,177,1) 0%, rgba(32,116,134,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,162,177,1)), color-stop(100%,rgba(32,116,134,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(76,162,177,1) 0%,rgba(32,116,134,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(76,162,177,1) 0%,rgba(32,116,134,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(76,162,177,1) 0%,rgba(32,116,134,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(76,162,177,1) 0%,rgba(32,116,134,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca2b1', endColorstr='#207486',GradientType=0 ); /* IE6-9 */

}

.how-you-get .name-doctor{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #308d9e;
    display: block;
}

.ru-page .how-you-get .name-doctor{
    letter-spacing: 2px;
}

/* /Ce primesc dupa consultatie */

/* Cit costa si unde ma adresez */
.where-location .title-section{
    width: 70%;
    margin: 42px auto 50px -331px;
}

.where-location .col-xs-3{
    text-align: center;
    font-size: 17px;
}

.where-location .before-title,
.where-location .after-title{
    display: block;
}

.where-location .col-xs-3:last-child{
    padding: 0;
}

.where-location img{
    margin-bottom: 14px;
}

.where-location .after-title{
    font-weight: 600;
    font-size: 18px;
}
/* /Cit costa si unde ma adresez */

/* Localization in Google Maps */
.wrap-map{
    overflow: hidden;
    margin: 36px 0 47px;
}

.wrap-map .map{
    width: 100%;
    height: 250px;
}

.map .gmap_marker{
    overflow: hidden;
}

#location_map img {
    max-width: none;
}

.map .gmap_marker strong{
    font-weight: bold;
    font-size: 20px;
    display: block;
}
/* Localization in Google Maps */

/* Write Now */
.write-now{
    text-align: center;
	margin-top: 25px;
}

.write-now p{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 17px;
}
/* /Write Now */

/* Footer */
footer{
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
    padding: 25px 0 19px;
    border-top: 1px solid #000;
    background: rgb(125,187,198); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(125,187,198,1) 0%, rgba(75,148,163,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,187,198,1)), color-stop(100%,rgba(75,148,163,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(125,187,198,1) 0%,rgba(75,148,163,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(125,187,198,1) 0%,rgba(75,148,163,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(125,187,198,1) 0%,rgba(75,148,163,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(125,187,198,1) 0%,rgba(75,148,163,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dbbc6', endColorstr='#4b94a3',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:   inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:        inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
}

.phone-number-footer{
    text-align: right;
    margin-top: 6px;
    padding-right: 23px;
}

.phone-number-footer .call-now-footer{
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px;
    text-transform: uppercase;
}

.ru-page footer .logo-footer{
    display: block;
    margin-top: 7px;
}

/* /Footer */

/* Copyright */
.copyright{
    text-align: center;
    overflow: hidden;
    margin-bottom: 4px;
    margin-top: 5px;
}

.copyright p{
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #3e3e3e;
}

.copyright .lead-logo{
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    margin-bottom: -6px;
}

/* /Copyright */

/* Mesaj de succes */
.success-message{
    display: none;
    background: #fff;
    color: #308d9e;
    font-size: 18px;
    width: 25%;
    text-align: center;
    position: absolute;
    z-index: 9999;
    top: 7%;
    left: 50%;
    margin-left: -238px;
    padding: 20px 30px;
    border:1px solid #ef6161;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 21px 1px rgba(239,97,97, 1);
    -moz-box-shadow:    0px 1px 21px 1px rgba(239,97,97, 1);
    box-shadow:         0px 1px 21px 1px rgba(239,97,97, 1);
}
/* /Mesaj de succes */