/*
Theme Name: Adviser Update
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,800,800italic,700italic);
body{ margin:0;padding:0; background-color:#fff; color:#858585; font:400 18px/30px 'Open Sans', sans-serif; cursor:default;}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'museo_slab500';
    src: url('/fonts/museo_slab_500-webfont.eot');
    src: url('/fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/museo_slab_500-webfont.woff') format('woff'),
         url('/fonts/museo_slab_500-webfont.ttf') format('truetype'),
         url('/fonts/museo_slab_500-webfont.svg#museo_slab500') format('svg');
}


h1, h2, h3, h4, h5, h6, form, input{ margin:0;padding:0; outline:none;}
h1,h2,h3,h4,h5,h6{color: #272727; font-weight:400;}
h2 a, h3 a, h5 a {color: #272727;}
h1{font-size: 30px; line-height: 36px;}
h2{ font-weight:700;font-size: 24px; line-height: 30px;}
h3{ font-weight:600;font-size: 18px; line-height: 30px;}
h4{ font-weight:600;font-size: 16px; line-height: 30px;}
img{ max-width:100%; height:auto;border:none;}
a{ color:#000;text-decoration:none; cursor:pointer;}
a:hover{color:#858585; text-decoration: none;
}
div, a, img{outline:none;}
.clear{clear:both; width:100%; height:0; font-size:0;}
.left{float:left;}
.right{float:right;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.hide{display:none !important;}
.clear{clear:both; width:100%; height:0; font-size:0;}

.clearfix:before, .clearfix:after{ display: table; /* 2 */content: " "; /* 1 */}
.clearfix:after{clear: both;}
.clearfix {*zoom: 1;}


.row{ margin:0 auto;width:1170px;}

#wrapper-con{margin-top:187px;}

/*Header CSS
-----------------------------------------------------------------------------------------------------------*/
.header{ position:fixed; top:0; z-index:999;width:100%; border-bottom:solid 1px #dedede;}

.header-top{height:30px; border-bottom:solid 1px #e2e2e2; background:#efefef; color:#989898; text-align:right; text-align:right; font-size:14px; line-height:30px; line- line- line- line-;} 
.header-top a{ display:inline-block; margin-left:36px;color:#989898;}
.header-top i{ display:inline-block; margin-right:5px;font-size:18px;}

.header-bottom{padding:50px 0 45px 0;}
.logo{float:left;}
.logo img{ display:block; width:449px;height:60px;}

.top-menu{float:right; padding-top:10px;}
.top-menu ul{ margin:0;padding:0; list-style:none;}
.top-menu ul li{ position:relative;float:left;}
.top-menu ul li a{ display:block; padding:10px 22px;color:#666666; text-transform:uppercase; font-weight:600; font-size:15px; line-height:22px;}
.top-menu ul li a:hover,
.top-menu ul li:hover > a,
.top-menu ul .current_page_item > a,
.top-menu ul .current_page_ancestor > a,
.top-menu ul .current-menu-item > a,
.top-menu ul .current-menu-ancestor > a{color:#000;}

.top-menu ul ul{ position:absolute; top:100%; left:0;display:none; padding:5px 20px; width:190px; background:#f2f4f5;}
.top-menu ul ul li{ float:none;border-top:1px solid #e1e4e6;}
.top-menu ul ul li:first-child{border-top:none;}
.top-menu ul ul li a{ padding:10px 0;font-size:13px; line-height:14px;}
.top-menu ul li:hover > ul{display:block;}
.top-menu ul ul ul{ top:-5px;left:100%;}
.top-menu ul ul li.ls ul{right:100% !important; left:auto;}
.top-menu ul li.drop-down > a{background:url(/img/arrow.png) right center no-repeat;}
.top-menu ul ul li.drop-down > a{ padding-right:10px;background:url(/img/sub_menu_arrow_right.png) right center no-repeat;}
.top-menu ul ul li.ls.drop-down > a{ padding-left:10px;background:url(/img/sub_menu_arrow_left.png) left center no-repeat;}
.top-menu ul ul li a:hover, 
.top-menu ul ul li:hover > a,
.top-menu ul ul .current_page_item > a,
.top-menu ul ul .current_page_ancestor > a,
.top-menu ul ul .current-menu-item > a,
.top-menu ul ul .current-menu-ancestor > a{color:#000;}

.header, .header-bottom, .logo img{
 -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;}

.has_top{top:-30px;}
.has_top .header-bottom{padding:5px 0;}
.has_top .logo img{ width:299px;height:40px;}
.has_top .top-menu{padding-top:0;}

.banner{position:relative;}
.banner img{width:100%;}
.banner .banner-content{position:absolute; top:0; left:0; z-index:9; width:100%;}
.banner .banner-heading{ padding:30px 0; color:#272727;font:normal 52px/72px 'museo_slab500';}
.banner .register-box{ padding:10px 24px; max-width:435px; border-bottom:solid 5px #454545;background:url(/img/bg1.png); color:#fff; text-transform:uppercase;}
.banner .register-box p{ margin:0;padding:0 0 15px 0;}
.banner .register-box span{ margin:0;padding:0 0 15px 0;text-transform:lowercase; font-size:16px;}
.banner .register-box .input{ float:left;width:65%; height:42px; line-height:42px;}
.banner .register-box .signup{float:right; padding:0 0 9px; width:29%; border:none; background:#454545; color:#fff; font:400 24px/30px 'Open Sans', sans-serif; cursor:pointer;}
.banner .register-box .signup:hover{background:#1e1e1e;}
.banner .register-box small{ text-transform:none;font-size:12px; line-height:18px;}

.banner-in{background:#efefef;}
.banner-in img{display:block;}


/*Main CSS
-----------------------------------------------------------------------------------------------------------*/
#main{padding:40px 0;}
#primary{float:left; width:72%;}
#secondary{float:right; width:26%;}
#content{ }
.full-width{width:100% !important;}

/*site-content*/
.site-content{text-align:left;}
.site-content h1{padding-bottom:15px;}
.site-content h2{padding-bottom:20px;}
.site-content img{border:none;}
.site-content p{ margin:0;padding:0 0 20px 0;}
.site-content hr{ padding-bottom:10px;border:none; border-top:solid 1px #bbbbbb;}

.welcome-text{ margin:0 auto; padding-bottom:30px;max-width:844px; text-align:center;}

h2.sp-title{ margin-bottom:40px; padding:0; background:url(/img/border.jpg) 0 center repeat-x; color:#272727;text-align:center; text-transform:uppercase; font-weight:700; font-size:24px;}
h2.sp-title span{ display:inline-block;padding:0 10px; background:#fff;}

.adv-update{padding-bottom:72px;}
.adv-update .column{float:left; width:25%; color:#5d5d5d; text-align:center; font-size:14px; line-height:20px;}
.adv-update h3{ padding:15px 0;text-transform:uppercase;}
.adv-update .thumb{ overflow:hidden; margin:0 auto;width:144px; height:144px; border:solid 5px #d4d4d4; border-radius:100%;}
.adv-update .con{padding:0 10px;}

.learn-more{ display:inline-block; padding:0 12px; background:#939598;color:#fff; font-size:18px; line-height:35px;}
.learn-more i{font-size:24px;}
.learn-more:hover{background:#272727; color:#fff;}

.how-it-works{ }
.how-it-works .column1{float:left; width:49%;}
.how-it-works .column2{float:right; width:49%;}


.input{	-moz-box-sizing: border-box; box-sizing: border-box; padding:0 10px; width:100%; height:42px; outline:none !important; border:solid 1px #3c3c3c; border-radius:3px; background:#fff;  color:#464646; font:400 17px/42px 'Open Sans', sans-serif;}

.textarea{	-moz-box-sizing: border-box; box-sizing: border-box; padding:5px 10px; width:100%; height:90px; outline:none !important; border:solid 1px #3c3c3c; border-radius:3px; background:#fff;  color:#464646; font:400 17px/30px 'Open Sans', sans-serif; resize:none;}
.submit{ padding:0 20px; height:42px; border:none; background:#454545; color:#fff;font-size:20px; font-size:24px; line-height:42px; cursor:pointer;}
.submit:hover{background:#000;}
.submit2{ padding:0 44px 0 20px; height:35px; border:none; background:url(/img/submit-arrow.png) right center no-repeat #939598; color:#fff;font-size:20px; font-size:24px; line-height:30px; cursor:pointer;}
.submit2:hover{ background:url(/img/submit-arrow.png) right center no-repeat #000;}

.find-more{ padding:3px 8px; border:none; background:#303133;color:#ffffff; font-size:14px; line-height:18px; cursor:pointer;}
.find-more:hover{background:#5b5d61; color:#fff;}


.home-bottom-sec{background:#d3d3d3; color:#3a3a3a; text-align:center; font-size:14px; line-height:24px;}
.home-bottom-sec .column{float:left; width:50%;}
.home-bottom-sec .con{padding:40px 80px; min-height:160px; border-right:solid 1px #fff;}
.home-bottom-sec .column:first-child .con{border-left:solid 1px #fff;}
.home-bottom-sec h1{font-size:36px;}

.recent-post{padding:48px 0 0 0; color:#6b6b6b; font-size:14px; line-height:21px;}
.recent-post h3{ padding-bottom:5px;color:#272727; text-transform:uppercase; font-weight:700; font-size:14px;}
.recent-post .thumb{float:left;}
.recent-post .con{margin-left:102px;} 
.recent-post a{color:#000;}
.recent-post a:hover{color:#e50a1f;}
ul.recent-post-list{ margin:0;padding:0; list-style:none;}
ul.recent-post-list li{ float:left; padding-bottom:48px;min-height:100px; width:50%;}
ul.recent-post-list li .box{padding-right:70px;}


.sidebar-content{ }
.widget-area{ }
.widget-area .widget{margin-bottom:30px; padding:14px; background:#eeeeee;}
.widget-area h3.widget-title{ margin-bottom:15px; font-weight:400;font-size:30px; line-height:36px;}
.widget-area ul{ margin:0;padding:0 0 0 30px; list-style:url(/img/bullate.png);}
.widget-area ul a{color:#666666; font-size:15px; line-height:22px;}
.widget-area ul a:hover{color:#000;}

.widget-area .widget.widget_search{ padding:0;background:none;}


.seach-box{border:solid 1px #a8a8a8;}
.seach-button{ display:block;float:right; width:44px; height:44px; border:none; background:url(/img/search-button.png) center center no-repeat; cursor:pointer;}
.search-txt{ padding:7px 12px; max-width:230px; border:none; background:none;color:#a8a8a8; font-size:18px; line-height:30px;}

.post-date { overflow: hidden; margin-bottom: 12px; width: 62px; height: 22px; border: 1px solid #c1bebe; border-radius: 1px;background:#e8eedd; color: #858585; text-align: center; font-size:14px; line-height:22px;}
.post-date .month {display: inline-block; width: 34px; text-transform: uppercase;}
.post-date .date { display: inline-block; width: 26px;border-left: 1px solid #c1bebe; background:#ffffff;}

.entry-meta{ padding-bottom:15px;font-size:14px; line-height:20px;}
.entry-meta a{color:#444444;}
.post{ padding-top:40px; padding-bottom:10px;border-top: 1px solid #c1bebe;}
.post:first-child{ padding-top:0;border:none;}


.sign-up-form{max-width:500px;}
ul.form{ margin:0;padding:0; list-style:none;}
ul.form li{float:left; padding-bottom:8px; width:100%;}
ul.form li .left{width:35%;}
ul.form li .right{width:62%;}
ul.form label{display:block; margin:0; padding:0 0 5px 0;}

.pricing-table{ padding:20px 0 20px 30px;font:normal 13px/18px Verdana, Geneva, sans-serif;}
.pricing-table .pt{width:1110px;}
.pricing-table h2{ margin:0; padding:0;color:#529180; text-transform:uppercase; font:normal 26px/36px 'museo_slab500';}
.pricing-table h3{ margin:0; padding:0;color:#000000; font:normal 18px/24px 'museo_slab500';}
.pricing-table ul{ margin:0;padding:0; list-style:none;}
.pricing-table ul li{ padding:5px; min-height:30px;border-bottom:solid 1px #505050;}
.pricing-table .fa-check{color:#529180; font-size:30px;}

.pricing-table .column1{float:left; padding:65px 0 30px 0; width:280px;}
.pricing-table .column1 .con{padding-right:15px;}
.pricing-table .column1 h2{font-size:18px;}

.pricing-table .column2{float:left; padding:36px 0 20px; width:260px; background:url(/img/pricing-table-column-bg.jpg) center bottom no-repeat; text-align:center;}
.pricing-table .column2 .con{ margin:0 14px;padding:10px 12px 30px 12px; border-radius:10px; background:#efefef;}
.pricing-table .column2 h2{padding-bottom:20px;}

.pricing-table .column3{float:left; width:280px; color:#fff; text-align:center;}
.pricing-table .column3 .con{ position:relative;padding:20px 12px 80px 12px; border-radius:10px; background:#529180;}
.pricing-table .column3 .con .ribon{position:absolute; top:-8px; right:-8px;}
.pricing-table .column3 h2{color:#ffde00;}
.pricing-table .column3 .fa-check{color:#fff;}
.pricing-table .column3 li{border-bottom-color:#fff;}
.pricing-table .column3 h3{padding-bottom:20px;}

.pricing-table .column4{float:left; padding:30px 0 20px; width:260px; background:url(/img/pricing-table-column-bg.jpg) center bottom no-repeat; text-align:center;}
.pricing-table .column4 .con{ margin:0 14px;padding:10px 12px 30px 12px; border-radius:10px; background:#efefef;}
.pricing-table .column4 h2{ }

.pricing-table .column-left, .pricing-table .column-right{float:left;}


.popup{ padding:30px 60px;width:860px; background:#ffffff;}
.popup h2{ padding-bottom:10px; color:#202020;text-align:center; font:normal 48px/60px 'museo_slab500';}
.popup h3{ padding-bottom:20px;color:#7a7979; font:400 30px/36px 'Open Sans', sans-serif;}
.popup ul.form{ margin:0;padding:0; color:#202020; list-style:none; font-size:24px;}
.popup ul.form li{float:left; margin-bottom:24px; padding:0; width:100%;}
.popup ul.form li .left{width:49%;}
.popup ul.form li .right{width:49%;}
.popup .con{ padding:10px; border:solid 3px #cccccc; background:#fff;color:#5e5e5e; font-size:25px; line-height:40px;}


/*Footer CSS
-----------------------------------------------------------------------------------------------------------*/
.footer{ padding:35px 0 45px 0;background:#212121; color:#ffffff; font-size:14px; line-height:21px;}
.footer .column{float:left; width:33.33%;}
.footer .column .box{padding-left:30px;}
.footer .column.first .box{padding-left:0;}
.footer h3{ padding-bottom:20px;color:#fefefe; font-weight:400; font-size:30px;}

.footer-menu{ }
.footer-menu ul{ margin:0;padding:0; list-style:none;}
.footer-menu ul li{padding:2px 0;}
.footer-menu ul li a{color:#fff; font-size:15px;}
.footer-menu ul li a:hover{color:#e50a1f;}

.foo-address{padding-bottom:25px;}
.foo-address .con{margin-left:48px;}
.foo-address i{float:left; padding-top:5px; font-size:30px;}

.foo-phone{ padding-bottom:25px;font-size:24px; line-height:32px;}
.foo-phone .con{margin-left:48px;}
.foo-phone i{float:left; padding-top:5px; font-size:30px;}
.foo-phone .con a{color:#fff;}

.foo-email{padding-bottom:25px;}
.foo-email .con{margin-left:48px;}
.foo-email i{float:left; font-size:24px;}
.foo-email a{color:#fff;}

.social-link{font-size:36px;}
.social-link a{ margin-right:5px;color:#fff;}
.social-link a:hover{color:#c9c9c9;}

.foo-contact-form{ }
.foo-contact-form p{ margin:0;padding:0 0 8px 0;}

.copyright{ padding:12px 0; background:#000000;color:#fff; text-align:center; font-size:13px; line-height:25px;}



/* ------------------------------------------------------------------------ */
/*  DASHBOARD PAGES
/* ------------------------------------------------------------------------ */
.dash .header {
	background-color: #fff;
}

#content-main {
	position: relative;
	margin-top: 240px;
	padding: 40px 0;
}

#content-welcome {
	position: relative;
	margin-top: 190px;
	padding: 40px 0;
}

.dash-nav {
	float: left;
	width: 100%; 
	border-top: solid 1px #e2e2e2;	
	background:#efefef; 	
	color:#989898; 
	text-align:right; 
	text-align:right; 
	font-size:14px;
}

.dash-nav ul {
	margin: auto;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 16px;
}

.dash-nav li {
	display: inline-block;
	float: left;
	margin: 0 20px;
	margin-bottom: -1px;
	padding: 6px 0px;
}

.dash-nav li a {
	display: block;
	color: #737577;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.dash-nav li a:hover {
	color: #313131;
	text-decoration: none;
}

.dash-nav li.active {
	border-bottom: 2px solid #333;
	font-weight: bold;
}

.dash-nav li.active a {
	color: #313131;
}



#footer {
	padding: 15px;
	background: #313131;
	font-size: 14px;
}

.borderbox {
	overflow: hidden;
	margin-bottom: 45px;
	padding: 0px;
	padding-bottom: 25px;
	border-bottom: 3px solid #eee;
}

h2 {
	margin-bottom: 20px;
}


.whitebox {
	float: left;
	margin-bottom: 35px;
	padding: 0px;
	border: 1px solid #EFEFEF;
}

.col-sm-8 .whitebox {
	width: 100%;
}

.whitebox h3 {
	font-size: 16px;
	font-family: "open sans", Helvetica, Arial, sans-serif;
}

.box-title {
	padding: 5px 20px;
	border-bottom: 1px solid #EFEFEF;
	background-color: #F7F7F7;
}

.box-title a {
	display: block;
}

.box-title a:hover {
	text-decoration: none;
}

.logo-title {
	padding: 20px 20px;
	border-bottom: 1px solid #EFEFEF;
	text-align: center;
}

.box-body {
	float: left;
	/* overflow: hidden; */
	padding: 20px;
	width: 100%;
	background-color: #fff;
	font-size: 14px;
}

.logo-body {
	overflow: hidden;
	padding: 20px;
	background-color: #F7F7F7;
	text-align: center;

}

.borderbox p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 160%;
}

.box-body p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 160%;
}

.box-body textarea {
    margin-bottom: 20px;
}

.box-body h4 {
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 14px;
}


.logo-name {
	margin-bottom: 15px;
	text-transform: capitalize;
	font-size: 18px;
}

.alert {
	margin-bottom: 40px;
	padding: 20px;
	padding-right: 40px;
	border: none;
	border-radius: 0;
	font-size: 14px;
}

.alert h3 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 16px;
	font-family: "open sans", Helvetica, Arial, sans-serif;
	line-height: 1em;
}

.alert h4 {
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: 0;
	font-size: 18px;
	color: #858585;
	font-family: "open sans", Helvetica, Arial, sans-serif;
	line-height: 1em;
}

.alert p {
	color: #313131;
}

.alert .btn {
	margin-top: 10px;
}

.media-left {
	padding: 0 40px 0 0;
}

.alert-info {
	border-radius: 0;
	background-color: rgba(82,144,128,0.25);
	text-align: left;
}

.label-info {
	border-radius: 0;
	background-color: #529080;
	text-align: left;
}

.btn-black {
	background-color: #313131;
	color: #fff;
}

.btn,
.btn:focus {
	padding: 6px 25px;
	border-radius: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	
}

.btn:focus {
	outline: none;
	border: 1px solid #ddd;
}

.btn-black:focus {
	color: #fff;
}

.btn-link {
	padding: 0 0px;
	color: #529080;
	font-size: 13px;
}

.btn-green {
	background-color: #529080;
	color: #fff;
}

.btn-grey {
	border: 1px solid #333;
	background-color: #fff;
	color: #333;
}

.btn-white {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333;
}

.btn-white:hover {
	border: 1px solid #529080;
	color: #529080;
}

.btn-green:hover,
.btn-black:hover {
	color: #fff;
}

.btn-black:hover{
	background-color: #529080;
}

.btn-green:hover{
	background-color: #313131;
}

.border-right {
	border-right: 1px solid #EFEFEF;
}

.border-top {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

.padding-bottom {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.faq-q {
	display: block;
	margin: 10px 0;
	color: #313131;
	line-height: 140%;
}

.faq-q:hover {
	color: #569586;
	cursor: pointer;
}

.faq-a {
	display: none;
	margin-bottom: 20px;
	line-height: 140%;
}


.edit-link {
	display: inline-block;
	border-bottom: 1px solid #ccc;
	color: #509080;
	font-weight: 700;
	line-height: 140%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.edit-link:hover {
	border-color: #333;
	color: #333;
	text-decoration: none;
}

.remove-link {
	display: inline-block;
	border-bottom: 1px solid #ccc;
	color: #D80000;
	font-weight: 700;
	line-height: 140%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.remove-link:hover {
	border-color: #333;
	color: #333;
	text-decoration: none;
}

.img-icon img {
	margin-right: 20px;
}

.list {
	list-style: none;
}

.list-check {
	padding: 0;
	list-style: none;
}

.list-check li {
	padding: 0 0 0 30px;
	background: url('/img/check-sm.jpg') no-repeat left 4px;
	color: #333;
}

.list-check li.list-missing {
	padding: 0 0 0 30px;
	background: url('/img/minus.jpg') no-repeat left 4px;
	color: #999;
}

.btn-box {
	display: block;
	padding: 15px;
	min-height: 110px;
	border: 1px solid #D9D9D9;
	background-color: #F9F9F9;
	color: #313131;
	text-align: center;
	line-height: 140%;
}

.btn-box:hover {
	border: 1px solid #569586;
	color: #569586;
	cursor: pointer;
}

.btn-box.box-active {
	min-height: 0;
	border: 1px solid #569586;
	background: #F9F9F9 url('/img/check-lg.jpg') no-repeat 15px center;
	color: #000;
}

.btn-box.box-inactive {
	min-height: 0;
	color: #999;
}

.btn-box strong {
	display: block;
}

.btn-box p {
	margin: 0;
	font-size: 16px;
	line-height: 120%;
}

.btn-box .glyphicon {
	margin-bottom: 10px;
	font-size: 24px;
}



.box-row {
	margin: 0 -15px;
}

.modal-body .form-group {
	font-size: 14px;
	line-height: 140%;
}

.box-row-spacer {
	display: inline-block;
	margin: 15px 0px;
	width: 100%;
}

.edit-links {
	float: right;
}

.list-simple {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
}

.list-simple li {
	float: left;
	padding: 5px 0 5px;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}

.list-simple a {
	font-weight: 700;
}

.badge {
	margin-left: 5px;
	background-color: rgba(147,149,152,0.5);
}

.modal-header {
  padding: 15px;
  min-height: 16.42857143px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #F7F7F7;
}

.modal-footer,
.modal-content {
  border-radius: 0;
}

.modal-footer {
	padding: 25px 35px;
	font-size: 14px;
}

.modal-footer .btn {
	position: relative;
	font-weight: bold;
	font-size: 16px;
}

.form-control {
	border-radius: 0;
}

.form-wide {
	width: 100% !important;
}

.form-control.valid {
	position: relative;
	border: 1px solid #529E8B;
	background:url(/img/check-sm.jpg) no-repeat 98% center;
	color: #529E8B;
}

.form-control.invalid {
	position: relative;
	border: 1px solid #D80000;
	background:url(/img/icon-x.png) no-repeat 97% center;
	color: #D80000;
}

.inputFacebook {
	padding-left: 35px;
	background: #fff url('/img/icon-facebook.png') no-repeat 8px center;
}

.inputTwitter {
	padding-left: 35px;
	background: #fff url('/img/icon-tw.png') no-repeat 8px center;
}

.inputGoogle {
    padding-left: 35px;
    background: #fff url('/img/icon-google-plus.png') no-repeat 8px center;
}

.inputLinkedIn {
    padding-left: 35px;
    background: #fff url('/img/icon-linkedin.png') no-repeat 8px center;
}

.input-error {
	color: #D80000;
	font-size: 12px;
}

.form-horizontal .control-label {
  margin-bottom: 0;
  padding-top: 7px;
  color: #333;
  text-align: left;
  font-weight: normal;
  line-height: 140%;
}

.form-horizontal .control-label label {
	font-weight: normal;
}

.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}

.form-control:focus {
  outline: 0;
  border-color: #333;
  
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.row.form-group {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

#show-coupon {
	display: none;
	margin-top: 20px;
}

#show-coupon input {
	max-width: 300px;
}

.col-center {
	display: inline-block;
	float: none;
	margin: auto;
	text-align: left;
}

label {
	line-height: 120%;
}

.col-center.col-sm-10 .whitebox {
	float: left;
	width: 100%;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: .15;
  filter: alpha(opacity=15);
}


.story-box {
	margin-bottom: 20px;
	padding: 0px;
	min-height: 110px;
	color: #313131;
	text-align: center;
	line-height: 140%;
}

.story-box:hover {
	color: #569586;
	cursor: pointer;
}

.story-box .story-title {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 120%;
}

.story-box .story-intro {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 120%;
}

.story-box.box-active .story-title {
	margin-top: -15px;
	padding-top: 30px;
	background: #fff url('/img/check-lg-w.jpg') no-repeat center 0px;
	color: #569586;
}

.list-cat {
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

.list-cat li {
	display: inline-block;
	margin: 3px;
	text-transform: uppercase;
}

.list-cat li a {
	display: block;
	padding: 2px 30px;
	border: 1px solid #ccc;
	border-radius: 100px;
	text-align: center;
}

.list-cat li a:hover {
	border-color: #529080;
	color: #529080;
}

.list-cat li.active a {
	border: 1px solid #444;
	background-color: #444;
	color: #fff;
	font-weight: bold;
}

.media-body {
  width: auto;
}

.modal-body {
  position: relative;
  padding: 25px 45px;
}

.modal-body .story-title {
	padding-bottom: 24px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-weight: 400;
	font-size: 30px;
}

.story-body h4 {
	margin: 40px 0 20px 0;
	font-weight: bold;
	font-size: 18px;
}

.modal-body .story-body p {
	font-size: 15px;
	line-height: 140%;
}

.modal-body p.highlight {
	margin: 40px 0;
	color: #333;
	font-style: italic;
	font-size: 18px;
}

.modal-body a {
	color: #529080;
}

.btn .glyphicon {
	margin: 0 10px 0 -10px;
}

.story-date {
	color: #999;
	font-weight: normal;
	font-size: 13px;
}

#show-stories {
	display: block;
	margin-bottom: 40px;
}

#show-stories .glyphicon {
	margin: 0 -10px 0 10px;
}

#past-stories {
	display: none;
}

.box-footer {
	padding: 20px 35px;
	border-top: 1px solid #EFEFEF;
	font-size: 16px;
	
}

.stats-row {
	display: block;
	padding: 3px 0 3px 110px;
	line-height: 140%;
	
}

.stats-row strong {
	display: inline-block;
	float: left;
	margin-left: -110px;
	width: 120px;
	color: #313131;
	font-weight: normal;
}

.box-stats-img {
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

#breadcrumb {
	margin-top: -30px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 14px;
}

#breadcrumb ul {
	padding: 0;
}

#breadcrumb ul li {
	position: relative;
	display: inline-block;
}

#breadcrumb ul li::after {
	margin-left: 10px;
}

textarea.form-subscribers {
	height: 400px;
}

.box-drag {
	margin: 30px 0;
	width: 100%;
	height: 120px;
	border: 1px dashed #ddd;
	border-radius: 4px;
	background: #f7f7f7 url('/img/drag.jpg') no-repeat left top;
	background-size: contain;
	cursor: pointer;
}

.box-drag-img {
	background: #f7f7f7 url('/img/drag-img.jpg') no-repeat left top;
}

.modal-body {
	font-size: 16px;
}

.modal-body h3 {
	margin-bottom: 30px;
	font-size: 24px;
}

.select-list {
	float: left;
	padding: 0 0 0 20px;
	/* width: 280px; */
}

.select-list label,
.select-list select {
	float: left;
	margin: 0 3px;
	width: auto;
}

.story-box .btn + .btn {
	margin-left: 0px;
}

.story-box-btn {
	margin-top: 10px;
	margin-bottom: -10px;
}


.story-box-img {
	position: relative;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: rgba(0,0,0,0.5);
}

.story-box-img img {
	border-radius: 3px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.story-box:hover .story-box-img img {
	opacity: 0.75;
}

.story-preview .btn {
    margin: 10px 0;
	padding: 5px 20px;
	width: 150px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	background-color: rgba(256,256,256,1);
	box-shadow:0 0 15px 0px rgba(0, 0, 0, 0.2);
	color: #fff;
	color: #000;
	color: #529080;
}

.story-preview .btn:hover {
	width: 160px;
}

.box-active .story-box-img img {
	border-color: #529080;
}

.story-box:hover .story-box-img img {
	border-color: #ccc;
}

.story-box .btn {
	margin-bottom: 10px;
	/* width: 100%; */
}

.btn-selected {
	color: #529E8B;
	font-weight: bold;
}

.fa-question-circle {
    color: #529080;
}

.story-img {
	margin: 40px 0;
}

.story-title-editor {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #eee;
}

.story-title-editor input {
	
}

.note-editable {
	max-height: 700px;
}

.story-label {
	display: block;
	margin-bottom: 10px;
	color: #ccc;
	text-transform: uppercase;
	font-weight: bold;
}

.social-fb {
	color: #445F9F;
}

.social-tw {
	color: #50ABF1;
}

.social-in {
	color: #1D87BD;
}


/* ------------------------------------------------------------------------ */
/*  CONTENT BOXES
/* ------------------------------------------------------------------------ */

.story-box.is-focused {
	
}

.story-box.is-focused .story-title {
	color: #529080;
}

.story-box.is-focused .story-box-img {
	border-color: #529080;
}

.story-box.is-focused .btn-group .btn {
	border-color: #529080;
	background-color: rgba(0,0,0,0.04);
}

.whitebox-side {
	padding: 20px 20px 20px 10px;
	line-height: 120%;
}
.whitebox-side h3 {
	display: block;
	margin: 0 0 -15px 0;
	font-size: 14px;
}

.whitebox-side p {
	font-size: 14px;
}

.story-date {
	margin: 30px 0;
}

input.datepicker {
	margin: 10px 0;
	padding-left: 40px;
	background: #f5f5f5 url('/img/icon-cal.png') no-repeat 10px center;
}

.date-change {
	float: left;
	width: 100%;
}

.datepicker {
	line-height: 100%;
}

.story-order {
	margin-bottom: 7px;
	color: #999;
	font-size: 13px;
}


/*======== Newsletter boxes ========*/
.box-swap {
	position: relative;
	display: none;
	float: left;
	padding: 20px;
	width: 100%;
	border-top: 1px solid #eee;
	background-color: rgba(0,0,0,0.03);
}

.box-swap:before {
	position: absolute;
	top: -17px;
	left: 50%;
	margin-left: -37px;
	width: 74px;
	height: 17px;
	background:url(/img/swap-arrow.png) no-repeat top;
	content: "";
}

.box-swap  h2 {
	margin: 0 0 40px 0;
	font-size: 22px;
}

.btn-swap-close {
	float: right;
	margin: -20px -10px 0 0;
	color: #529080;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

.l-row {
	float: left;
	margin: 30px 0;
	padding: 20px;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 4px;
	background-color: rgba(0,0,0,0.015);
}

.l-row .whitebox {
	margin: 0;
	box-shadow:0 0 5px 0px rgba(0, 0, 0, 0.05);
}

.swap-stories-wrap {
	position: relative;
	overflow: scroll;
	height: 340px;
}

.list-row {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 140%;
}

.div-row {
	padding: 20px 0;
}

.form-row {
	padding: 10px 0;
}

.dropdown-toggle {
	position: relative;
}

.toggled {
	display: none;
}

.no-list {
	margin: 0;
	padding: 0;
}

.no-list li {
	padding: 5px 0 5px 30px;
	list-style: none;
	font-size: 14px;
	line-height: 120%;
}

.no-list li img, .no-list li i {
	float: left;
	margin-left: -20px;
}

.datepicker table tr td.disabled,.datepicker table tr td.active {color: #fff !important;}
.datepicker table tr td.disabled,.datepicker table tr td {color: #333 !important;}
.datepicker table tr td.disabled,.datepicker table tr td.disabled {background:0 0;color:#ccc !important;cursor:default;}
.datepicker table th.dow {
	padding: 2px;
	border-radius: 0;
	background-color: #f5f5f5 !important;
	font-size: 12px;
}

/*======== Page Title ========*/
.page-title {
	margin: auto;
	padding: 2% 0 5% 0;
	max-width: 900px;
	text-align: center;
}

.page-title h2 {
	font-size: 20px;
}

.page-title h2 a {
	color: #999;
}

.page-title h3 {
	color: #999;
}

.input-group-addon { background-color: #fff }

.hidden {
    visibility: hidden;
    display: none;
}

table.mailing-list {
    font-size: 12px;
    line-height: 1;
}

.canvas-container {
    width: 100%;
    text-align:center;
    vertical-align: middle;
}

canvas {
    display: inline;
}

.iframe {

}

.iframe p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
}

.iframe a {
    font-size: 12px;
    line-height: 15px;
}

.iframe h5 {
    margin-bottom: 5px;
}

.au-content { }
.au-entry { font-size: 10px; line-height: 14px; padding: 10px 0; }
.au-title { font-size: 14px; padding-bottom: 5px;}
.au-title a { text-decoration: none; color: #000000; }
.au-title a:hover { text-decoration: underline; }
.au-desc { font-size: 12px; color: #808080; }

/*.modal-body {*/
    /* 100% = dialog height, 120px = header + footer */
    /*max-height: calc(100% - 120px);*/
    /*overflow-y: scroll;*/
/*}*/

/*.modal-dialog,*/
/*.modal-content {*/
    /* 80% of window height */
    /*height: 90%;*/
/*}*/