/* CSS Document */
/*
 * GENERAL
 */
body{
	padding-top:0;
	background:url(../assets/wallpaper.jpg) no-repeat center center fixed #00263d;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-bottom:2em;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.main ul li:before, h1, h1 a, h3, h2 span, h4 span, h5 span, h6 span, .main a:hover, .feature a:hover, cite, nav a.active, #nav a:hover, #nav ul a:hover, .more:before, ol > li:before, .cta a:hover, .error[generated=true], #nav ul li a:hover, ul.pagination li a.active, ul.comments h5 a, h2:after, .tweet a, .meta.option-set a.selected, .tp-caption.heading:after, .tp-caption.cite, .icon-thirds li:hover em:before, .tab-nav li.active, ul.toggle .toggle-btn.active, .boxed ul.social-link a:hover, .boxed h5 {
    color: #004d7c;
}

.main a:hover{
	color: #0890e2;
}

/*
 * BUTTON
 */
 a.btn:hover, input[type=button]:hover, input[type=submit]:hover, #menu-icon.active, .btn.active, .price h3, .tp-caption.btn a:hover {
    background-color: #004d7c;
    color: #fff;
}
a.btn-sm{
	padding: .1em .7em;
    font-size: 12px;
}

 
/*
 * WRAPPER
 */
 .outter-wrapper{
	 background-color:transparent;
 }
 .main-container{
	 padding:0;
	     box-shadow: #333 0px 0px 9px;
 }
 
 .white-bg{
	 background-color:#FFF;
 }
h1,h2{
	color:#111147;
}
h1{
	font-size:32px;
}
h2{
	font-size:24px;
	margin-top:25px;
}

img{
	max-width:100%;
}
.main table td.photogalleryItem {
	text-align:center;
}

.foot a{
	color:#FFF;
}
.foot a:hover{
	text-decoration:underline;
}
.foot .social-link a:hover{
	text-decoration:none;
}

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

.photogalleryTable tr:last-child{
	display:none;
}

.services h2,
.services .icon{
	text-align:center;
}
.services .icon{
	width:100%;
	display:block;
}
blockquote{
	font-size:16px;
}
/* HOME PAGE RECENT WORK TABLE */
.main table.photogalleryTable,
.main table.photogalleryTable td{
	border-style:none;
}
.main table.photogalleryTable td img{
	width:100%;
}
.main-container a{
	text-decoration:underline;
}

/*
 * HEADER
 */

.header-container.wrapper{
	padding:10px 1.5em;
}
.header{
	background:#FFF;
	margin-bottom:60px;
}
	.header-area{
		float:right;
		text-align:right;
	}
		.service-area{
			display:block;
		}
		.header-phone{
			font-size: 180%;
			margin-top: 10px;
			margin-bottom:5px;
			display: block;
		}
		.header-phone a:hover, .header-phone a:active{
			text-decoration:underline;
		}
		.header-facebook{
			margin-left:2em;
			vertical-align:-webkit-baseline-middle;
		}
			.header-facebook a{
				font-size:2em;
				color:#004d7c;
			}
		.services{
			display:block;
			margin-top:15px;
		}
		.call-out{
			display:inline-block;	
			background-color: #fe0002;
			color: #FFF;
			padding:5px;
			margin-top:10px;
			font-weight:bold;
		}
.logo{
	max-width:300px;
}
	
	
/*
 * SLIDESHOW
 */
	
.slideshow{
	margin-top:25px;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:none;
    left:0;
    background:none;
}
.slide-info h3{
	margin-top:0;
}
.slide-info a{
	display:none!important;
}
.bx-wrapper{
	margin-bottom:25px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -19px;
}

/*
 * SOCIAL MEDIA
 */

/*
 * NAV
 */
/*#nav ul li a {
    color: #FFF;
}*/
#nav ul li a {
    color: #57575a;
}

/* SERVICES TABLE */
.services table,
.services table td{
	border-style:none;
}

/*
 * FOOTER MAP
 */


/*
 * VIEW TICKET
 */
	.view-ticket{
		background-color: #FFF;
		padding: 1.5em;
	}
	.view-ticket form{
		margin-top: 0;
	}
.view-ticket input{
	margin: 0;
}
/*
 * FOOTER
 */
footer{
/*ackground-color: #111147;*/
    color: #FFF;
}
footer ul.social-link a{
	color: #FFF;
}
/*
 * FOOTER - CONTACT AREA
 */
 .widget-footer {
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 1em;
    color:#FFF;
  /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #2E385F 0%, #2e648a 43%) repeat scroll 0 0;*/
}
.widget-footer h4,
.widget-footer strong{
	color:#FFF;
}
.widget-footer a {
    color:#FFF;
}
/* FOOTER FORM */
.widget-footer input[type=text], .widget-footer input[type=email], .widget-footer input[type=password], 
.widget-footer textarea, .widget-footer input[type=tel], .widget-footer input[type=range], .widget-footer input[type=url]{
	padding:7px 2%;	
}
.widget-footer form{
	margin-top:0;
}
.widget-footer textarea{
	height:86px;
}
.widget-footer label{
	font-size:11.5px;
}
.supplier{
	margin-right:5px;
}

@media only screen and (max-width: 500px) {
	.services table td,
	.main table.photogalleryTable td{
		display:block;
	}
}

@media only screen and (max-width: 768px) {
	#nav ul li a{
		color:#FFF;
	}
	.right-aside .half, .widget-footer .half {
        width: auto;
        margin-right: 2%; 
        float:none;
	}
}


