

/* ==========================================================================
   Theme Styling
   ========================================================================== */

/*Global*/


@font-face {
    font-family: 'calibriregular';
    src: url('fonts/calibri-webfont.eot');
    src: url('fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/calibri-webfont.woff') format('woff'),
         url('fonts/calibri-webfont.ttf') format('truetype'),
         url('fonts/calibri-webfont.svg#calibriregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body
{
	margin:0;
	padding:0;
	font:12px/18px normal Arial, Helvetica, sans-serif;
	color:#222;
}

html,body{height:100%;}


.container{padding:0;}

#wrapper
{
		background:#fff url(../images/bg.jpg) 719% 112% no-repeat;

	min-height:100%;
	height:auto;
	margin:0 auto;
}

marquee{
	font-size:12px;
	color:#fff;
	padding:5px;
}

h1,h2,h3,h4,h5,h6
{
	margin:0;
	font-family: 'calibriregular';
	color:#2EC8FF;
}

h1 {
  font-size: 24px;
  line-height: 32px;
}
h2{
  font-size: 20px;
  line-height: 30px;
}
h3{
  font-size: 20px;
  line-height: 30px;
}
h4{
  font-size: 17px;
  line-height: 24px;  
}
h5{
  font-size: 15px;
  line-height: 18px;
}
h6{
  font-size: 15px;
  line-height: 13px;
}


p
{
	padding-bottom:1em;
	margin:0;
	text-align:justify;
	font-family: Helvetica, Arial,sans-serif;
}


/*Links*/

a {color: #000000;}
a:hover{color: #383E5F;text-decoration: none;}


/*Forms*/

.form-div-1 {
    display: inline;
    float: left;
    margin-bottom: 15px;
}

label{
    color: #A0958A;
    float: left;
    font-size: 13px;
    margin: 10px 10px 0 0;
	width:100px;
}

/* Disabled input */
input.disabled {opacity: .5;}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="telephone"]{
    border: 1px solid #E6E6E6;
    float: right;
    font-family: 'Open Sans';
    font-size: 13px;
    height: 33px;
    padding: 0 0 0 4px;
    width: 515px;
}

input[type="submit"]{
  border-radius: 0;
}


select{
  font-size: 13px;
  line-height: 18px;
  border:1px solid #d4d4d4;
    border-radius: 0;
    box-shadow:none;
    padding: 2px;
    box-sizing: content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
}

textarea{
    border: 1px solid #E6E6E6;
    float: right;
    font-family: 'Open Sans';
    font-size: 13px;
    padding: 0 0 0 4px;
    width: 515px;
}



/*Buttons*/

.btn  {
    border: medium none;
    font-size: 12px;
    font-weight: 400;
    height: 40px !important;
    margin: 0 2px 16px 0;
    padding-bottom: 1px;
    position: absolute;
    width:100px !important;
}
.btn.btn-info {}

.btn.btn-info,
.btn.btn-primary {
    background: #005c9d; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #005c9d 0%, #40a5db 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#005c9d), color-stop(100%,#40a5db)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #005c9d 0%,#40a5db 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #005c9d 0%,#40a5db 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #005c9d 0%,#40a5db 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #005c9d 0%,#40a5db 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005c9d', endColorstr='#40a5db',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: medium none;
    border-radius: 2px;
    box-shadow: none;
    color: #FFFFFF;
    display: inline-block;
    font: 14px 'Trebuchet MS';
    letter-spacing: 0;
    padding: 10px 23px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 0 #6AC5EE;
    text-transform: uppercase;
    transition: all 0.35s ease 0s;
}

.btn.btn-info:hover,
.btn.btn-primary:hover {
background: 333333;
color:#999999 !important;
border-color:333333;
}

.btn.btn-info a,
.btn.btn-primary a {color:#ffffff !important;}

iframe{
	margin:20px;
}

.add{
    border: 3px dotted #2D8FC8;
    margin: 20px;
    padding: 0 16px 20px;
    width: 100%;
}


/************************************* HEADER *************************************/


#header
{
	background: #005c9d; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #005c9d 0%, #40a5db 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#005c9d), color-stop(100%,#40a5db)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #005c9d 0%,#40a5db 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #005c9d 0%,#40a5db 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #005c9d 0%,#40a5db 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #005c9d 0%,#40a5db 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005c9d', endColorstr='#40a5db',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#header .container
{
	position:relative;
	min-height:50px;
}

#site-title { 

background:#fff;
border-radius: 5px;
    font: bold 80px/1em 'Trebuchet MS';
    letter-spacing: -3px;
    padding: 0;
    position: absolute;
    top: -30px;
    z-index: 9;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 7px 0px rgba(50, 50, 50, 0.75);
}
#site-title a {color: #ffffff;text-decoration: none;}
#site-title a:hover {color: #000000;}

.top{height:30px;}


#site-title1 { 

background:#fff;
border-radius: 10px;
    font: bold 80px/1em 'Trebuchet MS';
    letter-spacing: -3px;
    padding: 0;
    position: absolute;
    top: -9px;
    z-index: 9;
	right:0;
-webkit-box-shadow: 0px -7px 4px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px -7px 4px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px -7px 4px 0px rgba(50, 50, 50, 0.75);
}


/************************************* NAVIGATION *************************************/


#navigation {
    background:#fff;
	width:100%;
	position:relative;
}


.bottom{
height:48px;
position:absolute;
z-index:999;
}


/************************************* BANNER *************************************/

#banner{
	background: #005c9d; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #005c9d 0%, #40a5db 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#005c9d), color-stop(100%,#40a5db)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #005c9d 0%,#40a5db 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #005c9d 0%,#40a5db 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #005c9d 0%,#40a5db 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #005c9d 0%,#40a5db 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005c9d', endColorstr='#40a5db',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


padding:3px 0 0 0 ;


}

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:100%;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	
}

@media only screen and (min-width: 1000px){
	.slider{
		width:1000px;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

/* ELEMENT STYLES */


.claim{
	line-height:100%
}	

.teaser{
	padding:0.5% 1.5%;
	font-size:14px;
	 line-height:100%
}

.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.light-green{font-size:30px; color:#fff; }
.green{font-size:20px; color:#fff;}
.orange{font-size:50px; color:#fff;text-transform:uppercase;}
.turky{font-size:20px; color:#fff;}
.white{font-size:20px; color:#fff;}

/************************************* 	CONTAIN *************************************/

/* Home Services */
.home-services {
	list-style-type:none;
	margin:0;
	padding:0;
	height: 442px;
	}
/*	.home-services li {
		overflow:hidden;
		padding:0;
		background:none;
		font-family: 'MuseoSans500Regular', Arial, sans-serif;
		color:#888;
		 width: 357px;
		}
		
		
*/			.home-services1 {
		overflow:hidden;
		padding:20px 0 0;
		background:none;
		font-family: 'MuseoSans500Regular', Arial, sans-serif;
		color:#888;
		 width: 30%;
		 float:left;
		 text-align:center;

		}

	.home-services2 {
		overflow:hidden;
		padding:50px 0 0 ;
		background:none;
		font-family: 'MuseoSans500Regular', Arial, sans-serif;
		color:#888;
		 width:40%;
		 float:left;
		 text-align:center;
		}
		
			.home-services3 {
		overflow:hidden;
		padding:20px 0 0;
		background:none;
		font-family: 'MuseoSans500Regular', Arial, sans-serif;
		color:#888;
		 width:30%;
		 float:left;
		 text-align:center;

		}
		
	.home-services li:first-child {
		margin-top:0;
		}
		
		.home-services li:second-child {
		margin-top:20px;
		}
		
		.home-services li:last-child {
		margin-top:0;
		}
		
		.home-services .img-holder {
		
			-webkit-transition: all 0.3s ease-out;
			-moz-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
			}
		.home-services .img-holder:hover {
			-webkit-transform: rotate(-30deg);
			-moz-transform: rotate(-60deg);
			transform: rotate(-60deg);
			}
		.home-services h3 {
			padding: 0;
			font-size:24px;
			color:#00aadd;
			margin-bottom:0;
			text-transform:none;
			}
			.home-services h3 a {
				color:#00aadd;
				text-shadow: 0 1px #394678;
				-webkit-transition: all 0.3s ease-out;
				-moz-transition: all 0.3s ease-out;
				transition: all 0.3s ease-out;
				}
			.home-services  h3 a:hover {
				color:#115b87;				
				text-decoration:none;
				}
	.home-services li:nth-child(even) .img-holder {
		
		}
	.home-services.even .img-holder {
		
		}
		.home-services li:nth-child(even) .img-holder:hover {
			-webkit-transform: rotate(60deg);
			-moz-transform: rotate(60deg);
			transform: rotate(60deg);
			}

.home-services p{
	text-align:center;
	width:100%;
	margin:0 auto;
}

.services li{
	list-style:url(../images/list_icon.png);
	line-height:31px;
}


.client{
    box-shadow: 0 0 9px #CCCCCC;
    margin: 50px 0 0;
    padding: 5px;
}

.client ul {
}

.client ul li {
	display:inline;
	list-style:none;
	width:100px;
}

.vision{
    border: 0 none;
    border-radius: 10px;
    display: inline;
    float: left;
    margin: 0 13px 0 0;
}

.relative_contain {
    float: left;
    margin: 20px 0 ;
    position: relative;
    width: 100%;
}


/************************************* FOOTER *************************************/


#footer{
	background: rgb(64,165,219); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(64,165,219,1) 0%, rgba(0,92,157,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,165,219,1)), color-stop(100%,rgba(0,92,157,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(64,165,219,1) 0%,rgba(0,92,157,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(64,165,219,1) 0%,rgba(0,92,157,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(64,165,219,1) 0%,rgba(0,92,157,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(64,165,219,1) 0%,rgba(0,92,157,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a5db', endColorstr='#005c9d',GradientType=0 ); /* IE6-9 */

	min-height:50px;
	color:#fff;
	padding:20px;
}

#footer span{
	margin:0 0 0 20px;
	font-size:12px;
}
.src{
		color:#fff;
		text-decoration:none;
		-webkit-transition: color 0.2s ease-out;
		-moz-transition: color 0.2s ease-out;
		transition: color 0.2s ease-out;
		}
.src:hover {
		color:#acd306;
		text-decoration:underline;
		}




.src2{
				color:#fff;
				-webkit-transition: all 0.3s ease-out;
				-moz-transition: all 0.3s ease-out;
				transition: all 0.3s ease-out;
				}
.src2:hover {
				color:#115b87;
				text-decoration:none;
				}
				
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

.r-tabs {
	position: relative;
}

.r-tabs .r-tabs-nav {
	border-bottom: 1px solid #ccc;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	top: 1px;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
	background: #00aadd;
	margin-bottom: 3px;
	padding: 10px 12px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
	background-color: #fff;
	margin-bottom: -1px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #00aadd;
	background-color: #fff;
}

.r-tabs .r-tabs-panel {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 3px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #00aadd;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #00aadd;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 0;
}

#push, #wrapper-footer {height: 82px;}









.image-marg{
    display: block;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 500px;
}

.txt-marg{
    width: 100%;
	display:block;
}





#v-nav
{
    height: 100%;
    color: #333;
    font: 12px/18px  Helvetica, Arial, Verdana, sans-serif;
	clear: both;
    height: 625px;
    margin: 20px auto 0;
    width: 90%;
}

#v-nav p{
	font-size:14px;
	line-height:18px;
}


#v-nav >ul
{
    float: left;
    display: block;
    position: relative;
    top: 0;
    border: 1px solid #DDD;
    border-right-width: 0;
    margin: auto 0 !important;
    padding:0;
	
	background: url(../images/process_tabs2.png) no-repeat scroll right center rgba(0, 0, 0, 0);
    width: 215px;
	
}

#v-nav >ul >li
{
    width:295px;
    list-style-type: none;
    display: block;
    text-shadow: 0px 1px 1px #F2F1F0;
    font-size: 1.11em;
    position: relative;
    border-right-width: 0;
    margin: auto;
    padding: 10px 15px !important;  
	
	background: url(../images/line3.png) no-repeat scroll  left bottom rgba(0, 0, 0, 0);
    font-weight: bold;
	    
}

#v-nav >ul >li.current
{
    border-right: none;
    z-index: 10;
    position: relative;	
    background: url(../images/sprite.png) no-repeat scroll -20px -503px #1E7FBA;
    left: -14px;
    right: auto;
	color:#fff;
	text-shadow: 0 1px 1px #073373;
	
}

#v-nav >ul >li.first.current
{
}

#v-nav >ul >li.last
{
    border-bottom: none;
}

#v-nav >div.tab-content
{
    border: 1px solid #ddd;
    background-color: #FFF;
    min-height: 400px;
    position: relative;
    z-index: 9;
    padding: 12px;
    moz-box-shadow: inset 0 0 35px 5px #fafbfd;
    -webkit-box-shadow: inset 0 0 35px 5px #fafbfd;
    box-shadow: inset 0 0 35px 5px #fafbfd;
    display: none;
    padding: 25px;
	
	width:74%;
	float: left;

}

#v-nav >div.tab-content >h4
{
    font-size: 1.2em;
    color: Black;
    text-shadow: 0px 1px 1px #F2F1F0;
    border-bottom: 1px dotted #EEEDED;
    padding-top: 5px;
    padding-bottom: 5px;
}



.processTeam h4 {
    border-bottom: 1px solid #e7e6e6;
    margin: 0 0 20px;
    padding: 10px 0;
}

.processTeam ul {
    padding-bottom: 10px;
	list-style:none;
	padding-left:0;
}

.processTeam ul li {
    float: left;
    padding: 0 22px 0 0;
    width: 450px;
	margin: 0 85px 0 0;
}

.processTeam ul li h3{
    color: #013883;
    font-size: 25px;
    text-shadow: 0 1px #013883;
}

.processTeam div.locations {
    float: left;
    padding: 0;
    width: 405px;
}

.locations ul li {
}




		/* IMAGE LIGHTBOX SELECTOR */
		
		
		
			#gallery ul
			{
			}
				#gallery li
				{
					display: inline-block;
					margin: 0.625em; /* 10 */
				}
					#gallery img
					{
						width: 14em; /* 140 */
						height: 14em; /* 140 */
						border-color: #eee;
						border: 0.625em solid rgba( 255, 255, 255, .5 ); /* 10 */

						-webkit-box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); /* 5 */
						box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); /* 5 */

						-webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
						transition: box-shadow .3s ease, border-color .3s ease;
					}
						#gallery img:hover,
						#gallery img:focus
						{
							border-color: #fff;

							-webkit-box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
							box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
						}

		
		
		
		

		#imagelightbox
		{
			cursor: pointer;
			position: fixed;
			z-index: 10000;

			-ms-touch-action: none;
			touch-action: none;

			-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
			box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
		}


		/* ACTIVITY INDICATION */

		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}


		/* OVERLAY */

		#imagelightbox-overlay
		{
			background-color: #fff;
			background-color: rgba( 255, 255, 255, .9 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}


		/* "CLOSE" BUTTON */

		#imagelightbox-close
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			text-align: left;
			background-color: #666;
			border-radius: 50%;
			position: fixed;
			z-index: 10002;
			top: 2.5em; /* 40 */
			right: 2.5em; /* 40 */

			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}
			#imagelightbox-close:hover,
			#imagelightbox-close:focus
			{
				background-color: #111;
			}
			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 2px;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 20%;
				bottom: 20%;
				left: 50%;
				margin-left: -1px;
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}


		/* CAPTION */

		#imagelightbox-caption
		{
			text-align: center;
			color: #fff;
			background-color: #666;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em; /* 10 */
		}


		/* NAVIGATION */

		#imagelightbox-nav
		{
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			border-radius: 20px;
			position: fixed;
			z-index: 10001;
			left: 50%;
			bottom: 3.75em; /* 60 */
			padding: 0.313em; /* 5 */

			-webkit-transform: translateX( -50% );
			-ms-transform: translateX( -50% );
			transform: translateX( -50% );
		}
			#imagelightbox-nav button
			{
				width: 1em; /* 20 */
				height: 1em; /* 20 */
				background-color: transparent;
				border: 1px solid #fff;
				border-radius: 50%;
				display: inline-block;
				margin: 0 0.313em; /* 5 */
			}
			#imagelightbox-nav button.active
			{
				background-color: #fff;
			}


		/* ARROWS */

		.imagelightbox-arrow
		{
			width: 3.75em; /* 60 */
			height: 7.5em; /* 120 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			vertical-align: middle;
			display: none;
			position: fixed;
			z-index: 10001;
			top: 50%;
			margin-top: -3.75em; /* 60 */
		}
		.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus
		{
			background-color: #666;
			background-color: rgba( 0, 0, 0, .75 );
		}
		.imagelightbox-arrow:active
		{
			background-color: #111;
		}
			.imagelightbox-arrow-left
			{
				left: 2.5em; /* 40 */
			}
			.imagelightbox-arrow-right
			{
				right: 2.5em; /* 40 */
			}
			.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
				border: 1em solid transparent;
				content: '';
				display: inline-block;
				margin-bottom: -0.125em; /* 2 */
			}
				.imagelightbox-arrow-left:before
				{
					border-left: none;
					border-right-color: #fff;
					margin-left: -0.313em; /* 5 */
				}
				.imagelightbox-arrow-right:before
				{
					border-right: none;
					border-left-color: #fff;
					margin-right: -0.313em; /* 5 */
				}

		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#container
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.75em; /* 60 */
				margin-top: -2.75em; /* 30 */
			}
			.imagelightbox-arrow-left
			{
				left: 1.25em; /* 20 */
			}
			.imagelightbox-arrow-right
			{
				right: 1.25em; /* 20 */
			}
		}

		@media only screen and (max-width: 20em) /* 320 */
		{
			.imagelightbox-arrow-left
			{
				left: 0;
			}
			.imagelightbox-arrow-right
			{
				right: 0;
			}
		}

/* global network */
.global_wrap		{ width:100%; margin:0 auto; margin-top:60px; padding-bottom:120px;  	}
.country_map		{ float:left; padding-bottom:50px; 		}
.country_map .global_map		{ float:left; width:796px; 	}
.country_map .global_flag			{ float:left; border:1px solid #e5e5e5; width:182px; height:420px; position:relative;   	}
.country_map .global_flag	.flag_icon		{ position:absolute; top:7px; right:10px; float:left; 	}
.country_map .global_flag	.flag_icon li		{ float:left; margin-left:2px; 	}

.country_map .flag_list		{ padding:20px 19px 0;  	}
.country_map .flag_list table		{ table-layout:fixed; width:100%;  	}
.country_map .flag_list table td		{ text-align:center; font-size:11px; color:#666666; padding-bottom:7px;   	}
.country_map .flag_list table td .flag_img		{ margin-bottom:4px; 	}
.country_map .flag_list table td p.on		{ font-weight:bold; 	}

.country_list		{ clear:both; }
.country_list .country_tit		{ float:left; margin-bottom:15px;  	}
.country_list .country_tit li		{ float:left; 	}
.country_list .country_tit li.flag		{	}
.country_list .country_tit li.title		{ margin:9px 0 0 15px; font-size:14px; color:#333333; font-weight:bold; 	}
