/* font-family: "PTSansCaptionRegular"; */
@font-face {
    font-family: "PTSansCaptionRegular";
    src: url("../fonts/PTSansCaptionRegular/PTSansCaptionRegular.eot");
    src: url("../fonts/PTSansCaptionRegular/PTSansCaptionRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansCaptionRegular/PTSansCaptionRegular.woff") format("woff"),
    url("../fonts/PTSansCaptionRegular/PTSansCaptionRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansCaptionBold"; */
@font-face {
    font-family: "PTSansCaptionBold";
    src: url("../fonts/PTSansCaptionBold/PTSansCaptionBold.eot");
    src: url("../fonts/PTSansCaptionBold/PTSansCaptionBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansCaptionBold/PTSansCaptionBold.woff") format("woff"),
    url("../fonts/PTSansCaptionBold/PTSansCaptionBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: none;
    display: inline-block;
    margin: 0 -0.5%;
    vertical-align: top;
}

/*General properties*/
body {
	background-color: #fff;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
}

img {
    max-width: 100%;
}

section {
	text-align: center;
	padding: 95px 0 110px 0;
}

a, a:link, a:visited, a:hover, a:active {
	color: #363636;
	text-transform: uppercase;
	font-size: 16px;
	background: #fff;
}

.navbar-toggle .icon-bar {
	background: #363636; 
}

p, h3.subTitle {
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
}

.withSubText h3.subTitle {
    line-height: 24px;
    padding-bottom:10px;
}

h3.subTitle {
    line-height: 30px;
}

div.text p, div.text {
    line-height: 18px;
}

span, div.text p, div.text {
	font-size: 14px;
    text-transform:none;
}

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

li {
	display: inline-block;
}

.container-fluid {
	padding: 0;
}

.header-section {
	margin: 0 auto;
	width: 80%;
}

.header-section h3 {
	font-size: 48px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0 0 14px 0;
}

.header-section p {
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0 0 0;
}


/*Navigation styles*/
.navbar .container {
    position:relative;
}
.navbar.fixedMenu {
    position: fixed;
    top: 0;
    height: 70px;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 15px 0;
    z-index: 9999;
    box-shadow: 1px 1px 4px #333;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
    /*.navbar.fixedMenu .lang {
        display: none;
    }*/
    .navbar.fixedMenu .navbar-brand {
        height: 40px;
    }
        .navbar.fixedMenu .navbar-brand img {
            height:100%;
        }
        .navbar.fixedMenu .nav > li > a {
            line-height:40px;
        }
.lang {
    position:absolute;
    right: 3px;
    top: -40px;
}

    .lang a {
        text-decoration: none;
        width: 40px;
        line-height: 30px;
        padding:0;
        margin:0;
        display:inline-block;
        color: #fbad26;
        text-align:center;
    }

.lang a.active, .lang a:hover{
    color: #fff;
    background:#5c6dbe;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    
}

.navbar-brand {
	padding: 0;
	height: auto;
}

.navbar>.container .navbar-brand {
	margin: 0 0 0 10px;
}

.navbar .logo img {
    height: 59px;
    width:auto;
}

.logo img {
    height: 100%;
    width:auto;
}

#footer .logo {
    height: 40px;
}

.container>.navbar-collapse, .container>.navbar-header {
    margin:0;
}

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

.navbar {
	margin: 0;
	padding: 50px 0 30px 0;
}

.nav>li {
	padding: 0 94px 0 0;
}
    .nav > li:last-child {
            padding:0;
        }

.nav>li>a {
	padding: 0;
	line-height: 50px;
}

.nav>li>a:hover,.nav>li>a:focus, .nav>li>a:active {
	color: #fbad26;
	background: #fff;
}

/*Map section styles*/

.container-fluid .jumbotron {
	border-radius: 0;
	padding: 0;
}

.jumbotron {
	background: #4a5498;
	padding: 0;
	margin: 0;
	min-height: 400px;
}

.jumbotron img {
	float: right;
    max-height: 560px;
}

.jumbotron .container {
	border-radius: 0;
	position: relative;
}

.jumbotron h1 {
	position: absolute;
	top: 122px;
	padding: 0;	
	color: #fff;    
	line-height: 60px;
	text-shadow: 1px 3px 0px #3e488e;
}
    .jumbotron h1 p {
        font-size: 48px;
	    font-weight: 800;
	    text-transform: uppercase;
        margin:0;
    }

/*Sercice section*/

.services {
	background: rgb(28, 129, 203);
	color: #fff;
	padding-bottom: 10px;
}

.services .header-section h3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}


.services .row .padding-b-100 {
	padding-bottom: 100px;
}

.services .row p {
	padding: 0;
}

.services .row img {
    padding-bottom:45px;
    max-width: 235px;
}


/*Previlege section*/

.previlege {
	background: #1ba6a7;
	color: #fff;
	padding-bottom: 10px;
}

.previlege .header-section h3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

    .previlege .row img {
        padding-bottom:36px;
        max-width: 190px;
    }

.previlege .row p {
	padding: 0;
}

    .previlege .row .padding-b-100 {
        padding: 0 5px 100px;
    }
/*Cars section*/

.cars {
	background: #39464f;
	color: #fff;
}

.cars .header-section h3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.header-section {
    padding: 0 0 64px; 
}

.cars .row {	
	margin: 0;
}

.cars .row p {
	padding: 0;
}
    .cars .row img {
        padding-bottom: 50px;
        width: 242px;
    }

.cars .row .small {
	padding: 25px 0 50px 0;
}

/*Price section*/
.price {
	background: #5c6dbe;
	color: #fff;
	padding-bottom: 0;
}

.price .header-section h3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

    .price .header-section {
        padding-bottom: 60px;
    }

.price label {
	font-weight: normal;
	padding: 0 15px 0 0;
}

.price span, .price i { 
	font-size: 16px;
}

.price .form-group {
	padding: 0 30px 0 0px;
}

.price input {
	background: #475496;
	border: none;
	font-size: 16px;
	padding: 14px 41px 14px 14px;
}

.price a.submitBtn {
	padding: 14px 17px;
	background: #fbad26;
	border: none;
	color: #363636;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
    display:inline-block;
    vertical-align:middle;
}

.price .route-form {
	padding: 0px 0 50px 0;
	text-align: justify;
}

.price .calculation-form {
	width: 84%;
	margin: 0 auto;
	text-align: right;
	padding: 0 0 120px 0;
    position:relative;
}

.price .calculation-form input {
	width: 100%;
    color:#fff;
}

    .price .calculation-form h3 {
        text-align:left;
    }

.price textarea {
	width: 100%;
	min-height: 115px;
	background: #475496;
	border: none;
	padding: 14px;
	resize: none;
    color:#fff;
    float:right;
}

a.submitBtn {
    cursor: pointer;
    text-decoration: none;
}

.price .calculation-form a.submitBtn {
	padding: 14px 37px;
	margin: 36px 0 0 0;
    float:right;
}

.price a.submitBtn:hover{
	color: #fff;
	background: #df920c;
}

.price .calculation-form .send-heading {
	text-transform: none;
	text-align: left;
	padding: 0 0 25px 0;
	font-weight: normal;
}

.hidden {
    display:none!important;
}

#result {
	padding: 25px 40px;
    margin: -25px auto 0;
    margin-bottom: 40px;
	text-align: center;
    background: rgba(255,255,255,0.2);
    max-width: 520px;
}

    #result + .row {
        text-align:left;
    }

#result #left-col {
	text-align: right;
	font-size: 18px;
}

#result #left-col p:first-child {
	text-transform: none;
	line-height: 26px;
}

#result #left-col p {
	line-height: 36px;
	text-transform: none;
}

#result #right-col {
	text-align: left;
	font-size: 18px;		
}

    #result #right-col em {
        font-style: normal;
    }

#result #right-col p {
	text-transform: none;
}

#result #right-col .full-price {
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
}

body .popup {
    background:#fff;
    width:420px;
    padding:35px 45px;
    font-size:24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -120px 0 0 -210px;
    z-index:10;
    color:#252525;
    text-align: left;      
    display:none;  
}

    .popup h3 {        
        text-transform: uppercase;
        padding:0 0 10px;
        margin:0;
        font-weight:bold;
    }

.popup .popupClose {
    position: absolute;
    right: 8px;
    top: 20px;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

    .popup .popupClose:before,
    .popup .popupClose:after {
        width: 10px;
        height: 10px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        content: "";
        display: block;
        clear: both;
    }

    .popup .popupClose:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: 0 0 0 -10px;
    }

    .popup .popupClose:after {
        -webkit-transform: rotate(125deg);
        -moz-transform: rotate(125deg);
        -o-transform: rotate(125deg);
        transform: rotate(225deg);
        margin: -10px 0 0 1px;
    }

    .popup p {
        text-transform:none;
    }
.leftForm {
    position:relative;
}

#clearMap {
    color: #fbad26;
    background: none;
    text-decoration: none;
    text-transform:none;
    padding-left: 12px;
    position:absolute;
    bottom: 15px;
    left:13px;
}

    #clearMap:before {
        content:"";
        clear:both;
        display:block;
        position:absolute;
        left:0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(-45deg);
        width: 7px;
        height: 7px;
        border-top: 2px solid #fbad26;
        border-left: 2px solid #fbad26;
        top: 7px;
    }

/*Google map*/
#map-canvas {
	height: 400px;
	width: 100%;
}

/*Team section*/

.team {
	text-align: center;
}

.team .header-section h3 {
	border-bottom: 1px solid #707070;
    color: #363636;
}
    .team .header-section p {
        color: #363636;
    }

.team .team-info {
    color:#707070;
	text-align: center;
}

    .team .team-info > div > img {
        max-height: 167px;
    }

.team .name-person {
	padding: 30px 0 0 0;
    border-top: 1px solid #e2e2e2;    
	min-height: 100px;
}
    .team .name-person p {
        color: #363636;
        text-transform:none;
    }
.team .person-contact {
	padding: 5px 0 0 0;
	width: 120px;
	margin: 0 auto;
	position: relative;
}

.team .person-contact .person-contact-type a {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
    cursor: pointer;
}

.team .person-contact .person-contact-type a>i {
	line-height: 40px;
	color: #fbad26; 
}

.team .person-contact a:hover {
	background: #fbad26;
}

.team .person-contact .active {
	background: #fbad26;
}

.team .person-contact .active .fa {
	color: #fff;
}

.team .person-contact a:hover .fa {
	color: #fff;
}

.team .info-panel {
	display: none;
	width: 230px;
    position: absolute;
    background-color: #fbad26;
    padding: 10px 0;
    bottom: -95px;
    left: -60px;
   	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.39);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.39);
    z-index:100;
    text-align:left;
    text-indent: 15px;
    color: #363636;    
    font-weight:normal;
}
    .team .info-panel p{
        display: none;
        font-size:16px;
        text-transform: lowercase;
    }
    .team .info-panel.phone-panel .tel,
    .team .info-panel.skype-panel .skype,
    .team .info-panel.mail-panel .mail {
        float:none;
        display:block;
        text-decoration:none;
    }

.team .info-panel:after {
    display: block;
    position: absolute;
    left: 50%;
    content: "";
    border-bottom: 10px solid #fbad26;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;    
    top: -10px;
}

    .team .phone-panel:after {
        margin-left: -45px;
    }
    .team .skype-panel:after {
        margin-left: -6px;
    }
    .team .mail-panel:after {
        margin-left: 35px;
    }

.team .info-panel a:hover {
	color: #fff;
}

.team .info-panel i {
	background: #fbad26;
}

.team .info-panel a.close-button {
	display:block;
    cursor: pointer;
    position:absolute;
    right:10px;
    top: 50%;
    margin-top:-11px;
}

.team .info-panel a:link, .team .info-panel a:visited, .team .info-panel a:active, .team  {
	background: none;
    text-decoration: none;
}
    .team .info-panel a {
        text-transform:lowercase;
    }



/*footer*/

#footer {
	text-align: center;
	font-size: 14px;
	padding: 60px 0;
	border-top: 1px solid #b7b7b7;
    color:#707070;
}
footer#footer a {
    color:#fbad26;
}
footer#footer a:hover {
    text-decoration: underline;
}

#footer p {
	text-transform: none;
	font-size: 14px;
}
    #footer .logo {
        display:inline-block;
    }

    #footer .logo img{
        width: 142px;
    }

#footer .phone-number {
	text-align: center;
}

#footer a {
	text-transform: none;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

#footer a:hover,#footer a:focus, #footer a:active {
	color: #fbad26;
	background: #fff;
}

.navbar.fixedMenu  .lang{
    display: none;
}

.col-lg-20, .col-md-20 {
    width: 20%;
    padding-left: 0;
    padding-right: 0;
	float: none;
    display: inline-block;
    vertical-align: top;
	margin-left: -4px;
}


@media (max-width: 760px) {
	.jumbotron {
		min-height: 100px;
	}
	
    .jumbotron h1 {
        top: 18%;
    }
    .lang {
        position: static;
        float:right;
        margin: 5px 20px 0 0;
    }
    .navbar-toggle {
        margin: 3px 0;
    }
    .navbar .logo img {
        height: 40px;
    }
    .navbar.fixedMenu {
        height: 62px;
        padding: 10px 0;
    }
    .navbar.fixedMenu  .lang{
        display: block;
    }
}



/*For mobile version*/
@media (max-width: 480px) {
    .col-xs-12 {
        width: 100%;
        padding-left:15px;
        padding-right:15px;
    }
    section img {
		width: 75%;
	}

    .header-section, .price .header-section {
        padding-bottom: 40px;
    }

    .price input {
        width: 100%;
    }
	
    .price a.submitBtn {
        width: 100%;
    }

    .cars .row img, 
    .services .row img,
    .previlege .row img {
        padding-bottom: 20px;
    }

	.jumbotron h1 p{
		font-size: 22px;
		line-height: 27px;
	}
    .jumbotron h1 {
        top: 3%;
    }

	.nav>li {
		padding: 0;
	}

	.navbar-collapse {
		text-align: center;
	}

	/*section .col-xs-12 {
		padding-bottom: 60px;
	}*/      

	.header-section p {
		font-size: 14px;
	}

	section p {
		font-size: 14px;
	}

	.previlege .row .padding-b-100 {
		padding-bottom: 150px;
	}

	.header-section h3 {
		font-size: 24px;
	}

	section {
		padding: 50px 0;
	}

	.price .form-group{
		padding: 0;
		text-align: center;
	}

	.price label {
		display: block;
	}

	.price .form-inline {
		text-align: center;
        padding: 0 25px;
	}

	#result #left-col p  {
		line-height: normal;
	}

	#result #right-col .full-price {
	    font-size: 20px;
	}
    .navbar.fixedMenu {
        padding: 10px 0;
        height: 60px;
    }
    .navbar-toggle {
        margin: 3px 0;
    }

    .navbar .logo img{
        height: 40px;
    }
	.navbar-header {
		padding: 0 15px;
	}

	.team img {
		width: auto;
	}

	.team .info-panel {
		/*bottom: 8px;
    	left: 50px;
    	z-index: 1;*/
	}
    .col-xs-6 {
        display:inline-block;
        float: none;
        width: 49%;
        padding-bottom: 30px!important;
        vertical-align:top;

    }
    .row > .col-xs-12 {
        padding-bottom:40px;
    }

    section.team {
        padding-bottom: 0px;
    }

    .container-fluid .jumbotron {
        height: 210px;
    }
    .container-fluid .jumbotron img{
        height: 100%;
        width:auto;
    }
    p, h3.subTitle {
        font-size:14px;
    }
    h3.subTitle {
        line-height:20px;
    }
    .price .route-form {
        padding-top: 20px;
    }
    #result {
        padding: 30px 0 0;
    }
    .price .calculation-form .send-heading {
        padding:0;
    }
    .navbar {
        padding: 10px 0;
    }
    .navbar-header {
        padding:0;
    }
    .navbar .container {
        padding:0 5px;
    }
    .lang {
        margin-right: 5px;
    }
    .form-inline .form-group {
        position:relative;
    }
    .form-inline .form-group label span {
        display:none;
    }
        .form-inline .form-group .fa-map-marker {
            position: absolute;
            left: -22px;
            top: 17px;
        }
    .footerLogo {
        display:none;
    }
    footer#footer {
        text-align:left;
        padding: 40px 0 20px;
    }
        footer#footer .container {
            padding: 0 25px;
        }
    #footer .col-xs-12 {
        padding-bottom:20px;
    }
    .price .calculation-form a.submitBtn {
        float: none;
        width: 100%;
        margin: 20px 0;
    }
    #clearMap {
        position: relative;
        top: 0px;
        left: 14px;
        clear: both;
        margin: 10px 0 0;
        display: block;
    }
    body .popup {
        background: #fff;    
        padding: 25px 35px;
        font-size: 24px;
        position: absolute;
        left: -1%;
        top: 50%;
        margin: -120px 0px 0 0px;
        z-index: 10;
        color: #252525;
        text-align: left;
        display: none;
        width: 100%;
        right: -1%;
    }
}
@media only screen and (min-width:500px) and (max-width: 640px) {
    #clearMap {
        bottom: 2px;
        left: 13px;
        width: 40%;
    }    
    .cars .col-xs-12
    {
        padding-bottom: 50px;
    }
    .team-info .col-xs-12 {
        width: 50%;
        float:left;
        padding-bottom: 60px;
    }
    #result {
        padding: 25px 20px;
    }
	.price label {        
		/*display: block;*/
        padding-right:5px;
	}
        .price label span {
            display:none;
        }
    .price a.submitBtn {
        padding: 14px 17px;
        margin-left: 20px;
    }

    .cars .row img {
        padding-bottom: 20px;
    }

    .container > .navbar-collapse, .container > .navbar-header {        
        background-color: #fff;
    }

    .navbar {
        margin: 0;
        padding: 10px 0;
    }

    section {
        padding: 45px 0 55px 0;
    }

    .jumbotron h1 p {
        font-size: 30px;
        line-height:38px;
    }

        .price label .fa-map-marker {

        }

    footer#footer {
        text-align: left;
        padding: 40px 0 20px;
    }
    footer#footer .container {
        padding: 0 25px;
    }
    .footerLogo {
        display:none;
    }
    #footer .col-xs-12 {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width:641px) and (max-width: 767px) {
    .footerLogo {
        display: none;
    }
    .team-info .col-xs-12 {
        width: 50%;
    }
    .price label span {
        display: none;
    }
    #clearMap {
        width: 50%;
        bottom:0;
    }
    .navbar {
        padding: 10px 0;
    }
    .navbar-header {
        padding:0;
    }
    .navbar .container {
        padding:0 5px;
    }
	.nav>li {
		padding: 0;
	}
    .logo {
        height: 50px;
    }
        .logo img {
            height: 59px;
        }
        .lang {
            position: absolute;
            right: 80px;
            top: 10px;
        }
	.navbar-collapse {
		text-align: center;
	}

    section.team {
        padding-bottom: 0px;
    }

    .jumbotron h1 {
        top: 5%;
    }

    .row > .col-xs-12 {
        padding-bottom:40px;
    }

	.jumbotron h1 p{
		font-size: 36px;
		top: 186px;
		line-height: 48px;
	}

	section img {
		width: auto;
	}

	.team .padding-b-50  {
		padding-bottom: 80px;
	}

	.price .form-group{
		padding: 0;
		text-align: center;
        width: 50%;
        float:left;
	}

    .formContact .form-group.leftColumn {
        padding-right: 20px;
    }

	.price .form-inline {
		text-align: center;
	}

	.previlege .row .padding-b-100 {
		padding-bottom: 60px;
	}

	#footer p {
		font-size: 12px;
	}

	#footer img {
		width: auto;
		margin: 0 0 20px 0;
	}

	#footer a {
		font-size: 12px;
	}
}


@media (min-width: 768px) {
	.container {
	    width: 750px;
	}

	.nav>li {
    	padding: 0 40px 0 0;
	}
        .nav > li:last-child {
            padding:0;
        }

	.jumbotron h1 p{
		font-size: 36px;
	}

	.services img {
		width: 100%;
	}

	.previlege .row .padding-b-100 {
		padding-bottom: 100px;
	}

	.cars .row img {
		width: 100%;
	}

	
	.price .route-form {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}


	/*.price a.submitBtn {
		margin: 20px 0 0 0;
	}*/

	.price .form-group {
    	padding: 0 15px 0 0px;
	}

	.team .padding-b-50  {
		padding-bottom: 80px;
	}

	/*.team .info-panel {
	    bottom: 25px;
	    left: 77px;
	}*/
    

}

@media (min-width: 992px) { 
	.container {
		width: 970px;
	}

	.jumbotron h1 p {
		font-size: 48px;
	}

	.nav>li {
   	 	padding: 0 94px 0 0;
	}
        .nav > li:last-child {
            padding:0;
        }


	.services img {
		width: auto;
	}

	.cars .row img {
		max-width: 242px;
	}


	.price .route-form {
		text-align: justify;
		margin-right: -15px;
    	margin-left: -15px;
		width: auto;
	}

	.price .form-group {
    	padding: 0 10px 0 0px;
	}

	.team .padding-b-50 {
		padding-bottom: 0;
	}

	/*.team .info-panel {
	    bottom: -55px;
	    left: 10px;
	}*/

}

@media (min-width: 1200px) {
	.container {
		width: 1006px;
	}

	.team .info-panel {
	    bottom: -95px;
    	left: -60px;
	}

	.price .form-group {
	   padding: 0 30px 0 0px;
	}

}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
