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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}
@-webkit-keyframes boxanim {
    0% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
	opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
	opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes boxanim {
  0% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
	opacity: 0.1;
    filter: alpha(opacity=10);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
	opacity: 1;
    filter: alpha(opacity=100);
  }
}
.text-anim{
   -webkit-animation: boxanim 1s ; 
	animation: boxanim 1s ;
	position: relative;
	
}

.wrap_page {
	height: auto;
}
@font-face {
	font-family:"Lato";
    src: url(../images/Lato-Regular.ttf);
}
@font-face {
	font-family:"Lato Light";
    src: url(../images/Lato-Light.ttf);
}
.top {
	width: 100%;
	padding-bottom: 10px;
	/*-webkit-box-shadow:#ccc 0px 1px 5px;
	-moz-box-shadow: #ccc 0px 1px 5px;
	box-shadow: #ccc 0px 1px 5px;*/
	background-image: url(../images/black-trans.png);
	background-repeat: repeat;
}
.topContent {
	width: 96%;
	padding-top: 25px;
	padding-bottom: 10px;
	max-width:1400px;
	text-align: center;
}
.logoCont {
	width: 100%;
	position: relative;
}
.logoCont a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.logoCont img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tagline {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-top: 5px;
	font-family: "Trajan Pro";
}


.top-right {
	overflow: hidden;
}
.top-phone {
	overflow: hidden;
}

.phone-num {
	font-size: 33px;
	color: #2D6387;
	background-image: url(../images/icon-mobile1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	text-shadow:0px 0px 2px #fff;
	font-weight: normal;
	position: relative;
	display: inline-block;
	padding-right: 70px;

	*float:right;
	vertical-align: top;
}
.top-right .phone-num a{
	color: #5E5E5E;
	text-decoration: none;
}
.top-right .phone-num a:hover {
	color: #2D6387;
	text-decoration: underline;
}

.navigation {
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	text-align: right;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 25px;
	z-index: 999999;
	cursor: pointer;
	font-family: "Lato Light", Arial, Helvetica, sans-serif;
}
.btn-menu {
	background-image: url(../images/mob-menu-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #606062;
	height: 25px;
	cursor: Pointer;
	width: 100%;
}
.drp-ic {
	background-image: url(../images/drop-down-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 20px;
	padding-right: 10px;
	padding-left: 20px;
	position: absolute;
	z-index: 110;
	top: 0px;
	right: 0px;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
.drp-ic-cl {
	background-image: url(../images/drop-down-arrow-cl.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 20px;
	padding-right: 10px;
	padding-left: 20px;
	position: absolute;
	z-index: 110;
	top: 0px;
	right: 0px;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
.navigation ul {
	display: none;
	overflow: auto;
	width: 250px;
	position: absolute;
	top: 25px;
	background-color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
	right: 0px;
	border: 1px solid #333;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	max-height:400px;
	z-index: 1000;
}
.navigation ul li {
	list-style-type: none;
	color: #FFF;
	display: block;
	padding: 0px;
	text-align: left;
	position: relative;
	text-transform: uppercase;
}
.navigation ul li a {
	color: #2d6387;
	display: block;
	text-decoration: none;
	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	border: 1px solid #333;
	
}
.navigation ul li a:hover {
	text-decoration: none;
	text-shadow:none;
	background-color: #2d6387;
	color: #ffc907;
}
.navigation ul li ul {
	min-width: 170px;
	position: static;
	transition: visibility 0.65s ease-in;
	margin-top:0px;
	text-align: left;
	font-size: 16px;
	width: 220px;
	display: block;
	background-color: #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	height:auto;
	max-height:1000px;
	top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navigation ul li ul li {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	margin-left: 0px;
	display: block;
	text-transform: none;
}
.navigation ul li ul li a {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	display: block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: auto;
}
.navigation .current_page_item > a,
.navigation .current_page_ancestor > a,
.navigation .current-menu-item > a,
.navigation .current-menu-ancestor > a {
	color: #ffc907;
	background-color: #2d6387;
	text-shadow:none;
}
.navigation .current_page_item > a:hover,
.navigation .current_page_ancestor > a:hover,
.navigation .current-menu-item > a:hover,
.navigation .current-menu-ancestor > a:hover {
	color: #ffc907;
	text-decoration: none;
	background-color: #000;
}
#menu-item-682 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.link a {
	color: #FFF;
	display: block;
	text-decoration: none;
	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 11px;
	padding-left: 18px;
}
.link a:hover {
	color: #000;
	text-decoration: none;
	text-shadow:none;
	background-color: #C42226;
}
.linkSel a {
	color: #ffc907;
	background-color: #2d6387;
}
.linkSel a:hover {
	color: #ffc907;
	text-decoration: none;
	background-color: #000;
}
#nav-li-last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	background-image: none;
}
.header {
	position: relative;
	min-height:150px;
	background-repeat: no-repeat;
	background-position: center center;
	min-height:150px;
}

.header img {
	max-width:1400px;
	height:auto;
	width: 100%;
}
.header-txt {
	background-image: url(../images/white-trans.png);
	background-repeat: repeat;
	bottom: 0px;
	text-align: left;
	color: #000;
	font-size: 18px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 96%;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
}
.header-txt p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.widget_sp_image-description{
	background-image: url(../images/slide-text-bg.png);
	background-repeat: repeat;
	width: auto;
	position: absolute;
	bottom: 0px;
	z-index: 105;
	text-align: left;
	left: 7.5%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	max-width:85%;
	}
.header-txt h1 {
	font-size: 24px;
	color: #2d6387;
	font-weight: normal;
	background-image: none;
}
.header-txt .text-block {
	color: #636363;
}

.slide-title{
	background-image: url(../images/white-trans-top.png);
	background-repeat: repeat;
	padding: 15px;
	width: 300px;
	position: absolute;
	bottom: 0px;
	z-index: 105;
	text-align: left;
	left: 7.5%;
	}
.header-content {
	height: 350px;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
}
.inn-header {
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #EFECFF;
	border: 1px solid #E6E1FF;
}
.custom-nav  {
	position: absolute;
	width: 100%;
	margin: auto;
	top: 0px;
	bottom: 0px;
}
.custom-nav .flex-prev  {
	display: block;
	position: absolute;
	left: 15px;
	top: 40%;
	background-image: url(../images/arrow-prev.png);
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	opacity:0.3;

	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
	z-index: 110;
	margin-top: auto;
	margin-bottom: auto;
}
.custom-nav .flex-next  {
	position: absolute;
	top: 40%;
	background-image: url(../images/arrow-next.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	right: 15px;
	opacity:0.3;
	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
	z-index: 111;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
}
.header .flex-prev:hover,
.header .flex-next:hover {
	opacity:1.5;
	
} 
.home-text {
	position: absolute;
	z-index: 111;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	top: 60%;
	right: 0px;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	text-shadow: 0px 0px 5px #666666;
}
.subs-box {
	background-color: #2d6387;
}
.subs-box .block {
	width: 96%;
	max-width:1400px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
}
.subs-text {
	font-size: 18px;
	color: #FFF;
	padding-bottom: 15px;
	font-weight: bold;
}
#subs-form .subs-fld {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #a8cfe8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
	width: 40%;
	margin-bottom: 20px;
}
#subBnt {
	padding-right: 30px;
	padding-left: 30px;
	font-family: "Lato Light", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	background-color: #0099ff;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-top: 13px;
	padding-bottom: 13px;


	-webkit-transition: background-color .30s ease-in;
    -moz-transition: background-color .30s ease-in;
    -ms-transition: background-color .30s ease-in;
    -o-transition: background-color .30s ease-in;
    transition: background-color .30s ease-in;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	display: inline-block;
}
#subBnt:hover {
	color: #FFF;
	background-color: #0073BF;
	background-image: none;
}
.page {
	width: 96%;
	background-color: #FFF;
	padding-bottom: 20px;
	max-width:1400px;
	padding-top: 25px;
	margin-top: 10px;
}
.bodyContent {
	overflow: hidden;

}
.heading {
}
h1 {
	padding-bottom:5px;
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: normal;
	color: #2d6387;
	text-decoration: none;
	padding-top: 5px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2D6387;
}
h1 a {
	color: #2d6387;
	text-decoration: none;
	}
h1 a:hover {
	color: #1FC1D3;
	text-decoration: none;
	}
#blog-pages h1{
	font-size: 36px;
	}
h2 a {
	color: #2d6387;
	text-decoration: none;
	}
h2 a:hover {
	color: #1FC1D3;
	text-decoration: none;
	}
h2 {
	font-size: 24px;
	font-weight: normal;
	color: #2d6387;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 33px;
}
h3 {
	color: #2d6387;
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 30px;
}
h4{
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
h5{
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
h6{
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.left-col {
	float: left;
	width: 60%;
}

.text-block {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #656565;
	overflow: hidden;
	position: relative;
}

.text-block p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.text-block ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.text-block ul li {
	display: block;
	background-image: url(../images/bullet-text.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 17px;
	list-style-type: none;
	line-height: 26px;
	color: #000;
}
.text-block a {
	color: #2D6387;
	text-decoration: none;
	font-weight: bold;

	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
}
.text-block a:hover {
	color: #09F;
	text-decoration: underline;
}
.text-block img {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow:#999 0px 1px 5px;
	-moz-box-shadow: #999 0px 1px 5px;
	box-shadow: #999 0px 1px 5px;
	border: 5px solid #E8E8E8;
	margin-right: 10px;
	margin-left: 10px;
}
#noborder img {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: none;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#rounded img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow:#999 0px 1px 5px;
	-moz-box-shadow: #999 0px 1px 5px;
	box-shadow: #999 0px 1px 5px;
}
.block {
	overflow: hidden;
}
.block-testim {
	color: #333;
	background-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
.block-testim .block {
	width: 85%;
}
.block-testim .block strong {
	font-style: italic;
}

#boxes {
	overflow: hidden;
	padding-top: 35px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d5d5d5;
	padding-bottom: 35px;
}
#boxes .block {
	width: 96%;
	max-width:1400px;
}

.box {
	text-align: left;
	position: relative;
	height: auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 25px;
}
.box img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#boxes .box h2 {
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
	color: #000;
	padding-top: 5px;
	display: block;
	font-size: 20px;
}
.box .text-block {
	color: #000;
}

.box.bx-1 .text-block {
	font-size: 18px;
}
.box.bx-2 .text-block {
	font-size: 16px;
}
.box.bx-2 .subsbig-txt {
	font-size: 18px;
	font-weight: bold;
}
.box.bx-3 img {
	display: block;
	padding-top: 15px;
}


#last-box {
	margin-right: 0px;
}
.right-col {
	float: right;
	width: 30%;
	border: 3px solid #eeeeee;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 60px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.about-box-yel {
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	background-color: #ffc907;
	padding: 10px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
}
.about-box-blue {
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	background-color: #2D6387;
	padding: 25px;
	font-style: italic;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.right-h {
	padding-bottom: 5px;
	background-color: #2D6387;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius:  5px;
	border-radius:  5px;
}
.right-col h2 {
	padding-bottom: 5px;
	background-color: #2D6387;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 5px;
	-moz-border-radius:  5px;
	border-radius:  5px;
}
.right-text {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 10px;
}
.right-text ul {
	margin: 0px;
	padding: 0px;
}
.right-text ul li {
	background-image: url(../images/bullet-text.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	display: block;
	padding-left: 15px;
	list-style-type: none;
	line-height: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
}
.right-text a {
	color: #2D6387;
	text-decoration: none;
	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
}
.right-text a:hover {
	color: #1FC1D3;
	text-decoration: underline;
}
.right-col h2 {
	font-weight: bold;
}

.block-news .read-more  {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2D6387;
	padding-bottom: 15px;
	padding-top: 10px;
}
.read-more a {
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	background-color: #2D6387;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-shadow:none;


	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}
.read-more a:hover {
	background-color: #1FC1D3;
	text-decoration: none;
	color: #FFF;
}
#testimonials table tr td:nth-child(2) {
	width: 20%;
	padding:10px;
}
.screen-reader-text  {
	display: none;	
}
.search-field  {
	float: left;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset #b7b7b7 0px 0px 4px;
	-moz-box-shadow: inset #b7b7b7 0px 0px 4px;
	box-shadow: inset #b7b7b7 0px 0px 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	width: 60%;
}
.search-submit  {
	color: #FFF;
	background-color: #2D6387;
	float: left;
	font-size: 16px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
}
.search-submit:hover {
	background-color: #1FC1D3;
}

.twitter-timeline {
	width: 100%;
}




.image-block {
	overflow: hidden;
}
.image-block img {
	height: auto;
	width: 100%;
}

#blog-post {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 4px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15;
	float: left;
}

.wp-caption.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
}
.alignright {
	float: right;
	margin-top: 5px;
	margin-right: 10;
	margin-bottom: 5px;
	margin-left: 15px;
}
.post-nav {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #1FC1D3;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.post-date {
	float: left;
	width: 200px;
	background-image: url(../images/icon-calendar.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 27px;
	padding-bottom: 8px;
}
.post-auth {
	float: left;
	width: 150px;
	background-image: url(../images/icon-user.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 27px;
}
.post-comments {
	float: left;
	width: 175px;
	background-image: url(../images/icon-message.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 27px;
}
.previous-post {
	float: left;
	margin-right: 10px;
}
.nextpost {
	float: left;
}
#page-nav .next,
#page-nav .prev {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: auto;
	width: auto;
}
.page-numbers {
	display: block;
	border: 1px solid #CFCFCF;
	float: left;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 6px;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: normal;
}
.comment-date {
	font-weight: bold;
	color: #4E0E10;
	font-size: 14px;
	line-height: normal;
	padding-bottom: 5px;
}
.comment-block {
	overflow: hidden;
}
#comments {
	overflow: hidden;
}
.comments-title {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 3px;
	padding-bottom: 3px;
}



#comments label {
	width: 100px;
	display: block;
	float: left;
}
#comments p {
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#comments .comment-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.comment {
	overflow: hidden;
	border: 1px solid #E6E6E6;
	padding: 7px;
	margin-bottom: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.fn  {
	float: left;
	padding-left: 10px;
	display: block;
	width: auto;
	margin-top: 30px;
}
.says  {
	float: left;
	padding-left: 10px;
	display: block;
	margin-top: 30px;
}
.comment-meta {
	overflow: hidden;
	position: relative;
}
.comment-meta a {
	float: left;
	color: #2D6387;
	text-decoration: none;
}
.comment-meta a:hover {
	color: #1FC1D3;
}
.comment-metadata time {
	position: absolute;
	display: block;
	margin-top: -70px;
	margin-left: 62px;
	font-size: 13px;
}
.comment-author {
	overflow: hidden;
	height: 70px;
	position: relative;
}
#comments .avatar {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	height: 40px;
	width: 40px;
	margin-top: 3px;
	-webkit-box-shadow:#999 0px 1px 3px;
	-moz-box-shadow: #999 0px 1px 3px;
	box-shadow: #999 0px 1px 3px;
	margin-left: 3px;
}

.comment-metadata .edit-link {
	float: left;
	position: absolute;
	margin-left: 330px;
	margin-top: -70px;
	right: 0px;
}
.comment-content {
	overflow: hidden;
	color: #666;
}
.logged-in-as a {
	color: #2D6387;
}
.logged-in-as a:hover {
	color: #1FC1D3;
}

.odd {
	background-color: #FDF2F2;
}

.depth-2 {
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 10px;
}
.depth-3 {
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 10px;
}
.reply {
	overflow: hidden;
}
.reply a{
	display: block;
	float: right;
	color: #FFF;
	background-color: #2D6387;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	text-shadow:none;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;



	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
}
.reply a:hover {
	color: #FFF;
	background-color: #1FC1D3;
}
.comment-reply-link {
	display: block;
	float: right;
	color: #FFF;
	background-color: #2D6387;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;



	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
}
.comment-reply-link:hover {
	color: #FFF;
	background-color: #1FC1D3;
}
#comments .comment-reply-link:hover {
	color: #FFF;
	text-decoration: none;
}


#cancel-comment-reply-link {
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #B00;
	text-decoration: none;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #CCC;
	text-shadow:none;
	margin-top: 7px;
}
#cancel-comment-reply-link:hover {
	color: #910000;
	text-decoration: none;
	background-color: #E5E5E5;
}
#respond {
}
#respond .submit {
	background-color: #2D6387;
	color: #FFF;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;


	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
#respond .submit:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #1FC1D3;
}

#comments .aiowps-captcha label{
	width: 275px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	height: 25px;
	width: 45%;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset #CCC 0px 1px 4px;
	-moz-box-shadow: inset #CCC 0px 1px 4px;
	box-shadow: inset #CCC 0px 1px 4px;
}
#comments textarea {
	width: 98%;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset #CCC 0px 1px 4px;
	-moz-box-shadow: inset #CCC 0px 1px 4px;
	box-shadow: inset #CCC 0px 1px 4px;
}
#submit {
	padding-right: 20px;
	padding-left: 15px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #2D6387;
	cursor: pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: background-color .30s ease-in;
   -moz-transition: background-color .30s ease-in;
   -ms-transition: background-color .30s ease-in;
   -o-transition: background-color .30s ease-in;
   transition: background-color .30s ease-in;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#submit:hover {
	color: #FFF;
	background-color: #1FC1D3;
	background-image: none;
}


.about-left {
	float: left;
	width: 450px;
}
.about-right {
	float: right;
	width: 480px;
}
.about-right img {
	display: block;
}
.contact-left {
	width: 40%;
	float: left;
}
.contact-right {
	float: right;
	width: 50%;
}
#formSection .block {
	padding-bottom: 10px;
}
.req-star {
}

.fields-box {
	float: left;
	width: 45%;
	margin-right: 4%;
}
label {
	display: block;
	padding-right: 10px;
	float: left;
	width: 23%;
}

.txt-field {
	height: 25px;
	width: 67%;
	border: 1px solid #CCC;
	/*background-color: #FFF1EA;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset #CCC 0px 1px 4px;
	-moz-box-shadow: inset #CCC 0px 1px 4px;
	box-shadow: inset #CCC 0px 1px 4px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-left: 5px;
}
.txt-field:hover, .txt-area:hover, .txt-addr-area:hover {
	/*background-color: #FFF1EA;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #2D6387 0px 0px 4px;
	-moz-box-shadow: #2D6387 0px 0px 4px;
	box-shadow: #2D6387 0px 0px 4px;
	border: 1px solid #2D6387;
}
#time-frame , #prop-kind{
	height: 35px;
}

.txt-addr-area {
	height: 50px;
	width: 98%;
	max-height:150px;
	max-width:550px;
	border: 1px solid #CCC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: inset #CCC 0px 1px 4px;
	-moz-box-shadow: inset #CCC 0px 1px 4px;
	box-shadow: inset #CCC 0px 1px 4px;
	border-radius: 5px;
	overflow: auto;
}

.txt-area {
	height: 100px;
	width: 94%;
	max-height:150px;
	border: 1px solid #CCC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: inset #CCC 0px 1px 4px;
	-moz-box-shadow: inset #CCC 0px 1px 4px;
	box-shadow: inset #CCC 0px 1px 4px;
	border-radius: 5px;
	overflow: auto;
	margin-top: 7px;
	margin-left: 7px;
	padding: 5px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.btn-submit {
	padding-right: 20px;
	padding-left: 15px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #2D6387;
	cursor: pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: background-color .30s ease-in;
   -moz-transition: background-color .30s ease-in;
   -ms-transition: background-color .30s ease-in;
   -o-transition: background-color .30s ease-in;
   transition: background-color .30s ease-in;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.btn-submit:hover {
	color: #FFF;
	background-color: #1FC1D3;
	background-image: none;
}
.req-star {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D20000;
}


#gallery img {
	border: 5px solid #EEE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:#999 0px 0px 8px;
	-moz-box-shadow: #999 0px 0px 8px;
	box-shadow: #999 0px 0px 8px;
}
#gallery ul {
	margin: 0px;
	padding: 0px;
}
#gallery ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 20px;
	margin-bottom: 20px;
}
.btn-top {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	float: right;
	position: fixed;
	right: 8px;
	background-color: #2D6387;
	display: none;
	cursor: pointer;
	background-image: url(../images/arrow-top.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 28px;
	height: 20px;
	bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.footer {
	background-color: #454647;
	overflow: hidden;
	padding-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footerCont {
	width: 85%;
	font-weight: normal;
	color: #FFF;
	padding-top: 25px;
	text-align: left;
	padding-bottom: 30px;
	overflow: hidden;
	max-width:1400px;
}
.ft-h {
	font-size: 24px;
	color: #FFF;
	padding-bottom: 20px;
	font-weight: bold;
	text-align: left;
}

.footer-left {
	float: left;
	width: 50%;
	font-size: 16px;
	overflow: hidden;
}

.footer-left ul {
	margin: 0px;
	padding: 0px;
}
#term-ft-link {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footer-left ul li {
	list-style-type: none;
	line-height: 16px;
	display: inline-block;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
.footer-left ul li a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
}
.footer-left ul li a:hover {
	color: #09F;
	text-decoration: underline;
}
.footer-left ul li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.ft-other-links {
	padding-top: 70px;
	color: #91d3ff;
}
.footer-left .ft-other-links ul li{
	color: #91D3FF;
}

.footer-left .ft-other-links ul li a {
	color: #91d3ff;
	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
}
.ft-other-links ul li a:hover {
	color: #09F;
}


.ft-text {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #0274e2;
}
.footer-right {
	float: right;
	width: 40%;
	text-align: right;
}
.soc-nav img {
	display: inline-block;
	margin-right: 15px;
}

.footer-right a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.copyright {
	font-weight: normal;
	color: #ffc907;
	text-decoration: none;
	font-size: 14px;
	padding-top: 70px;
	line-height: 20px;
	text-align: right;
}
