/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, 
footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block;
}
mark, rp, rt, ruby, summary, time {
	display:inline;
}
/* Global properties ======================================================== */
html { width:100%; height:100%; }
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#4D4D4D;
	min-width:1000px;
	font-size:14px;
	line-height:21px;
	background:whiteSmoke;

}
.main {
	width:940px;
	padding:0;
	margin:0 auto;
	position:relative;
}

/*********************************layouts & alignment**********************************/
.col-1, .col-2 { float:left; }

.wrapper { width:100%; overflow:hidden; }
.extra-wrap { overflow:hidden; }

.fleft { float:left; }
.fright { float:right; }
.alignright { text-align:right; }
.aligncenter { text-align:center; }
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.bl1 { width:220px; display:inline-block; }
.bl2 { width:220px; display:inline-block; }

.mar_t_0{margin-top:-5px}
.mar_t_1{margin-top:10px}
.mar_t_2{margin-top:20px}
.mar_t_3{margin-top:30px}
.mar_t_4{margin-top:40px}
.mar_t_5{margin-top:50px}

.mar_b_1{margin-bottom:10px}
.mar_b_2{margin-bottom:20px}
.mar_b_3{margin-bottom:30px}
.mar_b_4{margin-bottom:40px}
.mar_b_4_1{margin-bottom:45px}
.mar_b_5{margin-bottom:50px}
.mar_b_15{margin-bottom:15px}

.mar_r_1{margin-right:10px}
.mar_r_2{margin-right:20px}
.mar_r_3{margin-right:30px}

.mar_l_1{margin-left:10px}
.mar_l_2{margin-left:20px}
.mar_l_3{margin-left:30px}


.pad_t_0{padding-top:-5px}
.pad_t_1{
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: auto;
}
.pad_t_2{padding-top:20px}
.pad_t_3{padding-top:30px}
.pad_t_4{padding-top:40px}
.pad_t_5{padding-top:50px}

.pad_b_1{
	padding-bottom: 5px;
	margin: auto;
}
.pad_b_2{
	padding-bottom: 15px;
	margin: auto;
}
.pad_b_3{padding-bottom:30px}
.pad_b_4{padding-bottom:40px}
.pad_b_5{padding-bottom:50px}

.pad_r_1{padding-right:10px}
.pad_r_2{padding-right:20px}
.pad_r_3{padding-right:30px}

.pad_l_1{padding-left:10px}
.pad_l_2{padding-left:20px}
.pad_l_3{padding-left:20px}

/*********************************aside**********************************/ 
 .aside_plane {	background:#282828; }
#icons { }
#icons li {	margin-bottom:14px; }
#icons a { z-index:50; display:block; position:relative; }
#icons .img_act {
	position:absolute;
	float:left;
	margin-right:20px;
	z-index:50;
	opacity:0;
}
#icons a:hover .img_act { opacity:1; }

/* Tooltips */
#aToolTip {
	border:2px solid #f0f0f0;
	background:#000;
	color:#747474;
	margin:0;
	padding:2px 8px;
	font-size:11px;
	position:absolute;
	display:none;
	z-index:50000
}
#aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0
}

/*********************************p**********************************/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #4D4D4D;
	padding-right: 10px;
	margin: auto;
}
.p0 {
	line-height:22px
}
.p1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#c4c7ba;
	display:inline-block;
	font-size:12px;
	line-height:24px;
	
}
.p2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#23c0ed;
	display:inline-block;
	font-size:11px;
	line-height:24px;
	text-transform:uppercase;
}

.p3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#23c0ed;
	display:block;
	font-size:12px;
	line-height:24px;
	
}
.p4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	display:block;
	font-size:16px;
	line-height:24px;
}

.p5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#4D4D4D;
	display:block;
	font-size:12px;
	line-height:21px;
	font-weight:800;
}
.p6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	line-height:24px;
	text-decoration:underline;
}

/*********************************boxes**********************************/
.img-indent-bot {
	margin-bottom:25px;
}
.img-indent {
	float:left;
	margin:0 20px 0px 0;
}
.img-indent2 {
	float:left;
	margin:0 5px 0px 0;
}
.img-indent3 {
	float:left;
	margin:0 10px 0px 0;
}
.img-indent4 {
	margin:5px 10px 8px 0;
	float:left;
}
.img-indent-r {
	float:right;
	margin:0 0px 0px 40px;
}
.img-indent-r1 {
	float:right;
	margin:0 0px 0px 10px;
}
.d_i_b {
	display:inline-block
}
.w1 {
	width:160px
}
.w2 {
	width:270px
}
.w3 {
	width:510px
}
.w4 {
	width:310px
}
.w5 {
	width:221px
}

/*********************************links**********************************/
a {
	color:#ff9a0f; /*8b8b8b 23c0ed*/
	text-decoration:none;
	cursor:pointer;
	
}
a:hover{ color:#23c0ed; }
a p:hover { color:#ff7742; } /*ff7742*/

.menu li a, .list-1 li a, .list-2 li a, .list-4 li a, .button, .logo {
	text-decoration:underline;
}
.link-1 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	display:inline-block;
	line-height:19px;
	color:#9c9b9f;
	background:none;
	padding:10px 10px;
	text-align:center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.link-1:hover {
	background:#808d28;
}
.link-2 {
	background:url(../images/search_arr.png) no-repeat 0 0;
	top:-25px;
	height:12px;
	width:12px;
	display:block;
	position:absolute;
	margin-left:240px;
	position:relative;
	bottom:27px
	

}
.link-2:hover { background:url(../images/search_arr.png) no-repeat 0 -12px; }

#page4 #content .link-2 { margin:-15px -25px 0 0; }

.link-3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	display:inline-block;
	line-height:20px;
	color:#afc137;
	margin:20px 0 0 0;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.link-3:hover {
	color:#000;
	text-decoration:none;
}

.a1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:11px;
	line-height:13px;
	text-transform:uppercase;
	color:#c7c7c7; padding:0 10px;
	float:left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
.a1:hover {	color:#000; }

.a2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	color: #fff;
	background: #23c0ed;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: auto;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
}
.a2:hover {	color:#23c0ed; background:#fff; }
 
.a3 {
	background: url(../images/p1_arr1.png) no-repeat 20px 27px white;
	display: block;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #23C0ED;
	text-decoration: none;
	line-height: 22px;
	margin-top: 2px;
	padding: 20px 0px 20px 35px;
	height: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.a3:hover {
	background:url(../images/p1_arr2.png) no-repeat 20px 27px #23c0ed;
	color:#fff
}

.a4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	line-height:24px;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.a4:hover{ text-decoration:none; color:#23c0ed; }

.a5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:11px;
	line-height:13px;
	text-transform:uppercase;
	color:#fff; padding:10px 15px;
	background:#23c0ed;
	display:inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.a5:hover { color:#23c0ed; background:#fff; }

.a6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#23c0ed;
	line-height:24px;
	display:block;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.a6:hover{ color:#000; }

.list-1 { width:245px; margin-top:10px; }
.list-1 li { 
	background:url(../images/p1_arr1.png) no-repeat left 12px;
	padding:0 0 0 15px;
	
}
.list-1 li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:29px;
	display:inline-block;
	color:#ff9a0f; /*23c0ed*/
	overflow:hidden;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
.list-1 li a:hover {
	color:#000;
	text-decoration:none;
}
#page1 .grid_8 .list-1 { width:311px; }

#page4 .grid_24 .list-1 { margin-top:0; }
#page4 .grid_24 .list-1 li{	border-bottom:none; }

.list-2 {
	margin-bottom:50px;
	margin-top:10px
}
.list-2 li {
	background:url(../images/p1_arr3.png) no-repeat left 12px;
	padding:5px 0 5px 15px;
	border-bottom:dotted 1px #dedede
}
.list-2 li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	display:inline-block;
	color:#727272;
	overflow:hidden;
	
}
.list-2 li a:hover {
	color:#ff7742
}

.list-3 {
	margin-bottom:20px;
	margin-top:30px;
	
	
}
.list-3 li {

}
.list-3 li a {
	font-family: 'Lora', serif;
	font-size:18px;
	line-height:36px;
	display:inline-block;
	color:#2e2e2e;
	overflow:hidden;
	font-weight:600;
}
.list-3 li a:hover {
	color:#ff7742
}

.list-4{
	width:100%;
}
/*********************************header*************************************/
header { width:100%; }

.head_line{background:url(../images/header_line.png) repeat-x center 0;
width:100%;
height:5px;
display:inline-block;
}
.header_plane{background:#fafbf6;
width:940px; height:220px;
   box-shadow: 0px 0px 3px #e7e8e1;
	-moz-box-shadow: 0px 0px 3px #e7e8e1;
	-webkit-box-shadow: 0px 0px 3px #e7e8e1;
	position:relative;
	top:-20px;}
	
#welcome-banner {
	position: absolute;
	margin: 0 0 10px 0px;
}
	
#logo{
margin:10px 0px 0px 25px;
}
#logo img{
	width:250px;
}
/*********************************headings*************************************/

h1 {
	font-family:Arial, Helvetica;
	font-weight400;
    color:#000;
	font-size:24px;
	line-height:28px;
	padding-bottom:5px;
}
/*h1 a {
	margin:15px 0 0 40px;
	display:block;
	width:365px;
	height:114px;
	text-indent: -5000px;
	background: url(../images/TClogo_md.png) 0 0 no-repeat;
}*/

h2 {
	font-family:Arial, Helvetica;
	font-weight400;
	width:230px;
	color:#000;
	font-size:24px;
	line-height:28px;
	padding-bottom:5px;
	
}
h3 {
	font-family:Arial, Helvetica;
	font-weight400;
    color:#000;
	font-size:20px;
	line-height:26px;
	padding-bottom:5px;
}
h4 {
	font-family:'Lora', serif;
	font-weight600;
	color:#2e2e2e;
	font-size:18px;
	line-height:22px;
}
h5 {
	font-family:'Lora', serif;
	font-weight:400;
	color:#2e2e2e;
	font-size:25px;
	line-height:30px;
}
h6 {
	font-family:'Lora', serif;
	font-weight400;
	color:#fff;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase
}
/*** MENU ***/
.menu {
	float:left;
	position:relative;
	z-index:1
	
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
nav {
	float:left;
	
}
.sf-menu {
	z-index:99;
	
}
.sf-menu > li {
	float:			left;
	position:		relative;
	border-right:#f0f1ec 1px solid;
    display:inline-block;
}
.sf-menu > li:last-child{
	border-right:#fff 1px solid;
	width: 135px;
}
.sf-menu > li.last_menu:hover {
	border:none;
}
.sf-menu > li:first-child {
	
}
.menu_plane{position:relative;width:100%;height:58px;display:inline-block; background:#fff;margin: 0 auto;}
.sf-menu > li > a {
	
	display:block;
	background:none;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:600;
	text-align:center;
	text-transform:uppercase;
	color:#5a3b42;
	line-height:24px;
	padding:18px 0 12px 0;
	width: 133px;
	background:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.last_menu {
}
.sf-menu > li:hover {
	background:#23c0ed;
	color:#fff
}
.sf-menu > li.active {
	background:#23c0ed;
	color:#fff
}
.sf-menu > li.active > a, .sf-menu > li > a:hover, .sf-menu > li.sfHover > a {
	background:#23c0ed;
	color:#fff
}
.sf-menu > li > .last_menu > .active>a, .sf-menu > li.last_menu > a:hover {
	background:#23c0ed;
	color:#fff
}
.sf-menu ul {
	position:absolute;
	background:url(../images/submenu_plane.png) no-repeat 0 0 ;
    padding-top:8px;
	width:159px
}
.sf-menu ul ul{
	padding-top:0px;
	position:absolute;
	background:#5a3b42;
    
	width:159px
}
.sf-menu ul .last{border:none}
.sf-menu ul li {
	display:block;
	border-bottom:#199ec4 1px solid;
}
.sf-menu ul a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:600;
	color:#fff;
	text-align:center;
	line-height:24px;
	padding:8px 0 8px 0;
	text-transform:uppercase;
}
.sf-menu ul li:first-child a {
}
.sf-menu ul a:hover, .sf-menu ul li.sfHover > a {
	color:#fff;
	background:#23c0ed;
}
.sf-menu li li {
	position:relative;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: -10px;
	top: 53px;
	z-index:		99 !important;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 162px;
	top: 0px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
/*********************************cols*************************************/
.col1 {
	width:270px;
	float:left;
	overflow:hidden;
	margin-left:20px;
	margin-top:20px;
	display:inline-block
}
.col2 {
	width:226px;
	float:left;
	overflow:hidden;
}
.col3 {
	width:120px;
	float:left;
	overflow:hidden;
	display:inline-block
}
.col4 {
	width:205px;
	float:left;
	overflow:hidden;
	display:inline-block
}
/*********************************content*************************************/
#content {
	width:100%;
}
.bord1 {
	
background:#23c0ed;
margin-top:-4px;
height:4px;
width:939px;
	position:relative;
	
}

.bord2{border:1px solid #d2d3cf}
.bord3{border-bottom:1px solid #d2d3cf}

.width1 {
	width:408px
}
.pic1 {
	border:#fff solid 1px;
	display:inline-block;

}
.plane1 {
	background:#ff7742;
	height:58px;
	width:58px;
	text-align:center;
	display:block;
	margin:5px 0 0 20px;
}
.plane2 {
	background:#282828;
	width:194px;
	height:151px;
	display:block;
	position:relative
}
.ban_text{position:absolute; margin:-50px 20px 0 130px;z-index:100}
.ban_text2{position:absolute; margin:-40px 0 0 190px;z-index:100}

.p4_plane{background:#ff7742; width:551px;height:60px}
.tweet_time{padding-bottom:30px;}
.tweet_first{padding-bottom:30px;}
.tweet_odd{padding-bottom:30px;}
.tweet_even{padding-bottom:30px;}
.tweet_text{padding-bottom:30px;}

.btn2{float:right;
margin-top:22px;
margin-right:30px}
.btn2 a:first-child{border-right:#c7c7c7 1px solid;
}
/****************************buttons************************/

.button1 {
	position:absolute;
	right:115px;
	bottom:110px;
	z-index:100;
	display:none;
	background:url(../images/round_bg2.png) no-repeat right 0;
	padding-right:9px;
	height:35px
}
.button1 b {
	font-family: 'Open Sans', sans-serif;
	color:#d50072;
	font-size:14px;
	font-weight:800;
	background:url(../images/round_bg1.png) no-repeat 0 0;
	position:relative;
	line-height:22px;
	top:-2px;
	text-transform:uppercase;
	padding:8px 0 8px 9px;
	display:block;
}
.button1 b:hover {
	color:#000;
	text-shadow:0 1px 0 #e9dfdd;
}
.button2 {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
	line-height:25px;
	color:#201e24;
	text-transform:uppercase;
	background:#fff;
	padding:3px 10px;
	border-radius:6px 6px 6px 6px;
	-moz-border-radius:6px 6px 6px 6px;
	-webkit-border-radius:6px 6px 6px 6px;
	position:relative;
	left:75px;
}
.button2:hover {
	background-position:0 -58px;
	background-color:#fff;
	color:#dd0378;
	text-shadow:0 1px 0 #e9dfdd;
}
.roundabout-in-focus .button1 {
	display:inline-block
}
/*----- address -----*/

dl dt {
	color:#4D4D4D;
	line-height:18px;
}
dl dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#4D4D4D;
}
dl dd span {
	display: inline-block;
	line-height:20px;
	width: 80px;
}
.link {
	text-decoration:none;
	color:#23C0ED;
	text-decoration:none
}
.link:hover {
	color:#000;
	text-decoration:none
}
/****************************footer************************/
/****************************footer************************/

footer {
	background:#fafbf6;
    display:block;
   box-shadow: 0px 0px 3px #e7e8e1;
	-moz-box-shadow: 0px 0px 3px #e7e8e1;
	-webkit-box-shadow: 0px 0px 3px #e7e8e1;
	position:relative;

}

.footer_plane{background:#fafbf6;
    display:block;
   box-shadow: 0px 0px 3px #e7e8e1;
	-moz-box-shadow: 0px 0px 3px #e7e8e1;
	-webkit-box-shadow: 0px 0px 3px #e7e8e1;
	position:relative;}
	
footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A3A3A;
	text-decoration: none;
}
footer a:hover {
	text-decoration:none;
	color:#23c0ed;
}
.privacy2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#8a8a8a;
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
}


.pr1 {
	text-align:center;
	padding:20px 0;
}
/****************************forms************************/
.f_search {
float: right;
position: absolute;
right: 35px;
bottom: 60px;
	
}

#search {background:url(../images/search.jpg) no-repeat 0 0;
	width:260px;
	height:37px;
	}
#search input {
	width:220px;
	
    padding:12px 5px 12px 10px;
	color:#c7c7c7;
	font:11px Arial, Helvetica, sans-serif;
	
	font-weight:600;
	outline:none;
	text-transform:uppercase;
	border:none;
	display:block;background:none
}

/* Contact form */
#contact-form {
	display:block;
	height:400px; /*470px*/
	position:relative;
	padding:0;
	border:1px solid #ff0000;
}
#contact-form label {
	display:block;
	position:relative;
	height:50px;
	overflow:hidden;
}
#contact-form label.message {
	height:auto;
	position:relative;
	overflow:visible;
	padding:0;
}
#contact-form span {
	position:absolute;
	display:none;
	color:#000;
	left:350px;
	top:0;
	font-size:11px;
	line-height:14px;
}
#contact-form .message span {
	position:absolute;
	display:none;
	color:#000;
	left:0;
	top:300px;
	font-size:11px;
	line-height:14px;
}
#contact-form label span.errors {
	display:block;
	position:absolute;
	margin:0;
	left:0;
	top:10px;
	width:230px;
}
#contact-form label.message span.errors {
	position:relative;
	margin:0;
	text-align:left;
}
#contact-form input {
	margin:0;
	width:285px;
	padding:13px 0 13px 15px;
	color:#4D4D4D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
border-top:#c7c7c3 1px solid;
border-left:#e2e3de  1px solid;
border-right:#e2e3de  1px solid;
border-bottom:#fff  1px solid;
background:none;
	display:block;
	overflow:none;
	outline:none;
}
#contact-form textarea {
	height:244px;
	width:515px;
	outline:none;
	margin:0;
	display:block;
	padding:13px 0 13px 15px;
	color:#4D4D4D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	background:none;
	border-top:#c7c7c3 1px solid;
border-left:#e2e3de  1px solid;
border-right:#e2e3de  1px solid;
border-bottom:#fff  1px solid;
	overflow:auto;
	resize:none;
}
#contact-form .btns {
	position:absolute;
	bottom:0px;
	right:0;
	height:auto;
	width:auto;
	display:block;
}
#contact-form .btns a {
	margin-right:8px
}
.success {
	display:none;
	font-size:13px;
	line-height:18px;
	padding:0;
	top:-15px;
	left:0;
	right:0;
	position: absolute;
	word-spacing:-1px;
	color:#000;
	margin:0 0 -5px 0;
}


/*===Contact Form 2*/
#contact-form2 { width:350px; padding:15px 20px 15px 15px; background:none; }
#contact-form2 p { 
	font-size:12px;
	font-family:Arial, sans-serif;
	line-height:82%;
	color:black;
	border:0px;
	margin:8px 0 0 0;
 }
#contact-form2 p.indication { 
	font-size:11px;
	font-family:Arial, sans-serif;
	line-height:82%;
	color:black;
	border:0px;
	margin:8px 0 0 90px;

}

#contact-form2 input { 
	width:350px;
	font-family:Arial, sans-serif;
	font-size:12px;
	color: black;
	background:#fafafa url('images/img04.gif') repeat-x;
	border:1px solid #c8c8c8;
	padding:2px;
	margin:5px 0;
}

#contact-form2 input:hover { border:1px solid #000; } 
#contact-form2 input.captcha { width:100px; margin:-5px 0 0; }
#contact-form2 input.formsubmit { width:auto; padding:5px; margin:0 0 0 125px;
	font-family:Arial, sans-serif;
	font-size:12px;
	color: black;
	background:#fafafa url('images/img04.gif') repeat-x;
	border:1px solid #c8c8c8;
}

#contact-form2 textarea { 
	width:350px; height:150px;
	font-family:Arial, sans-serif;
	font-size:12px;
	color: black;
	background:#fafafa url('images/img04.gif') repeat-x;
	border:1px solid #c8c8c8;
	padding:2px;
	margin:5px 0;
}
#contact-form2 textarea:hover { border:1px solid #000; } 

#contact-form2 .required { color:#ff0000; }


/* cftc =====*/
#cftc { width:300px; }
#cftc p { font-size:12px; font-family:Arial; margin:0; }
#cftc input[type="text"] { 
	width:300px; 
	font-family:Arial; color:#000000;
	background:#fafafa url(../images/img04.gif) repeat-x;
	border:1px solid #c8c8c8;
	padding:2px;
	margin:5px 0;
}
#cftc input[type="text"]:hover { border:1px solid #000; } 
#cftc input[type="email"] { 
	width:300px; 
	font-family:Arial; color:#000000;
	background:#fafafa url(../images/img04.gif) repeat-x;
	border:1px solid #c8c8c8;
	padding:2px;
	margin:5px 0;
}
#cftc input[type="email"]:hover { border:1px solid #000; } 
#cftc textarea { 
	width:300px; height:150px;
	font-family:Arial; color:#000000;
	background:#fafafa url(../images/img04.gif) repeat-x;
	border:1px solid #c8c8c8;
	padding:2px;
	margin:5px 0;
}
#cftc textarea:hover { border:1px solid #000; } 
#cftc select { 
	font-family:Arial; color:#000000;
	background:#fafafa url(../images/img04.gif) repeat-x;
	border:1px solid #c8c8c8; padding:2px;
}
#cftc .required { font-family:'Times New Roman'; color:#ff0000; }
#cftc .ta-captcha { width:175px; }


/*----- cycle 1 -----*/
.slide_plane2 {
	background:#FFF;
    position:absolute
}
.slider_bg2 {
	background:url(../images/texture1.png) repeat 0 0;
    position:relative;
	z-index:10
}
.slide_block2 {
	margin:60px 30px 20px 40px
}

#slider2 {
    position:relative;
	height:1050px;
	overflow:hidden;
	z-index:50
}

#slider2 .box {
	background:none !important;
    overflow:hidden;
    display:block;
	position:relative;
}
#slider2 .box article {
	width:560px;

	padding-bottom:50px
}

#slider2 .box p {
	padding-top:5px;
}
.navigate2 {
	overflow:hidden;
}
#next_slide2 {
	position:relative;
	float:left;
	right:0px;
	cursor:pointer;
	font-family: 'Lora', serif;
	font-weight:600;
	color:#2e2e2e;
	font-size:18px;
	line-height:22px;
	display:block;
	z-index:100;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#prev_slide2 {
	position:relative;
	float:left;
	margin-right:15px;
	cursor:pointer;
	font-family: 'Lora', serif;
	font-weight:600;
	color:#2e2e2e;
	font-size:18px;
	line-height:22px;
	display:block;
	z-index:100;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#next_slide2:hover , #prev_slide2:hover {
	color:#ff7742;
}

#nav2 {
float:left;	
margin-right:10px;
}
#nav2 a {
	font-family: 'Lora', serif;
	font-weight:600;
	color:#2e2e2e;
	font-size:18px;
	line-height:22px;
	text-decoration: none;
	margin: 0 10px 0 0;
	
	cursor:pointer;
	
}
#nav2 a:hover{color:#ff7742;}
#nav2 a.activeSlide, #nav a:hover {
	color:#ff7742;
}
.bul1{background:url(../images/p2_pic6.png) no-repeat 0 0;
height:26px;
width:33px;
display:block;
margin-top:10px;
text-align:center}
/*----- cycle 2 -----*/
.slide_plane {
	background:#FFF;
	width:385px;
	height:486px;
	position:absolute
}
.slider_bg {
	background:url(../images/texture1.png) repeat 0 0;
	width:100%;
	height:486px;
	position:relative;
	z-index:10
}
.slide_block {
	margin:60px 30px 20px 40px
}
.line1 {
	background:url(../images/line2.jpg) no-repeat 0 0;
	width:192px;
	height:3px;
	margin:10px 0 30px 0
}
#slider {
	width:950px;
	position:relative;
	height:486px;
	overflow:hidden;
	z-index:50
}
.cycle {
	position:relative;
	height:468px;
	width:950px;
}
#slider .box {
	background:none !important;
	width:950px;
	overflow:hidden;
	height:486px;
	position:relative;
}
#slider .box article {
	width:211px;
	float:left;
	margin-right:10px;
}
#slider .box figure {
	margin-bottom:14px;
}
#slider .box p {
	padding-top:3px;
}
.navigate {
	width:1160px;
position:relative;
margin:0 auto;
}
#next_slide {
	position:absolute;
	top:-230px;
	right:70px;
	cursor:pointer;
	background:url(../images/p1_arr2.png) no-repeat -21px 0;
	height:31px;
	width:20px;
	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;
}
#prev_slide {
	position:absolute;
	top:-230px;
	left:70px;
	cursor:pointer;
	background:url(../images/p1_arr1.png) no-repeat 0 0;
	height:31px;
	width:20px;
	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;
}
#next_slide:hover {
	background:url(../images/p1_arr2.png) no-repeat 0 0;
}
#prev_slide:hover {
	background:url(../images/p1_arr1.png) no-repeat -21px 0;
}
#nav {
	display:none
}
#nav a {
	font-family: 'Open Sans Condensed', sans-serif;
	display:inline-block;
	color:#8c7d67;
	font-size:28px;
	text-decoration: none;
	margin: 0 8px 0 0;
	padding: 4px 5px 5px;
	cursor:pointer;
	line-height:30px;
}
#nav a.activeSlide, #nav a:hover {
	color:#7b952b;
}
/* Lightbox video */
.lightbox-video{display:inline-block;position:relative;}
.lightbox-video img.magnify{position:absolute;width:0px;height:0px;left:50%;top:50%;}

/* ------------- * Selects * ------------- */

.pro_text-form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4a4949;
	line-height:24px;
	padding-right:15px;
}
#pro_form2 .jqTransformSelectWrapper {
	position:relative;
	float:left;
	width:172px !important;
}
#pro_form2 .jqTransformSelectWrapper div span {
	display:block;
	float: none;
	width:162px !important;
	background:#fff;
	position:relative;
	white-space: nowrap;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #ddd;
	padding:0 5px;
	box-shadow:inset 0 2px 0 rgba(0, 0, 0, .3);
}
#pro_form2 .jqTransformSelectWrapper a.jqTransformSelectOpen {
	display: block;
	position:absolute;
	right:0;
	top:2px;
	width:22px;
	height:21px;
	background: url(../images/select.png) no-repeat 0 -21px;
}
#pro_form2 .jqTransformSelectWrapper a.jqTransformSelectOpen:hover {
	background-position:0 0px;
}
#pro_form2 .jqTransformSelectWrapper ul {
	position: absolute;
	top: 22px;
	left: 0px;
	background-color: #FFF;
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
	border:1px solid #ddd;
	width:172px !important;
	box-shadow:inset 0 0 5px rgba(0, 0, 0, .3);
}
#pro_form2 .jqTransformSelectWrapper ul a {
	display: block;
	padding:5px;
	color:#000;
	font-size:12px;
	padding-left:12px;
	text-transform:inherit;
}
#pro_form2 .jqTransformSelectWrapper ul a.selected {
	color: #750808;
}
#pro_form2 .jqTransformSelectWrapper ul a:hover, #pro_form2 .jqTransformSelectWrapper ul a.selected:hover {
	color: #fff;
	background:#750808;
	text-decoration:none;
}
/* ------------- * Radios * ------------- */
#pro_form2 .jqTransformRadioWrapper {
	float: left;
	display:block;
	margin:5px 0 0;
}
#pro_form2 .jqTransformRadio {
	background: transparent url(../images/pro_images/radio.png) 0 0px no-repeat;
	vertical-align: middle;
	height:16px;
	width:16px;
	display:block;/*display: -moz-inline-block;*/
}
/* ------------- * Checked - Radio * ------------- */
#pro_form2 a.jqTransformChecked {
	background: transparent url(../images/pro_images/radio.png) 0 -17px no-repeat;
}
/* -- * Checkboxes * -- */
#pro_form2 span.jqTransformCheckboxWrapper {
	display:block;
	float:left;
	padding:10px 0 0 0;
}
#pro_form2 a.jqTransformCheckbox {
	background: transparent url(../images/pro_images/checkbox.png) 0 0px no-repeat;
	vertical-align: middle;
	height:15px;
	width:15px;
	display:block;/*display: -moz-inline-block;*/
}
/* -- * Checked * -- */
#pro_form2 .jqTransformCheckboxWrapper a.jqTransformChecked {
	background: transparent url(../images/pro_images/checkbox.png) 0 -16px no-repeat;
}
/* ------------- * Hidden - used to hide the original form elements * ------------- */
#pro_form2 .jqTransformHidden {
	display: none;
}

.arrow{
background: url(../images/p1_arr1.png) no-repeat left;
padding: 0 0 0 15px;
color: #23C0ED;
font-weight: 600;
}
blockquote {
padding: 10px 10px 10px 10px;
}

.tiny_gray_md {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6F7377;
}
.green_bold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #71B24D;
}
.orange_bold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FF9A0F;
}

.call_to_action
{
	color: white;
    background: #3DC5EC url(../images/TC_phone.png) center left no-repeat;
    background-position: 10px;padding: 10px 10px 10px 40px;
    font-size: 24px;
    float: right;
    position: absolute;
    right: 30px;
    bottom: 130px;
    border-radius: 20px;
    border: 3px solid #40B4D6;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.54);box-shadow: 0px 0px 14px #40B4D6 inset, 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.call_to_action_footer, .call_to_action_footer1{
	color: white;
    background: #3DC5EC url(../images/TC_phone.png) center left no-repeat;
    background-position: 10px;padding: 10px 10px 10px 40px;
    font-size: 24px;
    border-radius: 20px;
    border: 3px solid #40B4D6;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.54);box-shadow: 0px 0px 14px #40B4D6 inset, 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.call_to_action:hover, .call_to_action_footer:hover{
color: #fff;
background-color:#15A7D1;
}
#wp-calendar th{

}
#wp-calendar td{
padding: 5px;
}

.widget-title{
padding: 10px;
color: white;
background: #23C0ED;
border-radius: 10px 10px 0px 0px;
border: #0094BE solid 1px;
box-shadow: inset 30px 30px 100px #0094BE;
}
.widget{
padding: 20px 0px;
}
.widget ul li{
margin-left:20px;
}
.widget ul{
margin:20px 0px;
}
.post-title{
	
}
.entry{
	padding:10px 20px;
}
/* ------------------------------------------------ */

/****************************other************************/

/***landing page***/
#landing-page .title { width:940px; font-family:Century Gothic,Arial,Myriad Pro; font-size:26px; color:#008db8; text-align center; margin:20px 0; }
.font-italic { font-style:italic; }
.font-bold { font-weight:bold; }
.color-3dc5ec { color:#3dc5ec; }
#landing-page-list ul { float:left;width:295px; display:table; list-style:circle; margin:0 0 0 10px; }
#landing-page-list ul li { font-family:Arial,Century Gothic,Myriad Pro; font-size:14px; color:#008db8; margin:0;}
