 /*
Theme Name: WPColor
Theme URI: http://vol.giantmarketingkit.com
Author: <a href="http://IMBolt.com/" target="_blank">IMBolt</a>
Version: 1.2
*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeue-webfont.eot');
	src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/BebasNeue-webfont.woff') format('woff'),  
	     url('fonts/BebasNeue-webfont.ttf') format('truetype'),  
	     url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') 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, img, ins, kbd, q, s, samp,
small, strike, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.4;
	font-weight:300;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
		  outline:none;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	zoom: 1;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}
.green{
	color:#090;
}
.orange{
	color:#F90;
}
.red{
	color:#c00;
}
.col2{
	width:50%;
	padding:0 5px;
	float:left;
}
.col1{
	width:100%;
	clear:both;
	padding:0 5px;
}
/* 1.0 - Global */
body {
	font-family: "Lato", Tahoma, Georgia, Times, serif;
	color: #454545;
	font-size:14px;
	font-size:400;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#01b494;
}
.wrapper {
	width:960px;
	margin: 0 auto;
	display:table;
}
.boxshadow{
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}
.section {
	padding:0;
}
.section-mini {
	padding: 0 30px 30px 30px;
}
.section-mini2 {
	padding:20px 0 0 0;
}
.section-top{
	padding:0;
}
.section3{
	padding:40px 0;
}
.section4{
	padding:0 0 40px 0;
}
#headerbox{
	position:relative;
	overflow:hidden;
}
#section-header{
	background:#1bbc9b;
	position:relative;
}
.fakebg{
	background:#01b494;
	position:absolute;
	bottom:0;
	height:300px;
	left:0;
	width:100%;
	z-index:5;
}
#body{
	padding:0 0 30px 0;
}
/* 2.0 - Header Area */
/* 2.2 - Social Icons */
#footer-bottom ul.social-icons li{
	background:none;
	padding:0 0 0 0 ;
	margin:0 0 0 5px;
}
.social-icons li{
	float:left;
}
.social-icons a:hover span{
	background:#fff;
}
.social-icons span {
	background:#666;
	display: block;
	-webkit-border-radius:100px; 
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	margin: 0 2px;
	width: 30px;
	height: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size:16px;
	color:#222;
}
.social-icons span:before{
	width:30px;
	text-align:center;
	display:block;
	line-height:30px;
}
.social-icons span:hover {
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#top .social-icons span,#top .social-icons span:before{
	width:25px; height:25px;
	line-height:25px;
}
#top .social-icons{
	float:right;
	margin:2px 0 0 0;
}
/* 2.3 - Site Title */
#site-title {
	float:left;
	max-height:125px;
	min-height:45px;
	text-align:center;
	font-family: "Lato", Tahoma, Georgia, Times, serif;
	margin:0;
}
#site-title img{
	height:45px;
}
#site-title a{
	display:block;
	text-decoration:none;
}
#site-title p{
	font-size:14px;
	margin:0;
}
#site-title h1{
	font-size:40px;
	margin:0;
	line-height:125px;
	height:125px;
	overflow:hidden;
}
#site-title h2{
	font-size:30px;
	line-height:125px;
	height:125px;
	overflow:hidden;
}
#site-title h1 span{
	display:block;
	padding:15px 0 0 0;
}
#top{
	padding:15px 0;
	background:#3c3c3c;
}
#top #searchform{
	float:right;
	margin:0 0 0 10px;
}
.topcenter #site-title{
	text-align:center;
	float:none;
	margin:10px auto;
}
.topcenter #theNavigation{
	position: inherit;
	right: auto;
	bottom: auto;
	text-align: center;
}
.topcenter #nav{
	float:none;
}
.topcenter #nav ul{
	float:none;
}
.topcenter #main-menu li{
	float:none;
	display:inline-block;
}
.topcenter #main-menu li li{
	display:block;
	text-align:left;
}
#headerInfo{
	color:#ccc;
	float:left;
	font-size:12px;
}
#headerInfo span img{
	width:16px; height:16px;
	position:relative;
	top:3px;
	margin:0 10px 0 0;
}
#headerInfo a{
	color:#ccc;
}
#headerInfo span{
	margin:0 15px 0 0;
	display:inline-block;
	line-height:30px;
}
#headerInfo span.icons{
	margin:0;
}
/* 3.0 - Main Menu */
#main-menu-wrapper{
	max-width:960px;
	margin:0 auto;
	position:relative;
}
#theNavigation{
	float:right;
}
#nav{
	float:left;
}
#theNavigation #searchform {
	float:left;
	margin:8px 0;
}
#searchform{
	position: relative;
	font-size: 12px;
	width:180px;
	height:30px;
	background: url(images/bg_search.png) right no-repeat #fff;
	border: none;
	outline: none;
	color: #fff;
	border-radius:5px;
	max-width:250px;
	margin:0 auto;
	border:solid 1px #444;
	margin:0 0 0 10px;
}
#sidebar #searchform{
	width:90%;
}
#searchform input[type=text]{
	width:83%;
	height:30px;
	padding:0 5% !important;
	border:none;
	background:none;
	margin:0;
	outline:none;
	color:#a1a1a1;
}
#searchform input[type=submit]{
	width:35px; height:35px;
	position:absolute;
	background:none;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
}
#searchform label{
	display:none;
}
#searchform input:hover {
	color: #a1a1a1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#main-menu a {
	color: #fff;
	padding:0 15px;
	line-height:45px;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: "Lato", Tahoma, Georgia, Times, serif;
	font-weight:normal;
	display:inline-block;
}
#main-menu a:hover{
	color:#1bbc9b;
	background:none;
}
#main-menu li {
	font-size: 14px;
	background:none;
	float:left;
}
#main-menu li li {
	border:none;
	margin: 0;
	font-weight: 400;
	display:block;
	float:none;
	width:200px;
}

#main-menu li li a, #main-menu li li li a {
	font-size: 13px;
	margin: 0;
	padding:0 15px;
	border-top: none;
	background: url(images/darkdots.png) #fff repeat-x bottom;
	color:#333;
	display:block;
	height:auto;
	line-height:35px;
}
#main-menu li li a:hover{
	background: url(images/darkdots.png) #333 repeat-x bottom;
}

#main-menu li a:hover,.current-menu-item a {
	color:#1bbc9b;
}
#main-menu li a:hover, #main-menu li.sfHover a,
#main-menu a:focus, #main-menu a:hover, #main-menu a:active {
	color:#1bbc9b;
}

#main-menu li ul {
	z-index: 9999;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
	border-bottom: 7px solid;
	width:200px;
}

#main-menu li li ul {
	margin-left: -1px;
}

#main-menu a.sf-with-ul {
	padding-right: 30px;
	min-width: 1px;
}

#main-menu li ul li a.sf-with-ul {
	padding-right: 2.25em;
}
/* 4.0 - Slideshow */
#tagline-box{
	padding:0 0 0 30px;
	width:500px;
	margin:20px auto;
	color:#023f78;
}
#tagline-box h3,#salesletter-box h3{
	font-size:24px;
	margin:0;
}
#tagline-box h4,.#salesletter-box h4{
	font-size:16px;
	margin:0;
}
.tagline-box{
	text-align:center;
	padding:0 30px 0 0;
}
#quote-box{
	padding:10px 0;
	text-align:center;
	color:#a9aeb3;
}
#quote-box3{
	padding:40px 0;
	color:#545454;
}
#quote-box3 h3{
	color:#545454;
	margin:30px 0 0 0;
	font-weight:300;
	font-size:18px;
	font-style:italic;
}
#quote-box3 p{
	color:#b7bbc2;
}
.quote-box{
	max-width:800px;
	margin:0 auto;
}
#quote-box h1{
	font-size:40px;
	font-weight:900;
	margin:0;
	color:#fff;
}
#quote-box2{
	position:relative;
	z-index:10;
	color:#fff;
	border-top:solid 2px #fff;
	padding:20px 0;
	overflow:hidden;
	max-width:960px;
	margin:0 auto;
}
.quote-box2{
	width:65%;
	float:left;
}
.quote-box2 h2{
	margin:0;
}
.quote-box2 p{
	font-weight:300;
}
.quote-btn{
	float:left;
	width:35%;
	text-align:center;
}
.quote-btn .button,.quote-btn .button2{
	margin:30px 10px;
}
.act-btn{
	clear:both;
	text-align:center;
}
.act-btn .button,.act-btn .button2{
	margin:30px 10px 50px 10px;
}
.act-btn .button2{
	border-color:#01b494;
}
#salesletter-box{
	margin:0 auto; 
	margin:10px auto;
}
#salesletter-box .columns-2 li.col2{
	width:50%;
	margin:0;
}
.imgLetter{
	text-align:right;
	padding:0 10px;
}
.imgLetter img{
	width:100%;
	max-width:430px;
}
.letterContent{
	padding:0 10px;
}
.letterContent h3{
	font-size:30px;
	margin:0 0 10px 0;
}
.letterContent ul,#featuredMiddle .entryBox ul{
	margin:15px;
}
.letterContent li,#featuredMiddle .entryBox li{
	background:url(images/list.png) no-repeat 0 3px;
	padding:5px 0 5px 35px;
	font-size:14px;
}
#featuredMiddle h3{
	font-size:30px;
	margin:0 0 10px 0;
}
.bg-No{
	background:none !important;
}
.shadow{
	margin:0 auto;
}
.shadow img{
	width:100%;
}
/* 4.1 - Popup */
#bgpopup{
	background:url(images/tr.png) repeat;
	position:fixed;
	width:100%; height:100%;
	left:0; top:0;
	z-index:10000;
	display:none;
}
#lightbox{
	position:absolute;
	width:600px;
	left:50%; top:25%;
	margin:0 0 0 -300px;
	background:#fff;
	z-index:10001;
	display:none;
}
.lightbox{
	padding:15px;
	position:relative;
}
a.btnclose{
	background:url(images/close.png) no-repeat;
	width:30px; height:30px;
	position:absolute; right:-10px; top:-10px;
}
/* 4.1 - Slideshow Single */
/* 5.0 Typography */
h1, h2, h3, h4, h5, h6 {
	font-weight:700;
	line-height:1.4;
}

h1 {
	font-size: 30px;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 24px;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 20px;
	margin: 0 0 15px 0;
}

h4 {
	font-size: 16px;
	margin: 0 0 15px 0;
}

h5 {
	font-size: 16px;
	margin: 0 0 15px 0;
}

h6 {
	font-size: 14px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

blockquote {
	border-left: 7px solid;
	padding: 0 0 0 20px;
}

.dropcap {
	font-size: 30px;
	line-height: 1.4;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

p {
	font-size: 14px;
	margin:0 0 15px 0;
}

blockquote {
	border-left: 7px solid;
	color: #777;
	font-style: italic;
	padding: 0 0 0 20px;
}

.dropcap {
	font-size: 48px;
	line-height: 1.2;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	font-style: italic;
}
.box-title h2,
.box-title h3{
	margin:0;
	line-height:30px;
}
.box-title h3{
	text-transform:uppercase;
	line-height:35px;
}
.box-title{
	overflow:hidden;
	margin:0 0 20px 0;
	clear:both;
}
.tag-title-wrap {
	margin: 0 0 30px 0;
}
.tag-title {
	font-size: 18px;
	color: #01b494;
	float: left;
	text-transform: capitalize;
	padding: 10px 10px 10px 20px;
	position: relative;
	z-index: 100;
	margin: 0;
	line-height: 100%;
	background:#b7b7b7;
	left:-20px;
}
.tag-title:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 0px;
	right: -19px;
	top: 0px;
	border-width: 19px 19px;
	border-style: solid;
	z-index: 10;
	border-color:#b7b7b7 transparent;
}
.tag-title span{
	text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
	display:block;
	max-width:500px;
	padding:0 10px;
}
.tag-title span a{
	color:#fff;
}
.widget .blog-title{
	clear:both;
	padding:10px 0 0 0;
}
.blog-title .entry-date{
	padding:10px 0;
	font-size:12px;
}
.entry-meta{
	display:table;
	width:100%;
}
.blog-title-single .entry-meta{
	width:auto;
	display:block;
	padding:10px 0 0 0;
}
.author{
	font-weight:bold;
}
.meta-date,.post-by{
	color:#aaaaaa;
	font-size:12px;
	display:block;
	padding:0 20px 0 0;
	float:left;
}
.total-comments{
	float:right;
}
.summary{
	padding:10px 0;
	clear:both;
}
#page-header {
	margin: 0 0 30px 0;
}

#page-header img {
	width: 100%;
}

.page-title {
	background: url(images/darkdots.png) repeat-x bottom;
	padding: 0 0 12px 0;
	margin: 0 0 30px 0;
}
.page-title2 {
	padding: 0 0 12px 0;
	margin:0;
}
.site-intro {
	text-align: center;
	font-family: 'Myriad Pro','arial,', serif;
	font-size: 26px;
	line-height: 150%;
	text-shadow:0 1px 1px #666;
	margin:0;
}

.page-content {
	font-size: 14px;
	padding:30px 0 0 0;
}

.page-content p {
	margin: 0 0 20px 0;
	line-height:1.4;
}
.page-content .theQuote p{
	margin:0 0 10px 0;
}
.theQuote{
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}
.rowQuote .tag-title-wrap{
	left:5px;
	position:relative;
}
.rowQuote{
	background:url(images/dot2.gif) bottom repeat-x;
	display:table;
	clear:both;
	width:100%;
	padding:20px 0;
}
#banners .flex-direction-nav a{
	background:#fff;
	border-radius:100px;
	text-align:center;
}
#banners .flex-direction-nav a:before{
	font-size:24px;
	display:block;
	text-align:center;
}
.imgSlide{
	max-width:550px;
	float:right;
	width:50%;
	display:block;
	margin:70px 0;
	border-radius:5px;
	overflow:hidden;
}
.slideContent{
	width:45%;
	float:left;
	padding:70px 0 0 0;
	color:#fff;
}
.slideContent p{
	margin:0;
}
.slideContent h2{
	font-weight:900;
	margin:0 0 20px 0;
	font-size:35px;
	line-height:35px;
}
.slideContent ul li{
	background:url(images/list5.png) no-repeat 5px 5px;
	padding:0 0 0 30px;
	margin:0 0 5px 0;
}
.slideBtn{
	padding:20px 0 0 0;
}
.slideBtn span{
	margin:0 10px;
}
.banner-Right .slideContent{
	float:right;
}
.banner-Right .imgSlide{
	float:left;
}
/* 5.1 - Featured */
#featuredbox{
	overflow:hidden;
	clear:both;
	text-align:center;
	padding:30px 0;
}
#featuredTop{
	margin:0 auto 20px auto;
}
#featuredTop .icons{
	font-size:30px;
	line-height:70px;
	color:#b7bbc2;
}
#featuredTop .columns-3 li.col3{
	margin:0;
	display: inline-block; zoom: 1; *display: inline;
	vertical-align:top;
	float:none;
}
.thebox{
	padding:0 0;
}
#featuredTop .columns-4 li.col4:nth-child(4n) .thebox{
	border:none;
}
.featured-title{
	font-size:16px;
	margin:0;
}
.featured-text,.featured-text p{
	color:#7f7f7f;
	font-weight:300;
	margin:0;
}
.featured-entry{
	color:#8c8c8c;
	text-align:center;
	width:100%;
	padding:20px 0;
}
.featured-title a{
	color:#444;
}
span.icon-plus{
	font-size:12px;
	display:inline-block;
	line-height:30px;
}
.thumbFtTop{
	width:50px; height:50px;
	display:block;
	margin:0 10px 0 0;
	text-align:center;
	line-height:50px;
	margin:0 auto;
}
.thumbFtTop img{
	width:50px; height:50px;
}
.rowbox{
	padding:20px 0;
	margin:0 auto;
}
.rowbox:last-child{
	padding:20px 0 0 0;
	background:none;
}
.center-title{
	font-size:30px;
	margin:10px 0;
}
.center-row{
	text-align:center;
}
#carouselPost{
	height:auto;
}
#carouselPost h3{
	color:#fff;
}
.boxFeatured{
	width:240px; height:240px;
	overflow:hidden;
	position:relative;
}
.title-featured{
	background:#000;
	background:rgba(0,0,0,0.6);
	color:#fff;
	position:absolute;
	bottom:-100px;
	padding:10px;
	font-size:14px;
	margin:0;
	font-weight:300;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:100%;
}
.boxFeatured:hover .title-featured{
	bottom:0;
}
.thumb-featured{
	display:block;
	width:240px;
	height:240px;
	overflow:hidden;
}
.thumb-featured img{
	width:240px;
	height:240px;
}
.boxLogo{
	width:210px; height:120px;
	border-radius:5px;
	overflow:hidden;
}
.boxLogo img{
	width:210px; height:120px;
	border-radius:5px;
}
#featuredbox2{
	overflow:hidden;
	padding:0 0;
	text-align:center;
}
#featuredbox2 li.listBox{
	width:100%;
	float:none;
	margin:0;
	overflow:hidden;
	clear:both;
}
#featuredbox2 .thumbFtTop{
	float:left;
	margin:0;
	font-size: 30px;
	color: #da4453;
	height: 70px;
	width: 50px;
	text-align: center;
	line-height: 70px;
}
#featuredbox2 .icons:before{
	display:block;
	text-align:center;
	line-height: 70px;
}
#featuredbox2 .featured-title{
	font-size:14px;
	margin:5px 0;
}
#featuredbox2 .featured-title a{
	color:#da4453;
}
#featuredbox2 .featured-entry{
	color:#555;
	float:left;
	width:80%;
	padding:0 0 0 10px;
	text-align:left;
}
#featuredbox2 .thebox{
	padding:0;
}
#featuredbox2 .featured-text,#featuredbox2 .featured-text p{
	color:#555;
}
#content-bottom{
	clear:both;
	padding:0 0;
}
/* 5.1 - Lists */
.page-content ul, .list, .list2, .list3, .list4 {
	margin: 0 0 30px 0;
}

.page-content li {
	border-bottom: #f4f4f4 1px solid;
	font-size: 13px;
}

.col-sidebar li {
	border-bottom: none;
}

.col-sidebar li {
	padding: 0;
}

.page-content li:last-child {
	border-bottom: none;
}

.list li, .list2 li, .list3 li, .list4 li {
	margin: 0 0 3px 0;
}

.list1 li {
	list-style-image: url(images/list1.png) !important;
	list-style-position: inside;
}

.list2 li {
	list-style-image: url(images/list2.png) !important;
	list-style-position: inside;
}

.list3 li {
	list-style-image: url(images/list3.png) !important;
	list-style-position: inside;
}

.list4 li {
	list-style-image: url(images/list4.png) !important;
	list-style-position: inside;
}

.sidebar ul li, .page-content ul li {
	list-style-image: url(images/list1.png);
	list-style-position: inside;
	line-height: 190%;
}
.page-content .widget ul li{
	list-style-image:none;
	background: url(images/list1.png) left 14px no-repeat;
	padding:7px 0 7px 15px;
	border-bottom:solid 1px #ccc;
}
ol li {
	list-style: decimal inside;
}

ol {
	margin: 0 0 30px 0;
}

ol ol {
	margin: 0 0 0 15px;
}

ol ol li {
	list-style: lower-alpha inside;
}

/* 5.2 - Forms */
.page-content input[type="text"], .page-content input[type="password"], textarea {
	background: #f7f7f7;
	border: #d4d8d9 1px solid;
	font-size: 12px;
	padding:0 7px;
	height:35px;
	line-height:35px;
	margin: 0 0 25px 0;
	color: #aaa;
}

.page-content input[type="text"]:active, .page-content input[type="text"]:hover, 
.page-content input[type="password"]:active, .page-content input[type="password"]:hover,
textarea:active, textarea:hover {
	color: #818181;
}

.page-content input[type="text"], .page-content input[type="password"] {
	
}

.page-content textarea {
	width: 47%;
	resize:none;
}

.page-content label {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0 0 7px 0;
}

.page-content label span {
	color: #aaa;
}

.page-content input[type="submit"] {
	cursor: pointer;
}

.half-input {
	width: 44%;
}

.full-input {
	width: 96.5%;
}

.form-third {
	float: right;
	width: 40%;
}
input[type="mail"]{
	background:url(images/icon_mails.png) right no-repeat #eaeaea;
	padding:5px 10px;
	width:80%;
}
.radio-wrapper {
	margin: 0 0 5px 0 !important;
}

hr {
	border: none;
	height: 1px;
	background: url(images/darkdots.png) repeat-x;
	margin: 0 0 50px 0;
}

#contactform {
	padding: 10px 0 0 0;
}

#remember_me {
	float: left;
	margin: 0 8px 20px 0;
}

#remember_me_label {
	float: left;
	margin: 2px 0 0 0;
}

#commentform input[type="text"],
#contactform input[type="text"],
#loginform input[type="text"] {
	width: 50%;
}

#commentform textarea,
#contactform textarea,
#loginform textarea {
	width: 97%;
}

/* 5.3 - Buttons */
.button,.button2,.button3{
	font-size: 14px;
	line-height:35px;
	padding: 0 20px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display:inline-block;
	cursor:pointer;
	text-transform:uppercase;
	cursor:pointer;
	background:#f16f51;
	box-shadow:0px 3px 0 0px #dd5c3e;
}
.button2 {
	background:#48cfad;
	box-shadow:0px 3px 0 0px #109e81;
}
.button3 {
	background:#ffce55;
	box-shadow:0px 3px 0 0px #ddad35;
}
.button:hover{
	background:#666;
	box-shadow:0px 3px 0 0px #555;
}
.button2:hover{
	background:#666;
	box-shadow:0px 3px 0 0px #555;
}
.button3:hover{
	background:#666;
	box-shadow:0px 3px 0 0px #555;
}
/*******************************************************************************/
#buttonbox{
	text-align:center;
	padding:20px 0 40px 0;
}
.cupid-green,.cupid-orange {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: rgb(156,209,19); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(156,209,19,1) 0%, rgba(118,173,2,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,209,19,1)), color-stop(100%,rgba(118,173,2,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(156,209,19,1) 0%,rgba(118,173,2,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(156,209,19,1) 0%,rgba(118,173,2,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(156,209,19,1) 0%,rgba(118,173,2,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(156,209,19,1) 0%,rgba(118,173,2,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cd113', endColorstr='#76ad02',GradientType=0 ); /* IE6-9 */
	border: 1px solid #666;
	border-bottom: 1px solid #666;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 23px rgba(0,0,0,0.2),2px 2px 3px rgba(0,0,0,0.4);
	box-shadow: inset 0 0 23px rgba(0,0,0,0.2),2px 2px 3px rgba(0,0,0,0.4);
	color: #fff;
	font-family: "Lato", Tahoma, Georgia, Times, serif;
	padding:0 30px;
	line-height:58px;
	height:55px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	display: inline-block; zoom: 1; *display: inline;
	font-size:24px;
	margin:0 20px;
 }
.cupid-orange{
	background: rgb(240,151,85); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(240,151,85,1) 0%, rgba(230,93,46,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,151,85,1)), color-stop(100%,rgba(230,93,46,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(240,151,85,1) 0%,rgba(230,93,46,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(240,151,85,1) 0%,rgba(230,93,46,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(240,151,85,1) 0%,rgba(230,93,46,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(240,151,85,1) 0%,rgba(230,93,46,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09755', endColorstr='#e65d2e',GradientType=0 ); /* IE6-9 */
}
  .cupidbtn:hover {
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
 }
/* 5.4 - Tables */
.page-content table {
	border-top: 5px solid;
	border-left: #dee0e0 1px solid !important;
	margin: 0 0 30px 0;
	font-size: 14px;
}

.page-content table td, .page-content table th {
	border-right: #dee0e0 1px solid;
	border-bottom: #dee0e0 1px solid;
	text-align: center;
	vertical-align: top;
}

.page-content table th {
	padding: 15px 10px 15px 10px;
	font-size: 14px;
	font-weight: 700;
}

.page-content table td {
	padding: 10px;
}

.page-content table tr:nth-child(2n) {
    background: #f5f5f5;
}

/* 5.5 - Alerts & Messages */
.msg {
	padding: 10px 10px 10px 55px;
	margin: 0 0 30px 0;
}

.msg p, .blog-content .msg p {
	margin: 0 !important;
}

.default {
	background: url(images/msg_default.png) 10px center no-repeat #fff;
	color: #424242;
	border: #dee0e0 1px solid;
}

.default a {
	color: #424242;
	text-decoration: underline;
}

.notice {
	background: url(images/msg_notice.png) 10px center no-repeat #fff5af;
	color: #b3a437;
}

.notice a {
	color: #b3a437;
	text-decoration: underline;
}
#mail_success,#mail_fail {
	background:#dff7ca;
	color: #64ae23;
	padding:20px;
	border-radius:5px;
}
#mail_fail{
	background:#ffe2e1;
	color:#c83f39;
}
#mail_success p,#mail_fail p{
	margin:0;
}

.fail a {
	color: #c83f39;
	text-decoration: underline;
}

/* 6.0 - Columns */

/* 6.1 - 4 Columns */
.columns-4 {
	margin: 0 !important;
}

.columns-4 li.col4 {
	float: left;
	width: 23.5%;
	margin: 0 2% 0 0;
	list-style: none;
	border: none;
}

.columns-4 li.col4:nth-child(4n) {
	margin: 0;
}

.columns-4 li.col4 .full-image {
	width: 100%;
}

/* 6.2 - 3 Columns */
.columns-3 {
	margin: 0 !important;
}

.columns-3 li.col3 {
	float: left;
	width: 33%;
	padding: 0 3.5% 0 0;
	list-style: none;
	border: none;
	vertical-align:top;
}

.columns-3 li.col3:nth-child(3n) {
	margin: 0;
}

.columns-3 li.col3 .full-image {
	width: 100%;
}

/* 6.3 - 2 Columns */
.columns-2 {
	margin: 0 !important;
}

.columns-2 li.col2 {
	float: left;
	width: 48.2%;
	margin: 0 3.5% 0 0;
	list-style: none;
	border-bottom: none;
	padding: 0;
}
.ie8 .columns-2 li.col2,.ie9 .columns-2 li.col2{
	margin:0;
}
.columns-2 li.col2:nth-child(2n) {
	margin: 0;
	padding: 0;
}

/* 6.4 - Page Structure */
.columns-content {
	margin: 0 !important;
}

.columns-content li.col-main {
	float: left;
	width: 70%;
	padding:0 30px 0 0;
	border-bottom: none;
}
#bgTop .columns-content li.col-main{
	padding:0 0 0 30px;
}
.columns-content li.col-sidebar {
	float: left;
	width: 30%;
}

.col-sidebar a {
	color: #424242;
}
.the-contents{
	margin:0 0 30px 0;
}
/* 7.0 - JS Elements */

/* 7.1 - Accordion */
.accordion h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-top: #d4d4d4 1px solid;
	border-left: none;
	border-right: none;
	margin: 0 0 0 0 !important;
	padding: 30px 0 30px 55px;
	cursor: pointer;
	line-height: 160%;
	outline: none;
}

.accordion {
	border-bottom: #d4d4d4 1px solid;
	margin: 0 0 30px 0;
	line-height: 160%;
	display: block;
	font-size: 14px;
}

.accordion .ui-widget-content {
	border: none;
}

.accordion .ui-accordion-content {
	padding: 0 0 20px 55px;
}

.accordion h4, .toggle .title {
	background: url(images/plus.png) no-repeat 20px center;
}

.accordion h4:hover {
	background: url(images/plus.png) #f5f5f5 no-repeat 20px center;
}

.accordion h4.ui-state-active, .toggle .active {
	background: url(images/minus.png) no-repeat 20px center;
}

/* 7.2 - Toggle */
.toggle {
	border: #d4d4d4 1px solid;
	margin: 0 0 20px 0;
}

.toggle h4 {
	margin: 0 0 0 0 !important;
	line-height: 160%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.toggle .title {
	margin: 0 0 0 0;
	padding: 20px 0 20px 55px;
	cursor: pointer;
}

.toggle .inner {
	margin: 0 20px 30px 55px !important;
	line-height: 160%;
}

/* 7.3 - Tabs */
#tabs .nav {
	margin: 0 !important;
	padding:0 !important;
}

#tabs .nav li {
	list-style: none;
	padding: 0;
	background:#3c77a9;
	border-bottom:none;
	box-shadow:15px 0px 30px #265b90 inset;
}

#tabs .nav li a {
	color: #fff;
	font-family:'Fjord One','arial,', serif;
}

#tabs .nav li a:hover {
	text-decoration: none;
}

.ui-tabs { 
	position: relative; 
	padding: .2em; 
	zoom: 1;
	margin: 0 0 30px 0;
}
.ui-tabs-panel{
	clear:both;
}
.ui-tabs .ui-tabs-nav { 
	margin: 0;
	position: relative;
	top: 0px;
}

.ui-tabs .ui-tabs-nav li { 
	list-style: none; 
	float: left; 
	position: relative; 
	top: 1px; 
	border-bottom: #3470a4 1px solid; 
	padding: 0; 
	white-space: nowrap;
	font-size: 16px;
}
.ui-tabs .ui-tabs-nav li:first-child a {
	border-left: #3470a4 1px solid;
}
.ui-tabs .ui-tabs-nav li:first-child {
	border-radius:8px 0 0 0;
	overflow:hidden;
}
.ui-tabs .ui-tabs-nav li:last-child{
	border-radius:0 8px 0 0;
	overflow:hidden;
}
.ui-tabs .ui-tabs-nav li a { 
	float: left; 
	padding: 6px 20px 6px 20px; 
	text-decoration: none;
	border-right: #3470a4 1px solid;
}

.ui-tabs .ui-tabs-nav li {
	background:#3c77a9;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background:none !important;
	margin-bottom: 0;
	border-bottom:none !important;
	border-top: #3470a4 1px solid;
	color:#3470a4 !important;
	box-shadow:none !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	cursor: text;
	color:#3470a4 !important
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel { 
	display: block; 
	border: #3470a4 1px solid;
	padding:15px;
	border-radius:0 8px 8px 8px;
}
#sidebar .widget .ui-tabs-panel ul{
	padding:0;
}
.ui-tabs .ui-tabs-hide { 
	display: none !important;
}

#tabs p {
	margin: 0;
}

/* 7.4 - Google Map */
#google-map {
	margin: 0 0 30px 0;
}
#mapbox{
	background:#fff;
	padding:5px;
	margin:40px 0;
}
#mapbox iframe{
	width:100% !important;
}
/* 8.0 - Blog */
.blog-title h3 {
	margin: 0 0 15px 0;
	max-width: 570px;
	text-shadow:0 1px 1px #fff;
	font-family: "Lato", Tahoma, Georgia, Times, serif;
}
.col3 .blog-title h3{
	font-size:14px;
	margin:0 0 5px 0;
	max-width: 170px;
	text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}
.col3 .blog-title h3 a{
	color:#333;
}
.blog-title i{
	font-style:italic;
	color:#898989;
	padding:0 10px 0 0;
}
.the-content .blog-title h3{
	text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
	margin:0;
}
.the-content .blog-title h3 a:hover{
	text-decoration:underline;
}
.blog-title h3 a, .blog-title h3 a:hover, .blog-title .comment-count h3 a:hover,
.blog-title-single h2 a, .blog-title-single h2 a:hover, .blog-title-single .comment-count h3 a {
	text-decoration: none;
}

.blog-title h3 span, .blog-title-single h2 span {
	font-size: 12px;
	font-style: italic;
	color: #888;
	display: block;
	line-height: 1;
	font-family: "Lato", Tahoma, Georgia, Times, serif;
	margin: 5px 0 0 0;
}

.blog-title-single h2 {
	padding: 0 0 0 0;
}

.blog-title-single h2 a:hover {
	color: #424242;
}

.blog-title-single h2 span {
	margin: 6px 0 0 0;
}

.blog-single {
	margin: 0 0 35px 0 !important;
}
.blog-single .size-full{
}
.blog-title-single {
	background: url(images/darkdots.png) repeat-x bottom;
	margin: 0 0 30px 0;
}
.blog-content{
	width:100%;
	overflow:hidden;
	background:url(images/borderdouble.png) bottom repeat-x;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
}
.blog-content:last-child{
	background:none;
}
.blog-meta{
	border:solid 1px #d8d8d8;
	border-top:none;
	height:40px;
	line-height:40px;
	color:#aaa;
	padding:0 15px;
	margin:0 0 20px 0;
	overflow:hidden;
}
.blog-meta a{
	color:#aaa;
}
.thumb-img2 a{
	display:block;
	max-height:300px;
	overflow:hidden;
}
.even{
	margin:0 0 20px 0;
}
.col3 .blog-content{
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}
.blog-content p {
	margin: 0 0 15px 0 !important;
}
.boxPost{
	position:relative;
}
.boxPost .button2{
	float:none;
}

.blog-title .comment-count, .blog-title-single .comment-count {
	color: #fff;
	padding: 3px 5px 3px 5px;
	position: relative;
	font-size: 20px;
}

.comment-count h3 .comments-off {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.55;
}

.reply_container .msg {
	width: 70%;
}

.blog-title .comment-count h3, .blog-title-single .comment-count h3 {
	margin: 0;
}

.blog-title .comment-count h3 a, .blog-title .comment-count h3 a:hover,
.blog-title-single .comment-count h3 a, .blog-title-single .comment-count h3 a:hover {
	color: #fff !important;
}

.blog-title .comment-count .comment-point,
.blog-title-single .comment-count .comment-point {
	width: 7px;
	height: 7px;
	position: absolute;
	bottom: -7px;
	left: 4px;
}
.blog-list-wrapper .blog-content:nth-last-child(2) {
	margin: 0;
	border-bottom: none;
}

.prev-image {
	margin: 0 0 15px 0;
}

.block-img1 img {
	width: 100%;
}

.thumb-img1 img,.thumb-img2 img{
	width:100%;
}
.thumb-img1{
	position:relative;   
    height: auto;
    overflow: hidden;
    position: relative;
	width:44%;
	float:left;
	margin:0 15px 0 0;
}
.thumb-img2{
	position:relative;   
    height: auto;
    overflow: hidden;
    position: relative;
	width:100%;
}
.thumb-img3{
	position:relative;   
    height: auto;
    overflow: hidden;
    position: relative;
	width:200px;
	float:left;
	margin:0 15px 0 0;
}
.entry-blog{
	float:left;
	width:52%;
}
.entry-blog2{
	width:100%;
}
.widget .thumb-img1 img{
	max-width:260px; height:160px;
	width:100%;
}
.widget .thumb-img1{
	max-width:260px; height:160px;
	width:100%;
}
.theLabels{
	position:relative;
}
.theLabel{
	width:80px;
	height:45px;
	position:absolute;
	right:5px;
	top:0;
	font-family: "Lato", Tahoma, Georgia, Times, serif;
	color:#8c6307;
	text-align:center;
}
.label-grey{
	background:url(images/label-grey.png) no-repeat;
}
.label-red{
	background:url(images/label-red.png) no-repeat;
}
.label-blue{
	background:url(images/label-blue.png) no-repeat;
}
.label-green{
	background:url(images/label-green.png) no-repeat;
}
.label-orange{
	background:url(images/label-orange.png) no-repeat;
}
.labelText{
	display:block;
	padding:5px 0 0 0;
	font-size:14px;
	line-height:22px;
	text-overflow: ellipsis; /* will make [...] at the end */
    width: 65px; /* change to your preferences */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
	margin:0 auto;
	text-align:center;
}
/* Pricing Box */
#bgPricing{
	padding:30px 0;
}
#pricingTable{
	position:relative;
	z-index:2;
}
#pricingTable .columns-4{
	text-align:center;
}
#pricingTable .columns-4 .col4{
	float:none;
	display:inline-block;
	margin:0 1% 0 0;
	vertical-align:top;
}
.imgPricing img{
	width:100%;
}
.titleBox h1{
	margin:0;
	font-size:24px;
}
.titleBar{
	position:relative;
	text-align:center;
	margin:0 0 20px 0;
}
.titleBar h2{
	color:#fff;
	background:#1bbc9b;
	display:inline-block;
	padding:0 20px;
	position:relative;
	z-index:10;
	margin:0;
	font-weight:300;
	text-transform:uppercase;
	font-size:20px;
	line-height:45px;
}
.arrowRight{
	width: 0;
	height: 0;
	border-top: 23px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 20px solid #1bbc9b;
	position: absolute;
	right: -20px;
	top: 0;
}
.arrowLeft {
	width: 0; 
	height: 0; 
	border-top: 23px solid transparent;
	border-bottom: 22px solid transparent; 
	border-right:20px solid #1bbc9b; 
	position: absolute;
	left:-20px;
	top:0;
}
.line{
	position:absolute;
	top:50%;
	height:1px;
	width:100%;
	background:#bbbbbb;
}
.entryBox{
	font-size:13px;
	padding:0 0 15px 0;
}
.box4{
	background:#ffffff;
	border:solid 3px #dedede;
	position:relative;
	text-align:center;
	padding:0 0 20px 0;
}
.box4:before{
	-webkit-transform: skew(0deg, 10deg);
	-moz-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
	box-shadow:5px 5px 5px #666;
        position:absolute;
	background:#666;
	bottom:0;
	content:'';
	z-index:-5;
	width:30%;
	height:10%;		
	right:7px;
	opacity:0.5;
}
.box4:after{	
	-webkit-transform: skew(0deg, -10deg);
	-moz-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
	box-shadow:-5px 5px 5px #666;
        position:absolute;
	bottom:0;
	content:'';
	z-index:-5;
	width:30%;
	height:10%;
	background:#666;
	left:7px;
	opacity:0.5;
}

/* 8.1 - Comments */
#comments{
	padding:20px 0 0 0;
	border-top:solid 1px #ccc;
}
#comments .even{
	padding:15px;
	background:#f3f3f3;
	margin:0;
}
#comments .odd{
	padding:15px;
	background:#f1f1f1;
	margin:2px 0;
}
.comment-wrapper {
	position: relative;
}
#comments textarea{
	height:150px;
	background:#f3f3f3;
	outline:none;
}
.comment-wrapper .author-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	overflow:hidden;
}
.comment-wrapper .fn a{
	display:block;
}
.comment-wrapper .says{
	display:block;
}
.comment-wrapper .comment-author a {
	text-decoration: none;
}
.comment-wrapper .comment-author {
	font-size: 16px;
	margin: 0 0 10px 0;
}

.comment-wrapper .comment-author span {
	font-size: 14px;
	font-style: italic;
	color: #ccc;
	line-height: 1;
	font-weight: normal;
	margin: 0 0 0 5px;
}

.comment-wrapper p {
	width: 85%;
	margin: 0;
}

.comment-wrapper .reply a{
	display: block;
	margin: 10px 0 0 0;
	background: #ccc;
	width: 50px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	border-radius: 5px;
}
.comment-wrapper .reply a:hover{
	background:#999;
}
.blog-list-wrapper .comment-wrapper {
	border-bottom: #dee0e0 1px solid;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

ul.comment-list {
	margin: 0 0 22px 0 !important;
}

ul.comment-list ul {
	margin: 0;
}

ul.comment-list li {
	list-style: none !important;
	border-bottom: none !important;
}

ul.comment-list li li {
	margin: 0 0 0 30px;
}

#reply-title {
	margin: 0 0 28px 0 !important;
}

#cancel-comment-reply-link {
	font-size: 14px;
}

#respond {
	margin: 0 0 30px 0;
}

/* 9.0 - Testimonials */
.testimonial-wrapper {
	background: #fefefe;
	border: #e1e1e1 1px solid;
	padding: 20px;
	line-height: 140%;
	position: relative;
}

.testimonial-author-image {
	float: left;
	width: 15%;
}

.testimonial-full .testimonial-author-image {
	width: 12%;
}

.testimonial-author-image img {
	width: 100%;
}

.testimonial-text {
	float: right;
	width: 80%;
	font-style: italic;
	margin: 0 !important;
}

.testimonial-full .testimonial-text {
	width: 85%;
}

.testimonial-speech {
	background: url(images/testimonial-speech.png) no-repeat;
	width: 19px;
	height: 19px;
	position: absolute;
	bottom: -19px;
}

.testimonial-author {
	margin: 25px 0 0 20px !important;
	line-height: 120%;
}

.testimonial-full .testimonial-author {
	margin: 25px 0 30px 20px !important;
}

.testimonial-author span {
	color: #aaa;
}
/* 10.0 - Widgets */
.smallthumb{
	float:left;
	margin:0 10px 0 0;
	overflow:hidden;
	width:70px; height:75px;
}
/* 10.0 - Paging */
.page-pagination{
	clear:both;
	padding:10px 0;
}
.page-pagination a{
	display:block;
	width:30px; height:30px;
	color:#fff;
	border-radius:2px;
	text-align:center;
	line-height:30px;
	float:left;
	font-size:12px;
	margin:0 5px 0 0;
    font-family: 'Myriad Pro';
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.page-pagination a:hover,.page-pagination a.current{
	color:#fff;
}

/* 10.0 - Widgets */
#sidebar{
	padding:45px 0 0 0;
}
.widget {
	margin: 0 0 20px 0;
	overflow:hidden;
}
.widget .blog-title h3{
	font-size:16px;
	margin:0 0 0 0;
}
.page-content .widget p{
	margin:0 0 10px 0;
}
.widget .blog-title h3 a{
	color:#5D5F64;
}
.widget-title {
	margin:0;
	font-size:20px;
}
.widget-title h4{
	margin:0;
	padding:5px 20px;
}
#footer .widget {
    background: none;
	padding: 0 20px 0 0;
	margin: 0;
	box-shadow:none;
}
#footer .widget-title{
	background:none;
	padding:0;
	margin: 0 0 20px 0;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
}
#copyright{
	float:left;
	margin:0;
}
#copyright p{
	margin:0;
	line-height:50px;
}

/* 10.1 - FORM Widget */
#formwidget{
	margin:0 0;
}
.form-widget{
	position:relative;
}
.form-content{
	background:#fff;
	padding:10px;
	border-radius:10px;
	border:solid 1px #d3dce2;
}
.form-content h3{
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	border-bottom:solid 1px #ccc;
}
.form-content p{
	font-size:14px;
	margin:10px 0 20px 0;
}
#formwidget label{
	float:none!important;
	width:auto !important;
	padding:5px 0 !important;
	font-weight:normal !important;
	display:block;
	color:#858585;
}
#formwidget form{
	padding:15px !important;
}
#formwidget #contactForm{
	padding:0 !important;
	text-align:left;
}
#formwidget input[type="text"], #formwidget input[type="password"], #formwidget textarea,#formwidget input.sum{
	width:100% !important;
	margin:0 0 10px 0 !important;
	padding:12px 7px !important;
	border:solid 1px #e3e3e3;
	font-family: "Lato", Tahoma, Georgia, Times, serif;
	background:#fff;
	outline:none;
	border-radius:5px;
	height:40px;
	color:#666;
}
#formwidget input.sum{
	width:50px !important;
}
#formwidget input[type="text"].captcha{
	width:162px !important;
}
#formwidget input[type="text"].error, #formwidget input[type="password"].error,
#formwidget input.error, #formwidget textarea.error{
	background:#F00;
	color:#fff;
}
#formwidget textarea{
	resize:none;
	height:80px;
	line-height:normal !important;
}
#formwidget input[type="submit"]{
    font-size: 12px !important;
    padding: 8px 30px !important;
	line-height:20px !important;
    text-decoration: none !important;
	margin:0 auto;
	width:auto !important;
	text-transform:uppercase;
	border:none;
	float:right;
	height:40px;
	outline:none;
}
#formwidget label.error{
	display:none !important;
}
.error{
	color:#F00;
}
.rows{
	clear:both;
	overflow:hidden;
}
#captchabox{
	position:relative;
}
#spambot{
	position: absolute;
	left: 20px;
	bottom: -25px;
}
#imgcaptchabox{
	width:105px;
	float:left;
}
#imgcaptchabox img{
	height:40px;
}
#reload{
	font-size: 18px;
	position: absolute;
	line-height: 30px;
	left: 111px;
	top: 6px;
}
#formwidget input[type="text"]#captcha-answer{
	width: 100px !important;
	margin: 0 0 0 30px !important;
	height: 40px;
	font-family: 'BebasNeueRegular';
	font-size:30px;
	float:left;
	text-align:center;
	color:#666;
}
#bgTop{
	background:#fff;
}
/* 10.1 - Tags Widget */
.widget .tagcloud a, #footer .widget .tagcloud a {
	list-style: none;
	float: left;
	border: #c5c5c5 1px solid;
	padding: 10px;
	margin: 0 9px 9px 0;
	background: none;
	display:block;
	line-height: 100%;
}

.widget ul {
	margin: 0;
}
#sidebar .widget ul{
	padding:0 20px;
}
/* 10.3 - Latest Posts Widget */
.widget .latest-posts-list p{
	margin:0;
}
.widget .latest-posts-list li {
	list-style: none;
	margin: 0 0 7px 0;
	padding: 4px 0 4px 0;
}

.widget .latest-posts-list li .lpl-img {
	float: left;
}

.widget .latest-posts-list li .lpl-content {
	float: left;
	width: 71%;
	margin: 0 0 0 12px;
}

.widget .latest-posts-list li .lpl-content h6 {
	line-height: 1.2;
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
}

.widget .latest-posts-list li .lpl-content h6 span {
	font-size: 12px;
	color: #888;
	font-style: italic;
	font-weight: normal;
	display: block;
	margin: 5px 0 0 0;
	font-family: "Lato", Tahoma, Georgia, Times, serif;
}

/* 10.4 - Contact Widget */
.contact-phone {
	list-style-image: url(images/phone-icon.png) !important;
}

.contact-mail {
	list-style-image: url(images/mail-icon.png) !important;
}
.widget-about p.items{
	position:relative;
	padding:0 0 0 20px;
}
.widget-about .icons{
	position:absolute;
	left:0;
	top:0;
}
#subscribe h2{
	color:#fff;
}
#subscribe input[type=text],
#subscribe input[type=email]{
	height:35px;
	border-radius:5px;
	font-size:16px;
	border:none;
	padding:0 10px;
	width:60%;
}
#subscribe input[type=submit].button,
#subscribe input[type=button].button{
	border:none;
}
/* 11.0 - Footer */
#footer-top{
	padding:40px 0;
}
#carouselLogo{
	max-width:1000px;
	margin:0 auto;
}
.carousellogo-title{
	color:#7f7f7f;
	text-align:center;
}
.carousellogo-title h3{
	color:#444;
	font-size:30px;
	margin:0;
}
#footer-bottom{
	overflow:hidden;
	background:#181818;
	color:#888;
}
#footer-bottom p{
	margin:0;
}
#footer {
	font-size: 12px;
	color: #999;
	background:#444;
	padding:40px 0;
}
#footer a{
	color:#999;
}
#footer a:hover{
	color:#fff;
}
#navfooter{
	float:left;
}
#navfooter a{
	color:#7b8697;
	display:block;
	line-height:90px;
	padding:0 10px;
}
#navfooter a:hover{
	color:#1bbc9b;
}
#footer .logoFooter{
	color:#fff;
	font-family: "Lato", Tahoma, Georgia, Times, serif;
	font-size:40px;
	display:block;
	margin:0 0 10px 0;
}
#footer .logoFooter img{
	width:90%;
}
#footer .widget p{
	margin:0 0 10px 0;
	font-size:12px;
}
#footer h6 {
	font-family: "Lato", Tahoma, Georgia, Times, serif;
	color: #8a8a8a;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
#footer .col4 ul li {
	padding:5px 0;
	margin: 0 0 0 0;
	list-style-position: inside;
	border-bottom:dashed 1px #666;
}
#footer .col4 ul li span{
	color:#666;
}
#footer-info ul.social-icons{
	float:right;
	padding:30px 0 0 0 ;
}
#footer .col4 ul.social-icons li{
	list-style:none;
	margin:0 3px 0 0;
}
#footer .col4 ul li:last-child {
	background: none;
}
#footer-menu ul{
	display:none;
}
#footer-menu{
	float:right;
	margin:0;
	padding:0 0 0 0;
}
#footer-menu li{
	float:left;
	padding:0;
	margin:0;
}
#footer-menu li:first-child{
	border:none;
}
#footer-info{
	font-size:11px;
	line-height:15px;
	overflow:hidden;
}
#footer-info p{
	margin:0;
	font-size:11px;
}
#logoFooter{
	float:left;
}
.widget #logoFooter{
	float:none;
}
.vid{
	margin:0 auto;
}
.recaptchatable{
	background:#fff;
}
#recaptcha_image img{
	width:100% !important;
}
#formwidget .recaptchatable input[type="text"]{
	background:#fff !important;
	margin:0 !important;
}
.recaptchatable #recaptcha_image{
	width:100% !important;
}
.recaptchatable tr td:nth-child(3n+3) {
	display:none;
}
.recaptchatable tr:nth-child(2n+2) td:nth-child(2n+2){
}
.recaptcha_input_area{
	padding:0 !important;
}
#recaptcha_widget_div{
	margin:0 0 20px 0;
}
.the-content img {
	margin: 0;
	height: auto;
}
.attachment img {
	max-width: 900px;
}
.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;
}
#not-found{
	text-align:center;
	min-height:400px;
}
#callphone{
	display:none;
	clear: both;
	background: #000;
	text-align: center;
	margin: 20px auto;
	padding: 10px 20px;
	border-radius: 10px;
	color:#fff;
}
#callphone a{
	color:#fff;
}
#callphone img{
	position:relative;
	top:3px;
}
.recaptcha_only_if_privacy{
	display:none;
}
#testilist3 .testimonials{
	width:33%;
	float:left;
	clear:none !important;
}
/*
.pagings .prevpage a,.pagings .nextpage a{
	position:absolute;
	top:0;
	right:0;
	color:#000;
}
.pagings .prevpage a{
	right:50px;
}
.pagings a{
	display:block;
	width:40px; height:40px;
	line-height:40px;
}
.pagings .prevpage a:before,
.pagings .nextpage a:before{
	font-family: "flexslider-icon";
	font-size: 24px;
	display: inline-block;
	content: '\f001';
}
.pagings .nextpage a:before{
	content: '\f002';
}
*/