@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}
*, *:before, *:after {
  box-sizing: border-box;
}
@-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;
	
}
.logo-name {color:#eee;}
.slogan {display:none;}
.wrap_page {
	height: auto;
}
.wrap_page a,
.wrap_page input[type="submit"]{
	-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;
	}

.top {
	width: 100%;
}
#home-page .top{
	width: 100%;
	/*background-image: url(../images/white-trans-top.png);*/
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.top-bg {
	background-color:#333;
	overflow: hidden;
}
.topContent {
	width: 85%;
	padding-top: 25px;
	padding-bottom: 10px;
	max-width:1400px;
	overflow: hidden;
	text-align: center;
}
.logoCont {
	margin-top:10px;
	
}
.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;
	padding-top: 5px;
	height: auto;
	width: 150px;
}
.homeBox:third-child {
	border:none!important;
}
.homeBox {
	display:block;
	float:none;
	width:100%;
	border-bottom:1px solid #ddd;
	padding:20px;
}
.btn-apply {
	display:block;
}
.homeBox p {
	font-size:18px;
}
.bodyContentHome h1 {display:none;}
.bodyContentHome h2 {
	font-size:36px;
	font-family:"Lato", san-serif;
	color:#444;
	text-align:center;
	display:block;
	margin-bottom:30px;
	border:0;
}
.bodyContentHome h2 span {
	color:#e8bd3c;
}
.iconBox {
	text-align:center;
	font-size:60px;
	margin-bottom:10px;
}
.iconBox i {
	display:block;
	width:100px;
	height:100px;
	line-height:100px;
	border-radius:50%;
	font-style:normal!important;
	font-family: FontAwesome!important;
	border:1px solid #e8bd3c;
	text-align:center;
	margin:0 auto;
	color:#444;
	background:#f1f1f1;
}
.top-right {
	overflow: hidden;
}
.tright-links {
	color: #f1ce66;
}
.tright-links a {
	color: #f1ce66;
	text-decoration: none;
}
.tright-links a:hover {
	color: #C67616;
	text-decoration: underline;
}
.search-phone {
	overflow: hidden;
	padding-top: 10px;
}
.search-box {
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.search-box #searchforms #s{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCC;
	width: 200px;
	height: 17px;
	padding-left: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.search-box #searchforms #searchsubmit {
	background-image: url(../images/icon-search.gif);
	background-repeat:no-repeat;
	background-size:30px auto;
	height: 27px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}

.top-phone {
	overflow: hidden;
}

.phone-num {
	font-size: 20px;
	color: #FFF;
	background-image: url(../images/icon-phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:20px auto;
	padding-left: 25px;
	text-shadow:0px 0px 2px #fff;
	font-weight: normal;
	position: relative;
	display: inline-block;




	*float:right;
	vertical-align: top;
	margin-bottom: 10px;
}


.top-email {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/icon-mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 38px;
	display: inline-block;
}
.top-right .phone-num a{
	color: #FFF;
	text-decoration: none;
}
.top-right .phone-num a:hover {
	color: #C67616;
	text-decoration: underline;
}
.navigation {
	width: 100%;
}
.btn-menu {
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	text-align: right;
	background-image: url(../images/mob-menu-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: fixed;
	background-color: #606062;
	top: 0px;
	left: 0px;
	height: 40px;
	z-index: 999999;
	cursor: pointer;
}
.drp-ic {
	background-image: url(../images/drop-down-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 33px;
	padding-right: 10px;
	padding-left: 20px;
	width:100%;
	position: absolute;
	z-index: 110;
	top: 0px;
	right: 0px;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	cursor: pointer;
}
.drp-ic-cl {
	background-image: url(../images/drop-down-arrow-cl.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 33px;
	padding-right: 10px;
	padding-left: 20px;
	position: absolute;
	z-index: 110;
	top: 0px;
	right: 0px;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	cursor: pointer;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #444;
}
.navigation ul {
	position: fixed;
	bottom: 0px;
	overflow: auto;
	left: 0px;
	right: 0px;
	z-index: 999998;
	top: 40px;
	margin: auto;
	padding-right: 0%;
	padding-left: 0%;
	display: none;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #A06112;
}
.navigation ul li {
	list-style-type: none;
	color: #444;
	display: block;
	padding: 0px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	background:#f1f1f1;
}
.navigation ul li a {
	color: #444;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.navigation ul li a:hover {
	text-decoration: none;
	text-shadow:none;
	background-color: #e8bd3c;
	color: #444;
}
.navigation ul li ul {
	min-width: 170px;
	position: static;
	background-color: rgb();
	transition: visibility 0.65s ease-in;
	margin-top:0px;
	z-index: 999;
	text-align: left;
	font-size: 16px;
	width: 100%;
	display: none;
	background-color: #f1f1f1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right-color: #A06112;
	border-left-color: #A06112;
	border-top-style: none;
	border-bottom-style: none;
	padding-right: 0px;
	padding-left: 0px;
}
.navigation ul li ul::before {
    content: "<span class="drp-ic"></span>";
} 
.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;
	*float:none;
	text-transform: none;
}
.navigation ul li ul li a {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 30px;
	display: block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: auto;
	background:#777;
	color:#eee;
}
.navigation .current_page_item > a,
.navigation .current_page_ancestor > a,
.navigation .current-menu-item > a,
.navigation .current-menu-ancestor > a {
	color: #e8bd3c;
	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: #444;
	text-decoration: none;
	background-color: #e8bd3c;
}
#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;
	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: #C67616;
	background-color: #ebc45a;
}
.linkSel a:hover {
	color: #f1ce66;
	text-decoration: none;
	background-color: #C67616;
}
#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;
	background-image: url(../images/35.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:30px auto;
	min-height:150px;
	text-align: center;
}

.header img {
	max-width:1400px;
	height:auto;
	width: 100%;
}
.header-txt {
	width: 100%;
	text-align: left;
	max-width:100%;
	background-color:#333;
	padding: 10px;
}
.header-txt h1 {
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	font-family: "Lato Light", Arial, Helvetica, sans-serif;
	/*background-color: rgb(255,255,255,0.8);*/
	display: block;
	margin-bottom: 0px;
	text-transform: uppercase;
	background-image: none;
}
.header-txt h1,
.header-txt .text-block {
	background-repeat: repeat;
}
.header-txt .text-block {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}
.header-txt .text-block .h-app-now {
}
.header-txt .text-block .h-app-now a {
	display: block;
	background-color: #C67616;
	color: #FFF;
	font-size: 16px;
	float: left;
	text-decoration: none;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.header-txt .text-block .h-app-now a:hover {
	background-color: #f1ce66;
	color: #C67616;
}
.flexslider {
	margin-top:20px;
	position:relative;
}
.slide-text {min-height:160px;padding;:5px 20px;}
.slide-text h2 {
	margin-top:15px;
	border-bottom:1px solid #ccc;
	color:#333;
	text-transform:uppercase;
}
.slide-text {
	padding:10px 20px;
}
.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: 10px;
	bottom: auto;
}
.custom-nav .flex-prev  {
	display: block;
	position: absolute;
	left: 15px;
	top: 15%;
	background-image: url(../images/arrow-prev.png);
	background-repeat: no-repeat;
	background-size:30px auto;
	height: 30px;
	width: 30px;
	opacity:0.3;
	z-index: 110;
	margin-top: auto;
	margin-bottom: auto;
}
.custom-nav .flex-next  {
	position: absolute;
	top: 15%;
	background-image: url(../images/arrow-next.png);
	background-repeat: no-repeat;
	background-size:30px auto;
	height: 30px;
	width: 30px;
	right: 15px;
	opacity:0.3;
	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;
}
#home-page .page,#home-page .text-block {
	margin:0;
	padding:0;
	width:100%;
}
.page,
.content-area{
	width: 96%;
	background-color: #FFF;
	padding-bottom: 25px;
	max-width:1400px;
	padding: 10px;
	margin-top: 0px;
}
.bodyContent {
	overflow: hidden;

}
.bodyContentHome {
	padding:0px;
}
.bodyContentHome h1 {

}
.bodyContentHome h1 span {
	
}
.bodyContentHome .text-block {
	text-align:center;
	width:90%;
	margin:0 auto;
	display:block;
}
.heading {
}
h1 {
	padding-bottom:5px;
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
	padding-top: 5px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: normal;
}
h1 a {
	color: #a16322;
	text-decoration: none;
	}
h1 a:hover {
	color: #D2802D;
	text-decoration: none;
	}
#blog-pages h1{
	font-size: 36px;
	}
h2 a {
	color: #a16322;
	text-decoration: none;
	}
h2 a:hover {
	color: #D2802D;
	text-decoration: none;
	}
h2 {
	font-size: 24px;
	font-weight: normal;
	color: #a16322;
	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: #a16322;
	line-height: normal;
	font-family: "Lato Light", Arial, Helvetica, sans-serif;
}
h3 {
	color: #a16322;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 30px;
}
h4{
	color: #a16322;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
h5{
	color: #a16322;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
h6{
	color: #a16322;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.left-col {
	overflow: hidden;	
}

.text-block,
.entry-meta,
.entry-content{
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #737373;
	overflow: hidden;
	position: relative;
}

.text-block p,
.entry-meta p,
.entry-content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.text-block ul,
.entry-meta ul,
.entry-content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.text-block ul li,
.entry-meta ul li,
.entry-content 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 ,
.entry-meta a,
.entry-content a{
	color: #C67616;
	text-decoration: none;
	font-weight: bold;
}
.text-block a:hover,
.entry-meta a:hover,
.entry-content a:hover {
	color: #DDA633;
	text-decoration: underline;
}
.text-block img,
.entry-meta img,
.entry-content 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;
}
.attachment-meta {
	padding-right: 10px;
	display: inline-block;
	}
.full-size-link {
	font-weight: bold;	
	}
.entry-content .navigation {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:center;
	}
.entry-content .navigation .nav-previous {
	display: inline-block;
	padding-right: 25px;
	}
.entry-content .navigation .nav-next {
	display: inline-block;
	}
#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: 96%;
}
.block-testim .block strong {
	font-style: italic;
}
#leftSidebar .left-col {
	background-color: #fffbe1;
	border: 1px solid #fef2a6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: none;
	width: auto;
	padding: 0px;
	overflow: hidden;
}
#leftSidebar .left-col ul {
	font-size: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#leftSidebar .left-col ul li {
	display: block;
	color: #c26f19;
	float: left;
	padding: 10px;
	margin-right: 5px;
}
#leftSidebar .left-col ul li a {
	color: #c26f19;
	text-decoration: none;
	display: block;
}
#leftSidebar .left-col ul li a:hover {
	color: #E99D52;
}
#leftSidebar .right-col {
	background-color: #FFF;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	float: none;
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
}
#boxes {
	overflow: hidden;
	padding-top: 25px;
	text-align: center;
	display: block;
	width: 100%;
}
#boxes .box {
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 50px;
}
#boxes .box:nth-child(even){
}
#boxes .box:nth-child(odd){

}
.box img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#boxes .box h2 {
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
	color: #C26F19;
	padding-top: 10px;
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.box .text-block {
	padding-top: 10px;
	padding-bottom: 10px;

}

#boxes-botom {
	overflow: hidden;
	padding-top: 30px;
	text-align: center;
	background-color: #c77b2c;
	padding-bottom: 30px;
}
#boxes-botom .block{
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
#boxes-botom .box {
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fef3a6;
	margin-bottom: 50px;
}

#boxes-botom .box h2 {
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
	color: #C26F19;
	padding-top: 10px;
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
#boxes-botom .box .text-block {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#boxes-botom .box:nth-child(odd){
	
}
#last-box {
	margin-right: 0px;
}
#mrt-calc {
	background-color: #f1f1f1;
	padding-top: 20px;
	padding-bottom: 20px;
}
.calc-col {
	float:none;background:#fff;padding:20px;width:100%;min-height:400px;border:0px solid #ccc;margin:0;border-radius:0px;
}
#mrt-calc h2,
#testim h2,
#apply h2{
	color:#444;
	font-family: "Lato Semibold", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 24px;
}

.calc-from {
	width: 100%;
	text-align: left;
	overflow: hidden;
}
.calc-fld-box {
	padding-bottom: 20px;
}
.calc-fld-box .label {
	font-weight: normal;
	padding-bottom: 5px;
	font-size: 18px;
}
.calc-fld-box .field {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	border:1px solid #ddd;
}
.calc-fld-box .fld-label {
	color: #CCC;
	position: absolute;
	left: 15px;
	top: 12px;
}
.calc-fld-box .cal-field {
	padding: 10px;
	font-size:16px;
	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;
	width:100%;
}
#cal-result .label {
	font-size: 18px;
}
#cal-result .cal-field {
	border:1px solid #ddd;
}
#testim {
	background-color: #c77b2c;
	padding-top: 20px;
	padding-bottom: 20px;
}
.testimonials {
	width: 96%;
}
#testim .testim-text {
	color: #ebc45a;
	font-size: 16px;
	line-height: 24px;
}
.testim-name {
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	padding-top: 15px;
}
.footer-links ul {
	list-style:none;
	margin:0 auto;
	padding:0;
}
.footer-links li {
	display:inline-block;
	margin:5px;
}
.footer-links a,.footer-links a:visited {
	color:#e8bd3c!important;
	text-decoration:none;
	font-size:16px;
}
.footer-links a:hover {color:#f1f1f1;}
#apply {
	background-color: #e8bd3c;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
#apply .apply-text h2 {
	display: inline-block;
	padding-right: 20px;
	padding-bottom: 0px;
	overflow: hidden;
}
#apply .apply-text a {
	color: #f1f1f1;
	background-color: #444;
	padding: 15px 0!important;
	width:180px;
	font-style: normal;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
}
#apply .apply-text a:hover {
	color: #e8bd3c;
	background-color: #222;
}


.right-col {
	border: 1px solid #FFF9CA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFFBE1;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	display:none;
}



.block-news {
	padding-bottom: 10px;
}

.right-h {
	padding-bottom: 5px;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #8EDB15;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius:  5px;
	border-radius:  5px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
}
.right-col h2{
	padding-bottom: 5px;
	background-color: #FFF8CA;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	color: #A16322;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FBEBB5;
	border-bottom-color: #FBEBB5;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	margin-right: -15px;
	margin-left: -15px;
}
.right-col h3 {
	color: #EFC85F;
	text-transform: uppercase;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: -15px;
	margin-bottom: 0px;
	margin-left: -15px;
}

.right-text {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #737373;
	text-decoration: none;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.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: #A16322;
	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: #E5B44B;
	text-decoration: underline;
}
.right-text p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.read-more   {
	padding-bottom: 15px;
	padding-top: 10px;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
}
.read-more a {
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	background-color: #EBC359;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	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: #F9DF77;
	text-decoration: none;
	color: #A16322;
}
.gallery {
	margin-left: -25px;
}


.gallery dl {
	width: 270px;
	height: auto;
	display: inline-block;
	margin-left: 25px;
	margin-bottom: 25px;
}
.gallery dl img {
	width: 150px;
	height: auto;
	border: 3px solid #FFF;
}

.required {
	color: #B5121B;
	font-weight: bold;
}
#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: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 60%;
}
.search-submit  {
	color: #FFF;
	background-color: #C67616;
	float: left;
	font-size: 16px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	-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: "Lato", Arial, Helvetica, sans-serif;
}
.search-submit:hover {
	background-color: #DDA633;
}

.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: #CCC;
	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: #201C1E;
	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: #C67616;
	text-decoration: none;
}
.comment-meta a:hover {
	color: #DDA633;
}
.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: #C67616;
}
.logged-in-as a:hover {
	color: #DDA633;
}

.odd {
	background-color: #FFF5E1;
}

.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: #C67616;
	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;
}
.reply a:hover {
	color: #FFF;
	background-color: #DDA633;
}
.comment-reply-link {
	display: block;
	float: right;
	color: #FFF;
	background-color: #C67616;
	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;
}
.comment-reply-link:hover {
	color: #FFF;
	background-color: #DDA633;
}
#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: #C67616;
	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;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
#respond .submit:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #DDA633;
}

#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 {
	font-size: 20px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	background-color: #e8bd3c;
	cursor: pointer;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:0px 40px;
	height:60px;
	line-height:50px;
	text-align:center;
	border:none;
	display:block;
	margin:20px auto 0;
}
.submit:hover {
	color: #444;
	background-color: #FF3;
	background-image: none;
}



.about-left {
	float: left;
	width: 450px;
}
.about-right {
	float: right;
	width: 480px;
}
.about-right img {
	display: block;
}
.contact-left {
	overflow: hidden;
}
.contact-right {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
#formSection .block {
	padding-bottom: 10px;
}
.req-star {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D20000;
}
#mrt-calc .req-star {
	color: #FF0;
}
.calc-from i {
	color:#e8bd3c;
	margin-right:5px;
	font-size:24px;
}
.calc-from h3 {
	color:#444;
	font-size:24px;
	padding-bottom:5px;
	margin-bottom:25px;
	border-bottom:1px solid #ccc;
}
.fields-box {
	padding-bottom: 10px;
}
label {
	display: block;
	padding-bottom: 5px;
}
#app-form .block {
	margin-bottom:10px;
}
#app-form label {margin-bottom:0;}
.txt-field {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	height: 40px;
	line-height:40px;
	width: 100%;
	border: 1px solid #FFF;
	/*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;
	padding:0 0 0 10px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #EEE;
}
.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: #C67616 0px 0px 4px;
	-moz-box-shadow: #C67616 0px 0px 4px;
	box-shadow: #C67616 0px 0px 4px;
	border: 1px solid #C67616;
}
#time-frame , #prop-kind{
	height: 35px;
}

.txt-area {
	height: 100px;
	width: 94%;
	max-height:150px;
	border: 1px solid #FFF;
	-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;
	background-color: #EEE;
}
.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: #C67616;
	cursor: pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.btn-submit:hover {
	color: #FFF;
	background-color: #DDA633;
	background-image: none;
}
#state-wto-doc {
	display: none;
}
#state-presc-med {
	display: none;
}


#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: normal;
	color: #FFF;
	float: right;
	position: fixed;
	right: 8px;
	background-color: #D99A29;
	display: none;
	cursor: pointer;
	background-image: url(../images/arrow-top.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 35px;
	height: 45px;
	bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer {
	background-color: #373635;
	overflow: hidden;
	padding-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footerCont {
	width: 96%;
	font-weight: normal;
	color: #FFF;
	padding-top: 25px;
	text-align: center;
	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 {
	font-size: 16px;
	overflow: hidden;
	padding-bottom: 15px;
}

.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: normal;
	display: inline-block;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-bottom: 7px;
	padding-right: 10px;
	padding-left: 10px;
}
.footer-left ul li a {
	color: #FFF;
	text-decoration: none;
}
.footer-left ul li a:hover {
	color: #EBC359;
	text-decoration: underline;
}
.footer-left ul li:first-child {
	padding-left: 0px;
}
.footer-left ul li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.ft-text {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #0274e2;
}
#ft-li-fist {
	padding-left: 0px;
	border-left-style: none;
}
.ft-center {
	float: left;
	width: 25%;
	padding-left: 25px;
}
#subs-ft {
	padding-top: 10px;
}
#subs-ft .subs-field {
	width: 90%;
	-webkit-border-radius: 25px;
	-moz-border-radius: 52px;
	border-radius: 25px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #565656;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #949494;
	font-size: 16px;
}
#subs-ft .subs-btn {
	color: #FFF;
	background-color: #0054a6;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 16px;
	margin-top: 5px;
	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;
	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;
}
#subs-ft .subs-btn:hover {
	color: #201C1E;
	background-color: #FFF;
	background-image: none;
}
.footer-right {
	overflow: hidden;
}
.soc-nav {
	margin:10px auto;
}
.soc-nav img {
	display: inline-block;
	margin-right: 10px;
}
.soc-nav i {
	border:1px solid #aaa;
	font-size:18px;
	width:40px;
	height:40px;
	color:#ccc;
	line-height:40px;
	text-align:center;
	margin:0 5px;
	border:1px solid #aaa;
}
.soc-nav i:hover {
	color:#fff;
	border:1px solid #fff;
}
.footer-right a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ft-award-logo {
	padding-top: 25px;
	padding-bottom: 10px;
}
.ft-award-logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: 75%;
}
.footer-bottom {
	width: 96%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4e4d4c;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}
.footer-bottom ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	font-size: 14px;
	overflow: hidden;
}

.footer-bottom ul li {
	list-style-type: none;
	line-height: normal;
	display: inline-block;
	color: #de8931;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #de8931;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.footer-bottom ul li a {
	color: #de8931;
	text-decoration: none;
}
.footer-bottom ul li a:hover {
	color: #F6D972;
	text-decoration: underline;
}
.footer-bottom ul li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
}

.copyright {
	font-weight: normal;
	color: #e8bd3c;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	padding-top: 15px;
}
