/* CONTACTS */

#contactForm {
    padding-left: 20px;
    padding-right: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.contacts-title-cont {
    display: inline-block;
    width: 40%;
    margin-right: 3.9%;
}

.contacts-name-cont {
    display: inline-block;
    width: 55%;
}

.contacts-name-cont.has-error {
    top: -15px;
    position: relative;
}

.contacts-method-cont {
    margin-top: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    
    .contacts-title-cont {
        margin-right: 3.7%;
    }
}

@media (max-width: 991px) {
    
    .contacts-form-cont .form-group {
        margin-bottom: 0px;
    }
    
    .contacts-form-cont .form-group > div {
        margin-bottom: 15px;
    }
    
    
    .contacts-method-cont {
        margin-top: 15px;
    }
}

@media (max-width: 569px) {
    
    .contacts-title-cont {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .contacts-name-cont {
        display: block;
        width: 100%;
    }
}

#contact-form-send {

    width: 50%;
    max-width: 200px;

}

.contacts-form-cont {

    margin-top: 50px;
}


.cont-details-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cont-details-row {
    margin-bottom: 50px;
}

.cont-details-col {
    float: left;
}

.cont-details-col-1 {
    width: 30%;
    padding-right: 90px;
}

.cont-details-col-2 {
    width: 70%;
    padding-right: 50px;
}

@media (max-width: 991px) {
    
    .cont-details-col-1 {
        width: 100%;
        padding-right: 0px;
    }
    
    .cont-details-col-2 {
        margin-top: 50px;
        width: 100%;
        padding-right: 0px;
    }
    
}

.cont-details-col-title {
    
    color: #414042;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .cont-details-col-title {
        font-size: 24px;
        line-height: 28px;

    }
}

.cont-details-col-sub-title {
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 28px;
}

.cont-details-col-address {
    font-size: 18px;
    line-height: 28px;
}

.cont-details-col-text {
    font-size: 18px;
    line-height: 28px;
}

.cont-details-col-text a:hover {
    text-decoration: none;
}

.cont-details-col-text p { line-height: inherit; }

.cont-details-col-mail-cont {
    
    margin-top: 35px;
}

.cont-details-col-mail-cont a:hover {
    text-decoration: none;
}

.cont-details-col-mail-cont i {
    font-size: 40px;
    font-weight: 700;
}

.cont-details-col-mail-cont .cont-details-mail-text {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top: -5px;
}

@media (max-width: 429px) {
    
    .cont-details-col-mail-cont i {
        font-size: 40px;
        font-weight: 700;
        display: inline-block;
        width: 17%;
    }
    
    .cont-details-col-mail-cont .cont-details-mail-text {
        font-size: 20px;
        font-weight: 700;
        position: relative;
        top: 5px;
        display: inline-block;
        width: 80%;
    }
}



/* #Footer */

#footer {
	background: #f8f6f7;
	font-size: 0.9em;
	margin-top: 0px;
	padding: 0px 0 0;
	position: relative;
	clear: both;
	margin-bottom: 0px;
        z-index: 2;
}

#footer a:hover {
	color: #CCC;
}

#footer form {
	filter: alpha(opacity=85);
	opacity: 0.85;
}
h2.short {color:#414042!important;}
#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
	color: #FFF;
}

#footer h4 {
	font-size: 1.8em;
	font-weight: 200;
}

#footer h5 {
	color: #CCC !important;
}

#footer ul.nav-list.primary > li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 20px;
	padding-bottom: 11px;
}

#footer ul.nav-list.primary > li:last-child a {
	border-bottom: 0;
}

#footer ul.nav-list.primary > li a:hover {
	background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
	margin-bottom: 5px;
}

#footer .container .row > div {
	margin-bottom: 25px;
}

#footer .container input:focus {
	box-shadow: none;
}

#footer .footer-ribbon {
	background: #999;
	position: absolute;
	margin: -90px 0 0 14px;
	padding: 10px 20px 6px 20px;
}

#footer .footer-ribbon:before {
	border-right: 10px solid #646464;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -10px;
	position: absolute;
	top: 0;
	width: 7px;
}

#footer .footer-ribbon span {
	color: #FFF;
	font-size: 1.6em;
}

#footer .newsletter form {
	width: 100%;
	max-width: 262px;
}

#footer .newsletter form input.form-control {
	height: 34px;
	padding: 6px 12px;
}

#footer .alert a {
	color: #222 !important;
}

#footer .alert a:hover {
	color: #666 !important;
}

#footer .twitter .fa {
	clear: both;
	font-size: 1.5em;
	position: relative;
	top: 3px;
}

#footer .twitter .time {
	color: #999;
	display: block;
	font-size: 0.9em;
	padding-top: 3px;
	margin-bottom: 20px;
}

#footer .twitter .time:last-child {
	margin-bottom: 0;
}

#footer .twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .twitter-account {
	color: #FFF;
	display: block;
	font-size: 0.9em;
	margin: -15px 0 5px;
	filter: alpha(opacity=55);
	opacity: 0.55;
}

#footer .twitter-account:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

#footer .contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .contact i {
	display: block;
	float: left;
	font-size: 1.2em;
	margin: 7px 8px 10px 0;
	position: relative;
	text-align: center;
	top: -2px;
	width: 16px;
}

#footer .contact i.fa-envelope {
	font-size: 1em;
	top: 0;
}

#footer .contact p {
	margin-bottom: 10px;
}

#footer .logo {
	display: block;
}

#footer .logo.push-bottom {
	margin-bottom: 12px;
}

#footer .footer-copyright {
	background: #414042;
	margin-top: 0px;
	padding: 20px 0 0px;
}

#footer .footer-copyright nav {
	float: right;
}

#footer .footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}

#footer .footer-copyright p {
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size:0.8em;
    margin-top: 30px;
}

#footer .social-icons {
	clear: right;
	float: right;
	margin-bottom: 10px;
	position: relative;
}

@media (max-width: 767px) {
    
    #footer .container .row > .col-md-4 {
        margin-bottom: 10px;
        width: 260px;
        overflow: visible;
        margin-left: auto;
        margin-right: auto;
    }

    #footer .footer-copyright p {
    
        text-align: center;
    }

    #footer .social-icons {
        float: none;
        text-align: center;
    }

    #footer .footer-copyright nav ul {

     text-align: center !important;
    }

}

@media (max-width: 479px) {
    
    #footer .container .row > .col-md-4 {
        width: 230px;
    }
}


#footer .phone {
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
	margin-top: -5px;
}

#footer .narrow-phone {
	text-align: right;
	margin: -2px 0 0 0;
}

#footer .narrow-phone .phone {
	font-size: 16px;
	padding-bottom: 0;
	margin-top: -13px;
}

#footer .recent-work li {
	float: left;
	width: 30%;
	margin: 10px 3% 0 0;
}

#footer .recent-work li .thumb-info {
	float: left;
	display: inline-block;
}

#footer .recent-work li:hover img {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

#footer .recent-work img {
	width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

#footer .view-more-recent-work {
	padding: 12px;
}

#footer.short {
	padding-top: 50px;
}

#footer.short .footer-copyright {
	background: transparent;
	border: 0;
	padding-top: 0;
	margin-top: 0;
}

#footer.light {
	padding-top: 60px;
	background: #FFF;
	border-top: 1px solid #DDD;
}

#footer.light .footer-ribbon {
	margin-top: -76px;
	margin-left: 14px;
}

#footer.light .footer-copyright {
	margin-top: 15px;
	background: #FFF;
	border-top: 1px solid #DDD;
}

#footer.light .footer-copyright p {
	color: #777;
}

#footer.light .phone,
#footer.light .twitter-account {
	color: #777 !important;
}

#footer.light ul.nav-pills > li.active > a {
	color: #FFF !important;
}

#footer.narrow {
	padding-top: 30px;
}

#footer.narrow .footer-copyright {
	margin-top: 0;
}

#footer.narrow .nav > li > a {
	padding: 5px 12px;
}

#footer.color {
	color: #FFF;
}

#footer.color p {
	color: #FFF;
}

#footer.color .footer-copyright nav ul li {
	border-left-color: #FFF;
}

ul.contact li {margin-bottom:12px!important;}

/* Responsive */
@media (max-width: 991px) {
	#footer .phone {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	/* Footer */
	#footer .phone {
		font-size: 20px;
	}
}

/* Login link */

.menu .nav-highlight-ghost.login-link>a:hover:after {
	background: #008487;	
}
.menu .nav-highlight-ghost.login-link>a:hover {
	color:#fff;	
}
.menu .nav-highlight-ghost.login-link {
	margin-left:18px;	
}