@charset "UTF-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	margin-top:0;
	padding-top:0;
	font-size:20px;
	width:100%;
	height:100%;

	animation-name:fade;
	animation-duration:1s;
	animation-timing-function:linear;
	animation-iteration-count:1;
	-webkit-animation-name:fade;
	-webkit-animation-duration:1s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count: 1;
}
@-moz-keyframes fade {
	0%   {opacity:.0;}
	50%  {opacity:.0;}
	100% {opacity:1.0;}
}
@-webkit-keyframes fade {
	0%   {opacity:.0;}
	50%  {opacity:.0;}
	100% {opacity:1.0;}
}
@keyframes fade {
	0%   {opacity:.0;}
	50%  {opacity:.0;}
	100% {opacity:1.0;}
}




p,h1 {
	-webkit-font-smoothing: antialiased;
	top-margin:0;
	padding:0;
	font-family:'Helvetica',sans-serif;
}
a {
	-webkit-font-smoothing: antialiased;
	text-decoration:none;
	outline:none;
}
a img {
	outline:none;
	border-style:none;
}

a:link.white {
	color:#ffffff
}
a:visited.white {
	color:#ffffff
}
a:active.white {
	color:#ffffff
}
a:hover.white {
	color:#ffffff;
}

a:link.blue {
	color:#00a2f3
}
a:visited.blue {
	color:#00a2f3
}
a:active.blue {
	color:#00a2f3
}
a:hover.blue {
	color:#56c7ff
}

a:link.whiteblue {
	color:#ffffff
}
a:visited.whiteblue {
	color:#ffffff
}
a:active.whiteblue {
	color:#ffffff
}
a:hover.whiteblue {
	color:#56c7ff
}

a:link.green {
	/*color:#3cff28*/
	color:#17f000
}
a:visited.green {
	color:#17f000
}
a:active.green {
	color:#17f000
}
a:hover.green {
	color:#3cff28;
	text-shadow:0px 0px 12px rgba(125,255,112,.1)

}

.cover{
	width: 250px;
	height: 600px;
	background-color: #FFF;
	z-index: 8;
	position: absolute;
	top: 200px;
	left: 0px;
	display:none;
}

.clear {
	clear:both;
}
.default_font {
	font-family:'Helvetica',sans-serif;
}
.shadow {
	text-shadow: 0px 1px rgba(0,0,0,0.5);
}

/* Blink code begins */
.blink {
	animation-name:blinker;
	animation-duration:2s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	-webkit-animation-name:blinker;
	-webkit-animation-duration:2s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
	/* Decimal not necessary,0 and 1 is enough */
	0% {opacity:1.0;}
	50% {opacity:0.0;}
	100% {opacity:1.0;}
}
@-webkit-keyframes blinker {
	0% {opacity:1.0;}
	50% {opacity:0.0;}
	100% {opacity:1.0;}
}
@keyframes blinker {
	0% {opacity:1.0;}
	50% {opacity:0.0;}
	100% {opacity: 1.0;}
}
/* Blink code ends */

/* colorer code begins */
.colorer {
	animation-name:colorer;
	animation-duration:2s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	-webkit-animation-name:colorer;
	-webkit-animation-duration:2s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count: infinite;
}
@-moz-keyframes colorer {
	/* Decimal not necessary,0 and 1 is enough */
	0% {color:#FF0004;}
	50% {color:#0017FF;}
	100% {color:#FF0004;}
}
@-webkit-keyframes colorer {
	0% {color:#FF0004;}
	50% {color:#0017FF;}
	100% {color:#FF0004;}
}
@keyframes colorer {
	0% {color:#FF0004;}
	50% {color:#0017FF;}
	100% {color:#FF0004;}
}
/* colorer code ends */
.header_bg{
	width:100%;
	background-color:rgba(0,100,150,0.9);
	/*
	background-color:rgba(214,237,238,0.2);
	*/
	border-bottom:rgba(133,255,255,0.3) 1px solid;
	position:fixed;
    top:0px;

    box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.5);

	z-index:9;

	animation-name:header;
	animation-duration:1s;
	animation-timing-function:linear;
	animation-iteration-count:1;

	-webkit-animation-name:header;
	-webkit-animation-duration:1s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count: 1;
}
.header{
	width: 1000px;
	height: 99px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 4px;
}
.header_temp{
	width:100%;
	height:128px;
	background-color:#0f3b56;
	position:relative;
    top:0px;

	z-index:1;

	/*
	background-image: url('/images/header_bg.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
  */

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0c232f+0,18448a+41,18448a+55,0c232f+100 */

/*
background: #0c232f;
background: -moz-linear-gradient(-45deg,  #0c232f 0%, #18448a 41%, #18448a 55%, #0c232f 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0c232f), color-stop(41%,#18448a), color-stop(55%,#18448a), color-stop(100%,#0c232f));
background: -webkit-linear-gradient(-45deg,  #0c232f 0%,#18448a 41%,#18448a 55%,#0c232f 100%);
background: -o-linear-gradient(-45deg,  #0c232f 0%,#18448a 41%,#18448a 55%,#0c232f 100%);
background: -ms-linear-gradient(-45deg,  #0c232f 0%,#18448a 41%,#18448a 55%,#0c232f 100%);
background: linear-gradient(135deg,  #0c232f 0%,#18448a 41%,#18448a 55%,#0c232f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c232f', endColorstr='#0c232f',GradientType=1 );
*/

}
.header_temp_sub{
	width:100%;
	height:115px;
	background-color:#0f3b56;
	position:relative;
    top:0px;

	z-index:1;

	/*
	background-image: url('/images/header_bg.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
  */

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0c232f+0,18448a+41,18448a+55,0c232f+100 */

/*
background: #0c232f;
background: -moz-linear-gradient(-45deg,  #0c232f 0%, #18448a 41%, #18448a 55%, #0c232f 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0c232f), color-stop(41%,#18448a), color-stop(55%,#18448a), color-stop(100%,#0c232f));
background: -webkit-linear-gradient(-45deg,  #0c232f 0%,#18448a 41%,#18448a 55%,#0c232f 100%);
background: -o-linear-gradient(-45deg,  #0c232f 0%,#18448a 41%,#18448a 55%,#0c232f 100%);
background: -ms-linear-gradient(-45deg,  #0c232f 0%,#18448a 41%,#18448a 55%,#0c232f 100%);
background: linear-gradient(135deg,  #0c232f 0%,#18448a 41%,#18448a 55%,#0c232f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c232f', endColorstr='#0c232f',GradientType=1 );
*/

}

.stage_bg{
	width:100%;
	position:relative;
	background-color:#0F3B56;
}
.stage_bg img{
	margin:0;
	padding:0;
	vertical-align:top;
}
.stage{
	width:100%;
	position:relative;
	margin-bottom:0px;
	padding-bottom:0px;
}
#stage{
	width:100%;
	/*height: 960px;*/
	position:relative;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:0;
}
.stage_content{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 460px;
	position: relative;
	margin-bottom:0px;
	padding-bottom:0px;

}


.stage_sub_bg{
	width:100%;
	position:relative;
}
.stage_sub_bg img{
	margin:0;
	padding:0;
	vertical-align:top;
}
.stage_sub{
	width:100%;
	height:200px;
	position:relative;
	margin-bottom:0px;
	padding-bottom:0px;
}
.stage_sub_content{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	position: relative;
	margin-bottom:0px;
	padding-bottom:0px;

}

.panel1_bg{
	width: 322px;
	height: 402px;
	background-color: #ffffff;
	position: absolute;
	top: -50px;
	left: -1px;
	z-index:1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.panel1{
	width: 280px;
	height: 400px;
	position: absolute;
	top: -2px;
	left: 1px;
	z-index: 2;
	padding-left: 20px;
	padding-right: 20px;


	color: #353535;

	background: rgb(254,255,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,255,251,1) 0%, rgba(236,233,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,251,1)), color-stop(100%,rgba(236,233,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffb', endColorstr='#ece9e0',GradientType=0 ); /* IE6-9 */

  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;

  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.panel1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -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;
}
.panel1:hover, .panel1:focus, .panel1:active {
  color: white;
}
.panel1:hover:before, .panel1:focus:before, .panel1:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(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);
}




.form_panel{
	width: 215px;
    height: 380px;
    background-color: #202020;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
    padding: 10px 20px 20px 20px;
    border: 1px solid #000;
    position: relative;
    margin-top: 40px;

	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#ffffff;
	border-radius:5px;
}
.form_text{
	font-family: 'Lato', sans-serif;
	color:#afafaf;
	font-size:16px;
	padding:0;
	margin:0;
}
.form_field{
	width: 98%;
    height: 25px;
    border: 1px solid #AFAFAF;
    border-radius: 2px;
    margin-top: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.panel_title{
	font-family: "Raleway",cursive;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	position: absolute;
	width: 280px;
	padding: 16px 0px 0px;
}
.panel_text{
	font-family: "Oxygen",sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	margin-top: 70px;
	position: absolute;
	width: 280px;
}
.panel2_bg{
	width: 322px;
	height: 402px;
	background-color: #ffffff;
	position: absolute;
	top: -50px;
	left: 339px;
	z-index:1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.panel2{
	width: 280px;
	height: 400px;
	position: absolute;
	top: -2px;
	left: 1px;
	z-index: 2;
	padding-left: 20px;
	padding-right: 20px;

	background: rgb(254,255,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,255,251,1) 0%, rgba(236,233,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,251,1)), color-stop(100%,rgba(236,233,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffb', endColorstr='#ece9e0',GradientType=0 ); /* IE6-9 */
}

.panel3_bg{
	width: 322px;
	height: 402px;
	background-color: #ffffff;
	position: absolute;
	top: -50px;
	left: 680px;
	z-index:1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.panel3{
	width: 280px;
	height: 400px;
	position: absolute;
	top: -2px;
	left: 1px;
	z-index: 2;
	padding-left: 20px;
	padding-right: 20px;

	background: rgb(254,255,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,255,251,1) 0%, rgba(236,233,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,251,1)), color-stop(100%,rgba(236,233,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffb', endColorstr='#ece9e0',GradientType=0 ); /* IE6-9 */
}


.blue_border{
	width:100%;
	height:3px;
	background-color:#0f3b56;
	z-index:999;
}

.panel_ico_left{
	width:60px;
	position:absolute;
	top:-10px;
	left:10px;
}
.panel_ico_right{
	width:60px;
	position:absolute;
	top:-10px;
	right:10px;
}

.row_bg{
	width:100%;
	background-color:rgba(0,0,0,0.5);
	z-index:3;
	position:relative;
}
.row{
	width:1000px;
	height:440px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

/* Bounce In */
.hvr-bounce-in {
  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;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.ad1{
	width: 320px;
	height: 45px;
	padding-top:17px;
	position: absolute;
	top: 360px;
	left: 0px;
	z-index:2;
	background-color:#ece9e0;

	font-size:24px;
	font-family: 'Lato', sans-serif;
	text-align:center;
	font-weight: bold;

  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;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ad1:hover, .ad1:focus, .ad1:active {

  -webkit-transform: scale(1.05);background-color:#ffffff;
  transform: scale(1.05);background-color:#ffffff;

  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.ad2{
	width: 320px;
	height: 45px;
	padding-top:17px;
	position: absolute;
	top: 360px;
	left: 340px;
	z-index: 2;
	background-color: #ece9e0;

	font-size:24px;
	font-family: 'Lato', sans-serif;
	text-align:center;
	font-weight: bold;

  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;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ad2:hover, .ad1:focus, .ad1:active {

  -webkit-transform: scale(1.05);background-color:#ffffff;
  transform: scale(1.05);background-color:#ffffff;

  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.ad3{
	width: 320px;
	height: 45px;
	padding-top:17px;
	position: absolute;
	top: 360px;
	left: 680px;
	z-index: 2;
	background-color: #ece9e0;

	font-size:24px;
	font-family: 'Lato', sans-serif;
	text-align:center;
	font-weight: bold;

  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;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ad3:hover, .ad1:focus, .ad1:active {

  -webkit-transform: scale(1.05);background-color:#ffffff;
  transform: scale(1.05);background-color:#ffffff;

  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}




.footer_bg{
	width: 100%;
	height: 150px;
	position: relative;
	background-color: #0f3b56;
}
.footer{
	width: 1000px;
	height: 50px;
	position: relative;
	background-color: #0f3b56;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
}
.footer p{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	margin:0;
	/*
	text-shadow: 0px 1px 1px rgba(70,70,70,0.5);
	*/
}

.footlinks{
	width:180px;
	color:#ffffff;
	float:left;

	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.row1_bg{
	width:100%;
	margin-top:0 auto 0 auto;
	position:relative;

	padding-top:0px;
	background-color:#0f3b56;

}
.row1{
	margin-top:0px;
	width: 1000px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.row2_bg{
	width:100%;
	margin-top:0 auto 0 auto;
	position:relative;
	font-size:0px;
	display: block;

	background: rgb(254,255,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,255,251,1) 0%, rgba(236,233,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,251,1)), color-stop(100%,rgba(236,233,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffb', endColorstr='#ece9e0',GradientType=0 ); /* IE6-9 */
}
.row2{
	width: 1000px;
	overflow: auto;
	position: relative;
	margin:0 auto 0 auto;
	padding:0 0 10px 0;
	font-size: 0;
}
.row3_bg{
	width:100%;
	margin-top:0 auto 0 auto;
	position:relative;
	font-size:0px;
	display: block;

	padding-top:0px;
	background-color:#0f3b56;
}
.row3{
	width: 1000px;
	overflow: auto;
	position: relative;
	margin:0 auto 0 auto;
	padding:0;
	font-size: 0;
}
.row4_bg{
	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;

	font-size: 0;
	width:100%;
	margin-top:0 auto 0 auto;
	position:relative;
	padding-top:0px;

	background: rgb(254,255,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,255,251,1) 0%, rgba(236,233,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,251,1)), color-stop(100%,rgba(236,233,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffb', endColorstr='#ece9e0',GradientType=0 ); /* IE6-9 */
}
.row4{
	margin-top:0px;
	width: 1000px;
	/*height: 500px;

	overflow: auto;
	*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.row5_bg{
	width:100%;
	margin-top:0 auto 0 auto;
	position:relative;
	font-size:0px;
	background-color:#0f3b56;
	/*
	display:inline-block;

	display: block;
	*/
}
.row5{
	width: 1000px;
	position: relative;
	margin:0 auto 0 auto;
	padding:0;
	font-size: 0;
	overflow:auto;
}

.logo{
	width:110px;
	float:left;
	position: relative;
	margin-top: 3px;
}
.title{
	float:left;
	position: relative;
	margin-top: 10px;
	color: #020e19;
}

.text{
	font-family: "Raleway",sans-serif;
	width:100%;
	margin:0;
	padding:10px;
}
.text h1{
	font-family: "Raleway",sans-serif;
	color:#353535;
	font-size: 28px;
}
.text h2{
	color:#0f3b56;
	font-size: 22px;
}
.text p{
	color:#353535;
	font-size: 18px;
	font-weight: 400;
	/*
	text-shadow: 0px 1px 1px rgba(70,70,70,0.5);
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	*/
}


.text2{
	font-family: "Raleway",sans-serif;
	width:50%;
	margin:0;
	padding:10px;
	float:left;
}
.text2 h1{
	font-family: "Raleway",sans-serif;
	color:#353535;
	font-size: 28px;
	margin-bottom: 0px;
}
.text2 h2{
	color: #0f3b56;
	font-size: 18px;
	margin-top: 0;
}
.text2 p{
	color:#353535;
	font-size: 18px;
	font-weight: 400;
}

.text3{
	font-family: "Raleway",sans-serif;
	width: 688px;
	margin:15px 0 15px 15px;
	padding:10px;
	float:left;
}
.text3 h1{
	font-family: "Raleway",sans-serif;
	color:#ffffff;
	font-size: 28px;
	margin-bottom: 0px;
}
.text3 h2{
	color: #ece9e0;
	font-size: 18px;
	margin-top: 0;
}
.text3 p{
	color:#ffffff;
	font-size: 18px;
	font-weight: 400;
}

.text4{
	font-family: "Raleway",sans-serif;
	width: 688px;
	margin:15px 0 15px 15px;
	padding:10px;
	float:left;
}
.text4 h1{
	font-family: "Raleway",sans-serif;
	color:#353535;
	font-size: 28px;
	margin-bottom: 0px;
}
.text4 h2{
	color: #0f3b56;
	font-size: 18px;
	margin-top: 0;
}
.text4 p{
	color:#353535;
	font-size: 18px;
	font-weight: 400;
}



.staff_panel{
	width:320px;
	min-height:550px;

	position:relative;
	float:left;

	margin-top:80px;
	margin-bottom:40px;

	background: rgb(254,255,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,255,251,1) 0%, rgba(236,233,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,251,1)), color-stop(100%,rgba(236,233,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffb', endColorstr='#ece9e0',GradientType=0 ); /* IE6-9 */
}
.staff_panel2{
	width:320px;
	min-height:550px;

	position:relative;
	float:left;

	margin-left:20px;
	margin-top:80px;
	margin-bottom:40px;

	background: rgb(254,255,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,255,251,1) 0%, rgba(236,233,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,251,1)), color-stop(100%,rgba(236,233,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffb', endColorstr='#ece9e0',GradientType=0 ); /* IE6-9 */
}
.staff_panel3{
	width:320px;
	min-height:550px;
	position:relative;
	float:left;

	margin-left:20px;
	margin-top:80px;
	margin-bottom:40px;

	background: rgb(254,255,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,255,251,1) 0%, rgba(236,233,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,251,1)), color-stop(100%,rgba(236,233,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,255,251,1) 0%,rgba(236,233,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffb', endColorstr='#ece9e0',GradientType=0 ); /* IE6-9 */
}



.staff_photo{
	width: 200px;
	height: 200px;
	background-color: #D2D2D2;
	/*border:1px solid #353535;*/
	border-radius:100px;
	position:relative;
	margin:-50px auto 0 auto;

	background: url('../images/pic1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.staff_photo2{
	width: 200px;
	height: 200px;
	background-color: #D2D2D2;
	/*border:1px solid #353535;*/
	border-radius:100px;
	position:relative;
	margin:-50px auto 0 auto;

	background: url('../images/pho_staff2.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.staff_photo3{
	width: 200px;
	height: 200px;
	background-color: #D2D2D2;
	/*border:1px solid #353535;*/
	border-radius:100px;
	position:relative;
	margin:-50px auto 0 auto;

	background: url('../images/pho_staff3.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.staff_text{
	font-family: "Raleway",sans-serif;
	padding:0 20px;
}
.staff_text h1{
	font-family: "Raleway",sans-serif;
	color:#353535;
	font-size: 18px;
	margin-bottom: 0px;
}
.staff_text h2{
	color: #0f3b56;
	font-size: 14px;
	margin-top: 0;
}
.staff_text p{
	color:#353535;
	font-size: 12px;
	font-weight: 400;
}






.temp_text{
	font-family: "Raleway",sans-serif;
	padding:0 20px;
}
.temp_text h1{
	font-family: "Raleway",sans-serif;
	color:#353535;
	font-size: 26px;
	margin-bottom: 0px;
}
.temp_text h2{
	color: #0f3b56;
	font-size: 22px;
	margin-top: 0;
}
.temp_text p{
	color:#353535;
	font-size: 18px;
	font-weight: 400;
}


.subphoto{
	width: 40%;
	float: left;
	background-color: #D2D2D2;
	margin-top: 40px;
	margin-left: 78px;
	border:1px solid #353535;
}


.title h1{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-shadow: 0px 1px 1px rgba(70,70,70,0.5);
	margin: 14px 0 0 15px;
	padding:0;
}
.title h2{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 21px;
	margin: 3px 0 0 15px;
	padding:0;
	text-shadow: 0px 1px 1px rgba(70,70,70,0.5);
}
.phone{
	float:right;
	position: relative;
	margin-top: 10px;
}
.phone_ico{
	width: 38px;
	float: right;
	position: relative;
	margin-top: 10px;
}
.phone img{
	width:56px;
	float:left;
}
.phone h1{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #020e19;
	text-shadow: 0px 1px 1px rgba(70,70,70,0.5);
	margin: 14px 0 0 15px;
	padding:0;
}
.phone h2{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
	color: #020e19;
	text-shadow: 0px 1px 1px rgba(70,70,70,0.5);
	margin: 3px 0 0 15px;
	padding:0;
}
.social{
	width: 175px;
	float: right;
	/*margin-top: -44px;*/
}
social img{
	width:55px;
	float:left;
}
.copyright{
	width:260px;
	color:#ffffff;
	float:left;

	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
}
.slide_bg{
	width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#slide{
	color:#ffffff;
	font-size:20px;
	text-align:center;
	text-shadow:0px 2px 4px rgba(0,0,0,.30);
	width:800px;
	height:300px;
	position:absolute;
	float:left;
	left:100px;
	top:35px;

	animation-name:slide;
	animation-duration:3s;
	animation-timing-function:ease-in-out;
	animation-iteration-count:1;

	-webkit-animation-name:slide;
	-webkit-animation-duration:3s;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-iteration-count:1;

}
@-moz-keyframes slide {
	0% {top:-200px;}
	50% {top:-200px;}
	100% {top:35px;}
}
@-webkit-keyframes slide {
	0% {top:-200px;}
	50% {top:-200px;}
	100% {top:35px;}
}
@keyframes slide {
	0% {top:-200px;}
	50% {top:-200px;}
	100% {top:35px;}
}

#slide h1{
	font-size:28px;
	font-family: 'Raleway', cursive;
	/*
	font-family: 'Archivo Black', sans-serif;
	*/
}
#slide h2{
	font-size:44px;
	font-family: 'Raleway', cursive;
	/*
	font-family: 'Archivo Black', sans-serif;
	*/
	animation-name:hang;
	animation-duration:3s;
	animation-timing-function:ease-in-out;
	animation-iteration-count:infinite;

	-webkit-animation-name:hang;
	-webkit-animation-duration:3s;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-iteration-count:infinite;

	-webkit-animation-delay: 2s;
    animation-delay: 2s;
}
#slide h2:hover{
	font-size:44px;
	font-family: 'Raleway', cursive;
	/*
	font-family: 'Archivo Black', sans-serif;
	*/
	animation-name:hang;
	animation-duration:3s;
	animation-timing-function:ease-in-out;
	animation-iteration-count:infinite;

	-webkit-animation-name:hang;
	-webkit-animation-duration:3s;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-iteration-count:infinite;

	-webkit-animation-delay: 2s;
    animation-delay: 2s;
}


@-moz-keyframes hang {
	0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	}
	50% {
    -webkit-transform: translateY(4px);
    transform: translateY(8px);
	}
	100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	}
}
@-webkit-keyframes hang {
	0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	}
	50% {
    -webkit-transform: translateY(4px);
    transform: translateY(8px);
	}
	100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	}
}
@keyframes hang {
	0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	}
	50% {
    -webkit-transform: translateY(4px);
    transform: translateY(8px);
	}
	100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	}
}

#slide p{
	font-family: 'Lato', sans-serif;
	font-size:24px;
	margin-top:-10px;
}


.btn {
	width:100%;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  margin-top:10px;
  text-decoration: none;
  border:0;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  border:0;
}


#logo-scroll{
    position:fixed;
    display:none;
    background:gold;
}

#title{
	float:left;
	position: relative;
	margin-top: 10px;
	color: #ffffff;
}
#title h1{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-shadow: 0px 1px 1px rgba(70,70,70,0.5);
	margin: 14px 0 0 15px;
	padding:0;
}
#title h2{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 21px;
	margin: 3px 0 0 15px;
	padding:0;
	text-shadow: 0px 1px 1px rgba(70,70,70,0.5);
}

#search{
	float:left;
	position:relative;
	margin-top: 28px;
	margin-left:28px;
	color: #ffffff;
}
#search p{
	font-size: 11px;
	/*margin-top: 11px;*/
	margin-left: 2px;
	text-align:center;
	font-weight:bolder;
}
.search_field{
	border-radius:5px;
	float: left;
	position: relative;
	/*
	height: 14px;
	*/
	width: 180px;
	margin-top: 2px;
	margin-right: 10px;
	border:1px solid rgba(0,0,0,.1);
	padding:4px 4px 4px 8px;
	outline: 0;
    background-color: rgba(230,239,244,1);
}
.search_field:focus {
    background-color: rgba(255,255,255,1);
	outline: 0;
}
::-webkit-input-placeholder {
   color: #737373;
}

:-moz-placeholder { /* Firefox 18- */
   color: #737373;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #737373;
}

:-ms-input-placeholder {
   color: #737373;
}
#phone{
	float:right;
	position: relative;
	margin-top: 10px;
	color: #ffffff;
}
#phone h1{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-shadow: 0px 1px 1px rgba(70,70,70,0.5);
	margin: 14px 0 0 15px;
	padding:0;
}
#phone h2{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 19px;
	text-shadow: 0px 1px 1px rgba(70,70,70,0.5);
	margin: 3px 0 0 15px;
	padding:0;
	text-align:right;
}

.fade_wrap{
	/*min-width:1020px;*/

	animation-name:fade;
	animation-duration:11s;
	animation-timing-function:linear;
	animation-iteration-count:1;
	-webkit-animation-name:fade;
	-webkit-animation-duration:11s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count: 1;
}
@-moz-keyframes fade {
	0%   {opacity:.0;}
	50%  {opacity:.0;}
	80%  {opacity:.0;}
	100% {opacity:1.0;}
}
@-webkit-keyframes fade {
	0%   {opacity:.0;}
	50%  {opacity:.0;}
	80%  {opacity:.0;}
	100% {opacity:1.0;}
}
@keyframes fade {
	0%   {opacity:.0;}
	50%  {opacity:.0;}
	80%  {opacity:.0;}
	100% {opacity:1.0;}
}

.btn2 {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #3498db;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  border:0;
}

.btn2:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  border:0;
}