/*
Theme Name: Smart Theme
Theme URI: http://wordpress.org/themes/twentyten
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: http://wordpress.org/
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: twentyten
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@font-face {
    font-family: 'arialregular';
    src: url('fonts/arial-webfont.eot');
    src: url('fonts/arial-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arial-webfont.woff') format('woff'),
         url('fonts/arial-webfont.ttf') format('truetype'),
         url('fonts/arial-webfont.svg#arialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arialbold';
    src: url('fonts/arialbd-webfont.eot');
    src: url('fonts/arialbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arialbd-webfont.woff') format('woff'),
         url('fonts/arialbd-webfont.ttf') format('truetype'),
         url('fonts/arialbd-webfont.svg#arialbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular.woff') format('woff'),
         url('fonts/opensans-regular.ttf') format('truetype'),
         url('fonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light.eot');
    src: url('fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light.woff') format('woff'),
         url('fonts/opensans-light.ttf') format('truetype'),
         url('fonts/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =Layout
-------------------------------------------------------------- */
#container {
	float: left;
	width: 100%;
	margin-top:5px;
}
.home .one-column #content,.package.one-column #content{  width:620px; float:left; }
#main.inner{ margin-top:20px !important; }
.one-column #content{ width:550px; float:left; }
#content ul{ padding-left:30px; list-style-image: url("images/li_image.gif"); }
.textwidget ul{ 
    list-style-image: url("images/li_image.gif");
    margin-bottom: 15px;
    margin-top: -15px;
    padding-left: 25px;
}
.sidebars{ float:right; width:300px; background:#EEEEEE; padding:20px; margin-right:3px; margin-bottom:6px; }
#primary,
#secondary {
	float: left;
	width:275px;
	margin:25px 23px 0px;
}
#footer {
	clear: both;
	width: 100%;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: arialregular, sans-serif;
}
/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#main,
#wrapper,.wrapper {
	margin: 0 auto;
	width: 1000px;
}
#wrapper {
	background: #fff;	
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: right;
}
/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
	background: #FFF;
	font:14px arialregular; 
}
body,
input,
textarea {
	color: #193765;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	font-size:16px;
	line-height:25px;
	
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #FFF;
	padding: 2px;
	
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #0066cc;
}
a:active,
a:hover {
	color: #0066cc;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Header
-------------------------------------------------------------- */
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 30px 0 1px 0;
	width: 300px;
}
#site-title a {
	color: #193765;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	font-size:15px !important;
	color:#7f7f7f;
	width:100%;
	float:left;
	margin:-10px 0 0 0;
	letter-spacing:1px;
	
}
/* This is the custom header image */
#branding img {
	display: block;
	float: left;
}
.S346F6 {
    color: #555555;
}
.FMinion {
    font-family: "Minion Web",Georgia,Palatino,"Times New Roman","Times",serif; line-height:25px;
}
.I {
    font-style: italic;
}
.s16 {
    font-size: 18px;
}
/* =Menu
-------------------------------------------------------------- */
#header{ float:left; margin-bottom:30px;  }
#branding{ width:500px; float:left; }
.header_right{ width:400px; float:right; margin-top:23px; }
.contactHeader{ width:400px; height:71px; float:right; margin-bottom:5px;   }
.contactHeader .innerText{ width:80%; float:right; text-align:right;  margin:0px;  }
.contactHeader .innerText span{ width:100%; float:left; }
.contactHeader .innerText .callus{ color:#fc0400; font:18px open_sanslight; text-transform:uppercase; }
.contactHeader .innerText .callno{ font:35px open_sanslight; color:#17375d; letter-spacing:-2px; }
.socialLink{ float:right; }
.socialLink li{ float:left; width:50px; background:url(images/social.png) no-repeat; list-style:none; transition: all 0.5s ease;  } 
.socialLink li a{ text-decoration:none !important; width:100%; height:48px; float:left; }
.socialLink li.facebook{ background-position:0px 0px; }
.socialLink li.twitter{ background-position:-49px 0px; }
.socialLink li.linkedin{ background-position:-97px 0px; }
.socialLink li.email{ background-position:-150px 0px; }
.socialLink li.facebook:hover{ background-position:0px -46px; }
.socialLink li.twitter:hover{ background-position:-49px -46px; }
.socialLink li.linkedin:hover{ background-position:-97px -46px; }
.socialLink li.email:hover{ background-position:-150px -46px; }
#access {
	display: block;
	float: left;
	margin-top:-15px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	width: 100%;
	margin-top:14px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	border-bottom:1px solid;

}
#access a {
	color: #4b525a;
	display: block;
	line-height: 38px;
	padding:13px 20px 9px;
	text-decoration: none;
	font:14px arialbold;
	border-bottom:4px solid transparent;
	text-transform:uppercase;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	padding-top:7px;
	float: left;
	width: 200px;
	z-index: 99999;
	opacity:1.0 !important;
}
#access ul ul li {
	min-width: 180px;
	
	
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #E1E9F6;
	line-height: 1em;
	padding: 10px;
	width: 200px;
	height: auto;
	
}
.dropArrow{ position:absolute; right:5px; width:10px; height:7px; background:#FFF; top:19px; background:url(images/down_Arrow.png) no-repeat center center;  }
#access li:hover > a,
#access ul ul :hover > a {
	background:#8392A5;
	color: #E1E9F6;
	-webkit-transition: background .5s linear;
    -moz-transition: background .5s linear;
    -o-transition: background .5s linear;
    transition: background .5s linear;
	/*background:url(images/menu_hover.png) repeat; 
	webkit-transition: opacity 0.5s ease-in-out;
   -moz-transition: opacity 0.5s ease-in-out;
   -o-transition: opacity 0.5s ease-in-out;
   transition: opacity .5s ease-in-out;
   opacity:0.8;
   */
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background:url(images/menu_hover.png) repeat; 
	webkit-transition: opacity 0.5s ease-in-out;
   -moz-transition: opacity 0.5s ease-in-out;
   -o-transition: opacity 0.5s ease-in-out;
   transition: opacity .5s ease-in-out;
   opacity:0.8;
   color: #E1E9F6;
	
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background:url(images/menu_hover.png) repeat; 
	webkit-transition: opacity 0.5s ease-in-out;
   -moz-transition: opacity 0.5s ease-in-out;
   -o-transition: opacity 0.5s ease-in-out;
   transition: opacity .5s ease-in-out;
   opacity:0.8;
   color: #E1E9F6;
	
}
#access #menu-main-menu li:last-child,#access #menu-main-menu li:last-child a{ padding-right:0px !important;  }
.mainMenu{ position:relative; width:940px; margin:auto; z-index:11; }
/*#menu-item-20{ padding-left:0px !important; }*/
/* =Content
-------------------------------------------------------------- */
.conteten_holder{ width:100%; position:relative; float:left; z-index:9999; }
.wrapper.hfeed{ position:relative; z-index:99999; }
.fullBg{ width:100%; background-size:100% 300px; height:362px; background:url(images/repeat_header.png) repeat-x; position:relative; z-index:10; }
/*.fullBg{ width:100%; background:url(images/hero1.jpg) no-repeat top center; background-size:100% 300px; height:180px; position:absolute; z-index:10; }
*/
.homeslider{ padding:5px; border:1px solid #dddddd; background:#FFF; }
.innerItem{ margin-top:-1px !important; }
#homeslider .bullet{ background:url(images/pagination.png) no-repeat 0px -14px; height:15px; width:15px; }
#homeslider .bullet.selected,#homeslider .bullet:hover{ background:url(images/pagination.png) no-repeat 0px 0px !important; }
#homeslider .tp-bullets{ bottom:5px !important; }

.blog_index .post{ border-bottom:1px solid #BCBDC1; padding-bottom:15px; margin-bottom:15px; }
.blog_index .post:last-child{ border-bottom:none !important; }


.featurContainer{float:left;  }
a.hoverboxes:hover > .content_feature{ background: url(images/menu_hover.png) repeat; background-color:none !important;  }
a.hoverboxes:hover > .content_feature .title,a.hoverboxes:hover > .content_feature .description{ color:#FFF !important; }
.content_feature{ width:290px; float:left; padding:15px 0px 15px 20px; height:80px; position:relative; 
	//background:#f2f2f2; 
	margin-right:3px; transition: all 0.5s ease;  }
.content_feature .content_image{ float:left; width:75px; }
.content_feature .content_text{  float: left; margin-left: 13px; width: 200px; }
.personImage{ position:absolute; background:url(images/hero.png) no-repeat; width:335px; height:330px; top:20px; right:0px; }
.content_feature .title{ font:20px arialregular; font-weight:bold;  
	//text-transform:uppercase; 
	transition: all 1.0s ease; color:#000;   }
.content_feature .title a{ text-decoration:none !important; }
.content_image a:hover{ opacity:0.5; }
.content_feature .title a:hover{ color:#07203E !important; } 
.content_feature .title.info1{ 
	//color:#4f81bd; 
	    color: grey;
}
.content_feature .title.info2{ 
	//color:#c00000;
    color: grey;
	 }
.content_feature .title.info3{ 
	//color:#193765000; 
    color: grey;
}
.content_feature .description{ width:90%; float:left; font:14px arialregular; color:#7f7f7f !important; transition: all 1.0s ease;  }
.wpcf7-not-valid-tip{ position:absolute; top:7px; left:30%; width:100%; }
a.readmore{  
     font-size:13px;
	 font-family:"open_sanslight";	 
	 text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	 color: #FFFFFF !important;
	 background-color: #cba94f; 
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#989898), to(#808080));
	 background-image: -webkit-linear-gradient(top, #989898, #808080);
	 background-image: -moz-linear-gradient(top, #989898, #808080);
	 background-image: -ms-linear-gradient(top, #989898, #808080);
	 background-image: -o-linear-gradient(top, #989898, #808080);
	 background-image: linear-gradient(to bottom, #989898, #808080);
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#989898, endColorstr=#808080);
	 padding:5px 15px;
	 border-radius:3px;
	 position:absolute; 
	 right:20px;
	 border:1px solid #696969;
	 bottom:20px;
}
a.readmore:hover{ 
 background-color: #cba94f;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#989898));
 background-image: -webkit-linear-gradient(top, #808080, #989898);
 background-image: -moz-linear-gradient(top, #808080, #989898);
 background-image: -ms-linear-gradient(top, #808080, #989898);
 background-image: -o-linear-gradient(top, #808080, #989898);
 background-image: linear-gradient(to bottom, #808080, #989898);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#808080, endColorstr=#989898);
 color:#797979 !important;
}
a.readmore.booknow{  
     font-size:13px;
	 font-family:"open_sanslight";	 
	 text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	 color: #FFFFFF !important;
	 background-color: #cba94f; 
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#fd3a37), to(#fc120e));
	 background-image: -webkit-linear-gradient(top, #fd3a37, #fc120e);
	 background-image: -moz-linear-gradient(top, #fd3a37, #fc120e);
	 background-image: -ms-linear-gradient(top, #fd3a37, #fc120e);
	 background-image: -o-linear-gradient(top, #fd3a37, #fc120e);
	 background-image: linear-gradient(to bottom, #fd3a37, #fc120e);
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fc120e, endColorstr=#fd3734);
	 padding:5px 15px;
	 border-radius:3px;
	 position:absolute; 
	 right:20px;
	 border:none !important;
	 bottom:20px;
}
a.readmore.booknow:hover{ 
 background-color: #cba94f;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#fc120e), to(#fd3a37));
 background-image: -webkit-linear-gradient(top, #fc120e, #fd3a37);
 background-image: -moz-linear-gradient(top, #fc120e, #fd3a37);
 background-image: -ms-linear-gradient(top, #fc120e, #fd3a37);
 background-image: -o-linear-gradient(top, #fc120e, #fd3a37);
 background-image: linear-gradient(to bottom, #fc120e, #fd3a37);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fc120e, endColorstr=#fd3a37);
 color:#FFF !important;
}
#main {
	clear: both;
	overflow: hidden;
	padding: 3px 0 0 0;
}
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 15px;
	font:13px/19px arialregular;
	color:#555555 !important;
}
.entry-content{
	font:13px/19px arialregular;
	color:#555555 !important;
}
.entry-content a,.sidebars a{ color:#0066cc; text-decoration:none; color:#0066cc; font-size:14px; }
.entry-content a:hover,.sidebars a:hover{ color:#0066cc; }
.S346F6 {
    color: #555555;
}
.B{
	font-family:arialbold;
	font-size:14px !important; 
   
}
.s13 {
    font-size: 16px !important;
}
#content p{ margin-bottom: 10px;
	font:13px/19px arialregular;
	color:#555555 !important;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #193765;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #193765;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 25px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #193765;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #193765;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
    color: #193765 !important;
    font-size: 28px;
    line-height: 30px !important;
	margin-top:5px; 
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #193765;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta,.entry-utility {
	color: #777;
	font-size: 12px;
	display:none; 
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	color:#555;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #193765;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #193765;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #193765;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #193765;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}
h2.title{ font-size:28px; color:#193765 !important; line-height:30px !important }
.entry-content h3{  font-size:20px; color:#193765 !important; }
/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #193765;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #193765;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #193765;	
	font:18px arialbold;
	
	
}
.textwidget,.nl_desc{ margin-top:5px; color:#555555; font-size:13px; }
.page-id-12 .textwidget p{ margin-bottom:1px !important; }
.page-id-10 .textwidget p{ margin-bottom:10px !important; }

.input_row,.wpcf7-form P{ float:left; width:100%; margin:5px; }
.input_row label,.wpcf7-form P label{ float:left; width:32%; font-size:13px; color:#555; padding-top:10px;  }
.input_row .nl_input_item,.wpcf7-form P .wpcf7-form-control-wrap{ float:left; width:65%; border:none; padding:5px 3px; color:#555; }
.nl_submit,.wpcf7-submit{ float:right; font-size:14px; text-transform:uppercase; background:#FFF; border:1px solid #e1e1e3; border-radius:10px; color:#535355; padding:5px 10px; font-family:arialregular; font-weight:bold; cursor:pointer; margin:5px 35px 0 0;  }

.wpcf7-mail-sent-ok{ display:none !important; }
.contact_type .wpcf7-form-control-wrap{ width:100% !important; margin-left:45%;  }
.nl_submit:hover{ background:#535355; color:#FFF; }
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #193765;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}
/* Footer widget areas */
#footer-widget-area {
}
/* =Footer
-------------------------------------------------------------- */
.site-generator{ color:#797979 !important; text-decoration:none; font:12px arialregular; font-weight:normal !important; float:left; text-align:left; margin-top:2px; }
.menu-footer li{ float:left; list-style:none; padding:0 10px; }
.menu-footer li a{ color:#797979 !important; text-decoration:none; font:14px arialbold; font-weight:normal !important;   }
.menu-footer li ul{ display:none !important; }
.site-generator a{ color:#797979 !important; text-decoration:none; font:12px arialregular; font-weight:normal !important;   }
.menu-footer .page-item-2{ margin-left:0px !important; padding-left:0px; }
.menu-footer li{ position:relative; }
.menu-footer .menu-item-18 .menu_divider{ display:none; }
.menu-footer li.current-menu-item a,.menu-footer li:hover > a{ color:#003E72 !important; }
.menu-footer li .menu_divider{ position:absolute; right:0px; color:#797979 !important; font-size:12px !important; background-color:#797979; width:1px; height:10px; top:4px;  }
#footer {
	margin-bottom: 20px;
	float:left;
}
#colophon {
	border-top: 2px solid #BCBDC1;
	padding-top:10px;
}
#site-info {
	font-family:arialbold;
}
.#site-info a {
	color: #193765;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
.wpcf7-form input[type="text"],.wpcf7-form input[type="tel"],.wpcf7-form input[type="email"],.wpcf7-form textarea{ padding:5px; width:95%; color:#555 !important; font:13px arialregular; border:1px solid #D9D9D9 !important;     } 
span.conact,span.feilds{ float:left; }
span.feilds{ width:60%; }
.wpcf7-form textarea{ height:120px; resize:none; }
.wpcf7-form label{ float:left; width:100px; font-size:14px; color:#555; }
span.req{ font-size:15px; color:#Fe0000 !important; padding-right:5px; }
.wpcf7-form-control-wrap{ float:left; width:80%; height:40px; }
.wpcf7-form-control{ max-width:310px !important; }
.wpcf7-form p{ margin-bottom:0px !important; float:left; width:100%; line-height:15px !important; height:40px !important;   }
.wpcf7-form p.contact_message{ height:140px !important; }
p.captcha{ float:left; width:100%; }
.cimage{  background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    width: 27%;   
    margin-right: 3%;
    padding: 4px 0px; }
	
.wpcf7-form-control.wpcf7-submit{  
     font-size:15px;
	 font-family:"arialbold";	 
	 text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	 color: #FFFFFF !important;
	 background-color: #0D2B50; 
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#113560), to(#082242));
	 background-image: -webkit-linear-gradient(top, #113560, #082242);
	 background-image: -moz-linear-gradient(top, #113560, #082242);
	 background-image: -ms-linear-gradient(top, #113560, #082242);
	 background-image: -o-linear-gradient(top, #113560, #082242);
	 background-image: linear-gradient(to bottom, #113560, #082242);
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#113560, endColorstr=#082242);
	 padding:7px 30px;
	 border-radius:3px;
	 border:none !important;
	 cursor:pointer;
	 float:left;
	
}
.wpcf7-form-control.wpcf7-submit:hover{ 
 background-color:#0D2B50;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#082242), to(#113560));
 background-image: -webkit-linear-gradient(top, #082242, #113560);
 background-image: -moz-linear-gradient(top, #082242, #113560);
 background-image: -ms-linear-gradient(top, #082242, #113560);
 background-image: -o-linear-gradient(top, #082242, #113560);
 background-image: linear-gradient(to bottom, #082242, #113560);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#082242, endColorstr=#113560);
 color:#FFF !important;
}	
div.wpcf7-validation-errors{ background: none repeat scroll 0 0 #FE0000;
    border: medium none !important;
    border-radius: 5px;
    color: #FFFFFF;
    float: left;  }
.ctext{ width:69%; float:left; }
.package_continer{ float:left; width:100%; }
.package_item{ background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #C4C4C4;
    float: left;
    margin-bottom: 23px;
    margin-right: 23px;
    min-height: 145px;
    padding: 25px;
    position: relative;
    width: 235px;  }
.package_item .title{ font:16px open_sanslight; color:#193765; text-transform:uppercase;  }
.package_item .description{ width:100%; float:left; font:13px arialregular; margin-top:10px;  }
	
::-webkit-input-placeholder {
   color:#193765 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color:#193765 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:#193765 !important;
}
:-ms-input-placeholder {  
   color:#193765 !important; 
}
.
/* =Print Style
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #193765;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #193765;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

.hoverboxes:nth-child(1):hover .content_feature>.content_image>img
{
	content: url('/wp-content/themes/smarttheme/images/train.png');
}

.hoverboxes:nth-child(1):hover .content_feature
{
	background: rgb(110, 207, 246);
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
}

.hoverboxes:nth-child(2):hover .content_feature>.content_image>img
{
	content: url('/wp-content/themes/smarttheme/images/coach.png');
}

.hoverboxes:nth-child(2):hover .content_feature
{
	background: rgb(241, 89, 34);
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
}

.hoverboxes:nth-child(3):hover .content_feature>.content_image>img
{
	content: url('/wp-content/themes/smarttheme/images/speak.png');
}

.hoverboxes:nth-child(3):hover .content_feature
{
	background:  rgb(16, 175, 77);
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
}