/*
 Theme Name:   At My Best
 Theme URI:    http://atmybest.com/
 Description:  At my best Child Theme
 Author:       PiperEdge
 Author URI:   http://piperedge.com
 Template:     atmybest
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  atmybest-child
*/

/** ====== Global styles ====== **/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
*,
*:before,
*:after{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
body{
	background: #fff;
	font-family: "museo-sans-rounded",sans-serif;
	color: #374045;
	font-weight: 300;
	line-height: 1.3;
	font-size: 14px;
	overflow-x: hidden;
}
table{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td{
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after{
	content: "";
}
blockquote, q{
	quotes: none;
	-webkit-hyphens: none;
	   -moz-hyphens: none;
	    -ms-hyphens: none;
	        hyphens: none;
}
a:focus,
a:active {
	outline: none !important;
	text-decoration: none !important;
}
a:hover, a:active {
	outline: 0 !important;
}
a:hover{
	text-decoration: none !important;
}
a img {
	border: 0;
}
img{
	max-width: 100%;
}
::-moz-selection{
	background:#f18903;
	color: #fff;
}
::selection{
	background: #f18903;
	color: #fff;
}
.white-text::-webkit-input-placeholder{
   color: white;
   opacity: 1;
}
.white-text::-moz-placeholder{
   color: white;
   opacity: 1;
}
.white-text:-ms-input-placeholder{
   color: white;
   opacity: 1;
}
.login-form input::-webkit-input-placeholder{
   color: #374045;
   opacity: 1;
}
.login-form input:-moz-placeholder{
   color: #374045;
   opacity: 1;
}
.login-form input::-moz-placeholder{
   color: #374045;
   opacity: 1;
}
.login-form input:-ms-input-placeholder{
   color: #374045;
   opacity: 1;
}
a,
input[type="submit"],
input[type="reset"],
button{
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
			transition: all 0.5s;
}
.p0{
	padding: 0 !important;
}
.p5{
	padding: 5px 0 !important;
}
.p10{
	padding: 10px 0 !important;
}
.p15{
	padding: 15px 0 !important;
}
.p20{
	padding: 20px 0 !important;
}
.p30{
	padding: 30px 0 !important;
}
.p40{
	padding: 40px 0 !important;
}
.p50{
	padding: 50px 0 !important;
}
.p60{
	padding: 60px 0 !important;
}
.p70{
	padding: 70px 0 !important;
}
.p80{
	padding: 80px 0 !important;
}
.m0{
	margin: 0 !important;
}
.m5{
	margin: 5px 0 !important;
}
.m10{
	margin-bottom: 10px !important;
}
.m15{
	margin-bottom: 15px !important;
}
.m20{
	margin-bottom: 20px !important;
}
.m25{
	margin-bottom: 25px !important;
}
.m30{
	margin-bottom: 30px !important;
}
.m40{
	margin-bottom: 40px !important;
}
.m50{
	margin-bottom: 50px !important;
}
.m60{
	margin-bottom: 60px !important;
}
.fn{
	float: none !important;
}
.fl{
	float: left !important;
}
.fr{
	float: right !important;
}
ul.unstyled, ol.unstyled{
	margin: 0;
	list-style: none outside none;
}
ul.unstyled > li, ol.unstyled > li{
	list-style: none;
}
.display-table{
	display: table;
	width: 100%;
	height: 100%;
}
.display-table-cell{
	display: table-cell;
	vertical-align: middle;
}
.pos-rel{
	position: relative;
}

p{
	color:#878586;
	/*text-align:initial !important;*/
}

/* ===== HEADER ===== */

.site-header{
	padding:35px 0 30px 0;
	transition: all 0.5s ease-in-out 0s;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	/*background-color:#fff;*/
	z-index:1000;
}

.site-header .menu ul li a{/*dougi added*/
	color:white;
}

.site-header #navbar{
	padding: 0;
}
.sticky{
	/* background-color:#fff; */
}

.site-header.sticky{
	padding:15px 0;
/* border-bottom:1px solid #eee;* /
}
.site-header.sticky .menu ul li a{/*dougi added*/
	color:gray;
}
.site-header.sticky .menu ul li.active a{/*dougi added*/
	color:#f29105;
}

.site-header.sticky .menu .dropdown-menu{
	top:26px;
}
.site-header .menu .dropdown-menu li a{
	color:gray;/*dougi added*/
}
.site-header.sticky .menu .dropdown-menu li a{
	color:gray;/*dougi added*/
}

.siteHeaderLogo{
	width:263px;
	height: 57px;
	background-size:100%;
	background-repeat:no-repeat;
}
.site-header.sticky .siteHeaderLogo{
}
@media only screen and (min-width: 980px)  {
	.siteHeaderLogo{
		background-image:url(/wp-content/uploads/2016/06/logoWhite.png);
	}
	.site-header.sticky .siteHeaderLogo{
		background-image:url(/wp-content/uploads/2016/06/logo.png);
	}

}
@media only screen and (max-width: 979px)  {
	.siteHeaderLogo{
		background-image:url(/wp-content/uploads/2016/06/logoNoWords.png);
	}
	.site-header.sticky .siteHeaderLogo{
		background-image:url(/wp-content/uploads/2016/06/logoNoWords.png);
	}
}


/*body.page-id-81 .site-header,
body.single .site-header,
body.archive .site-header/*,
body.page-template-default .site-header*/{
	border-bottom:3px solid #ededed;
}*/

/* .site-content{
	padding-top:121px;
} */

#primary-menu {
text-align: right;
}

.menu{
	text-align:right;
	padding:15px 0;
}
.menu ul{
	margin:20px 0 0 0;
	padding:0px;
}
.menu ul li{
	list-style:none;
	display:inline-block;
	padding-left:30px;
}
.menu ul li a{
	color:#878586;
	font-size:16px;
	font-weight:300;
	display:inline-block;
}
.menu ul li.active a{
	color:#f29105;
}

.caret{
	border:none;
}
.menu .fa{
	padding-top:3px;
}

/* .menu .open .dropdown-menu {
	position:absolute;
	float:left;
}

.menu .open .dropdown-menu {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;

} */

.menu .dropdown-menu{
	box-shadow:none;
	text-align:left;
	border:none;
	/*top:42px;*/
	border-radius:0px;
	margin-left: 30px;
	background-color:rgba(126,126,126, .95);
	border-left: 3px solid orange;
}
.menu .dropdown-menu li{
	padding:7px 0;
	display:block;
	border-bottom:1px solid #e1dfe0;
}
.menu .dropdown-menu li:last-child{
	border-bottom:none;
}
.menu .dropdown-menu li a{
	display:block;
	color: white !important;
}
.menu .dropdown-menu > .active > a, .menu .dropdown-menu > .active > a:hover, .menu .dropdown-menu > .active > a:focus{
	color:orange !important;
	background-color:transparent !important;
}



/*.single-post .menu li a{dougi added to deal with news posts menu having a white background
	color:gray !important;
}*/



/* ===== HOME PAGE ==== */

.banner{
	position:relative;
}
.banner_content{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	text-align:center;
	padding-top:5.5%;
}
.banner_content h2{
	color:#fff;
	font-size:50px;
	font-weight:500;
	text-shadow:0px 3px 3px rgba(0,0,0,0.35);
	 /*text-shadow:1px 1px 2px #000; */
	line-height:55px;
}

.banner_content p{
	padding:15px 0 20px 0;
	color:#fff;
	font-size:20px;
	font-weight:500;
	/* text-shadow:0px 3px 3px rgba(0,0,0,0.35); */
	margin:0px;
}

.banner_content .newsletter_sub input[type="submit"]{
	padding:12px 20px;
}
.newsletter_sub{
        padding-top:15px !important;
}
.video_play{
	/*position:absolute;
	bottom:19%;
	left:0px;
	right:0px;*/
	padding-top: 30px;
	text-align:center;
}
.video_play_icon{
	background-image:url('images/video_play.png');
	background-repeat:no-repeat;
	background-size:65px 65px;
	width:65px;
	height:65px;
	display:inline-block;
	color:transparent;
	text-indent:-9999px;
}
.video_play_icon:hover{
	color:transparent;
}
.video_play span{
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:500;
	padding-top:15px;
	text-shadow:0px 3px 3px rgba(0,0,0,0.35);
}
.flexslider{
	background:none;
	border:none;
	box-shadow:none;
}
.flex-control-nav,
.flex-direction-nav{
	display:none;
}

.arc-trans,
.arc-gray{
	position:relative;
}
.arc-trans::after,
.arc-gray::after{
	position:absolute;
	bottom:-1px;
	left:0px;
	right:0px;
	background-repeat:no-repeat;
	background-position:center center;
	height:70px;
	width:100%;
	margin:0 auto;
	content:'';
}
.arc-trans::after{
	background-image:url('images/arc.png');
}
.arc-gray::after{
	background-image:url('images/arc-gray.png');
}

.section-title{
	font-size:40px;
	font-weight:300;
}
.txt-white{
	color:#fff;
}
.txt-black{
	color:#797577;
}
.txt-uppercase{
	text-transform:uppercase;
}

.about_my_best p.text-center{
	font-size:20px;
	font-weight:300;
	position:relative;
	color:#878586;
}
.about_my_best p.text-center::after{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	border-bottom:2px dotted #ccc;
	content:'';
	margin:0 auto;
	width:30%;
}
small{
	position:relative;
	top:-14px;
	right:7px;
}
.custom_contact small{
	color:#fff;
	right:-4px;
}
.page_title_section small{
	right:-2px;
	top:-5px;
}
.work-positive small{
	right:-4px;
}
.about_blocks{
	text-align:center;
}
.about_blocks h3{
	font-size:34px;
}
.about_blocks figure img{
	border-radius:50%;
}
.about_blocks p{
	font-size:20px;
	color:#878586;
	line-height:28px;
        margin-bottom:10px;
}
.about_blocks ul{
	margin:0px;
	padding:35px 0 0 0;
}
.about_blocks ul li{
	display:inline;
	list-style:none;
	margin-right:10px;
}
.about_blocks ul li a{
	padding:15px 30px;
	text-transform:uppercase;
	display:inline-block;
	font-size:18px;
}
.about_blocks ul li:first-child a{
	background-color:#f29105;
	color:#fff;
}
.about_blocks ul li:last-child a{
	background-color:#f5f5f5;
	color:#f29105;
}
/* .about_blocks ul li:first-child a:hover{
	background-color:#f5f5f5;
	color:#f29105;
}
.about_blocks ul li:last-child a:hover{
	background-color:#f29105;
	color:#fff;
} */

.home_testimonial{
	background-image:url('images/testimonial_bg.png');
	background-repeat:no-repeat;
	background-size:cover;
	padding:60px 0 120px 0;
}
.home_testimonial figure img{
	cursor:pointer;
}

.testi_slider{
	text-align:center;
	padding:0 70px;
}
.testi_slider figure{
	width:150px;
	height:150px;
	background-color:#fff;
	border-radius:50%;
	vertical-align:middle;
	padding:0px;
	line-height:150px;
	margin:0 auto;
	overflow:hidden;
}
.testi_slider ul{
	margin:0px;
	padding:0px;
}
.testi_slider ul li{
	margin:0px;
	padding:0px;
	list-style:none;
}
.testi_slider ul li p{
	font-size:20px;
	color:#fff;
	line-height:24px;
}
.testi_slider ul li .author_name{
	font-size:15px;
	color:#fff;
	display:block;
}
.testi_slider ul li .author_position{
	font-size:15px;
	color:#fff;
	display:block;
}

.featured_case_studies{
}
.featured_case_studies p{
	font-size:17px;
	line-height:24px;
}
.read_more{
	display:block;
	color:#f29105 !important;
	font-size:18px;
	font-weight:600;
	padding-top:15px;
}

.custom_contact{
	text-align:center;
	background-image:url('images/custom_contact.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	padding:60px 0 130px 0;
}
.custom_contact	p{
	font-size:24px;
	color:#fff;
}
.custom_contact	a{
	background-color:#f29105;
	color:#fff !important;
	display:inline-block;
	padding:12px 30px;
	font-size:18px;
	text-transform:uppercase;
	font-weight:500;
	border-radius:6px;
}
/* .custom_contact	a:hover{
	color:#000;
}
 */
.custom_contact	a:hover{
	background-color:#ff5c03;
}
.featured_news_hold{
	background-color:#f9f9f9;
}
.featured_news_hold .featured_news{
	border:1px solid #f1f1f1;
	border-radius:15px;
	padding:30px;
	background-color:#fff;
}
.featured_news_hold .featured_news .cat{
	display:block;
	font-weight:500;
	color:#f18f00;
	font-size:20px;
}
.featured_news_hold .featured_news .cat a{
	color:#f18f00;
}
.featured_news_hold .featured_news h3{
	font-size:20px;
	color:gray;
	font-weight:300;
	padding-bottom:15px;
	position:relative;
	min-height:40px;
}
.featured_news_hold .featured_news h3::after {
    border-bottom: 2px dotted #ccc;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
}
.featured_news_hold .featured_news p{
	font-size:17px;
	color:#878385;
	padding:25px 0;
}
.featured_news_hold .featured_news .read_more{
	padding:0px;
	min-height:
}
.featured_news_hold .featured_news ul{
	margin:0px;
	padding:20px 0 0 0;
}
.featured_news_hold .featured_news ul li{
	display:inline;
	list-style:none;
	margin-right:10px;
}
.featured_news_hold .featured_news ul li a{
	width:30px;
	height:30px;
	line-height:33px;
	text-align:center;
	font-size:16px;
	display:inline-block;
	border-radius:50%;
	background-color:#e8e8e8;
	color:#fff;
}
.featured_news_hold .featured_news ul li a:hover{
	background-color:#f29105;
}
.c-btn{
	background-color:#f29105;
	color:#fff !important;
	font-size:18px;
	text-transform:uppercase;
	display:inline-block;
	padding:12px 30px;
	text-align:center;
	border-radius:6px;
	margin:40px 0 0 0;
	font-weight:500;
}
.c-btn:focus{
	color:#ff5c03;
}

.c-btn:hover{
	background-color:#ff5c03;
}

.our_store{
	background-color:#fff;
}
.our_store p{
	font-size:18px;
	line-height:25px;
	padding-right:15px;
}
.quick_links_gray{
	background-color:#f9f9f9;
	padding:15px 30px;
	border-radius:10px;
}
.quick_links{
	padding-left:0px;
}
.quick_links h3{
	font-size:38px;
	font-weight:300;
	color:#878586;
}
.quick_links ul{
	margin:0px;
	padding:0px;
}
.quick_links ul li{
	list-style:none;
	margin-bottom:15px;
	position:relative;
}
.quick_links ul li::after{
	content:'\f0a9';
	font-family:FontAwesome;
	right:10px;
	top:15px;
	position:absolute;
	font-size:18px;
	color:#fff;
        width:20px;
}
.quick_links ul li a{
	background-color:#f29105;
	padding:15px;
	color:#fff;
	font-size:16px;
	display:block;
	text-transform:uppercase;
        border-radius:6px;
	/* font-weight:500; */
}
.quick_links ul li a:hover{
	background-color:#ff5c03;
}
/*
.atmy_product{
	position:relative;
}
.atmy_product figure{
	position:absolute;
	right:0px;
	top:0px;
} */

.modal-header{
	position:relative;
}
button.close {
    background: #f29105;
    border-radius: 50%;
    box-shadow: none;
    color: #fff;
    float: none;
    height: 35px;
    line-height: 30px;
    opacity: 1;
    position: absolute;
    right: -30px;
    top: -8px;
    width: 35px;
	text-shadow:none;
}
button.close:hover {
	opacity:1;
}

/* ===== CARD PAGE ===== */

.hero_img{
	position:relative;
}
.hero_img figure img{
	width:100%;
}
.page_title_section{
	position:absolute;
	left:0px;
	right:0px;
	top:45%;
	margin:0 auto;
	text-align:center;
	transform: translateY(-50%);
}
.page_title{
	font-size:60px;
	font-weight:500;
	text-shadow:1px 1px 2px #000;
}
.sub_title{
	font-size:20px;
}
.strength_cards p{
	font-size:18px;
	line-height:30px;
	color:#878586;
}
.strength_cards h2{
	font-size:34px;
}


.why_strength_cards p{
	font-size:18px;
	line-height:30px;
	text-align:justify;
	display:block
}

.how_do_you_use{
	background-color:#f2f2f2;
	padding:130px 0 60px 0;
}
.how_do_you_use ul{
	margin:0px;
	padding:0px;
}
.how_do_you_use ul li{
	margin:0px 0 10px 0;
	padding:0px;
	list-style:none;
	font-size:20px;
	font-weight:300;
	color:#878586;
	cursor:pointer;
}
.how_do_you_use ul li.active{
	color:#f29105;
}
/* .how_do_you_use ul.slide_head li{
	float:none !important;
} */
.statements_hold p{
	font-size:20px;
	color:#878586;
}
.statements_hold span{
	display:block;
	margin-bottom:10px;
}
figure.users_img img{
	border-radius:50%;
}
.statements_hold .fl{
	width:70%;
}
.statements_hold .fr{
	width:30%;
}

.exercise_idea{
	background-color:#fff;
	padding:35px;
	border-radius:10px;
}
.exercise_idea h3{
	color:#f29105;
	font-size:24px;
}
.idea_tag{
	display:block;
	color:#f29105 !important;
	font-size:16px;
	padding-left:75px;
	line-height:57px;
	position:relative;
	margin:25px 0;
}
.idea_tag:hover,
.idea_tag:focus{
	color:#f29105 !important;
}
.idea_tag::before{
	width:65px;
	height:65px;
	border:1px dotted #fadaa8;
	border-radius:50px;
	position:absolute;
	left:0px;
	top:0px;
	font-family:FontAwesome;
	font-size:25px;
	text-align:center;
	color:#f29105;
	line-height:60px;
}
.idea_tag.group::before{
	content:'\f0c0';
}
.idea_tag.solo::before{
	content:'\f007';
}
.exercise_idea p{
	color:#878385;
	font-size:17px;
	line-height:23px;
	padding:0 0 15px 0;
	text-align:left;
}
.exercise_idea .read_more{
	color:#f29105 !important;
}
.testimo p{
	font-size:22px;
	text-align:center;
	font-weight:300;
	color:#878586;
}
.testimo span{
	display:block;
	margin-top:10px;
	text-align:center;
	font-size:16px;
	color:#908e8f;
}
.testimo .fl{
	width:65%;
}
.testimo .fr{
	width:25%;
}
.testimo .fr figure{
    background-image:url("images/circle-dotted.png");
	background-repeat:no-repeat;
	background-size:180px 180px;
    display: inline-block;
    height: 180px;
    line-height: 180px;
    width: 180px;
	text-align:center;
}

/* ===== 360 PAGE ==== */

.discover_strength p, .discover_strength li{
	font-size:18px;
	line-height:28px;
	color:#878586;
}


.discover_strength h3 {font-size: 26px;}
.video_placeholder img{
	cursor:pointer;
	box-shadow:0px 0px 6px #ccc
}
.discover_strength .newsletter_sub input[type="text"]{
	background-color:#f1f1f1;
	padding:8px 30px;
}
.how_does_work{
	background-color:#f9f9f9;
}
.how_does_work h3{
	text-align:center;
	padding-bottom:30px;
	font-size:30px;
	color:#797577;
}
.how_does_work h4, h4.how_do-ch{
	text-align:center;
	font-size:22px;
	padding:0 0 20px 0;
	color:#878586;
	margin-top:25px;
}
h4.how_do-ch{
        padding:0;
}
.how_does_work .newsletter_sub input[type="text"]{
	background-color:#fff;
	padding:8px 30px;
	border-color:#f1f1f1;
}
.any_ques{
	position:relative;
}
.any_ques::before{
	border-top:2px dotted #ccc;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	content:'';
	width:25%;
	margin:0 auto;
}
.any_ques p{
	width:40%;
	font-size:22px;
	margin-bottom:20px;
	margin:0 auto;
	color:#878586;
}
.any_ques ul{
	margin:0px;
	padding:0px;
}
.any_ques ul li{
	display:inline-block;
	list-style:none;
	margin-right:20px;
	width:185px;
}
.any_ques ul li a{
	display:block;
	padding:12px 0;
}

/* ===== APPS PAGE ==== */

.discover_apps p{
	font-size:17px;
	color:#878586;
	line-height:25px;
	position:relative;
}

.discover_apps img,
.discover_apps figure img{
	/*border-radius:50%;*/
	border-radius:8px;
}
.discover_apps img {margin-bottom: 1em;}

/*

.discover_apps ul{
	margin:20px 0 0 0;
	padding:0px;
	display: inline-block;
}
.discover_apps ul li{
	list-style:none;
	font-size:17px;
	color:#878586;
	position:relative;
	margin-bottom:20px;
	padding-left:50px;
	line-height:25px;
}
.discover_apps ul li::before{
	content:'\f069';
	font-family:FontAwesome;
	left:10px;
	top:3px;
	position:absolute;
	font-size:30px;
	color:#f29105;
}

*/

.atmy_img{
	position:relative;
	top:10px;
}
.atmy_img img{
	border-radius:0px !important;
}
.mailing_list input[type="text"]{
	border:1px solid #f1f1f1;
	border-radius:0px;
	padding:12px;
	font-size:18px;
	width:100%;
}
.mailing_list input[type="submit"]{
	background-color:#f29105;
	border-radius:0px;
	padding:12px;
	font-size:18px;
	width:100%;
	color:#fff;
	box-shadow:none;
	border:none;
	margin-top:10px;
}
.email_sub{
	background-color:#f9f9f9;
	border-radius:10px;
	padding:30px 0;
}

/* ===== FOOTER ==== */

.questions_abt{
}
.faq-btn{
	display:block;
	background-color:#f29105;
	padding:10px;
	text-transform:uppercase;
	text-align:center;
	font-size:17px;
	color:#fff !important;
	font-weight:500;
        border-radius:6px;
}
.faq-btn:hover{
	color:#fff;
	background-color:#ff5c03;
}
.questions_abt figure{
	padding:0 15px;
}
.questions_abt figure img{
	border-radius:50%;
}
.questions_abt figcaption{
}

.faq_hold .panel-group .panel-default .panel-heading{
	background-color:#fff;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	padding:15px 0 15px 20px;
	position:relative;
	border:1px solid #f1f1f1;
	border-radius:7px;
}
.faq_hold .panel-group .panel-default .panel-heading h4 a.collapsed::before{
	position:absolute;
	right:30px;
	top:15px;
	font-family:FontAwesome;
	content:'\f055';
	font-size:20px;
	color:#f29105;
}
.faq_hold .panel-group .panel-default .panel-heading h4 a::before{
	position:absolute;
	right:30px;
	top:15px;
	font-family:FontAwesome;
	content:'\f056';
	font-size:20px;
	color:#f29105;
}
.faq_hold .panel-group .panel-default .panel-heading h4 a{
	width:100%;
	display:block;
	color:#878586;
	font-size:15px;
	font-weight:500;
	text-transform:none;
}
.faq_hold .panel-body{
	font-weight:300;
	font-size:14px;
	border:none !important;
	padding:10px 20px;
	color:#878586;
	line-height:22px;
}
.faq_hold .panel-body a{
	color:#f29105;
}
.faq_hold .panel-group .panel{
	border-radius:5px;
	box-shadow:none;
	margin-bottom:15px;
	border:none;
}
.faq_hold .panel-default {
    border-color:#f1f1f1;
}
.faq_hold .panel-default > .panel-heading + .panel-collapse > .panel-body{
	border-color:#f1f1f1;
}
.faq_hold{
	position:relative;
	padding-bottom:60px;
	overflow:auto;
}
.faq_hold:last-child{
	padding-bottom:0px;
}
.faq_hold::after{
    border-bottom: 2px dotted #ccc;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 30%;
}
.faq_hold:last-child::after{
	display:none;
}

.faq_sidebar{
	border:1px solid #f1f1f1;
	border-radius:7px;
	padding:30px;
}
.faq_sidebar a{
	display:block;
	text-transform:uppercase;
	background-color:#f29105;
	color:#fff;
	font-size:18px;
	font-weight:500;
	text-align:center;
	padding:10px;
	margin-top:15px;
        border-radius:6px;
}
.faq_sidebar.about_blocks ul li a{
	padding:10px 25px;
}
.faq_sidebar.about_blocks ul{
	padding:0px;
}
.faq_sidebar .buy_btn .dropdown-menu{
	padding:10px !important;
	left:0px;
}
.faq_sidebar .buy_btn .dropdown-menu li a{
	padding:0px !important;
	margin:0px;
}
.quick_contact{
	border-radius:10px;
	background:url(images/faq-bg.png) no-repeat;
	background-size:cover;
	padding:25px;
	text-align:center;
}
.quick_contact h3{
	font-size:28px;
	font-weight:300;
	padding-bottom:15px;
	color:#fff;
}
.quick_contact p{
	color:#fff;
	font-size:18px;
	padding-bottom:15px;
}
.quick_contact a{
	background-color:#f29105;
	color:#fff !important;
	font-size:16px;
	font-weight:500;
	display:inline-block;
	padding:10px 20px;
	text-transform:uppercase;
        border-radius:6px;
}
.support_link{
	font-size:18px;
	display:inline-block;
	font-weight:500;
	padding-left:15px;
	margin:15px 0;
	color:#797577;
}
.support_link a{
	color:#f29105;
}

.apps_dwl{
	border:none;
	background:none !important;
	padding:0px 40px !important;
	margin-top:20px !important;
}

/* ===== FOOTER ==== */

.arc-white{
	position:relative;
}
.arc-white::before{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	margin:0 auto;
	content:'';
	background-image:url('images/arc-white.png');
	background-repeat:no-repeat;
	width:212px;
	height:71px;
}
.single-post .arc-white::before{
	background-image:none;
}
.footer_newletter{
	/*background-image:url('images/footer_img.png');*/
	background-image:url('/wp-content/uploads/2016/06/footer_imgv2.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	padding:120px 0;
}
.footer_newletter h2{
	font-size:38px;
	font-weight:300;
	color:#fff;
}
.newsletter_sub form{
	padding-top:30px;
}
.newsletter_sub input[type="text"]{
	border:1px solid #fff;
	background-color:#fff;
	padding:8px 15px;
	border-radius:0px;
	font-size:16px;
	font-weight:500;
	margin-right:7px;
}
.newsletter_sub input[type="text"]:focus{
	border-color:#f29105;
	outline:none;
}
.newsletter_sub input::-webkit-input-placeholder{
   color: #878586;
   opacity: 1;
}
.newsletter_sub input:-moz-placeholder{
   color: #878586;
   opacity: 1;
}
.newsletter_sub input::-moz-placeholder{
   color: #878586;
   opacity: 1;
}
.newsletter_sub input:-ms-input-placeholder{
   color: #878586;
   opacity: 1;
}
.newsletter_sub input[type="submit"]{
	border:none;
	background-color:#f29105;
	padding:11px 45px;
	border-radius:0px;
	font-size:16px;
	font-weight:500;
	box-shadow:none;
	color:#fff;
	text-shadow:none;
}
.newsletter_sub input[type="submit"]:hover{
	background-color:#ff5c03;
	color:#fff;
}
.footer_social{
	text-align:right;
}
.footer_social ul{
	margin:25px 0 0 0;
	padding:0px 70px 0 0;
}
.footer_social ul li{
	list-style:none;
	display:inline;
	margin-left:15px;
}
.footer_social ul li a{
 }
.footer_social ul li .icons{
	background-repeat:no-repeat;
	width:76px;
	height:76px;
	display:inline-block;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer_social ul li a .icons.facebook-icon{
	background-image:url('images/fb.png');
}
.footer_social ul li a .icons.twitter-icon{
	background-image:url('images/tw.png');
}
.footer_social ul li a .icons.linkedin-icon{
	background-image:url('images/link.png');
}
.footer_social ul li a .icons.plus-icon{
	background-image:url('images/work.png');
}

.footer_social ul li .icons:hover{
	transform:rotateY(360deg);
}

.footer_social ul li a:hover .icons.facebook-icon{
	background-image:url('images/fb-h.png');
}
.footer_social ul li a:hover .icons.twitter-icon{
	background-image:url('images/tw-h.png');
}
.footer_social ul li a:hover .icons.linkedin-icon{
	background-image:url('images/link-h.png');
}
.footer_social ul li a:hover .icons.plus-icon{
	background-image:url('images/work-h.png');
}


.footer_social ul li a{
	color:transparent;
	text-align:center;
	vertical-align:middle;
	border-radius:50%;
	display:inline-block;
}
.site-info{
	padding-top:40px;
}
.site-info .menu{
	text-align:left;
}
.site-info .menu li{
	list-style:none;
	margin-bottom:6px;
}
.site-info .menu li a{
	color:#757173;
	font-size:16px;
}
.site-info .menu li a:hover{
	color:#f29105;
}
.site-info .copywrite{
	background-color:#f9f9f9;
	padding-bottom:15px;
	padding-top:15px;
	margin:40px 0 0px 0;
}
.site-info .copywrite .textwidget{
	text-align:left;
	margin-left:15px;
	font-size:16px;
	color:#757173;
}
.dbl{
	width:100%;
}
.support_sidebar{
	background-color:#f9f9f9;
	padding:30px;
	border-radius:10px;
}
.support_sidebar h3{
	color:#878586;
	font-weight:500;
	padding:20px 0;
	font-size:38px;
}
.support_sidebar p{
	color:#797577;
	font-weight:300;
	font-size:20px;
}
.support_sidebar p a{
	color:#f29105;
}
.support_sidebar ul{
	margin:0px;
	padding:20px 0 0 0;
}
.support_sidebar ul li{
	list-style:none;
	margin:0 0 10px 0;
	padding:0px;
}
.support_sidebar ul li a{
	display:block;
	text-align:center;
	background:#f29105;
	color:#fff;
	padding:10px;
	font-size:18px;
	text-transform:uppercase;
        border-radius:6px;
}
.support_sidebar ul li a:hover{
	background-color:#ff5c03;
}
/* ===== ABOUT US ==== */


/*contact page css start*/

.contact-area{
	padding:34px 0;
	margin:0 10px;
}

.contact-area p{
	font-size:22px;
	font-weight:300;
	color:#797577;
	line-height:32px;
	text-align:center;
}
.contact-area a, .contact-bottom p a{
	color:#f29105;
}
.contact-bottom small{
	font-size:14px;
	right:0px;
	top:-4px;
	position:relative;
}
.contact-description{
	margin-bottom:70px;
}
.form-align p span input, .form-align p span textarea {
	border:1px solid #f1f1f1;
	color:#878385;
	font-size:18px;
	width:100%;
	padding-left:15px;
	margin-bottom:20px;
	border-radius:0;
	font-weight:300;
}
.form-align p span textarea{
	height:230px;
}
input.wpcf7-submit{
	float:left;
	text-align:center;
	background:#f29105;
	padding:12px 30px;
	color:#fff;
	border:none;
	box-shadow:none;
	font-size:16px;
	text-transform:uppercase;
	font-weight:500;
	border-radius:6px;
}
input.wpcf7-submit:hover,
input.wpcf7-submit:focus{
	box-shadow:none;
	background-color:#ff5c03 !important;
}
.contact-right{
	background:#f9f9f9;
	padding:30px 40px;
	border-radius:5px;
}
.contact-right img{
	margin:auto;
	display:block;
	width:60px;
}
.contact-right h2{
	text-align:center;
	font-size:32px;
	color:#878586;
	padding:20px 0;
	font-weight:300;
}
.contact-right p{
	text-align:center;
	line-height:26px;
	font-size:17px;
	color:#797577;
	font-weight:300;
	padding-bottom:30px;
}
.contact-right a, .visit-page a{
	background:#f29105;
	text-align:center;
	padding:10px;
	margin-bottom:15px;
	display:block;
	color:#fff !important;
	text-transform:uppercase;
	font-weight:500px;
	font-size:16px;
        border-radius:6px;
}
.visit-page a{
	border-radius:6px;
}
.contact-right a i, .visit-page a i{
	padding-left:5px;
}
.contact-bottom{
	padding:60px 0 0 0;
	display:inline-block;
	margin:0 10px;
}
.contact-bottom p{
	font-weight:300;
	color:#797577;
	font-size:17px;
	margin-bottom:35px;
	text-align:left;
	line-height:26px;
}
.contact-description small{
    font-size: 16px;
    right: 0;
    top: -10px;
}

/*contact page css end*/

/*case study page css start*/

.case-study-area{
	margin:35px 0;
}
.case-list-area span{
	background:url(images/single-border.png) no-repeat;
	background-size:80px 80px;
	width:80px;
	height:80px;
	display:block;
	margin:auto;
	margin-bottom:10px;

}
.case-list-area span .fa{
	color:#f29105;
	font-size:30px;
	height:80px;
	width:80px;
	line-height:80px;
	text-align:center;
}
.com-page-title{
	font-size:38px;
	font-weight:300;
	color:#797577;
	text-align:center;
}
.case-video-area span{
	font-size:20px;
	font-weight:700;
	color:#f29105;
	background:none;
	width:100%;
	text-align:center;
	height:auto;
}
.case-video-area p{
	font-size:16px;
	font-weight:500;
	color:#797577;
	text-align:center;
        margin-bottom:10px;
}
.case-video-area p a{
	color:#f2930e;
}
.case-video-area p a:hover{
	color:#ff5c03;
}
.case-video-area img{
	margin:20px 0 40px 0;
	width: 100%;
}
.case-video-area figure{
	width: 100% !important;
	margin-top:40px;
}

.cs-video p{
	font-size:16px;
	line-height:25px;
	color:#878586;
	font-weight:300;
        padding:10px 0;
        margin:0 40px;
        text-align: left;
}
.cs-video .wp-caption .wp-caption-text {
color: #f2930e;
font-size: 18px;
}
.cs-video video {
margin: 20px 0;
}
.cs-video p:nth-of-type(2){
	padding:0;
}/*
.section-title{
	font-size:40px;
	font-weight:300;
}
.txt-white{
	color:#fff;
}
.txt-black{
	color:#797577;
}
.txt-uppercase{
	text-transform:uppercase;
} */

.casestudy-drop{
	padding:10px;
	border:1px solid #f1f1f1;
	border-radius:3px;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	color:#797577;
	font-size:20px;
	background-image:url('images/arrow.jpg');
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#fff;
	min-width:275px;
}

.about_my_best p.text-center{
	font-size:20px;
	font-weight:300;
	position:relative;
	color:#878586;
}
.about_my_best p.text-center::after{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	border-bottom:2px dotted #ccc;
	content:'';
	margin:0 auto;
	width:30%;
}

.about_blocks{
	text-align:center;
}
.about_blocks h3{
	font-size:28px;
}
.about_blocks figure img{
	border-radius:50%;
}
.about_blocks p{
	font-size:20px;
	color:#878586;
	line-height:28px;
}
.about_blocks ul{
	margin:0px;
	padding: 0;
}
.about_blocks ul li{
	display:inline;
	list-style:none;
	margin-right:10px;
}
.about_blocks ul li a{
	padding:15px 30px;
	text-transform:uppercase;
	display:inline-block;
	font-size:18px;
	border-radius:6px;
}
.about_blocks ul li:first-child a{
	background-color:#f29105;
	color:#fff;
}
.about_blocks ul li:last-child a{
	background-color:#f5f5f5;
	color:#f29105;
}
/* .about_blocks ul li:first-child a:hover{
	background-color:#f5f5f5;
	color:#f29105;
}
.about_blocks ul li:last-child a:hover{
	background-color:#f29105;
	color:#fff;
} */
.about_my_best h2{
	padding-bottom:0px;
}
.find{
	padding-bottom:90px;
}

/*case study page css end*/


/*the story page css start*/

.story-title{
	color:#797577;
	font-weight:300;
	font-size:38px;
	text-align:center;
	padding:70px 0;
}
.about-left p{
	color:#878586;
	font-weight:300;
	font-size:18px;
	padding-bottom:28px;
	line-height:23px;
	top:0px;
}
.about-left{
	margin-right:15px;
}
.about-right{
	margin-left:15px;
	padding-top:8px;
}
.about-left .s-share-buttons{
	display:none;
}
.abo-products-left p{
	background:url(images/abo-list-icon.png) no-repeat;
	padding-left:48px;
}
.abo-products-rigth{
	background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 5px;
    padding: 30px 40px;
}
.abo-products-right a{
	text-align:left;
}
.contact-right a:hover, .visit-page a:hover{
	background-color:#ff5c03;
}
.abo-products-right a i{
	float:right;
}
.about-products-list{
	background:url(images/About_bg.png) no-repeat;
	width:100%;
	background-size:cover;
}
.ch-color, .ch-color p{
	color:#fff;
}
.work-positive-area h3{
	background:url(images/work-po.png) center center no-repeat;
	width:100%;
	height:35px;
	margin-bottom:35px;
	color:transparent;
	text-indent:-9999px;
	background-size: 200px auto;
}
.work-positive-area p{
	font-size:20px;
	font-weight:300;
	color:#878586;
	line-height:24px;
	padding-bottom:40px;
	text-align:center;
}
.work-icon{
	background:url(images/border-circle.png) center center no-repeat;
    height: 187px;
    line-height: 187px;
    width: 187px;
	text-align:center;
	margin:auto;
}
.work-title{
	margin-top:30px;
}
.work-title h5, .work-title h4{
	color:#878586;
	font-weight:300;
	font-size:18px;
	text-align:center;
}
.work-title h4{
	color:#f29105;
	font-size:28px;
	padding:5px 0 35px;
}
.work-title p{
	font-size:18px;
}
.visit-page{
	padding:55px 0 0px;
}

/*the story page css end*/

/*casestudy page css start*/

.wrapper-dropdown-3 span{
	display: block;
    width: 100%;
	color:#797577;
	font-size:18px;
	font-weight:300;
}
.wrapper-dropdown-3 span i{
	color:#f29105;
	font-size:18px;
	float:right;
}
.casestudy-area-list{
	padding:0 10px;
}
.casestudy-area-list ul{
}
.casestudy-area-list ul li{
	border:1px solid #f1f1f1;
	border-radius:3px;
	padding:35px;
	margin-bottom:44px;
	list-style:none;
}
.case-list-icon{
	background:url(images/border-circle.png) center center no-repeat;
	background-size:148px 148px;
	height: 148px;
    line-height: 148px;
    width: 148px;
	text-align:center;
	margin:auto;
}
.case-list-icon i{
	color:#f29105;
	font-size:50px;
	text-align:center;
	line-height:148px;
}
.case-list-title span{
	font-size:24px;
	font-weight:300;
	color:#f29105;
	text-align:center;
	padding-top:15px;
	display:block;
	text-transform:capitalize;
}
.case-detail h4{
	border-bottom:1px dotted #acacac;
	padding-bottom:15px;
	color:#757173;
	font-weight:300;
	font-size:28px;
}
.case-detail p{
	/*color:#878586;
	font-weight:300;*/
	font-size:17px;
	padding:10px 0 10px;
	line-height:26px;
}
/*.case-detail,*/
.pd-ri a{
	color:#f29105;
	font-weight:700;
	font-size:16px;
	padding:26px 0;
}
.case-detail a i{
	font-size:20px;
	padding-left:10px;
}
.pd-ri{
	padding-right:0;
}
.pd-lf{
	padding-left:0;
}
.pagination{
	width:100%;
	margin:50px 0 70px;
}
.pagination ul li{
	font-size:18px;
	font-weight:500;
}
.pagination ul li a{
	color:#757173;
}
.pagination ul li a i{
	padding-right:10px;
}
a.case-next i{
	padding-left:10px !important;
}
li.case-button a {
	font-weight:700;
	color:#f29105 !important;
}

/*casestudy page css end*/

/*faq page css start*/

.concept ul li img{
	display:block;
	margin:auto;
	border-radius: 50%;
}
.concept ul li a{
	background:#f29105;
	text-align:center;
	padding:12px;
	color:#fff;
	display:block;
	margin:25px 0 50px;
	font-size:18px;
	font-weight:500;
}
.app_stores_buy{
}
.app_stores_links{
	opacity:0;
	visibility:hidden;
}
.app_stores_buy:hover .app_stores_links{
	opacity:1;
	visibility:visible;
	color:#000 !important;
}

.mlr15{
	margin-left:15px;
	margin-right:15px;
}

/* ==== BLOG ==== */

.entry-title{
	font-size:34px;
	font-weight:500;
}
.entry-title a{
	color:#797577;
}
.entry-title a:hover{
	color:#f29105;
}
.entry-meta{
	float:right;
	font-size:16px;
	color:#878586 !important;
	font-style:italic;
	margin-bottom:15px;
}
.entry-meta a{
	color:#878586 !important;
	font-style:italic;
}
.entry-content p{
	font-size:16px;
	margin-bottom:15px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	margin-bottom:15px;
	font-weight:500;
	color:#797577;
}
.entry-content h1{
	font-size:44px;
}
.entry-content h2{
	font-size:40px;
}
.entry-content h3{
	font-size:36px;
}
.entry-content h4{
	font-size:32px;
}
.entry-content h5{
	font-size:30px;
}
.entry-content h6{
	font-size:26px;
}
.entry-content blockquote{
	border-left:5px solid #f29105;
	padding-left:30px;
	margin:25px 0;
}
.entry-content blockquote p{
	font-size:22px !important;
	font-weight:400;
}
/* body.page .entry-content{
	margin:0px !important;
} */

/* ==== TESTIMONIAL ===== */

.bx-wrapper .bx-viewport{
	background:none;
	border:none;
	box-shadow:none;
}
.bx-wrapper img{
	display:inline-block;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center;
    width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background-color:transparent;
	border:1px solid #d7d7d7;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
	background-color:#d7d7d7;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:-60px;
}


/* ==== PAGINATION ==== */

.wp-pagenavi .pages{
	display:none;
}

.buy_btn .dropdown:hover .dropdown-menu{
	display:block;
}

.buy_btn .dropdown-menu{
	background:#f5f5f5;
	border:none;
	border-radius:7px;
	padding:10px;
	width:300px;
	position:relative;
	left:20px;
	top:24px;
}
.buy_btn .dropdown-menu::before{
	background-image:url('images/arc-hover.png');
	background-repeat:no-repeat;
	content:'';
	width:46px;
	height:23px;
	position:absolute;
	top:-23px;
	left:20px;
}
.buy_btn .dropdown-menu li{
	display:inline;
	margin:0px;
}
.buy_btn .dropdown-menu li a{
	padding:0px;
}

.arc_pagination{
	margin-bottom:20px;
}
.pagination-nav{
	text-align:center;
}
.pagination-nav ul{
	margin:0px;
	padding:0px;
}
.pagination-nav ul li{
	list-style:none;
	display:inline-block;
	margin-right:5px;
}
.pagination-nav ul li span,
.pagination-nav ul li a{
	color:#757173;
	font-weight:500;
	font-size:18px;
}
.pagination-nav ul li span.current{
	color:#f29105;
	text-decoration:underline;
}

/*
.arc_pagination .posts-navigation{
	position:absolute;
	top:0px;
}
.nav-next{
	float:none;
	width:auto;
	position:absolute;
	right:0px;
	top:0px;
}
.nav-previous{
	float:none;
	width:auto;
	position:absolute;
	left:0px;
	top:0px;
} */

.nav-links{
	position:relative;
	top:-20px;
	color:#f29105;
	font-size:18px;
}
.nav-links .nav-next{
	position:absolute;
	right:15px;
	top:0px;
	float:none !important;
	width:auto !important;
}
.nav-links .nav-previous{
	position:absolute;
	left:15px;
	top:0px;
	float:none !important;
	width:auto !important;
}
.nav-links .nav-previous a,
.nav-links .nav-next a{
	color:#f29105;
	font-weight:500;
}

.how_do_you_use .slick-track{
	margin:0px;
	padding:0px;
}
.how_do_you_use .slick-track .slick-slide {
    color: #878586;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
}
.slick-prev::before, .slick-next::before{
	display:none !important;
}
.slick-prev{
	top:-20px !important;
	left:0px !important;
	background-image:url(images/top_arrow.jpg) !important;
	background-repeat:no-repeat !important;
	width:28px !important;
	height:28px !important;
	box-shadow:none !important;
}
.slick-next{
	bottom:-20px !important;
	left:0px !important;
	background-image:url(images/bottom_arrow.jpg) !important;
	background-repeat:no-repeat !important;
	width:28px !important;
	height:28px !important;
	box-shadow:none !important;
	top:100% !important;
	margin-top:15px !important;
}
.slick-prev:focus,
.slick-next:focus,
.slick-prev:hover,
.slick-next:hover{
	box-shadow:none !important;
}

.mc-field-group,
.clear{
	display:inline-block;
}
.mc-field-group input[type="email"]{
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    margin-right: 7px;
    padding: 8px 15px;
}/*
.mc-field-group{
	position:relative;
}
.mce_inline_error{
	position:absolute;
	left:0px;
	bottom:0px;
} */
#mc-embedded-subscribe{
    background-color: #f29105;
    border: medium none;
    border-radius: 6px;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 45px;
    text-shadow: none;
}

#mc-embedded-subscribe:hover{
	background-color:#ff5c03;
}

.s-share-w-c{
	padding-top:30px !important;
}

.mc-field-group{
	position:relative;
}
#mc_embed_signup div.mce_inline_error{
	position:absolute;
}


.email_sub .mc-field-group, .email_sub .clear{
	display:block;
}

.email_sub .mc-field-group input[type="email"],
.email_sub #mc-embedded-subscribe{
	width:100%;
}

.email_sub #mc-embedded-subscribe{
	margin-top:10px;
}

.cs-video{
	text-align:center;
}
.cs-video iframe{
	margin:40px 0;
}

/* ==== 404 ==== */

.error-404{
   margin:150px 0 50px;
}

.error-404 p{
	font-size:16px;
	font-weight:500;
	margin-bottom:15px;
}

.error-404 h2{
	font-size:28px;
	font-weight:500;
	margin-bottom:15px;
}

.error-404 ul{
	margin:0px;
	padding:0px;
}

.error-404 ul li{
	list-style:none;
}

.error-404 a{
	color:#797577;
}

.error-404 ul li a{
	font-size:18px;
	color:
}

.error-404 input[type="submit"],
.error-404 input[type="submit"]:focus{
	background-color:#f29105;
	color:#fff;
	box-shadow:none;
	border:1px solid #f29105;
	text-shadow:none;
}


.response{
    color: #fff;
    font-size: 16px;
    padding: 5px;
}

.find .com-page-title{
	padding-bottom:50px;
}

.slick-current{
	color:#f29105 !important;
	font-weight:700 !important;
}

.apps_dwl img{
	background-size:20%;
}

.testimo figure img{
	border-radius:50%;
	width:175px;
	height:175px;
}

.ex_type{
	float:left;
	width:150px;
}
.ex_value{
	float:left;
	width:auto;
}
.type_hold{
	overflow:auto;
	text-align:left;
	font-size:18px;
	margin-top:10px;
	color:#878586;
	font-weight:700;
}
.case-video-area a{
	font-size:16px;
	text-align:left;
	margin-top:2px;
	display:inline-block;
}

.statements_hold .users_name{
	font-weight:bold;
}

.error_email,
.first_error_email{
	color:red;
	font-size:16px;
	font-weight:700;
	margin-bottom:7px;
}

.take_closer_look .card {
	min-height:300px;
}

.s-share-w-c{
	text-align:right;
	padding:0px !important;
	margin-bottom:15px;
}

#s-share-buttons.s-share-w-c a{
	margin-top:0px !important;
}
.page_title_section #s-share-buttons, .noSocialShare #s-share-buttons{
display:none;
}
.hero_img{
	min-height: 600px;
	overflow: hidden;
	position: relative;
}
.banner #desktop{
	max-height: 600px;
	overflow: hidden;
	position: relative;
}

@media (min-width:992px){
	.home_testimonial .video_placeholder{
		padding-left:30px;
		padding-right:30px;
	}
	.atmy_product_store,
	.atmy_product{
		padding:0px;
	}
	.pl30{
		padding-left:40px !important;
		padding-right:40px !important;
	}
	.image-mobile-visible{
		display: none;
	}
}

@media (min-width:768px){
	.site-header{
		/*background-color: rgba(255,255,255,0.6);*/
		background-color:transparent;
	}
	.site-header.sticky{
		background-color:#fff;
	}

	.site-header.sticky .menu ul li a {
 		color:#878586;
	}

	body.single .site-content{
		/*padding-top:121px;*/
	}
	.site-content{
		padding-top:0px;
	}
	.banner_content{
		padding-top:11%;
	}
	.banner_contentHomePage{
		padding-top:180px;
	}
	/*body.single .site-header{
		background-color:#fff;
	}*/
	.cs-video p {
	margin: 0;
	}

}

@media (max-width:1200px){
	.banner_content{
		padding-top:3%;
	}
	.banner_contentHomePage{
		padding-top:160px;
	}
	.menu .dropdown-menu{
		top:30px;
	}
	.site-header.sticky .menu .dropdown-menu {
		top: 20px;
	}
	.about_blocks ul li a{
		padding:10px 20px;
	}
	.take_closer_look .card{
		min-height:230px;
	}

       .about_blocks p{
                min-height:170px;
       }
}

@media (max-width:1024px){
	.banner_content{
		padding-top:11%;
	}
	.banner_contentHomePage{
		padding-top:150px;
	}
	.banner_content h2{
		font-size:36px;
		line-height:40px;
	}
	.banner_content p{
		padding:10px 0 15px;
	}
	.video_play span{
		font-size:16px;
		padding-top:7px;
	}
	.video_play{
		bottom:25%;
	}
	.video_play_icon{
		background-size:45px 45px;
		width:45px;
		height:45px;
	}
	.section-title{
		font-size:32px;
	}
	.about_my_best h2{
		padding-bottom:0px;
	}
	.about_my_best p40{
		padding:20px 0 !important;
	}
	.about_blocks h3{
		font-size:24px;
	}
	.about_blocks p{
		font-size:18px;
	}
	.about_blocks ul li a{
		padding:10px 15px;
	}
	.about_blocks ul{
		padding:20px 0 0;
	}
	.home_testimonial{
		padding:30px 0 120px;
	}
	.testi_slider ul li p{
		font-size:15px;
		line-height:18px;
	}
	.testi_slider .m30{
		margin-bottom:10px !important;
	}
	.custom_contact{
		padding:30px 0 130px;
	}
	.custom_contact .m30{
		margin-bottom:20px !important;
	}
	.custom_contact a{
		font-size:14px;
	}
	.featured_news_hold .featured_news{
		padding:15px;
	}
	.featured_news_hold .featured_news h3{
		font-size:20px;
		min-height:60px;
		padding-bottom:15px;
	}
	.quick_links_gray{
		padding:15px;
	}
	.quick_links h3{
		font-size:28px;
	}
	.quick_links ul li a{
		padding:15px;
		font-size:12px;
	}
	.our_store p{
		font-size:15px;
	}
	.footer_newletter h2{
		font-size:30px;
	}
	.footer_social{
		text-align:left;
	}
	/*.page_title_section{
		top:20%;
	}*/
	.page_title{
		font-size:44px;
	}
	.sub_title{
		font-size:16px;
	}
	.faq_hold .panel-group .panel-default .panel-heading h4 a{
		font-size:13px;
	}
	.faq_sidebar.about_blocks ul li a{
		padding:5px 10px;
		font-size:14px;
	}
	.quick_contact h3{
		font-size:18px;
	}
	.quick_contact p{
		font-size:14px;
	}
	.quick_contact a{
		font-size:13px;
	}
	.support_link{
		font-size:15px;
	}
	.contact-right h2{
		font-size:22px;
	}
	.contact-right p{
		font-size:16px;
		line-height:22px;
	}
	.contact-area p{
		font-size:18px;
		line-height:26px;
	}
	.casestudy-area-list ul li{
		padding:20px;
	}
	.case-list-icon{
		width:90px;
		height:90px;
		background:rgba(0, 0, 0, 0) url("images/border-circle.png") no-repeat scroll center center / 90px 90px;
		line-height:90px;
	}
	.case-list-icon i{
		line-height:94px;
		font-size:35px;
	}
	.case-detail h4{
		font-size:20px;
		padding-bottom:10px;
	}
	.case-detail p{
		padding:5px 0;
		line-height:24px;
	}
	.case-list-title span{
		padding-bottom:10px;
		font-size:20px;
	}
	.site-header.sticky .menu .dropdown-menu {
		top: 45px;
	}

       .about_blocks p{
                min-height:140px;
       }

}
@media (max-width:991px){

	.video-desktop-visible{
		display: none;
	}
	.menu ul li{
		padding-left: 17px;
	}
.buy--action ul.buy_btn{
	max-width: 240px !important;
}
.hero_img{
		min-height: 500px;
	}
.banner #desktop{
		max-height: 500px;
	}

}

@media (max-width:980px){
	.menu ul li{
		padding-left:18px;
	}
	.menu{
		padding-top:3px;
	}
	.testi_slider{
		padding:0 25px;
	}
	.testi_slider figure.m15{
		width:100px;
		height:100px;
		line-height:100px;
	}
	.testi_slider figure.m15 img{
		width:90%;
	}
	.featured_news_hold .featured_news{
		margin-bottom:30px;
	}
	.featured_news_hold .featured_news h3{
		min-height:auto;
	}
	.exercise_idea{
		margin-bottom:20px;
	}
	body.page-id-45 .video_placeholder{
		text-align:center;
		margin-top:15px;
	}
	.how_does_work h3{
		font-size:18px;
	}
	.faq_sidebar{
		text-align:center;
	}
	.contact-right{
		margin-top:50px;
	}
	.about_blocks ul li a {
		font-size: 16px;
		padding: 3px 5px;
	}
	.site-content{
		/*padding-top:99px;*/
	}
	.take_closer_look .card{
		min-height:260px;
	}

       .about_blocks p{
                min-height:140px;
       }
	.case-video-area a{
		font-size: 16px;
	}

}

@media (max-width:800px){
	.banner_content h2 {
		font-size: 26px;
		line-height:27px;
	}

	.banner_content p{
		font-size:16px;
	}
	.banner_content .newsletter_sub input[type="text"]{
		padding:3px 8px;
	}
	.banner_content .newsletter_sub input[type="submit"] {
		padding: 7px 20px;
	}

	.section-title{
		font-size:26px;
	}
	.about_my_best .text-center.p40{
		padding:15px 0 !important;
	}
	.about_my_best p.text-center{
		font-size:16px;
	}
	.about_blocks h3{
		font-size:20px;
	}
	.about_blocks p{
		font-size:16px;
		line-height:20px;
	}
	.about_blocks ul li a{
		padding:5px 10px;
		font-size:16px;
	}
	.arc-trans::after {
		background-image: url("images/arc-small.png");
	}
	.arc-gray::after {
		background-image: url("images/arc-gray-small.png");
	}
	.arc-trans::after, .arc-gray::after{
		height:32px;
	}
	.arc-white::before {
		background-image: url("images/arc-white-small.png");
		width:105px;
		height:35px;
	}
	.banner_content{
		padding-top:11%;
	}
	.banner_contentHomePage{
		padding-top:170px;
	}
	.video_play{
		bottom:18%;
	}
	.how_do_you_use{
		padding:60px 0;
	}
	.how_does_work.p60{
		padding:30px 0 !important;
	}
	.custom_contact{
		padding:30px 0 70px;
	}
	.footer_newletter{
		padding:60px 0;
	}
	.buy_btn .dropdown-menu{
		left:0px;
		width:240px;
	}
	.buy_btn .dropdown-menu img{
		width:108px;
	}
}

@media (max-width:767px){
	.banner_content{
		padding-top:7%;
	}
	.banner_contentHomePage{
		padding-top:120px;
	}
	.hero_img{
		min-height: 430px;
	}
.hero_img figure img{
	min-height: 310px !important;
}
	.banner #desktop{
		max-height: none;
	}
	.banner #desktop img{
	height: 400px;
}
	#navbar{
		background-color:white !important;
		padding:4px !important;
		-webkit-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
		-webkit-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.29);
		-moz-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.29);
		box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.29);

	}
	.navbar-toggle{
		border-color:#878586;
		position:absolute;
		top:20px;
		right:20px;
	}
	.navbar-toggle:focus{
		border-color:#878586;
	}
	.navbar-toggle .icon-bar{
		background-color:#878586;
	}

	.menu{
		margin-top:7px;
		text-align:inherit;
	}
	.menu ul{
		margin-top:0;
	}

	.menu ul li{
		width:100%;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:0px;
		border-bottom:1px solid #eeeeee;
	}
	.menu ul li:last-child{
		border-bottom:none;
	}
	.menu ul li a{
		display:block;
		color:gray !important;/*dougi added to deal with transparent background menu on mobile*/
		padding-left:5px;/*dougi added*/
	}

	.menu ul li.dropdown.open .dropdown-menu{
		position:static;
		float:none;
		border:none;
		box-shadow:none;
	}
	.menu .fa{
		float:right;
		padding-right:15px;
	}
	.menu ul.dropdown-menu{
		background:white;/*#f9f9f9;*/
		padding:0px 0 0 10px;
		border-radius:0px;
		margin-top:10px;
	}
	.menu ul.dropdown-menu li{
		margin:0px;
		padding:10px;
		border-bottom:1px solid #eee !important;
	}
	.menu ul.dropdown-menu li:last-child{
		border-bottom:none !important;
	}

	.menu ul.dropdown-menu li,
	.menu ul.dropdown-menu li a{
		padding-left:0px;
		border:none;
		color:gray !important;
	}

	.menu ul.dropdown-menu li a:hover{
		background:none;
	}
	.site-header{
		padding:20px 0;
	}
	.about_blocks{
		margin-bottom:30px;
	}
	.featured_case_studies figure{
		text-align:center;
	}
	.read_more{
		margin-bottom:15px;
	}
	.atmy_product{
		margin-top:20px;
	}
	.flip-container, .front, .back {
		width: 350px;
		height: 240px;
		margin:0 auto 15px auto;
	}
	.how_do_you_use{
		text-align:center;
	}
	.statements_hold .fl,
	.statements_hold .fr{
		width:100%;
	}
	.exercise_idea{
		margin-bottom:20px;
		text-align:left;
	}
	.testimo{
		text-align:center;
	}
	.testimo .fl,
	.testimo .fr{
		width:100%;
	}
	.how_does_work.p60{
		text-align:center;
	}
	.testimo .fr{
		margin-top:15px;
	}
	.faq-btn{
		width:70%;
		margin:0 auto 15px auto;
	}
	.faq_hold .panel-group .panel-default .panel-heading h4 a.collapsed::before,
	.faq_hold .panel-group .panel-default .panel-heading h4 a::before{
		right:20px;
	}
	.panel-title{
		padding-right:25px;
	}
	.case-detail{
		margin-bottom:20px;
	}
	.discover_apps figure{
		text-align:center;
	}
	.discover_apps figure img{
		margin-top:40px;
	}
	.slick-prev,
	.slick-next{
		left:52% !important;
		margin-left:-28px !important;
	}
	.buy_btn .dropdown-menu{
		position:absolute;
		top:43px;
		left:-18px;
	}
	.site-content{
		/*padding-top:113px;*/
	}

	.how_does_work h3{
		margin-top:40px;
		padding-bottom:10px;
	}
	.take_closer_look .card{
		text-align:center;
		min-height:325px;
	}

}

@media (max-width:580px){

	.banner_content{
		padding-top:4%;
	}
	.banner_contentHomePage{
		padding-top:80px;
	}
	.banner_content h2{
		padding-bottom:10px;
		font-size:20px;
		line-height:21px;
	}
	.page_title{
		font-size:30px;
	}
	.sub_title{
		font-size:14px;
	}
	/*.page_title_section{
		top:13%;
	}*/
	.flip-container, .front, .back{
		width:310px;
	}
	.any_ques p{
		width:100%;
	}
	.footer_newletter h2{
		font-size:20px;
	}
	.site-content{
		/*padding-top:97px;*/
	}
	.contact-description small{
		top:-6px;
	}
	.hero_img{
		min-height: 300px;
	}
	.hero_img figure img{
		min-height: 210px !important;
	}
	.banner #desktop{
		max-height: none;
	}
	.banner #desktop img{
		height: 310px;
	}


}

@media (max-width:500px){
	.banner_content h2{
		line-height:18px;
		padding-bottom:0px;
	}
	.banner_content p{
		padding:10px 0;
	}
	.featured_case_studies figure{
		margin-bottom:25px;
	}
	.quick_links_gray{
		padding:0 15px;
		margin-bottom: 50px;
	}
	.case-detail a, .pd-ri a{
		display:block;
		padding:15px 0;
	}
}

@media (max-width:450px){
	.banner_content{
		padding-top:5%;
	}
	.banner_contentHomePage{
     		padding-top:100px;
	}
	.banner_contentHomePage .newsletter_sub{
		display:none;
	}
	.banner_content h2{
		padding-bottom:0px;
	}
	.navbar-toggle {
		right: 15px;
		top: 7px;
	}
	.newsletter_sub input[type="text"],
	.newsletter_sub input[type="submit"]{
		width:100%;
	}
	.newsletter_sub input[type="submit"]{
		margin-top:15px;
	}
	.sub_title{
		padding:0 15px;
	}
	.page_title{
		font-size:24px;
	}
	.footer_social ul li{
		margin-left:8px;
	}
	.footer_social ul li .icons{
		background:none;
		width:50px;
		height:50px;
	}
	.footer_social ul li a .icons.facebook-icon{
		background-image:url('images/icon-1.png');
		background-repeat:no-repeat;
		background-size:50px 50px;
		background-position:0 0;
	}
	.footer_social ul li a .icons.twitter-icon{
		background-image:url('images/icon-2.png');
		background-repeat:no-repeat;
		background-size:50px 50px;
		background-position:0 0;
	}
	.footer_social ul li a .icons.linkedin-icon{
		background-image:url('images/icon-3.png');
		background-repeat:no-repeat;
		background-size:50px 50px;
		background-position:0 0;
	}
	.footer_social ul li a .icons.plus-icon{
		background-image:url('images/icon-4.png');
		background-repeat:no-repeat;
		background-size:50px 50px;
		background-position:0 0;
	}
	.footer_social ul li a:hover .icons.facebook-icon,
	.footer_social ul li a:hover .icons.twitter-icon,
	.footer_social ul li a:hover .icons.linkedin-icon,
	.footer_social ul li a:hover .icons.plus-icon{
		background-position:0 0;
	}
	.pagination-nav ul li span, .pagination-nav ul li a,
	.nav-links .nav-previous a, .nav-links .nav-next a{
		font-size:14px;
	}
	.about-right{
		margin-left:0px;
	}
	.work-positive-area h3{
		background-size:100%;
	}
	.case-detail {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.case-video iframe{
		margin-bottom:15px;
	}
	.site-content{
		/*padding-top:83px;*/
	}
	.banner .flexslider-hg.flexslider ul.slides img{
		height:220px;
	}
	.banner .newsletter_sub{
		padding:0 12%;
	}
	.banner .newsletter_sub input[type="submit"]{
		margin-top:10px;
	}
	.mc-field-group input[type="email"]{
		width:100%;
	}
	.mc-field-group, .clear{
		display:block;
	}
	.take_closer_look .card{
		min-height:300px;
	}
}

@media (max-width:385px){
	.take_closer_look .card{
		min-height:255px;
	}
}

@media (max-width:330px){
	.flip-container, .front, .back{
		width:275px;
		height:190px;
		min-height:auto;
	}
	.page_title{
		font-size:18px;
	}
	.sub_title{
		font-size:12px;
	}
	.footer_social ul{
		padding:0 30px 0 0;
	}
	.take_closer_look .card{
		min-height:215px;
	}
}







@media only screen and (min-width:980px) and (max-width: 1280px)  {

 .about_blocks p{
                min-height:200px;
       }

}

@media only screen and (min-width:320px) and (max-width: 766px)  {

	.faq_hold{
 		margin:0 5px;
	}
	.page_title_section p{
	     margin-bottom:28px;
	}

	.work-icon img{
  		display:inline-block !important;
	}
	.cs-video p{
 		margin:0;
	}

	#mobile_work button {
    		top:22% !important;
    		-ms-transform: rotate(270deg); /* IE 9 */
    		-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    		transform: rotate(270deg);
    		z-index:9;
     		margin:0 !important;
	}

	#mobile_work .slick-next{
	left:88% !important;
	z-index:9;
	}
	#mobile_work .slick-prev{
	left:5% !important;
	}
	#mobile_work{
	position:relative;
	}


	.about_blocks p {min-height: auto;}
	.about_blocks ul {padding:0 0 20px 0 !important;}


}



.symbol-a small{
font-size:20px;
}

.case-video-area span{
margin-top:15px
}

#first-letter input, #second-letter input{
border-radius:6px;
}
.atm--rte p{
	margin-bottom: 18px;
}
.buy--action ul.buy_btn{
	max-width: 300px;
	margin: 0 auto;
}
.buy--action ul.buy_btn li{
	margin: 0;
}
.buy--action ul.buy_btn li a{
	background-color: #f29105;
	color: #fff;
}
.buy--action ul.buy_btn li a:hover{
	background-color: #ff5c03;
	color: #fff;
}
.buy--action ul.buy_btn li.dropdown ul:before{
	width: 100%;
	left: 0;
	background-position:center;
}
.buy--action ul.buy_btn li.dropdown .dropdown-menu{
	left: 0;
}
.default--page{
	padding: 30px 0 60px;
}
.about-left a{
	color: #f29105;
}
.about-left a:hover{
	text-decoration: underline !important;
}
.before--after-para{
	text-align:center;
	padding-bottom: 40px;
}


a#pause_video_icon {
    background-image: url("images/pause-icon.png");
    background-repeat: no-repeat;
    background-size: 65px 65px;
    color: transparent;
    display: inline-block;
    height: 65px;
    text-indent: -9999px;
    width: 65px;
}

.case-detail a, .pd-ri a{

display:block;

}
/*body.page-template-page-360 .page_title_section p{
	text-shadow: 1px 1px 2px #000;
}*/
.page_title_section p{
	text-shadow: 1px 1px 2px #000;
}

.how_do_you_use .slick-show.flexslider{
	min-height: 230px;
}
.newsletter_sub input{
        border-radius:6px !important;
}
.tes-mo{
        margin:0 !important;
}
.what_people_say ul.bxslider li .testimo f1{
	min-height: 280px;
}
.hero_img video,
.banner #desktop video{
	position: absolute;
 /* left: 50%;  % of surrounding element
    top: 50%; */
height: 100%;
/*object-fit: fill;*/
object-fit:cover;
	/*width: 100%;*/

    /*transform: translate(-50%, -50%);*/
background-color:#808080;
}
/*dougi added*/
#mobileTopBarBackgroundImage{
	position: absolute;
  	left: 50%; /* % of surrounding element */
    	top: 50%;
	height: 100%;
	/*object-fit: fill;*/
	width: 100%;
    	transform: translate(-50%, -50%);
	background-color:#808080;
	background-size:cover;
}
#desktopTopBarBackgroundImage{
	position: absolute;
    	top: 0;
	height: 100%;
	/*object-fit: fill;*/
	width: 100%;
	background-color:#808080;
	background-size:cover;
	background-position: center;
}



.cs-video h3{
       font-size:22px;
}
.cs-video p strong{
       font-weight:bold;
}
/*.page-template-page-about .hero_img,*/
/*.page-template-page-faq .hero_img,*/
/*.page-template-page-support .hero_img,*/
/*.page-template-page-contact .hero_img,*/
.page-template-default .hero_img,
/*.page-template-page-apps .hero_img,*/
/*.page-template-page-casestudy .hero_img,*/
.category-case-study .hero_img,
/*.page-template-page-ideas .hero_img,*/
.category-news .hero_img,
.category-blog  .hero_img
{
min-height: auto;
}

@media only screen and (min-width:801px) and (max-width: 980px)  {
.about_blocks p{
       min-height:200px;
}
.buy_btn .dropdown-menu{
     left:-80px
}
.buy_btn .dropdown-menu::before{
     left:90px
}

}

.cs-video ul{
  margin:0 auto 10px;
  display:inline-block;
}
.cs-video ul li{
  text-align:left;
}
.arc-trans img{
min-height:auto !important;
}
.terms p{
    color: #878586;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0;
    text-align:left;
    margin:0;
}
.terms p strong{
   display:block;
}
.terms h2{
   font-size: 30px;
   text-align:center;
}
.terms h4{
   text-align:center;
   font-weight:bold;
   color: #878586;
}
.terms ul{
   margin:0;
}
.terms ul li, .terms ol li{
   margin-left:15px;
   color: #878586;
    font-size: 16px;
    font-weight: 300;
}
.terms strong{
    font-weight:bold;
    margin:10px 0;
}
.terms ol li strong{
   font-weight:bold;
}
.terms a{
color: #f29105;
}
.page-header{
border:none;
}

/*dougi added for showing and hiding topbars based on break points*/
@media only screen and (min-width:980px){
	#mobile{
		display:none !important;
	}
	#desktop{
		display:block !important;
	}
}
/*dougi added*/
@media only screen and (max-width:979px){
	#mobile{
		display:block !important;
	}
	#desktop{
		display:none !important;
	}
}

.navbar-toggle{/*dougi added to override the bootstrap theme*/
	background-color:white;
}

.roundImage{
	max-width:250px;
	height:auto;
	width:100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.postContent p{
	margin-bottom:20px;
}

.shop-LinkImage{
	width:100%;
	max-width:400px;
	height:auto;
}
.shop-appStoreButton{
	width:100%;
	max-width:200px;
	height:auto;
}
.shop-ShopButton{
	width:100%;
	max-width:400px;
	height:auto;
}
.shopRow h3{
	font-size:34px;
}
.shopRowPara{
	height:50px;
}
a:link, a:hover, a:active, a:visited {
	color:#f29105;
}
.justifyInitial,
.justifyInitial p,
.about-left p,
.why_strength_cards p,
.exercise_idea p
{
	text-align:initial !important;
}

.textOpacity50{
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}


@media (max-width:580px){
	.banner_contentHomePage p{
     		margin-bottom:0 !important;
	}
	.video_play{
		padding-top: 10px;
	}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.homePageFeaturedNews{
		min-height:300px
	}
	.exercise_idea{
	}
	.idea_tagTxt{
		display:none;
	}
	.ExerciseIdeasTxtArea{
		min-height:250px;
	}
	.desktopTopBarBackgroundImageLeftAlign{
		background-position: left !important;/*Just to bring the woman on the phone into frame*/
	}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.homePageFeaturedNews{
		min-height:180px
	}
	.ExerciseIdeasTxtArea{
		min-height:120px
	}
	.statements_hold .fl{width: 62%;}


	.home_testimonial .col-md-6 {
		width: 100% !important;
	}

}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
	.homePageFeaturedNews{
		min-height:275px
	}
	.ExerciseIdeasTxtArea{
		min-height:180px
	}
}
/** UPDATES AND OVERRIDES 03/06/16 **/
strong {font-weight: 600;}
em {font-style:italic;}
.page_title_section {  max-width: 660px;}
.home.page .page_title_section {max-width:100%;}

p.intro {
  color: #575556 !important;
  font-size: 22px !important;
  font-weight: 100;
  line-height: 1.4 !important;
}

p.pullout {
  background-color: #f29105;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 2em;
  padding: 6%;
}

p.pullout a {color:#fff;}

.featured-panel{
	background-color: #f29105;
	margin-bottom: 2em;
	padding: 6%;
}

.featured-panel, .featured-panel p, .featured-panel li, .featured-panel h1, .featured-panel h2, .featured-panel h3, .featured-panel a{color:#fff !important; }

a.featured-link {
  border: 1px solid #f29105;
  border-radius: 6px;
  font-size: 76%;
  padding: 1% 3%;
  text-transform: uppercase;
}

a.featured-link:hover{
	background-color: #f29105;
	color:#fff;
}


.discover_apps h2 {
  color: #f29105;
  font-size: 27px;
  line-height: 1.3;
  position: relative;
  margin-top: 20px;
}

.discover_apps h3 {
  color: #f29105;
  font-size: 22px;
  line-height: 1.3;
  position: relative;
  margin-top: 20px;
}

.postContent a {
  border-bottom: 1px solid;
}


ul, ol {margin-left: 1em; margin-bottom: 1em;}
ul.featured{
	margin: 0 0 20px 0 !important;
	padding: 0;
	display: inline-block;
}
ul.featured li{
	list-style:none;
	font-size:17px;
	color:#878586;
	position:relative;
	margin-bottom:20px;
	padding-left:50px;
	line-height:25px;
}

ul.featured li::before{
	content:'\f069';
	font-family:FontAwesome;
	left:10px;
	top:3px;
	position:absolute;
	font-size:30px;
	color:#f29105;
}


.discover_apps li {
  color: #878586;
  font-size: 17px;
  line-height: 25px;
  position: relative;

}


p:empty{margin-bottom:0;}


.casestudy-area .text-center .before--after-para{text-align:left;}

p.section-intro-sub-title {
  color: #878586;
  font-size: 18px;
  line-height: 30px;
  text-align:center;
  margin: -30px 0 30px 0;
}

div.get-started {text-align:center; padding: 1rem 0;}

a.button.get-started {
  background-color: #f29105;
  border: medium none;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  text-shadow: none;
  transition: all 0.5s ease 0s;
  cursor:pointer;
  text-transform: uppercase;
}

a.button.get-started:hover{background-color:#ff5c03;}


.sign-up input{width:100%; margin: 5px 0;}


 .page-template-page-360 .m50{margin-top: 50px;}


 p.cta-bold , .page-template-page-360  .content-section p.cta-bold {
	 	text-align:center;
	 	font-size:30px;
	 	color:#333;
	 	margin-top:25px;
		margin-bottom: 10px;
 }

 p.cta-bold.orange, .page-template-page-360  .content-section p.cta-bold.orange{color:#f29105; margin-top:0;	margin-bottom: 0;}

 section.bg_light_grey {background-color:#f9f9f9; padding: 30px 0;}
 section.bg_orange {background-color:#f29105; color:#fff; padding: 30px 0;}
 section.bg_orange a {color:#fff;}
 section.bg_orange p {color:#fff; margin-bottom: 1em;}

 .row.base_keyline{
	 	padding: 50px 0;
 }
 .row.base_keyline::after {
	 content: "";
	 width:80%;

	 margin: 0 auto;
	 border-bottom: 1px solid #aaa;
	 display: block;
	 padding-top: 60px;
 }

 .page-template-page-360 .content-section h2{font-size:27px; margin-bottom: 14px;}
 .page-template-page-360 .content-section h2.section-title{font-size:40px;}
 .page-template-page-360  .content-section p{font-size:18px; line-height: 28px;}
.bg_orange a.c-btn {background-color: #900;}
.bg_orange a.c-btn:hover {background-color: #ff5c03;}

.what_people_say.top-instance{margin-top:0;}

.idea_tag_new{ padding-left:0px; display: flex; align-items:center;}
.idea_tag_new span{ line-height:18px; padding-left:5px;}
.case-list-cards-icon{ width:56px; height:56px; display:inline-block;}

