/* 

   ==========================================================================
    Деловые Идеи инфо
   ========================================================================== 

*/
 body {
    font-family:'Roboto', sans-serif;
   /* color: #FFF;*/
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
}
a {
    color:#181A1C;
    text-decoration: none;
}
a:hover {
    color: #FECE1A;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #fff;
}
.navbar {
    background: #fff;
    margin-bottom:0;
    min-height:60px;
}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
    background: #fff;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand img {

}
.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size:15px;
    text-shadow: none;
    color: #323232;
    transition: border-color 1s ease;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #fdb913;
    transition: border-color 1s ease;
	background: none !important;
box-shadow: none !important;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#FECE1A;
    color: #000;
}
/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
   /* display: none; */
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    position: relative;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FECE1A;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
    background-color:#FECE1A;
    color:#181A1C;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #fafafa;
	min-height: 400px;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #383838;
    margin-top:10px;
    font-size:15px;
	text-align: left;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 5px;
	padding-right: 5px;
}
.thumbnail > p {
    padding-bottom:20px;
	font-size: 30px;
	color: #383838;
	text-align: right;
	padding-right: 5px;
	line-height: normal;
	padding-top: 5px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #396ba6;
}
.social li a:hover {
    color:#181A1C;
}
/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:0px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}
.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}
.primary-section {
	color: #413c3c;
}
.primary-section .triangle {
    border-top: 40px solid #FECE1A;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #f7bf00;
font-size: 18px;
}
.primary-section h1 {
    color:#FFF;
}
.secondary-section {
    background:#FECE1A;
}
.secondary-section .title {

}
.secondary-section h1, .secondary-section .title p {
    color: #181A1C;
}
/* Third section use bacground image */
.third-section {
    padding-bottom: 70px;
    background: #181A1C url(../images/brand-bg.jpg) no-repeat center;
    border-top:6px solid #FECE1A;
}
.third-section .container {
    padding-top:20px;
    position:relative;
}
.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #FECE1A;
}
.sub-section {
    margin-top:30px;
}
.sub-section .title {
    padding:0;
}
/*******
3.1 Services  
***************************************/
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#181A1C;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FECE1A;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #FECE1A;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#FECE1A;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 107px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
    background: #FECE1A;
}
.team .thumbnail .mask h2 {
    margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
    color:#000;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #FECE1A;
}
/*
3.4 Clients
**********************************************************************/
 .client-slider img {
    border:1px solid white;
}
.client-slider img:hover {
    background-color:#FECE1A;
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    background:#FECE1A;
    border-radius:3px;
    width:20px;
    height:20px;
}
.client-nav li a:hover {
    background:#181A1C;
}
.testimonial {font-style: italic;}
.testimonial p {
    color:#000;
    padding-top:10px;
padding-left: 0px;
padding-right: 0px;
margin:0;
font-weight: normal;
}
#clients .span4 {margin-left: 0px; padding-bottom: 10px;}
#clients .span4.last {border-top: 2px solid #f7bf00; margin-top: 65px; padding-top: 65px;}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;
    
}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}
/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}
.price-column {
    background-color:white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:20px;
    margin:0 auto;
    text-align:center;
}
.price-column h3 {
    background-color:#181A1C;
    text-transform:uppercase;
    text-align: center;
    color:#FECE1A;
    padding:40px 0px;
    font-size: 36px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.price-column .list{
    list-style:none;
    margin:20px 50px;
}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:20px;
    border-bottom:1px solid #747C89;
    padding:25px 0px;
}
.price-column .list li.price {
    text-align: center;
    font-size:31px;
    background-color:white;
    color:#747C89;
    margin-top:25px;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #181A1C;
    font-weight:normal;
}
/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    background: #FECE1A;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #181A1C;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:normal;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:451px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#181A1C;
}
.contact-form {
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:20px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#FECE1A;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}
.black {
    color:#181A1C;
}
/*
3.8 Footer
********************************************************************/
 .footer {
    background: #606060;
    text-align: left;
}
.footer > p {
    color: #b8b8b8;
    margin:0;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:8%;
    border:1px solid #fff;
    display:none;
    background: #FECE1A;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
}
/*Fedorov*/
.projectf{
font-weight: normal;
    padding: 0;
	font-size: 38.5px;
	line-height: 40px;
	 color: #fff;
}
#portfolio.section.secondary-section div.container div.title p a{
color: #396ba6;
}
#portfolio.section.secondary-section div.container div.title p a:hover{
color: #000;
text-decoration: underline;
}
.teamf{
 font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
	 color: #fff;
	  font-size: 38.5px;
	   line-height: 40px;
}
.textf{
color: #fff;
 text-align: -moz-left;
}
.warlock{
color: #181a1c !important;
font-weight: normal;
font-size: 38.5px;
line-height: 40px;
}
.otzyv{
	font-weight: normal;
    padding: 0;
	color: #4f504a;
	font-size: 42px;
	line-height: 40px;
	text-transform: uppercase;
}
#clients .minutes { font-size: 35px; color: #fa9e25;}
span.hunters{
 color: #396ba6;
    font-size: 15px;
    font-style: italic;
    margin-left: 10px;
}
.price{
background-color: #181a1c;
    border-radius: 10px 10px 0 0;
    color: #fece1a;
    font-size: 36px;
    margin-top: 0;
    padding: 40px 0;
    text-align: center;
    text-transform: uppercase;
	font-weight: normal;
	line-height: 40px;
}
html.js.cssanimations.csstransitions body div.section.third-section div.container.newsletter div.row-fluid div.span5 p{
background-color: #000;
}
.druid{
font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
	color: #181a1c;
	 font-size: 38.5px;
	  line-height: 40px;
}

.contactf{
 float: left;
    text-align: left;
}
#contact.contact div.section.secondary-section div.map-wrapper div.container div.row-fluid div.span5.contact-form.centered div.contactf div.img{
   width: 26px;
     padding: 6px;
}
#contact.contact div.section.secondary-section div.map-wrapper div.container div.row-fluid div.span5.contact-form.centered div.contactf div.map{
color: #000;
    margin-left: 44px;
    margin-top: -8px;
}
#contact.contact div.section.secondary-section div.map-wrapper div.container div.row-fluid div.span5.contact-form.centered div.contactf div.img img{
 float: left;
    margin-top: -3px;
}
#contact.contact div.section.secondary-section div.map-wrapper div.container div.row-fluid div.span5.contact-form.centered div.map span{
 color: #000;
}
.callz, .regim { float:right; color: #000; color: #2d2d2d;}
.callz { font-size: 40px; font-weight: bold; padding-top: 30px; text-align: right;}
.regim { font-size: 26px; text-transform: uppercase; line-height: 28px; padding-top: 20px;}
.hours { color: #f30c0c;}
.sunday { font-size: 28px;}
.callz span { font-size: 14px; font-weight: normal;}
#service .title { color: #fff; font-size: 40px; font-weight: bold;}
#service .row-fluid { clear: none; padding-top: 80px;}
#service .whywe { text-align: center; font-size: 40px; line-height: 50px; color: #fff; font-weight: bold;}
#service .whywe span { color: #413c3c;}
#service .textwhy { text-align: left; font-size: 23px; text-transform: uppercase; color: #413c3c; line-height: 40px;}
#service .textwhy a {display: block; width: 285px; margin-top: 20px;}
#service .service { margin: 0; padding: 0;}
#service .service h3 { background: url(../images/bg2.png) left top no-repeat; color: #413c3c; text-transform: uppercase; font-size: 30px; text-align: left; line-height: 30px; padding-left: 45px; padding-bottom: 8px;}
#service .row-fluid .span4 { width: 100%;}
#service .service p { color: #797c7d; font-size: 18px; font-weight: bold; text-align: left;}
#portfolio { background: url(../images/img/0005.jpg) left top repeat-x;}
.projectf { font-size: 40px; font-weight: bold;}
#about { background: url(../images/img/0004.jpg) center bottom no-repeat; padding-bottom: 35px;}
#about .aboutblocks { padding: 20px; color: #f7bf00 !important; font-size: 42px; font-weight: bold; width: 45%; margin: 0 auto;}
#clients .container .row { margin: 0 auto; width: 1000px;}
#clients .span4 { width: 100%; float: none;}
.buttonz { clear: both; text-align: center; padding-top: 100px; padding-bottom: 100px;}
#contact .section { padding-bottom: 0px;}
button { display: block; width: 100%; text-align: center; background: none; border: 0px;}
.callz a { color: #289350; text-decoration: underline;}
.callz a:hover { color: #f83c0a; text-decoration: none;}
.da-slider .container {margin-top: 0px !important;}
#da-slider.da-slider {height: 698px;}
#home {overflow: hidden;}
#da-slider {text-align: center;}
#da-slider p {text-align: center; font-size: 72px; font-weight: bold; color: #fff; text-shadow: 1px 1px 8px #000;}
#da-slider span {font-size: 65px; font-weight: bold; color: #f7bf00;  line-height: normal; text-shadow: 1px 1px 8px #000;}
#da-slider a {display: block; text-align: center; background: #f7bf00; color: #fff; font-size: 20px; font-weight: bold; padding-left: 55px; padding-right: 55px; padding-top:22px; padding-bottom: 22px; border-radius: 3px; text-shadow: 1px 1px 8px #e5a500; width: 136px; margin: 0 auto; margin-top: 54px;}
.imgzver1 {margin-top: 115px; margin-bottom: 47px;}
#clients {background: url(../images/img/0003.jpg) center top no-repeat;}
#service {background: url(../images/img/0006.jpg) left -275px no-repeat; min-height: 734px;}
#reserved {background: url(../images/img/0007.jpg) left top no-repeat;}
.item, .item.active, .item p, .item.active p, .item.active.right p, .item.active.left p, .item.active.right, .item.active.left {color: #000 !important; font-family: times new roman; font-size: 24px; font-style: italic;}
#feedback_slider {padding-right: 50px; padding-left: 50px;}
#feedback_slider span {display: block; text-align: center; margin-left: 10px; margin-top: -20px; font-style: italic;}
#feedback_slider span strong {border-bottom: 1px dotted; font-family: times new roman; font-size: 20px;}
#feedback_slider .left.carousel-control {background: url(../images/img/left.png) left top no-repeat; left: 50px;}
#feedback_slider .right.carousel-control {background: url(../images/img/right.png) right top no-repeat; right: 64px;}
#feedback_slider .carousel-control {height: 45px; width: 45px; margin-top: 0px; border: 0px; opacity: 1;}
#feedback_slider .row {padding-bottom: 60px;}
.btn.pull-right {float: none;}
#contactForm label {font-family: times new roman; font-size: 20px; font-style: italic; color: #000;}
#about #message {height: 215px; border: 2px solid #fff;}
#about #your_name, #about #your_email, #about #subject {height: 50px;}
#about input {border: 2px solid #fff;}
/* BUTTON 2 */


.two .button-wrap {
  cursor: pointer;
height: 24px;
border: 2px solid #f7bf00;
border-radius: 3px;
font-family: times new roman; font-size: 18px; font-style: italic;
font-weight: normal;
width: 140px;
}
.two .button-bg {
color:#fff;
transition:all 0.2s ease;
height: 20px;
margin: 2px;
background: #fbdc73;

}
.two .button-active .button-bg {
}
.two .button-switch {
  position:relative;
  left:0px;
  width: 64px;
height: 18px;
  transition:all 0.2s ease;
background-color: #dfac00;
    background-image: linear-gradient(to bottom, #f7bf00, #ffd958);
    background-repeat: repeat-x;
border: 2px solid #f7bf00;
border-radius: 2px;
top: -1px;
}
.two .button-active .button-switch { left:69px; }
.two .button-in, 
.two .button-out {
  position:absolute; 
  transition:all 0.2s ease;
  padding-top:0px;
  font-size:0.8em;
  text-transform:uppercase;
  font-weight:bold;
z-index: 200;
}
.two .button-in { margin-left:95px; }
.two .button-out { margin-left:17px; color:#fff; }
.two .button-active .button-out { color:#000; }
.two .button-active .button-in { color:#fff; }
.button-wrap .button-in {color: #000;}
.selectzver {padding-bottom: 20px;}
.hide {display: none; height: 1px;  transition:all 0.2s ease;  }
#contactForm .btn.pull-right {color: #fff; float: none; font-size: 20px; font-weight: bold; padding-bottom: 17px; padding-top: 17px; width: 16%;}
#portfolio input, #airport input, #direction input, #hourly input {height: 19px; border: 2px solid #f7bf00; border-radius: 3px;}
#portfolio #message2 {height: 178px;}
#portfolio .btn.pull-right {color: #000; float: left; font-size: 20px; font-weight: bold; padding-bottom: 17px; padding-top: 17px; width: 34%;}
.descript {font-style: italic; font-family: times new roman; font-size: 19px; color: #000;}
.service2block {display: block; text-align: center;}
.service2block h4 {color: #ffcb05; font-size: 24px; font-weight: bold; font-style: normal; font-family: tahoma;}
.service2block li {list-style: none; display: inline-table; width: 22%; font-style: italic; font-family: times new roman; font-size: 19px; color: #000; }
.service2block.first {padding-top: 35px;}
.service2block.first h4 {color: #646464;}
.service2block.first h4:hover {color: #333; }
.service2block.second {padding-top: 25px;}
/*--------------------------------------------------*/
div.tooltipz {background: #fff; border: 2px solid #ffd408; color: #000; margin-top: 25px; padding-bottom: 60px; line-height: 25px; box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3); font-size: 18px; font-weight: normal; font-style: italic; font-family: times new roman;}
div.tooltipz div {background: url(../images/img/bgz1.png) right top no-repeat; margin-top: -25px; height: 25px; margin-right: 143px; padding-top: 60px;}
.reservtitle { text-align: center; font-size: 40px; font-weight: bold; color: #ffcb05; padding-top: 5px;}
.reservtitle span {display: block; font-style: italic; font-family: times new roman; font-size: 18px; color: #7d7d7d; padding-top: 15px;}
.nav-tabs li { background: #ebebeb; border-radius: 2px; border: 1px solid #d4d4d4;}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {background: none; border: 0px; }
#airport li.active {background: #f7bf00;}
#airport li {background: #fbe189; margin-right: 1px; margin-left: 1px; border: 0px; border-radius: 0px; width: 49.7%}
#airport li.active a, #airport li a { color: #fff; background: none; font-size: 16px; border: 0px; padding-left: 180px; padding-right: 180px; padding-top: 8px; padding-bottom: 8px;}
.nav-tabs {border-bottom: 0px;}
.comppolic {color: #000; font-style: italic; font-family: times new roman; font-size: 18px; padding-bottom: 5px;}
.comppolic a {text-decoration: underline;}
.includtrip {color: #000; font-style: italic; font-family: times new roman; font-size: 18px; padding-bottom: 5px;}
/* #get-qoute, #make-reservation {width: 77%; color: #fff; font-size: 20px; font-weight: bold; padding-top: 18px; padding-bottom: 18px; margin-left: 1px;} */
.reservation {width: 60%; color: #fff !important; font-size: 17px; font-weight: bold; padding-top: 8px; padding-bottom: 8px; margin-left: 1px;}
.seltriptype {color: #000; font-style: italic; font-family: times new roman; font-size: 18px; padding-top: 0px; padding-bottom: 4px;}
div.buttons {padding-left: 250px;}
#reserved .container {max-width: 1000px;}
/*---------------------------------------------------*/
.air1 .span6 {width: 394px;}
.air1, .air2, .air3, .air4, .air6, .air7 {padding-bottom: 0px;}
#airport_field, #airline , #from_airport_field, #from_airline, #back-airline, #direct_number, #time_number{border: 2px solid #f7c30e; border-radius: 3px; height: 31px;}
.air2 .span3 {width: 227px;}
#time_hour, #time_minutes, #day, #back_time_hour, #back_time_minutes, #direct_hour, #time_hour2, #time_minutes2, #day2, #time_hour1, #time_minutes1, #day1, #direct_minutes, #direct_day, #from_time_hour, #from_time_minutes, #from_day, #back_day {border: 2px solid #f7c30e; border-radius: 3px; height: 31px; width: 70px;}
.air2 .span6 {width: 427px;}
.air6 .span4 {margin-right: 35px;}
#address, #phone, #options, #from_address {width: 100%;}
.air3 .span6, .air4 .span6 {width: 476px;}
#to_airport label, #from_airport label, #direction label, #hourly label {color: #000; font-style: italic; font-family: times new roman; font-size: 18px;}
#address {background: #fff url(../images/img/zz1.png) left center no-repeat; padding-left: 40px;}
#from_address {background: #fff url(../images/img/zz1.png) left center no-repeat; padding-left: 40px;}
#direct_address2, #direct_address1, #time_address1, #time_address2 {background: #fff url(../images/img/zz1.png) left center no-repeat; padding-left: 40px;}
#children, #from_children {background: #fff url(../images/img/zz2.png) left center no-repeat; text-indent: 50px; margin-top: 15px;}
#number, #from_number, #direct_number {background: #fff url(../images/img/zz3.png) left center no-repeat; text-indent: 40px;}
#zvero1.active {background: url(../images/img/icon1-2.png) 14px center no-repeat; border: 0px;}
#zvero1 {background: #ebebeb url(../images/img/icon1.png) 14px center no-repeat;}
#zvero2 {background: #ebebeb url(../images/img/icon2.png) 14px center no-repeat;}
#zvero3 {background: #ebebeb url(../images/img/icon3.png) 14px center no-repeat;}
#zvero2.active {background: url(../images/img/icon2-2.png) 14px center no-repeat; border: 0px;}
#zvero3.active {background: url(../images/img/icon3-2.png) 14px center no-repeat; border: 0px;}
#zvero1 a, #zvero2 a, #zvero3 a {padding-top: 9px; padding-bottom: 10px; padding-left: 145px; padding-right: 120px;}
#zvero1.active a, #zvero2.active a, #zvero3.active a {padding-top: 9px; padding-bottom: 10px; padding-left: 145px; padding-right: 120px;}
#direction .span6.zvd, #hourly .span6.zvd { width: 459px;}
.air7 .span4 {width: 300px;}
#reserved .container {padding-top: 13px;}
#reserved .nav-tabs {margin-bottom: 5px;}
#reserved .nav-tabs li {height: 40px; overflow: hidden; background-size: 11% auto;}
#airport .nav-tabs li {height: 35px;}
label {margin-bottom: 2px; margin-top: -2px;}
#direction, #hourly {padding-top: 6px;}
.err {border: 2px solid #a5290c !important;}
/*#err-mess {text-align: center; padding-bottom: 20px; padding-top: 10px; font-size: 20px;}*/
.err-mess {text-align: center; padding-bottom: 20px; padding-top: 10px; font-size: 20px; display: none;}
.success {color: #0c6931 !important;}
#err-comment{display: none;}
#ui-datepicker-div {z-index: 300 !important;}
.form-control.numeric_field, .form-control {
	border: 2px solid #f7c30e;
    border-radius: 3px;
}

