/* HUISMAN STYLESHEETS */

/* ----- CONTENTS ------ */
/* 
1 Body and Backgrounds
2 General and Spacing
3 Header and Footer
4 Fonts
5 Columns
6 Section Specific
*/

/* ........................... */
/* 1 Body Elements      */
/* ........................... */


html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family:"century gothic", Helvetica, sans-serif; 
				background-color:#ffffff;
}
#wrapper { 	width: 100%;
			min-height: 100%;
			position:relative;
}
#header { 	width: 100%; 
			height: auto; 
		    position: relative;}
#navigation { 	width: 100%; 
		    	height: 125px; 
		    	display: block;
			    position: fixed; 
		    	background-color: rgba(255,255,255,1);
		    	top: 0;
				z-index: 5000;
				-webkit-box-shadow: 5px 5px 5px #333333;
		    	}

.responsive .nav2select {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
#menu { width: 600px;
		height: 40px;
		float: left;
		clear: right;
		margin-top: 5%;}
#menu ul {display: block;
		position:relative; 
list-style:none;}
#menu ul li { 	display: inline-block;
				position: relative;
				text-align:center;
				vertical-align:middle;
				width: auto;
				height: 40px;
				line-height: 40px;
				font-weight: bold;
				font-size: 16px;
				padding-left: 2%;
				padding-right: 2%;
				color: #0e76bc;			
}
#menu ul li a:link { 	color: #0e76bc;text-decoration:none; }
#menu ul li a:visited { 	color: #0e76bc;text-decoration:none; }
#menu ul li a:hover { 	color: #F1592a;text-decoration:none; }
#menu ul li a:active { 	color: #0e76bc;text-decoration:none; }
.nav2select {
    font-size: 16px;
}
.nav2select {
	width: 100%;
	height: 30px;
    display: none;
    margin-right: 15px;
	margin: 0 auto;
	font-family: arial;
	font-size: 11px;
}			
				
#content {
	padding-bottom:125px; /* Height of the footer element */
}
#footer {
	background:#ffffff;
	width:100%;
	height:125px;
	position: absolute;
	bottom:0;
	left:0;
	clear: both;
}
#carousel-container { width: 100%; height: 100vh; margin-top: 125px; overflow: hidden; visibility: visible;
background-image:url(../img/main-photo.jpg);
background-size:cover; background-position:center center;  }
.anchor { display: block;
			height: 125px;
			margin-top: -125px;
			visibility: hidden; }
/* ........................... 	*/
/* 2 General and Spacing     	*/
/* ........................... 	*/

.space { width: 100%; height: 125px; clear: both; }
.mini { width: 100%; height: 50px; clear: both; }
.space_footer { width: 100%; height: 10px; clear: both; }
.double-space { width: 100%; height: 100px; clear: both; }
.centered-wrapper { width: 1140px; height: auto; margin: 0 auto; position: relative; }
.center_image { margin: auto;
				display: block;
}
				

/* ........................... 	*/
/* 3 Header	and Footer Content			    	*/
/* ........................... 	*/

.nav2select {
    font-size: 16px;
}
.nav2select {
	width: 100%;
	height: 30px;
    display: none;
    margin-right: 15px;
	margin: 0 auto;
	font-family: arial;
	font-size: 11px;
}
.logo { display: block; 
        position: relative;
        width: 350px;
        height: auto;
        float: left;
}
.logo img { margin: 0 auto; }
.menu { display: block;
        position: relative;
        width: 500px;
        height: auto;
        margin-top: 1%;
        border-width: 4px;
        border-color: #fff;
        border-style: solid;
        float: right;
        visibility: visible;
}
.menu ul {      display: block;
                position: relative;
                float: left;
                margin: 0 auto;
		        width: 100%;
		        height: auto;
		        list-style:none;
}
.menu ul li { 	display: inline-block;
				position: relative;
				font-weight: bold;
				padding: 3%;
				font-size: 17px;
				text-align: left;
				color: #fff;
}
.menu ul li a { color: #fff; text-decoration: none;
}
#last { 	padding-right: 0; }

.menu ul li a:hover { color: #243b46;
}
.services { display: block;
            position: relative;
            width: 500px;
            margin-top: 1%;
            margin-left: -10px;
            float: right;
            visibility: visible;
}
.services p {       margin: 0 auto;
                    font-size: 18px;
                    color: #243b46;
                    margin-left:-10px;
                    font-weight: bold; 
                    text-align: center; }
/* ........................... */
/* 4 Fonts					   */
/* ........................... */
.menu-text { color: #0e76bc; font-size: 21px; font-weight: bold; text-align: center; vertical-align:middle; line-height: 40px; }
h3 { color: #0e76bc; font-size: 32px; font-weight: bold; text-align: center; line-height: 24px; }
h1#orange { color: #f1592a; font-size: 32px; font-weight: bold; text-align: center; line-height: 24px; }
h2 { color: #0e76bc; font-size: 50px; font-weight: bold; text-align: center; line-height: 24px; }
h2#terms { color: #0e76bc; font-size: 20px; font-weight: bold; text-align: center; line-height: 24px; }
h2#orange { color: #f1592a; font-size: 42px; font-weight: bold; text-align: center; line-height: 44px; }
h2#grey { color: #666666; font-size: 42px; font-weight: bold; text-align: center; line-height: 44px; }
p#regular { color: #0e76bc; font-size: 16px; text-align: center; }
p#mid { color: #0e76bc; font-size: 20px; text-align: center; }
/* ........................... 	*/
/* 5 Columns    				*/
/* ........................... 	*/

.percent-one-half { width: 48%; }
.percent-one-third { width: 30.66%; }
.percent-two-third { width: 65.33%; }
.percent-third-third { width: 100%; }
.percent-one-fourth { width: 22%; }
.percent-three-fourth { width: 74%; }
.percent-one-fifth { width: 16.8%; }
.percent-one-fifth_new { width: 16.8%; }
.percent-two-fifth { width: 37.6%; }
.percent-three-fifth { width: 58.4%; }
.percent-four-fifth { width: 67.2%; }
.percent-one-sixth { width: 13.33%; }
.percent-five-sixth { width: 82.67%; }
.percent-one-sixth { width: 13.33%; }
.percent-five-sixth { width: 82.67%; }
.percent-one-eighth { width: 9.95%; }

.percent-one-half,
.percent-one-third,
.percent-two-third,
.percent-three-fourth,
.percent-one-fourth,
.percent-one-fifth,
.percent-two-fifth,
.percent-three-fifth,
.percent-four-fifth,
.percent-one-sixth,
.percent-five-sixth,
.percent-one-eighth
 {
	position: relative;
	margin-right: 4%;
	margin-bottom: 4%;
	float: left;
}
.column-last {   margin-right: 0!important;
            	 clear: right; }
	
/* ........................... */
/* 6 Section Specific		   */
/* ........................... */

/* Welcome */
.welcome { display: block;
			position: relative;
			width: 500px; 
			height: 350px;
			line-height: 350px;
			background-color: rgba(0,0,0,0.50);	
			list-style:none;
			border: #fff 2px solid;
			margin-top: 10%;
			margin-right: auto;
			margin-left: auto; 
		
}
.welcome h1 {	font-size: 50px;
				font-weight: bold;
    			display: inline-block;  				line-height: normal;
				vertical-align: middle;												text-align: center;
			color: #fff;

}
.welcome h2 {	font-size: 50px;
				font-weight: bold;
    			display: inline-block;  				line-height: normal;
				vertical-align: middle;												text-align: center;
			color: #fff;

}
/* About Area */
#about { background:url(../img/Logo_watermark.png) no-repeat 100% 100%; overflow: hidden;}
/* Servics */
#services { background: #0e76bc; height: auto;}
#services img { display: block; position: relative; margin: 0 auto; }
#services ul { display: block; position: relative; width: 300px; margin: 0 auto; }
#services ul li { color: white; }
#services_con { background-color:: #fff; height: auto;  background:url(../img/Logo_watermark.png) no-repeat 100% 100%; overflow: hidden;}
#services_con img { display: block; position: relative; margin: 0 auto;}
#services_con ul { display: block; position: relative; width: 300px; margin: 0 auto; }
#services_con ul li { color: #0e76bc; }
/* Careers */
#careers { background: #f1592a; height: auto; color:#fff; }
#careers img { display: block; position: relative; margin: 0 auto; }
#careers ul { display: block; position: relative; width: 300px; margin: 0 auto; }
#careers ul li { color: white; }
p#reg_white { color: #ffffff; font-size: 16px; text-align: center; }
a.car { color: #fff; text-decoration: none; }
a.car:hover { color: #000; text-decoration: none; }
/* contact */
#contact { background: #bbbbbb; height: auto; color:#fff; -webkit-box-shadow: 5px 5px 5px #333333; -moz-box-shadow: 5px 5px 5px #333333; -o-box-shadow: 5px 5px 5px #333333; -ms-box-shadow: 5px 5px 5px #333333; z-index: 100;}
#contact img { display: block; position: relative; margin: 0 auto; }
#contact ul { display: block; position: relative; width: 300px; margin: 0 auto; }
#contact ul li { color: white; }
a.contact { color: #0e76bc; text-decoration: none; }
a.contact:hover { color: #000; text-decoration: none; }
/* CONTACT FORM */
.form { font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		color:#ffffff;
		padding-left: 1%;
		line-height: 16px;
}
form p { font-family:century gothic, Helvetica, sans-serif;
		font-size: 15px;
		color:#666666;
		line-height: 17px;
}
.border { width: 95%;
			height: 30px;
			background-color:transparent!important;
			border: #ffffff 1px solid;
}
.border:hover {  border: #f1592a 1px solid;
}
.border2 { width: 90%;
			background-color:transparent!important;
			border: #ffffff 1px solid;
}
.border2:hover {  border: #f1592a 1px solid;
}

.submit { font-family:century gothic, Helvetica, sans-serif;
		font-size: 14px;
		color:#666666;
		line-height: 16px;
		width: 25%;
}
/* Footer */

/* General */
.work-text { font-size: 16px;
}
.work-text a { font-size: 16px; text-decoration: none; }
.work-text a:hover { color: #000000; }
.image-full-width { position: relative; margin-top: 2%; margin-right: 4%; margin-bottom: 2%; float: left; width: 100%; height: auto; background-color: #ECECEC; border-width: 4px;
                border-color: #fff; border-style: solid; overflow: hidden;  }		
.image-full-width img
{ display: block; width: 100%; height: auto; }

.overlay2    { position: absolute; 
               opacity:0;
               top: 0;
               bottom:0;
               left: 0;
               right: 0;
               width: 100%;
               height: 100%;
               transition: opacity .25s ease;
               -webkit-transition: opacity .25s ease;
                -moz-transition: opacity .25s ease;
                -o-transition: opacity .25s ease;
                background:rgba(36,59,70,.75);}
.image-full-width:hover .overlay2 {
               opacity:1;}
.overlay_text      {  
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 500;
    color:#fff;
    font-size: 24px;
    text-align: center;
    transform: translate( -50%, -50% ); }
.button_box { display: block;
		position: relative;
		clear: both;
		margin: 0 auto;
}
/* Footer Area */

.footer_menu { 
        width: 600px;
        height: 40px;
        margin: 0 auto;
        border-width: 4px;
        border-color: #243b46;
        border-style: solid;
        visibility: visible;
        list-style:none;
}

.footer_menu li { 	display: inline-block;
				    position: relative;
				    font-size: 14px;
				    text-align: center;
				    vertical-align: middle;
				    padding-top: 1%;
				    padding-right: 1%;
				    padding-left: 2%;
}
#footer-text { 
           text-align: center;
           font-size: 14px;
        color: #243b46;
        
}
#footer a {
	color: #243b46;
	text-decoration: none;
}
#footer a:hover {
	color: #f1592a;
	text-decoration: none;
}
#footer img {
	display: block;
	position: relative;
	margin: 0 auto;
}
footer p { font-family:century gothic, Helvetica, sans-serif;
		text-align: center;
		font-size: 15px;
		color:#666666;
		line-height: 17px;
}