@charset "utf-8";
/* CSS Document */

html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	font-family: 'Oxygen', sans-serif;
	font-weight:300;
	color: #000;
	background: url(../img/halftone.png) repeat;
}

a, button {
	color: inherit;
	text-decoration: none;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

a:hover, a:focus, a:visited, button:focus, button: visited {
	color: inherit !important;
	outline: none;
	border: none;
}

textarea {
	resize: none;	
}

.top-space {
	margin-top: 30px;
}

.top-space-small {
	margin-top: 15px;	
}

.divider {
	width: 100%;
	border-top: 1px solid #bcbcbc;
	margin: 15px 0 10px;
}

.main-full-img {
	width: 100%;
	
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 3px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 3px 3px 0px rgba(0, 0, 0, 0.5);	
}


/* Navigation styles */

.top-header {
	background: #005AA3;
	color: #fff;
	font-size: 14px;
	padding: 12px 0;
	width: 100%;
}

.top-header-contact {
	margin-bottom: 0px;
    margin-top: 5px;	
}

	.top-header-contact a:hover {
		text-decoration: underline;	
		color: #fff;
	}

	.top-header-contact .glyphicon {
		margin-right: 5px;
		font-size: 16px;
		top: 4px;	
	}
	
	@media (max-width: 991px) and (min-width: 768px) {
		.top-header-contact {
			font-size: 12px;	
		}
		.top-header-contact .glyphicon {
			font-size: 14px;	
		}
	}

ul.social {
	margin: 2px 0 -2px 0;	
}

.social li img {
	width: 23px;
}
	
.social li {
	margin-left: 8px;
}

	@media (max-width: 767px) {
		ul.social {
    		margin: 2px auto -2px auto;
    		text-align: center;
		}
		.social li {
			margin-left: 0px;
		}
		.social li.visible-xs {
			display: inline-block !important;	
		}
	}

.social li a {
	padding: 6px 3px;
	border-radius: 30px;
	border: 2px solid #fff;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}	

	.social li:hover a {
		background: #4699DE;
	}
	
		.social li.social-facebook:hover a {
			background: #46629E;	
		}
		
		.social li.social-twitter:hover a {
			background: #55ACEE;	
		}
		
		.social li.social-linkedin:hover a {
			background: #1C87BD;	
		}
		
		.social li.social-googleplus:hover a {
			background: #DC483C;	
		}
		
		.social li.social-phone:hover a {
			background: #E87E36;	
		}
		
		.social li.social-email:hover a {
			background: #07AF54;	
		}
	
	.social li:last-child {
		padding-right: 0px;	
	}

.sctc-nav.navbar {
	background: url(../img/nav_bg.png) repeat;
	color: #000;
	width: 100%;
	border-radius: 0px;
	margin-bottom: 0px;
	height: 112px;
	
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 3px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 3px 3px 0px rgba(0, 0, 0, 0.5);
}

	@media (max-width: 991px) {
		.sctc-nav.navbar {
			background: #E9EFEF;	
		}
	}

	.sctc-nav .collapse.navbar-collapse {
		padding-right: 0px;	
	}
	
	.sctc-nav .navbar-brand {
		height: auto !important;
		font-size: 21px;
		color: #003865;
		font-family: 'Titillium Web', sans-serif;
	}
	.sctc-nav .navbar-brand img {
		height: 80px;
		display: inline-block;
		margin-right: 15px;
	}
	.navbar-brand-text {
		display: inline-block;
	}
	
		@media (max-width: 767px) {
			.sctc-nav.navbar {
				height: auto;
			    z-index: 1;	
			}
			.sctc-nav .navbar-brand img {
				height: 45px;
			    margin-right: 10px;
				vertical-align: top;	
			}
			.navbar-brand-text {
				width: 100px;
    			font-size: 14px;
			}
			.sctc-nav .collapse.navbar-collapse {
			    padding-right: inherit;	
			}
		}
	
	.sctc-nav .navbar-nav > li {
		margin-right: 10px;	
	}
	.sctc-nav .navbar-nav > li:last-child {
		margin-right: 0px;	
	}
	
	@media (max-width: 767px) {
		.sctc-nav .navbar-nav > li {
			margin-right: 10px;
			margin-left: 10px;
			margin-bottom: 5px;
		}	
	}
	
		.sctc-nav .navbar-nav > li > a {
			text-transform: uppercase;
			color: #000;
			padding-top: 10px;
			padding-bottom: 10px;
		    border-radius: 15px;	
		}
		
			.sctc-nav .navbar-nav > li.active, .sctc-nav .navbar-nav > li a:hover {
				background: #005AA3;
				border-radius: 15px;		
			}
			
				.sctc-nav .navbar-nav > li.active a, .sctc-nav .navbar-nav > li:hover a {
					color: #fff !important;		
				}
	
	@media (max-width: 1200px) and (min-width: 992px) {
		.sctc-nav .navbar-nav > li > a {
			font-size: 12px;
			padding: 10px;	
		}
		.sctc-nav .navbar-nav > li {
			margin-right: 6px;
		}
	}
	
	.sctc-nav ul.navbar-nav {
		margin-top: 35px;
	}
	
	@media (max-width: 991px) {
		.sctc-nav ul.navbar-nav {
			margin-top: 0px;	
		}
	}

	@media (max-width: 991px) {
		.navbar-header {
			float: none;
		}
		.navbar-toggle {
			display: block;
		}
		.navbar-collapse {
			border-top: 1px solid transparent;
			box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		}
		.navbar-collapse.collapse {
			display: none!important;
		}
		.navbar-nav {
			float: none!important;
			margin: 7.5px -15px;
		}
		.navbar-nav>li {
			float: none;
		}
		.navbar-nav>li>a {
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.navbar-text {
			float: none;
			margin: 15px 0;
		}
		/* since 3.1.0 */
		.navbar-collapse.collapse.in { 
			display: block!important;
		}
		.collapsing {
			overflow: hidden!important;
		}
	}

.navbar-toggle {
	background: #fff;
    border: 1px solid #000;	
    margin-top: 18px;
}

	@media (max-width: 991px) and (min-width: 768px) {
		.navbar-toggle {
			margin-top: 35px;	
		}
	}

.navbar-toggle .icon-bar {
	background: #000;	
}

@media (min-width: 768px) and (max-width: 991px) {
	.sctc-nav.navbar {
		height: auto;	
	}
	.container > .navbar-collapse {
		margin-right: -15px;
    	margin-left: -15px;
	}
}
	
/* Navigation styles end */

	
/* Video styles */
.video-container {
	width: 100%;
	position: relative;	
	height: 416px;
	overflow: hidden;
}
	@media (max-width: 1399px) and (min-width: 992px) {
		.video-container {
			height: 315px;
		}
	}
	@media (max-width: 991px) and (min-width:768px) {
		.video-container {
			height: auto;
		}
	}
	@media (max-width: 767px) {
		.video-container {
			height: 250px;
			background: url(../img/home_page_slide_2.jpg) no-repeat left center;
			background-size: cover;
		}
		.sctc-video {
			display: none;	
		}
	}

.sctc-video {
    margin-top: 0px;
    position: absolute;
    z-index: -1;
	width: 100%;
}

	@media (min-width: 1700px) {
		.sctc-video {
			margin-top: -60px;	
		}
	}
	@media (max-width: 1299px) and (min-width: 768px) {
		.sctc-video {
    		margin-top: 0px;
		}
	}
	
	@media (max-width: 767px) {
		.sctc-video {
			/*display: none;	*/
		}
	}

.video-container h1 {
	color: #fff;
    display: inline-block;
    
    padding: 5px 14px;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}

.video-container h2 {
	color: #fff;
	display: inline-block;
	font-size: 	45px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 100px;
	padding: 4px 18px;
}

.video-container button {
	background: #FF9600;
	color: #fff;
	border-radius: 50px;
	text-transform:uppercase;
	padding: 15px 50px 15px 35px;
	text-align: center;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	font-weight: bold;
	margin-top: 38px;
	margin-bottom: 20px;
	
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

.video-container button:hover {
	background: #ED530D;	
}

.video-container button:focus {
	border: none;
	outline: none;
}
	@media (max-width: 1399px) and (min-width: 992px) {
		.video-container h2 {
			margin-top: 58px;	
		}
	}
	@media (max-width: 991px) and (min-width: 768px) {
		.video-container h2 {
			margin-top: 40px;	
		}
		.video-container h1 {
			margin-top: 12px;	
		}
		.video-container button {
			margin-top: 5px;
		}
	}
	@media (max-width: 767px) {
		.video-container h1 {
			font-size: 16px;
    		font-weight: normal !important;
    		margin-top: 15px;	
			background: #000000;
		}
		.video-container h2 {
			font-size: 22px;
			font-weight: bold !important;
			margin-top: 40px;
			width: auto;	
			background: #005AA3;
		}
		.video-container button {
			margin-top: 15px;
			background: #ED340B;
		}
	}
	


/* Icon Forward */
.hvr-icon-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.hvr-icon-forward:before {
	content: "\e250";
	position: absolute;
	right: 22px;
	padding: 1px 1px;
	font-family: 'Glyphicons Halflings';
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}



/* Video styles end */



/* Home page styles */

.sctc-home-main {
	margin: 50px auto 75px;	
}

.sctc-home-main h2 {
	font-size: 21px;
}

.sctc-home-main a {
	font-weight: bold;	
}

	@media (max-width: 767px) {
		.sctc-home-main {
			margin-top: 20px;
			margin-bottom: 30px;	
		}
		.sctc-home-main h2 {
			text-align: center;	
		}
		.sctc-home-main img {
			margin-left: auto;
			margin-right: auto;
			width: 100%;
			margin-top: -10%;
		}
		.sctc-home-main .img-container {
			max-height: 300px;
			overflow: hidden;
		}
		
	}

.sctc-home-main .divider {
	border-color: #000;	
	margin-bottom: 20px;
}

.sctc-home-main p {
	margin: 20px 0;	
}

	@media (min-width: 1200px) {
		.sctc-home-main p {
			height: 100px;	
		}
	}
	
	@media (min-width: 992px) and (max-width: 1199px) {
		.sctc-home-main p {
			height: 120px;	
		}	
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		.sctc-home-main p {
			height: 182px;	
		}	
	}

.sctc-home-main button {
	background: #005AA3;
	font-size: 14px;
	width: 100%;
	border: none;
	border-radius: 0px;
	color: #fff;
	text-align: center;
	padding: 15px 0;	
	text-transform: uppercase;
	
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

	.sctc-home-main button:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url(../img/black_15_bg.png) repeat;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	
	.sctc-home-main button:hover, .sctc-home-main button:focus, .sctc-home-main button:active {
		color: white;
	}
	
	.sctc-home-main button:hover:before, .sctc-home-main button:focus:before, .sctc-home-main button:active:before {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
		transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	}

/* Home page styles end */



/* Quote form styles */

#sctc-quote-form {
	
}

#sctc-quote-form .form-group {
	margin-bottom: 0px;	
}

#sctc-quote-form .margin-top-small {
	margin-top: 10px;	
}

.sctc-quote-form-container {
	background: url(../img/80_white_bg.gif);
	padding: 0px;
	width: 100%;
}

.sctc-quote-form-header {
	
}

.sctc-quote-form-container label {
	font-weight: normal;
	font-size: 13px;	
}

.sctc-upload-btn {
	color: #fff;
	background: #005AA3;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
}

	.sctc-upload-btn.input-group-addon {
		padding: 0px 32px;
		border: none;
	}
	
.sctc-submit-quote {
	color: #fff;
	background: #005AA3;
	font-weight: bold;
	font-size: 14px;
	padding: 8px;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	border: none;
	margin: 20px 0 15px;	
}

	@media (max-width: 767px) {
		.sctc-submit-quote {
			margin-bottom: 0px;	
		}
	}

	.sctc-submit-quote .glyphicon {
		margin-right: 10px;
	}
	
.sctc-unpack-style {
	padding-right: 0px;
}
/*
#sctc-quote-form input[type=file] { 
	position: absolute;
	visibility: hidden;
}*/

@media (min-width: 1200px) {
	#quote-modal .modal-dialog {
		width: 1200px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#quote-modal .modal-dialog {
		width: 992px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#quote-modal .modal-dialog {
		width: 768px;
	}
}

#quote-modal .modal-header {
	color: #fff;
	background: #005AA3;
	text-align: center;
	padding: 15px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

#quote-modal .close, #success-modal .close {
	color: #FFF;
    text-shadow: 0 1px 0 #000;
    filter: alpha(opacity=100);
    opacity: 1;	
}

@media (min-width: 1200px) {
	#quote-modal.modal {
		top: 100px;	
	}
}

#success-modal .modal-header {
	color: #fff;
	background: #2D7B3D;
	text-align: center;
	padding: 15px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

/* Quote form styles end */



/* About us page styles */

.sctc-caption {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px 5px;
	font-size:11px;
	text-align: center;
}

button.sctc-quote {
	background: #005AA3;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    font-weight: bold;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

button.sctc-quote:hover {
    background: #FF9600;
}

.about-page p {
	line-height: 1.6em;	
	text-align: justify;
}

/* About us page styles end */



/* Quote page styles */

.sctc-quote-page-container {
	background: #fff;
	padding: 25px 25px 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

/* Quote page styles end */


/* Contact page styles */

.contact-box {
    background: #FBF9F1;
    padding: 20px;
    border: 1px solid #c6c6c6;
    color: #7d7d7d;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8em;
}

/* Contact page styles end */



/* Footer styles */

footer {
	background: url(../img/square_bg.png) repeat #627F97;
	color: #fff;
	
	-webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px -3px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px -3px 5px 0px rgba(0, 0, 0, 0.5);
}

	@media (max-width: 767px) {
		footer {
			text-align: center;	
		}
	}

footer a:hover {
	color: #fff;
	text-decoration: none;	
}

footer .divider {
	border-color: #fff;	
}

footer .container {
	padding-top: 50px;
	padding-bottom: 50px;	
}

	@media (max-width: 767px) {
		footer .container {			
			padding: 20px 15px 15px;	
		}
		footer .divider {
			display: none;	
		}
	}

.footer-logo {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;	
}
	.footer-logo img {
		display: block;
		margin: 0px auto 15px;
	}
	
	@media (max-width: 1200px) and (min-width: 992px) {
		.footer-logo {
			font-size: 15px;
		}
		.footer-logo img {
			max-width: 150px;
			margin-bottom: 25px;	
		}
	}
	
	@media (max-width: 767px) {
		.footer-logo {
			margin-bottom: 20px;
		}
	 	.footer-logo img {
			max-width: 100px;	
		}	
	}

ul.footer-nav {
	margin: 0px;
	padding-left: 0px;	
}

.footer-nav li {
	border-bottom: 1px solid #fff;
	text-transform: uppercase;	
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}
	.footer-nav li:first-child {
		padding-top: 0px;	
	}
	.footer-nav li:last-child {
		border-bottom: none;
		padding-bottom: 0px;	
	}

.footer-nav li a {
	display: block;
	padding: 10px 0;	
}

	.footer-nav li a:hover {
		color: #B9C4CE !important;
		text-decoration: none;
	}

	@media (max-width: 767px) {
		ul.footer-nav {
			margin-top: 20px;	
		}
		.footer-nav li {
    		border-bottom: 1px solid rgba(255, 255, 255, 0.35);
		}
	}

.lower-footer {
	width: 100%;
	background: #010028;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
}

/* Footer styles end */



