@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,300,700);

@charset "utf-8";

/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none;padding: 12px 10px 0px 10px;text-align: center;border: 1px solid #C9CED4;margin: 24px;font-size:12px;letter-spacing:1px;color:#45789D;font-weight:600;}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

a,a:visited {
	color:#45789d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoratoin:none;
}

a:hover {
	color:#366587;
}

ol,
ul {
   list-style: none;
}

table {
   border-collapse: separate;
   border-spacing: 0;
}

caption,
th,
td {
   text-align: left;
   font-weight: normal;
}

body {
	background:#fefef8 url(img/bg.jpg) no-repeat center top;
	color:#4d4d4f;
	font-family:'Open Sans', arial, sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:1.6;
}

#container {
	position:relative;
	margin:0 auto;
	width:980px;
	display:block;
}

#logo {
	margin:45px auto;
	width:650px;
	height:100px;
	display:block;
}

nav {
	float:left;
	position:relative;
	margin:0 0 5px 0;
	width:980px;
	z-index:99999999999;
}

nav ul {
	list-style:none;
	width:980px;
	background:transparent;
}

nav ul li {
	position:relative;
	float:left;
	background:rgba(255,255,255,0.85);
	display:block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform:uppercase;
	margin:0 3px 0 0;
}

nav ul li:hover,nav ul li.current-menu-item {
	background:rgba(255,255,255,1);
}

nav ul li a,nav ul li a:visited {
	position:relative;
	float:left;
	display:block;
	padding:10px 29px 10px 29px;
	color:#6d7072;
	text-decoration:none;
	font-size:14.4px;
	font-weight:400;
}

nav ul li:last-child {
	margin-right:0;
}
#slider {
	position:relative;
	float:left;
	width:980px;
}

#slider ul {
	list-style:none;
}

#slider ul li {
	position:relative;
	float:left;
	width:980px;
	height:308px;
}

#slider .larrow,#slider .larrow:visited {
	display:block;
	position:relative;
	position:absolute;
	bottom:40px;
	left:-40px;
	width:21px;
	height:18px;
	background:transparent url(img/arrow_left.jpg) no-repeat center center;
	opacity:0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#slider .rarrow,#slider .rarrow:visited {
	display:block;
	position:relative;
	position:absolute;
	bottom:40px;
	right:-40px;
	width:21px;
	height:18px;
	background:transparent url(img/arrow_right.jpg) no-repeat center center;
	opacity:0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#slider .rarrow:hover,#slider .larrow:hover {
	opacity:1;
}

.col {
	float:left;
	position:relative;
	margin-right:40px;
}



.col:nth-child(3) {
	margin-right:0;
}

.end {
	margin-right:0;
}

.span1 {
	width:300px;
}

.span2 {
	width:640px;
}

.span3 {
	width:980px;
}

h2 {
	font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
	color:#4d4d4f;
	font-size:32px;
	text-align:center;
	font-weight:normal;
	margin-bottom:10px;
	letter-spacing:3px;
}

h2.block {
	color:#fff;
	background:#35597c;
	padding:18px 0;
	width:100%;
	text-align:center;
	font-size:18px;
	letter-spacing:2px;
	-webkit-box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    text-transform:uppercase;
    margin-bottom:20px;
}

p {
	margin-bottom:15px;
}

ul.arrow {
	list-style:none;
}

ul.arrows li {
	margin: 0 0 10px 0;
	padding:0 0 0 20px;
	background:transparent url(img/arrow.jpg) no-repeat;
	background-position:0 7px;
	line-height:20px;
}

ul.spacing li  {
	margin-bottom:15px;
}

a.button {
	padding:5px 12px;
	display:block;
	width:intrinsic;
	position:relative;
	background:#45789d;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight:400;
}

a.button img {
	margin-left:10px;
	margin-top:-13px;
}

a.button:hover {
	background:#366587;
}

ul.firm {
	margin:0 auto;
	width:500px;
}

ul.firm li {
	float:left;
	width:140px;
	margin-right:30px;
	margin-bottom:0;
}



ul.firm li:nth-child(3n) {
	margin-right:0;
}

ul.firm li a {
	padding:8px 0;
	display:block;
	width:100%;
	position:relative;
	background:#999999;
	font-size:13px;
	color:#fff;
	text-transform:capitalize;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight:400;
	text-align:center;
	margin-bottom:18px;
}

ul.firm li a:hover,ul.firm li a.active {
	background:#375b7b;
}

ul.firm li a.nolink:hover {
	background:#999999;
}




.blue-heading {
	position:relative;
	width:intrinsic;
	padding:5px 12px;
	display:block;
	background:#45789d;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	clear:both;
	margin-bottom:20px;
	margin-top:35px;
}

input {
	float:left;
	margin:0 0 10px 0;
	width:281px;
	padding:5px 10px;
	border:1px solid #35597c;
	color:rgba(0,0,0,0.9);
	font-size:14px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
    background:#fefef8;
}

input#submit,#gform_submit_button_1 {
	padding:0;
	margin:0;
	width:79px;
	height:28px;
	background:transparent url(img/send.jpg) no-repeat top left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float:right;
	border:none;
	-webkit-border-radius: 0;
    border-radius: 0;
    font-size:0pt;
}

#gform_submit_button_1 {
	float:left;
}

textarea {
	float:left;
	width:281px;
	height:100px;
	margin:0 0 10px 0;
	padding:5px 10px;
	border:1px solid #35597c;
	color:rgba(0,0,0,0.9);
	-webkit-border-radius: 4px;
    border-radius: 4px;
	font-size:14px;
	font-family:'Open Sans', arial, sans-serif;
    background:#fefef8;
}

.clear {
	clear:both;
}

.c10 {
	clear:both;
	height:10px;
}

.c20 {
	clear:both;
	height:20px;
}

hr {
	border:none;
	border-bottom:1px solid #e2e2e2;
	margin:20px 0;
}

h1 {
	font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
	font-size:20px;
	margin-bottom:20px;
	text-transform:uppercase;
	color:#45789d;
	font-weight:normal;
	letter-spacing:3px;
}

section#news {
	position:relative;
	float:left;
	width:575px;
	margin-right:35px;
	padding-right:35px;
	border-right:1px solid #e2e2e2;
}

section#news article {
	position:relative;
	float:left;
	width:180px;
	margin-right:17.5px;
	font-size:12px;
}
section#news article p {
	margin-bottom:10px;
	font-weight:400;
}

section#news article:last-child {
	margin:0;
}

section#news article a,section#news article a:visited {
	font-weight:normal;
	color:#4d4d4f;
	text-decoration:none;
}

section#news article h4 a,section#news article h4 a:visited {
	font-weight:bold;
	color:#4d4d4f;
	text-decoration:none;
}

section#news article .thumbnail {
	width:180px;
	height:150px;
	overflow:hidden;
}

section#news article .thumbnail img {
	width:180px;
	height:auto;
}

section#le {
	position:relative;
	float:left;
	width:334px;
	padding-top:5px;
}

section#le article {
	float:left;
	width:334px;
	margin-bottom:20px;
	font-size:12px;
}

section#le article img {
	float:left;
	margin-right:20px;
}

section#le article h4 a,section#le article h4 a:visited {
	font-weight:bold;
	display:block;
	color:#4d4d4f;
	text-decoration:none;
	padding-bottom:0;
	margin-bottom:10px;
}

section#le article a {
	color:#4d4d4f;
	text-decoration:none;
}


section#support a {
	margin-right:30px;
}

section#support a:last-child {
	margin:0;
}

footer {
	margin:20px 0px 5px 0px;
	width:870px;
	position:relative;
	float:left;
	background:#35597c;
	padding:30px 55px;
}

footer div {
	float:left;
	width:150px;
	position:relative;
	margin-right:90px;
	color:#fff;
	font-size:11px;
}

footer div:last-child {
	margin:0;
}

footer div h5 {
	text-transform:uppercase;
	font-size:11px;
	padding-bottom:10px;
	border-bottom:1px solid #668baf;
	margin-bottom:15px;
	letter-spacing: 2px;
	font-weight: 400;
}


h3 {
	margin-bottom:15px;
}

.leftcol {
	position:relative;
	float:left;
	width:280px;
	margin-right:40px;
	margin-top:20px;
}

.rightcol {
	position:relative;
	float:left;
	width:660px;
	margin-top:20px;
}

#content .right ul {
	list-style:disc;
	margin-left:35px;
}


.widget-area aside {
	margin-bottom:20px;
	border:1px solid #e4e4e4;
	width:278px;
	clear:both;
}

.widget-area aside h3 {
	float:left;
	width:278px;
	padding:10px 0 8px 0;
	color:#fff;
	background:#35597c;
	text-transform:uppercase;
	text-align:center;
	font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 3px;
}

#content .widget-area aside ul {
	padding:10px 10px 20px 10px;
	list-style:none;
	clear:both;
}

#content .widget-area aside .textwidget {
	padding:20px 20px;
	font-size:9pt;
}

#content .widget-area aside .textwidget p {
	margin:0 12px;
}

#content .widget-area aside ul li {
	margin-left:20px;
	font-size: 10pt;
line-height: 25px;
}


#content .widget-area aside .textwidget ul li,#content .widget-area aside .textwidget ul {
	margin:0;
}


.rightcol h1.entry-title {
	padding-bottom:10px;
	border-bottom:1px solid #45789d;
}
.rightcol h1.entry-title.noborder {
	padding-bottom:0;
	border-bottom:none;
}

.toggler-wrap {margin-bottom:25px;}

.toggler-wrap div.content {
    display:none;
    border-bottom:1px solid #dcdcdc;
    margin-bottom:10px;
	font-size:14px;
}

.toggler {
	color:#333;
	font-weight:bold;
	font-size:14px;
}

.rightcol .gform_wrapper .top_label input.medium,.rightcol .gform_wrapper .top_label textarea {
	padding: 5px 10px;
}



.rpp {
	list-style:none;
	clear:both;
	display:block;
	height:30px;
}

.rpp img {
	float:left;
	margin-right:10px;
	display:block;
	margin-bottom:15px;
	width:50px;
	height:auto;
}

.rpp a {
	float:left;
	color:rgb(102,102,102);
	text-decoration:none;
	font-size:8pt;
	display:block;
	font-weight:600;
	margin-bottom:20px;
}

.nolink {
	cursor:default;
}

.alignleft {
	float:left;
	margin:0 20px 20px 0;
}

.alignright {
	float:right;
	margin:0 0 20px 20px;
}

.social {
	position:absolute;
	left:0;
	bottom:5px;
}

.social a {
	margin-right:10px;
}





.jms-slideshow {
	position: relative;
	width: 980px;
	max-width: 980px;
	min-width: 980px;
	height: 388px;
	margin:0;
}



.jms-slideshow .bg {
	position:relative;
	float:left;
	width:980px;
	height:33px;
	margin-top:-10px;
}
.jms-wrapper {
	width: auto;
	min-width: 980px;
	height: 308px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	outline: none;
	-webkit-transition: background-color 1s linear;
	-moz-transition: background-color 1s linear;
	-o-transition: background-color 1s linear;
	-ms-transition: background-color 1s linear;
	transition: background-color 1s linear;
	margin:0;
}
.step {
	width: 980px;
    height: 308px;
	display: block;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.step:not(.active) {
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}.step:not(.active) a.jms-link{
	opacity: 0;
	margin-top: 80px;
}
.step img{
	position: absolute;
	right: 0px;
	top: 0;
}
.jms-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	display:none;
}
.jms-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #777;
	margin: 3px;
	cursor: pointer;
	box-shadow:
		1px 1px 1px rgba(0,0,0,0.1) inset,
		1px 1px 1px rgba(255,255,255,0.3);
	display:none;
}
.jms-dots span.jms-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	display:none;
}
.jms-arrows{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.jms-arrows span{
	display:block;
	position:relative;
	position:absolute;
	bottom:40px;
	width:21px;
	height:18px;
	opacity:0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index:99999;
	cursor:pointer;

}
.jms-arrows span.jms-arrows-prev{
	left:-40px;
	background:transparent url(img/arrow_left.jpg) no-repeat center center;
}
.jms-arrows span.jms-arrows-next{
	right:-40px;
	background:transparent url(img/arrow_right.jpg) no-repeat center center;
}

.jms-arrows span.jms-arrows-prev:hover,.jms-arrows span.jms-arrows-next:hover{
	opacity:1;
}
/* Not supported style */
.jms-wrapper.not-supported{
	background-color: #E3D8FF;
	background-color: rgba(227, 216, 268, 1);
}
.jms-wrapper.not-supported:after{
	content: 'The slideshow functionality is not supported on your device.';
	padding: 0px 0px 30px 0px;
	text-align: center;
	display: block;
}
.jms-wrapper.not-supported .step{
	display: none;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	margin: 20px auto;
}
.jms-wrapper.not-supported .step:first-of-type{
	display: block;
}
.jms-wrapper.not-supported .step:not(.active) a.jms-link{
	opacity: 1;
	margin-top: 40px;
}

.wpcf7-form span {
	float:left;
	clear:both;
	margin-bottom:0px;
}

.wpcf7-form textarea {
	width:640px;
}

.wpcf7-form #submit {
	float:left;
	cursor:pointer;
	opacity:0.8;
}

.wpcf7-form #submit:hover {
	opacity:1;
}



.homepage .wpcf7-form textarea {
	width:280px;
}

.homepage .wpcf7-form #submit {
	float:right;
}

.media {
	float:left;
	width:300px;
	margin-bottom:25px;
}

.codeart-google-mp3-player {
	float:left;
	display:inline;
	margin-bottom:25px;
}

.aligncenter {
	margin:0 auto;
	display:block;
}

.footersocial {
	display:block;
}

.footersocialicons {
	margin: 10px auto;
	display:block;
	}