/*
	Theme Name: MAC
	Theme URI: #
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Expert Agencysub
	Author URI: http://expertagency.com.au/

	Version: 3.0.1

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{}a:active,a:hover{}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}


/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #222;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #d2232a;
	color: #fff;
}

::selection {
	background-color: #d2232a;
	color: #fff;
}

a {
	color: #d2232a;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #222;
}

p {
	margin: 0 0 18px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'Questrial', sans-serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	/*border: none;*/
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;

    border-radius: 8px;
	background-color: #d2232a;
    border-bottom: 6px solid #a40000;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
    font-size: 18px !important;
    letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
margin-top:10px;
}

.more-link:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    background-color: #262626;
    border-bottom: 6px solid #191919;
    color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.more-link,
.button {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;

    border-radius: 8px;
    display: inline-block;
    padding: 10px 24px;
}

.more-link-wrap {
    display: block;
    text-align: right;
}

.more-link {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;

    border-radius: 8px;
    background-color: #d2232a;
    border-bottom: 6px solid #a40000;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px 8px;
    text-transform: uppercase;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
}

.home .site-inner {
	padding: 0;
}

.mac-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

.home-featured {
	border-bottom: 5px solid #f5f5f5;
	margin-bottom: 60px;
	padding: 40px 0;
}

.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	padding: 0 20px;
}

.home-featured p:last-child {
	padding: 0 0 24px;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: center;
	width: 25%;
}

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
}

.site-tagline {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
	margin-top: 60px;
	padding: 40px 0;
}

.site-tagline p {
	margin: 0;
}

.site-tagline-left {
	float: left;
	width: 50%;
}

.site-tagline-right {
	float: right;
	text-align: right;
	width: 50%;
}

.minimum .site-tagline {
	margin-top: 600px;
}

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
}

a.cta-button:hover {
	background-color: #d2232a;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 34px 34px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 34px 34px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
	border: none;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 50px;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #d2232a;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
}

#home-featured .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Home Widgets
--------------------------------------------- */

.home-widgets {
}

.home-widgets .widget-item {
	padding: 40px 0;
}

.home-widgets .widget-title-wrap {
    margin: 0 auto 20px;
    /*text-align: center;	*/
}

.home-widgets .main-title {
	background: url(images/widget-title-bg.png) repeat-x center;
}

.home-widgets .widget-title,
.home-widgets .widget-sub-title {
	display: inline-block;
	text-transform: none;
	line-height: 1.4;
	margin: 0;
}

.home-widgets .services-section .widget:first-child {
	background: none;
	border: none;
	padding: 0;
	margin:	0;
}

.home-widgets .services-section .widget:first-child .main-title {
    background: none;
	margin-bottom: 10px;
}

.home-widgets .services-section .widget:first-child .main-title .widget-title {
    background: none;
}

.home-widgets .main-title .widget-title {
	background-color: #fff;
	font-size: 44px;
	/*padding: 5px 20px;*/
	padding-right:10px;
}

.home-widgets .white,
.home-widgets .white .widget-title,
.home-widgets .white .widget-sub-title {
	color: #fff;
}

.home-widgets .white .widget-title {
	background: #d2232a;
}

.home-widgets .sub-title {
    margin-bottom: 30px;
   /* width: 75%; margin-bottom: 50px;*/
	 width: 100%;
}
.top-right {float:right; width:auto;}
.top-elem { width:auto; margin:0 3px 0 0; padding:0; float:right; font-size:13px;}
.top-elem a { color:#fff !important; text-transform:uppercase; text-decoration:none !important; }
.top-elem li {list-style-type:none; height:24px; float:left; margin-right:7px; padding: 0 10px; line-height:24px;  background:#D2232A; color:#FFF; text-transform:capitalize;}
.top-elem li img { width:auto; display:block;}
.top-elem li .cart-img {float:left; margin-top:4px;}
.top-elem li .cart-no { width:auto; float:left;}
.top-elem li:hover { background-color:#000; }

.top-social { width:auto; text-align:center; float:right; margin-right:20px;}
.top-social li { list-style: none; margin-right: 5px; background:none; border:none; display:inline-block; margin-bottom:0px !important;}
.top-social li:last-child { margin-right:0;}
.top-social li a { background: url("images/top-social.png") no-repeat scroll 0 0 transparent; display: block; height: 24px; text-decoration: none; text-indent: -999999px; width: 24px; transition:all 0.3s ease 0s;
}
.top-social li a.topfb {background-position: 0px 0px;}
.top-social li a.topfb:hover {background-position: 0px -24px;  background-color:#000;}
.top-social li a.toptwitter {background-position: -24px 0px;}
.top-social li a.toptwitter:hover {background-position: -24px -24px; background-color:#000;}
.top-social li a.toplinkedin {background-position: -48px 0px;}
.top-social li a.toplinkedin:hover {background-position: -48px -24px; background-color:#000;}
.top-social li a.topgplus {background-position: -72px 0px;}
.top-social li a.topgplus:hover {background-position: -72px -24px; background-color:#000;}
.top-social li a.topyoutube{background-position: -96px 0px;}
.top-social li a.topyoutube:hover {background-position: -96px -24px ; background-color:#000;}

.home .widget-sub-title,
.home-widgets .sub-title .widget-sub-title {
    color: #666;
    font-family: 'BebasNeueRegular';

    font-size: 28px;
}


.top-section {
    background-image: url("images/main-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#pattern-overlay {
    background-image: url(images/main-pattern.png);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.top-section-main {
	/*background: url(images/mac-img.png) no-repeat left bottom;*/
    font-size: 26px;
    /*min-height: 500px;*/
    padding: 145px 0 0 0;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 90;
}
.callbacks { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0;}

.callbacks li { position: absolute; width: 100%; left: 0; top: 0; }

.callbacks li:hover .button { display:block;}

.callbacks img { display: block; position: relative; z-index: 1; height: auto; width: 100%; border: 0; }

.callbacks .caption { display: block; position: absolute; z-index: 2; font-size: 32px; line-height:normal; text-shadow: none; color: #fff; background: url(images/caption-bg.png) repeat;
					   left: 13.7%; right: 0;  bottom: 50px;  padding: 10px 20px;  margin: 0;  max-width: none; width:34%; height:150px; }

.callbacks_nav { position: absolute; -webkit-tap-highlight-color: rgba(0,0,0,0); top: 56.5%; left: 4%; opacity: 0.7;/*z-index: 3;*/ z-index: 10; text-indent: -9999px;
  				 overflow: hidden; text-decoration: none; height: 61px; width: 38px; background: transparent url(images/slider-arrow.png) no-repeat left top;
 				 margin-top: -45px; }

.callbacks_nav:active {opacity: 1.0;}

.callbacks_nav.next { left: auto; background-position: right top; right: 4%; }
.top-section-main .widget {
}

.top-section-main .widget-title {
    color: #fff;
    font-size: 55px;
    margin: 0 0 10px;
}

.top-section-main .widget-sub-title {
    color: #fff;
    font-size: 28px;
    margin: 0 0 15px;
}

/*.top-section-main ul {
    display: block;
    text-align: left;
}

.top-section-main ul li {
	background: url(images/list-check.png) no-repeat left 13px;
    border-bottom: 1px solid rgba(85, 85, 85, 0.5) !important;
    clear: both;
    display: table;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
    min-width: 60%;
    padding: 8px 0 8px 50px;
}
*/

.top-section .enews-placeholder-wrap {
    display: inline-block;
    width: 38%;
	margin: 0;
}

.enews-placeholder-wrap .placeholder {
	/*min-height: 60px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.top-section .enews-placeholder-wrap .placeholder-empty span {
    font-size: 16px;
    line-height: 2.6;
    padding-left: 55px;
}

.top-section-main form {
    text-align: left;
}

.top-section .enews-placeholder-wrap .placeholder .field {
    border-right: 1px solid #d2232a;
    color: #d2232a;
    margin-left: 15px;
    margin-top: 22px;
    width: 9%;
}

.top-section-main input[type="text"],
.top-section-main input[type="email"] {
    padding-left: 55px;
	margin:0;
}

.top-section-main .enews-widget input:focus {
	border-color: transparent;
}

.top-section-main input[type="submit"] {
}

.top-section-main .enews-widget input[type="submit"] {
    background-color: #d2232a;
    color: #fff;
    font-family: 'BebasNeueRegular';
    font-size: 28px;
    margin: 0;
    padding: 12px 24px;
    vertical-align: top;
    width: 18%;
}

.top-section-main .enews-widget input[type="submit"]:hover {
    background-color: #262626;
    border-bottom: 6px solid #191919;
    color: #fff;
}


.top-section-main .enews-widget {
    margin: 40px 0 20px;
}

.services-section {
	text-align:justify;
}
.services-section img{ width:318px; border:1px solid #CCC; padding:10px;  border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.services-section .widget {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
	margin-top: -100px;
	overflow: hidden;
	padding: 110px 40px 40px;
}

.services-section .list-icons {
	text-align: center;
}

.services-section .icons {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;

	border-radius: 50%;
    border: 1px solid #ddd !important;
    border-radius: 50%;
    color: #222;
    display: inline-block;
    font-size: 18px;
    height: 180px;
    margin: 0 22px;
    position: relative;
    text-align: center;
    width: 180px;
	z-index: 9;
}

.services-section .icons a {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;

	border-radius: 50%;
	background-color: #f2f2f2 !important;
    color: #222;
    display: block;
    font-size: 18px;
    height: 100%;
	line-height: 24px;
    padding: 50% 20px 20px;
    position: absolute;
    width: 100%;
}

.services-section .icon-1,
.services-section .icon-5 {
}

.services-section .icon-1 {

}

.services-section .icon-5 {

}

.icons > a {
	background-repeat: no-repeat;
	background-position: center 20%;
}

.icons.icon-1 > a {
	background-image: url(images/icon-1.png);
}

.icons.icon-2 > a {
	background-image: url(images/icon-2.png);
}

.icons.icon-3 > a {
	background-image: url(images/icon-3.png);
}

.icons.icon-4 > a {
	background-image: url(images/icon-4.png);
}

.icons.icon-5 > a {
	background-image: url(images/icon-5.png);
}

.services-section .icon-1 a.clicked,
.icons.icon-1 > a:hover {
	background: url(images/icon-1-hover.png) no-repeat center 20%;
	color: #fff;
}

.services-section .icon-2 a.clicked,
.icons.icon-2 > a:hover {
	background: url(images/icon-2-hover.png) no-repeat center 20%;
}

.services-section .icon-3 a.clicked,
.icons.icon-3 > a:hover {
	background: url(images/icon-3-hover.png) no-repeat center 20%;
}

.services-section .icon-4 a.clicked,
.icons.icon-4 > a:hover {
	background: url(images/icon-4-hover.png) no-repeat center 20%;
}

.services-section .icon-5 a.clicked,
.icons.icon-5 > a:hover {
	background: url(images/icon-5.png) no-repeat center 20%;
}

.services-section .icons a.clicked,
.services-section .icons a:hover {
	background-color: #d2232a !important;
    color: #fff !important;
}

.services-section .icons:hover {
    cursor: pointer;
}

.program-price,
.program-cta,
.program-left-col,
.program-right-col {
    float: left;
	margin: 0 40px 0 0;
    width: 48%;
}

.program-left-col {
}

.program-cta,
.program-right-col {
	margin-right: 0;
}

.program-footer,
.program-bottom-info {
    clear: both;
    display: block;
    float: left;
    margin: 20px 0 10px;
    overflow: hidden;
    width: 100%;
}

.program-bottom-info ul li {
    background-image: url("images/list-check.png");
    background-position: left 5px;
    background-repeat: no-repeat;
    background-size: 21px auto;
    border-bottom: 1px solid rgba(85, 85, 85, 0.2) !important;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding: 7px 0 8px 34px;
}

.program-bottom-info .col-title {
	font-size: 32px;
	color: #d2232a;
	font-family:'BebasNeueRegular';
	text-transform: uppercase;
}

.programs .textwidget {
    overflow: hidden;
}


.program-cta .button {
    display: block;
    font-family: 'antonregular';
    font-size: 28px;
    letter-spacing: 3px;
    text-align: center;
}
.program-price {
    font-size: 38px;
}
.program-price > span {
    color: #d2232a;
    margin-left: 10px;
}


.testimonial-bottom-section,
.testimonial-section {
    background-image: url("images/black-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    padding-bottom: 80px !important;
}

.testimonial-section .owl-carousel .owl-item {

}

.testimonial-section .owl-carousel .owl-item .item {
	height: 316px;
	margin: 0 auto;
	width: 336px !important;
}

.testimonial-section .owl-carousel .item img {
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
    -khtml-border-radius: 5%;

    border: 6px solid #fff;
    border-radius: 5%;
    width: 100%;
}

.owl-carousel-item-imgtitle {
	display: none;
}

.about-section {
text-align:justify;
}
.about-section img{ border:1px solid #CCC; padding:10px;  border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.about-section .wrap {
    position: relative;
}

.about-section .simple-social-icons {
    bottom: 14%;
    position: absolute;
    right: 0;
}

.testimonial-bottom-section {

}

.services-section,
.about-section,
.testimonial-section,
.banner-section,
.footer-widgets {
    border-top: 10px solid #ccc;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #d2232a;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */


div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.trans {
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-khtml-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.site-header.sticky {
    background: url("images/main-pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    height: 90px;
}

.header-image  .sticky .site-title a,
.header-image .sticky .title-area {
    background-size: contain;
    height: 50px;
    width: 140px;
}

.sticky .genesis-nav-menu a {
    font-size: 14px;
    padding: 10px 20px;
}

.site-header.sticky .widget-area {
    padding-top: 0;
}

.site-header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 1);
    border-bottom: 1px solid #232323;
	height: 145px;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	width: 320px;
}

.header-image .title-area {
	background: url(images/logo.png) no-repeat;
	padding: 0;
	height: 105px;
	width: 290px;
}

.header-image .site-title a {
	height: 105px;
	display: block;
	text-indent: -9999px;
	max-width: 290px;
}

.site-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	position:static!important;
    float: right;
  /*  padding-top: 20px;*/
    text-align: right;
    width: 800px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	cursor: pointer;
    border: medium none;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 15px 10px;
    position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #d2232a;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #000;
	border: 1px solid #666;
	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #666;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */


/* Secondary Navigation
--------------------------------------------- */


/* Responsive Menu
--------------------------------------------- */



/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}


.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #d2232a;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #d2232a;
	color: #fff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-image: url("images/black-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
    color: #eee;
    font-size: 14px;
    padding-top: 100px;
}

.footer-widgets-2 p {
    border-bottom: 1px dashed #444;
    line-height: 1.6;
    margin: 0 0 14px;
    padding: 0 0 10px;
}

.footer-widgets .wrap {
	padding: 40px 0 60px;
}

.footer-widgets-2 {
	width: 375px;
}

.footer-widgets-2 label {
    color: #888;
    display: inline-block;
    font-size: 14px;
    font-variant: small-caps;
    letter-spacing: 1.8px;
    position: relative;
    vertical-align: top;
   /* width: 23%;*/
    width: 100%;
}

.footer-widgets-2 span.info {
    display: inline-block;
    padding-left: 10px;
   /* width: 75%;*/
    width: 100%;
}

.footer-widgets-2 label:after {
    content: ":";
    display: inline-block;
    position: absolute;
  /*  right: 0;*/
}

.footer-widgets-1 {
    margin-right: 35px;
    width: 258px;
}
.footer-widgets-1:last-child { margin-right:0;}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3, .footer-widgets-4 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    float: left;
    padding: 20px;
    min-height: 320px;
}

.footer-widgets-4 {
	position: relative;
	float: right !important;
	width: 435px;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #d2232a;
}

.footer-widgets .widget {
    margin-bottom: 0;
    overflow: hidden;
}

.footer-widgets .widget-title {
    border-bottom: 2px solid #a40000;
    color: #fff;
    font-size: 28px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.footer-widgets li {
    border-bottom: 1px dashed #444;
    display: block;
    font-size: 12px;
    line-height: 18px;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0 0 8px;
    text-transform: uppercase;
    word-wrap: break-word;
}

.footer-widgets li a {
    color: #999;
}

.footer-widgets li:first-child {
}

.footer-widgets li:last-child {
	border-right: none;
	padding-right: 0;
}

.footer-widgets .wpcf7-form > p {
    border-bottom: 1px solid #ddd;
    margin: 0;
    position: relative;
}

.footer-widgets .wpcf7-form p.last {
	border: none;
}

.footer-widgets span.wpcf7-form-control-wrap {
	display: block;
}

.footer-widgets input,
.footer-widgets textarea {
    border: medium none;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 13px 12px 13px 40px;
}

.footer-widgets input[type="submit"] {
    border-bottom: 6px solid #a40000;
    display: block;
    font-family: 'antonregular';
    font-size: 24px;
    letter-spacing: 2px;
    padding: 4px 0;
    text-transform: uppercase;
    width: 100%;
}

.footer-widgets textarea {
	padding-top: 13px;
}

.footer-widgets input[type="submit"]:hover {
    background-color: #333;
    border-bottom: 6px solid #222;
}

.footer-widgets-1 .textwidget p {
    margin-bottom: 14px;
}

.footer-widgets-5 {
    background-color: #050505;
    border-top: 1px solid #1b1b1b;
    clear: both;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 25px 20px;
    width: 100%;
}

.footer-widgets-5 .widget {
    margin: 0;
}

.footer-widgets-5 img.logo-footer {
    border-right: 4px solid #444;
    float: left;
    margin: 0;
    padding-right: 30px;
    width: 170px;
}

.footer-widgets-5 .copyright {
    color: #666;
    float: left;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 4px 0 0 25px;
    text-transform: uppercase;
    width: 30%;
}

.footer-widgets div.wpcf7 img.ajax-loader {
	display: none;
}

.footer-widgets .fa {
    top: 12px;
    left: 12px;
	position: absolute;
    z-index: 99;
}

.footer-widgets .fa-comments:before,
.footer-widgets .fa-envelope:before,
.footer-widgets .fa-user:before {
	color: #d2232a;
    font-size: 16px;
}

.footer-widgets-3 .widget {
	overflow: visible;
}

.footer-widgets .fa-comments:before {
    font-size: 20px !important;
}

.footer-widgets form {
	position: relative;
}

div.wpcf7-response-output {
    font-size: 16px;
    font-variant: small-caps;
    margin: 0;
    padding: 18px;
    position: absolute;
    text-align: center;
    top: -80px;
    width: 100%;
    z-index: 9999;
}

div.wpcf7-validation-errors {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 4px solid #a40000;
    color: #d2232a;
}

div.wpcf7-mail-sent-ok {
    background: none repeat scroll 0 0 #aeeaae;
    border: 4px solid #57b257;
    color: #166d16;
}

span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #eee;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 0 0 0 5px;
    color: #999;
    display: block;
    font-size: 12px;
    padding: 8px 20px 8px 10px;
    position: absolute;
    right: -1px;
    text-shadow: 0 1px 1px #fff;
    top: 0;
}

/*** OWL */

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 38%;
}

.owl-prev {
    left: -37px;
}

.owl-next {
    right: -38px;
}

.testimonial-section .owl-theme .owl-pagination .owl-page,
.testimonial-section .owl-theme .owl-controls .owl-buttons div {
    -moz-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -khtml-transition: all 200ms ease-in-out 0s;

    transition: all 200ms ease-in-out 0s;
	opacity: 0;
}

.testimonial-section:hover .owl-theme .owl-pagination .owl-page,
.testimonial-section:hover .owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
}

.owl-pagination {
    bottom: -65px;
    left: 46%;
    position: absolute;
}

.fa-chevron-left,
.fa-chevron-right {
    line-height: normal;
    padding: 10px;
}

.fa-chevron-left {
    padding-right: 15px;
}

.fa-chevron-right {
    padding-left: 15px;
}

.testimonial-section .owl-theme .owl-controls .owl-buttons div {
    background: none repeat scroll 0 0 #565656;
    color: #000;
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
}

.fa-chevron-left:before,
.fa-chevron-right:before {
    font-size: 48px;
}

.fa-chevron-left:before {
}

.fa-chevron-right:before {
}

.owl-theme .owl-controls .owl-buttons div:before {
}

.owl-theme .owl-pagination .owl-page.active span {
    -moz-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -khtml-transition: all 200ms ease-in-out 0s;

    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -khtml-transform: scale(1.3);

    background-color: #d2232a;
	transition: all 200ms ease-in-out 0s;
    transform: scale(1.3);
	margin: 5px 8px;
	height: 18px;
    width: 18px;

}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;

    border-radius: 0;
    margin-right: 0;
    padding-right: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;

    border-radius: 0;
    margin-left: 0;
    padding-left: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */






/*25.09*/
.home .widget-sub-title,
.home-widgets .sub-title .widget-sub-title{font-family: 'Questrial', sans-serif;}
#programs{
-webkit-box-shadow:inset 0 -33px 33px -33px rgba(0,0,0,0.2);
box-shadow: inset 0 -33px 33px -33px rgba(0,0,0,0.2);
background:#eee;
	overflow:hidden;
	padding:50px 0 0;
	border:none
}

#programs h2{
	font:50px/55px 'Questrial', sans-serif;
	margin:0 0 19px;
	color:#d2232a;
text-align:center;
}

#programs h3 {
font:30px/35px 'Questrial', sans-serif;
color:#515153;
text-align:center;
}
#programs .program-list{
	margin:0 0 50px;
	padding:0;
	list-style:none;
	overflow:hidden;
	position:relative;
}
#programs .program-list li h3{
	font:28px/43px 'Questrial', sans-serif;
	margin:0 0 3px;
	color:#5d5e60;
}
#programs .program-list li h3 a{color:#5d5e60;}
#programs .program-list li h3 a:hover{color:#c5452c;}
#programs .program-list li{
	float:left;
	/*width:13%;*/
	width:25%;
	color:#515153;
	padding:0 20px 2% !important;
	text-align:center;
	/*font-size:20px;
	line-height:35px;*/
	font-size:14px;
	line-height:30px;
	/*margin:0 0 0 8%;*/
	margin:0 0 0 5%;
}
#programs .program-list li:first-child{margin:0;}
#programs .program-list li p{margin:0 0 22px;padding:0;}
#home-slider .gmask ul li .btn, #programs .program-list li .btn {
	float:left;
	background:#b8b9bc;
	padding:10px 34px 10px;
	font-size:20px;
	color:#fff;
	position:absolute;
	bottom:0;
	text-transform:uppercase;
	border-bottom:7px solid #a3a5a8;
-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

#home-slider .gmask ul li .btn:hover,
#programs .program-list li .btn:hover{background:#c21b1f;border-color:#bb1111}
#programs .program-list li .icon{height:215px;display:block;overflow:hidden;margin:0 0 -58px}
#programs .program-list li .icon a:hover img{margin:-10px auto 0;}
#programs .program-list li .icon img{border:none;padding:0;box-shadow:none; -webkit-border-radius:0;border-radius:0;height:440px;width:auto;display:block;margin:-220px auto 0;}
.about-section .left{float:left;margin:0 -7% 0 -20%;    width: 75%;}
.about-section .left img{width:60%; margin:0 auto; height:auto;display:block;}
.about-section img{border:none;box-shadow:none;-webkit-box-shadow:none;border-radius:0;-webkit-border-radius:0;padding:0;}
.about-section .right{float:right;width:50%;color:#515153;font-size:16px;line-height:25px;margin:0 0 0; margin-bottom:20px;}
.about-steve .left{ margin-:0px; float:left; width: 50%;}
.about-steve .right{float:right;width:50%;color:#515153;font-size:16px;line-height:25px;margin:0 0 0; padding-bottom:20px;}
.about-section p .alignleft{display:none;}
.cart-collaterals h2{font-family: 'Questrial', sans-serif;color:#616163;}
.cart-collaterals .cross-sells .product-list{margin:0;}
.cart-collaterals .cross-sells .product-list li{float:none;overflow:hidden;vertical-align:top;padding:0 0 10px;background:none;width:100%;margin:0;}
.cart-collaterals .cross-sells .product-list li .pro-img{float:right;margin:0 0 0 10px;width:26px;height:26px;}
.cart-collaterals .cross-sells .product-list li .pro-img img{width:100%;height:auto;display:block;}
.cart-collaterals .cross-sells .product-list li .pro-title{overflow:hidden;text-align:left}
.cart-collaterals .cross-sells .product-list li .pro-title h3{color:#cd1931;font-weight:bold;}
.cart-collaterals .cross-sells .product-list li .pro-title h3 a{color:#cd1931;}
.cart-collaterals .cross-sells .product-list li .price{overflow:hidden;display:block;text-align:left}
.cart-collaterals .cross-sells .product-list li .pliwrap{position:static;padding:0;}
#tab-description h2{font-family: 'Questrial', sans-serif;color:#616163;}
.woocommerce-tabs .wc-tabs{display:none;}
.cart-collaterals .cross-sells .product-list li .pliwrap .view-more-sec{display:none;}
.content .page{overflow:hidden;}
.content .page h4{font-family: 'Questrial', sans-serif;color:#616163;}
.content .page h1{font-family: 'Questrial', sans-serif;color:#616163;}
#about-steve{border-top:0;padding-top:0;-webkit-box-shadow: inset 0 -33px 33px -33px rgba(0,0,0,0.2);
box-shadow: inset 0 -33px 33px -33px rgba(0,0,0,0.2);padding-bottom:0;}
#home-slider{background:#eeefef;overflow:hidden;width:100%;border-top:1px solid #dadbdc;padding:35px 0;}
#home-slider .gmask{overflow:hidden;width:100%;position:relative;}
#home-slider .gmask ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	position:relative;
	width:9999px;
}
#home-slider .gmask ul li{
	float:left;
	top:0;
	color:#616163;
	left:0;
	position:relative;
}
#home-slider .gmask ul li h2{color:#616163;font-size:64px;line-height:64px;margin:0 0 4px;}
#home-slider .gmask ul li h3{color:#616163;font-size:37px;line-height:44px;margin:46px 0 51px;}
#home-slider .gmask ul li .img-h{
	float:left;
	margin:0 38px 0 0;
}
#home-slider .gmask ul li .img-h{vertical-align:top;}
#home-slider .gmask ul li .btn{min-width:211px;text-align:center;bottom:8px}
#home-slider .gmask ul li .text-h{overflow:hidden;padding:12px 0 0;font-size:22px;line-height:29px;}
#home-slider .prev,
#home-slider .next{
	width: 51px;
	  height: 113px;
	  text-indent: -9999px;
	  overflow: hidden;
	  background: url("images/bg-arrows3.png") no-repeat;
	  position: absolute;
	  top: 50%;
	  left: -138px;
	  z-index: 4;
	  opacity:0;
	  margin: -57px 0 0;
	  -webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
#home-slider .next{
  left: auto;
  right: -138px;
  background-position: -51px 0;
}
#home-slider .wrap{position:relative;}
#home-slider .wrap:hover .prev{left: 38px;opacity:1;}
#home-slider .wrap:hover .next{right: 38px;opacity:1;}
.home .site-inner{display:none;}
.woocommerce div.product .product_title{font-size:55px;text-align:left;color:#616163;text-transform: uppercase;margin:0 0 45px;}
.product .summary.entry-summary{font-size:20px;line-height:35px;color:#515153;}
.proDet-con-row .pcr-title{font-size:28px!important;}
.proDet-con-row .pcr-con{margin-left: 31px!important;width:auto!important;}
.proDet-con-row .pcr-con .pro-price{font-size:26px!important;}
.proDet-con-row{margin-bottom:45px!important}
.proDet-con-row .pcr-con .pro-price del{margin:0 10px 0 0!important}
.proDet-con-row .pcr-con .pro-price ins{color:#bb1111;}
#tab-description h2{font-size:36px;}
#tab-description { line-height: 37px;}
.single .site-inner{overflow:hidden;}
#tab-description h3{font-size:36px;}
#tab-description ul{margin:0;padding:0;list-style:none;overflow:hidden;}
#tab-description ul li{
	padding:0 0 5px 36px;
	background:url('images/bullet.png') no-repeat 0 4px;
}
.cart-collaterals .cross-sells .product-list li .pro-title h3{margin:0;font-size:13px;}
.cart-collaterals .cross-sells .product-list li .price{font-size:13px!important;}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {
	.product-details .proDet-page, .product-details .proDet-con { min-height:auto!important;}
	.proDet-con-row .button-sec { position:inherit!important;}

	.wrap {
		max-width: 960px;
	}
	.home .about-section .right h5 {
    font-size: 39px;
    line-height: 48px;
}
.about-section .right p {
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 12px;
}
#programs h2{font-size:51px;line-height:61px;}
#home-slider .gmask ul li .img-h{width:40%;}
#home-slider .gmask ul li .img-h img{max-width:100%;height:auto;display:block;}
#home-slider .gmask ul li .text-h{padding:12px 0 54px;}
#home-slider .gmask ul li h2{font-size:51px;line-height:56px;}
#home-slider .gmask ul li .text-h {
    font-size: 18px;
    line-height: 26px;
}
#tab-description > div> div{width:33%!important;}
.about-section .right{padding:31px 0 0;}
	.site-header .widget-area {
		width: 620px;
	}

	.content {
		width: 580px;
	}

	.top-section-main .widget-title {
		font-size: 40px;
		margin: 0 0 15px;
	}

	.top-section-main .widget-sub-title {
		font-size: 22px;
		margin: 0 0 15px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}

	/* start here */

	body {
		overflow-x: hidden;
	}

	.genesis-nav-menu a {
		font-size: 16px;
		padding: 20px 4px;
	}

	.sticky .genesis-nav-menu a {
		font-size: 14px;
		padding: 10px 8px;
	}

	.top-section .enews-placeholder-wrap {
		width: 48%;
	}

	.top-section-main .enews-widget input[type="submit"] {
		width: 97%;
		display: block;
	}

	.top-section-main .enews-widget {
		margin-bottom: 30px;
	}

	.services-section .icons {
		height: 140px;
		width: 140px;
	}

		.services-section .icons a {
			font-size: 14px;
			line-height: 18px;
			padding: 56% 2px 0;
		}

	.home-widgets .services-section .widget:first-child .sub-title {
		background-size: contain;
	}

	.program-price,
	.program-cta,
	.program-left-col,
	.program-right-col {
		margin-right: 20px;
		width: 47.72209567198178%;
	}

	.program-bottom-info {
		margin-top: 40px;
	}

	.testimonial-section .owl-carousel .owl-item {
		width: 480px !important;
	}

	.about-section .simple-social-icons {
		bottom: 2%;
	}

	.footer-widgets-1,
	.footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {

		width: 23.96%!important; margin-right: 10px!important;
	}

/*	.footer-widgets-3 {
		width: 37.5%;
		width: 29.16666666666667%;
		margin-right: 20px;
	}
*/
	.footer-widgets-2 label {
		letter-spacing: 1px;
		width: 24%;
	}

	.footer-widgets-2 span.info {
		width: 70%;
	}
}

@media only screen and (max-width: 1023px) {
	.product-list li {
		width: 31.8%!important;


		}

	.wrap {
		max-width: 768px;
	}
	.home .about-section .right h5 {
    font-size: 26px;
    line-height: 32px;
}
.home-widgets .sub-title {
    margin-bottom: 13px;
    width: 100%;
}

.about-section .right p {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 5px;
}
#programs .program-list li .btn{position:static;}

#programs h2 {
    font-size: 38px;
    line-height: 45px;
}
#home-slider .gmask ul li h3{margin:0 0 9px}
.proDet-con-row {
    margin-bottom: 20px !important;
}
.product .summary.entry-summary{font-size:16px;line-height:30px;}
.woocommerce div.product .product_title{font-size:45px;margin:0 0 24px;}
#programs .program-list li:first-child,
#programs .program-list li {
    margin: 0 2%;
    width: 45%;
	float:none;
	display:inline-block;
	vertical-align:top;
}
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.site-inner {
		padding: 40px 5%;
	}


.site-inner, .inner-container {padding-top: 176px!important;}

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
	}

	.site-header {height:180px;}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;

	}

	.site-header .widget-area {
		padding: 0 5%;
	}

	.site-description {
		font-size: 30px;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
	}

	.top-right { width:100%;}
	.top-elem { float:left; margin-left: 20px;}
	.top-social {/*float: none; margin:10px 0 0 0px;*/}


	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
	}

	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
	}

	/* start here */
	.header-image .title-area {
		height: 60px;
		width: 100%;
		background-size: contain;
		background-position: center;
	}

	.header-image .sticky .site-title a,
	.header-image .sticky .title-area {
		background-size: contain;
		width: 100%;
	}

	.site-header.sticky {
		height: 160px;
	}


	.sticky .genesis-nav-menu a {
		font-size: 14px;
		padding: 20px 10px;
	}

	.nav-header {
		width: 100%;
	}

	.top-section-main {
		padding-right: 20px;
		padding-top: 176px;
	    background-size: 40% auto;
	   /* padding-left: 150px;*/
	}

	.top-section .enews-placeholder-wrap .placeholder-empty span {
		font-size: 14px
	}

	.top-section-main .widget {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	    padding: 40px;
	}

	.top-section-main .enews-widget {
	    margin: 0;
	    padding-top: 0;
	}

	.top-section .enews-placeholder-wrap, .top-section-main .enews-widget input[type="submit"] {
    	width: 49%;
	}

	/*.top-section-main ul li {
	   	background-position: left 10px;
	    background-size: auto 55%;
	    font-size: 18px;
	    margin: 0;
	    padding: 5px 0 5px 35px;
	}*/

	.top-section-main .enews-widget input[type="submit"] {
		width: 100%;
	}

	.services-section .icons {
		margin: 0 10px;
		height: 120px;
		width: 120px;
	}

	.services-section .icons {
		height: 118px;
		width: 118px;
	}

	.services-section .widget {
		margin-top: -80px;
		padding: 110px 22px 40px;
	}

	.program-price,
	.program-cta,
	.program-left-col,
	.program-right-col {
		width: 46.99248120300752%;
	}

	.program-price {
		font-size: 32px;
	}

	.testimonial-section .owl-carousel .owl-item {
		width: 356px !important;
	}

	.testimonial-section .owl-carousel .owl-item .item {
		width: 264px !important;
	}

	.services-section,
	.about-section,
	.testimonial-section,
	.footer-widgets  {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.about-section .simple-social-icons {
		bottom: -6px;
	}

	.owl-prev {
		left: -14px;
	}

	.owl-right {
		right: -14px;
	}

	.site-footer {
		padding-bottom: 0;
	}

	.footer-widgets {
		padding-top: 0;
	}

	.services-section .icons a {
		font-size: 13px;
		line-height: 16px;
		padding: 56% 9px 0;
	}

	.footer-widgets-5 .copyright {
		width: 75%;
	}

	.owl-theme .owl-controls .owl-buttons div {
		top: 28%;
	}

	.owl-next {
		right: -14px;
	}

	.footer-widgets {
	    background-image: url("images/black-bg.jpg");
	    background-position: center top;
	    background-repeat: repeat;
	    background-size: contain;
	}

	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		background: none;
		width: 48.5%!important; margin-right: 10px!important;
	}

	.intro-pdf li { width:24%!important;}

	.fot-nav { width:100%; float:none;}

}
.site-container .opener{display:none;}
@media only screen and (max-width: 767px) {
	.site-header.sticky {
		height: auto;
	}	.sticky.site-header .widget-area{top:76px}
	.header-image .sticky .site-title a, .header-image .sticky .title-area{width:140px;}
	.site-container .opener{cursor:pointer;display:block;position:fixed;top:42px;right:10px;text-indent:-9999px;width:30px;height:30px;background:url('images/bg-opener.png') no-repeat;background-size:30px 30px; z-index: 101;}
	.site-container .active .opener{background:url('images/bg-opener2.png') no-repeat 0 -8px;}
	.header-image .title-area{float:left;width:169px;margin:0 0 0 18px;}
	.site-header .widget-area{position:absolute!important;top:86px;left:0;width:100%;background:#000;}
	.site-header{padding-bottom:10px;}
	.site-header .widget-area{display:none;}
	.product-details .proDet-page, .product-details .proDet-con { float:none!important; min-height:auto!important;}
	.product-details .proDet-page { width:50%!important; margin-bottom:15px;}
	.product-details .proDet-con { width:100%!important;}
	.proDet-con-row .button-sec { position:inherit!important;}

	.blog-sec .blog-con img { width:100%!important; margin-bottom:10px;}
	#programs .program-list li .icon img{margin:-220px auto 0;}
	#programs .program-list li:hover a img,
	#programs.services-section ul.program-list li:hover .icon img,
	#programs .program-list li .icon a:hover img{margin:-10px auto 0;}
	.product-list li {
		padding-bottom: 44%!important;
		width:48%!important;

		}
	#wpadminbar {
		position: fixed;
	}

	.site-header {
		padding-bottom: 10px;
		height: auto;
	}

	.title-area {
		padding-bottom: 6px;
	}

	.minimum .site-tagline {
		margin-top: 200px;
	}

	.genesis-nav-menu a {
		padding: 10px 20px;
		font-size: 14px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}
/*
	.responsive-menu {
		display: none;
	}*/

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}

	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.top-section-main {
		background: none;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 218px;
	}


	.inner-container, .site-inner {
		padding-right: 20px!important;
		padding-left: 20px!important;
		padding-top:230px!important;
		}

	.top-section-main .widget {
		padding: 20px;
	}

	.top-section-main .widget-title {
		font-size: 30px;
	}

	.site-header .widget-area {
		padding: 12px 0;
	}

	.sticky .genesis-nav-menu a {
		font-size: 14px;
		padding: 20px 6px;
	}
	.home-widgets .services-section .widget:first-child .sub-title {
		background: none;
		margin-top: -50px;
	}

	.home-widgets .services-section .main-title {
		margin-bottom: 24px;
	}

	.top-section .enews-placeholder-wrap,
	.top-section-main .enews-widget input[type="submit"] {
		width: 100%;
	}

	a.alignleft,
	img.alignleft,
	.wp-caption.alignleft {
		display: block;
		float: none;
		margin: 0 auto;
	}

	.program-price,
	.program-left-col,
	.program-right-col,
	.program-cta {
		width: 100%;
		margin-bottom: 30px;
	}

	.program-cta {
		margin-bottom: 0;
	}

	.services-section .widget {
		padding-bottom: 0;
	}

	.testimonial-section .owl-carousel .owl-item {
		width: 423px !important;
	}

	.testimonial-section .owl-carousel .owl-item .item {
		width: 275px !important;
	}

	.owl-pagination {
		left: 30%;
	}

	.owl-prev {
		left: 14px;
	}

	.owl-next {
		right: 14px;
	}

	.owl-theme .owl-controls .owl-buttons div {
		top: 28%;
	}

	.home-widgets .main-title .widget-title {
		font-size: 34px;
	}

	.footer-widgets-5 .copyright {
		width: 54.64362850971922%;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		width: 100% !important;margin-right: 0 !important;
	}
	.intro-pdf li { width:49%!important;}
	.about-section .left, .about-steve .left {margin:0 0 10px;width:100%;float:none;overflow:hidden;}
	.about-section .right, .about-steve .right {margin:0 0 10px;width:100%;float:none;overflow:hidden;}

#programs h2 {
    font-size: 23px;
    line-height: 33px;
}

#programs .program-list li:first-child, #programs .program-list li{width:98%; padding-left:0px !important;}
#home-slider .gmask ul li .img-h{width:100%;float:none;overflow:hidden;margin:0 0 10px;}
#home-slider .gmask ul li .text-h{padding:12px;}
#home-slider .gmask ul li h3,
#home-slider .gmask ul li h2 {
    font-size: 31px;
    line-height: 44px;
}

p {
    margin: 0 0 18px;
    padding: 0;
}
*, input[type="search"] {
    box-sizing: border-box;
}
*::-moz-placeholder {
    color: #999;
    opacity: 1;
}
*::-moz-selection {
    background-color: #d2232a;
    color: #fff;
}
#home-slider .gmask ul li .text-h {
    font-size: 15px;
    line-height: 23px;
}
#home-slider .gmask ul li .btn{position:static;}
#home-slider .prev, #home-slider .next{width:25px;height:56px;background-size:50px 56px;left:5px;}
 #home-slider .next{background-position:-25px 0;left:auto;right:5px;}
 #home-slider .wrap:hover .prev{left:5px;} #home-slider  .wrap:hover .next{right:5px;}
 .woocommerce div.product .product_title{font-size:27px;}
 .proDet-con-row .pcr-title {
    font-size: 19px !important;
}
.proDet-con-row .pcr-con .pro-price {
    font-size: 16px !important;
}

#tab-description h2 {
    font-size: 26px;
}
#tab-description {
    line-height: 28px;
}
#tab-description h3 {
    font-size: 30px;
}
#tab-description > div > div{padding:0!important;width:100%!important;float:none;overflow:hidden;}
.genesis-nav-menu a{padding:10px 16px;}
}

/*
@media only screen and (max-width: 600px) {

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: 50%;
	}

	.home-featured .widget-area:nth-of-type(2n+1) {
		clear: left;
	}

}
*/
@media only screen and (max-width: 479px) {
	.genesis-nav-menu .menu-item{float:none;display:block;}
	.genesis-nav-menu a{border-bottom:1px solid #979797;}
	.sticky .genesis-nav-menu a{padding:5px 20px!important;}
	.site-header .widget-area{padding-bottom:0;}
	.product-list li {

		width: 77.5%!important;
	}
	 .sticky .widget-area{top:76px;}
	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

	/* start here */
	.genesis-nav-menu a {
		padding: 10px 20px;
		font-size: 12px;
	}

	.sticky .genesis-nav-menu a {
		font-size: 13px;
		padding: 10px 20px 0;
	}

	.sticky .genesis-nav-menu {
		padding-top: 10px;
	}

	.site-header.sticky {
		height: auto;
	}

	.top-section-main .widget-title {
		font-size: 34px;
	}

	.top-section-main ul li {
		font-size: 14px;
		line-height: 2;
	}

	.top-section .enews-placeholder-wrap .placeholder-empty span {
		font-size: 13px;
		padding-left: 44px;
	}

	.home-widgets .main-title .widget-title {
		font-size: 28px;
	}

	.home .widget-sub-title,
	.home-widgets .sub-title
	.widget-sub-title {
		font-size: 22px;
	}

	.home-widgets .sub-title {
		margin: 0 0 20px 0;
		width: 100%;
	}

	.program-price {
		font-size: 22px;
	}

	.testimonial-section .owl-carousel .owl-item {
		width: 262px !important;
	}

	.testimonial-section .owl-carousel .owl-item .item {
		width: 240px !important;
		height: auto;
	}

	.owl-prev {
		left: -27px;
	}

	.owl-next {
		right: -27px;
	}

	.fa-chevron-left,
	.fa-chevron-right {
		padding: 10px;
	}

	.fa-chevron-left:before,
	.fa-chevron-right:before {
		font-size: 30px;
	}

	.owl-pagination {
		left: 20%;
	}

	.about-section {
		padding-bottom: 68px !important;
	}

	.simple-social-icons ul li {
		margin: 0 5px 0 0 !important;
	}

	.about-section .simple-social-icons {
		bottom: -75px;
	}

	.home-widgets .main-title .widget-title {
		font-size: 24px;
	}

	.footer-widgets-5 img.logo-footer {
		display: block;
		margin: 0 auto;
		border: 0;
		padding: 0;
		float: none;
	}

	.footer-widgets-5 .copyright {
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 16px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		padding: 20px 0;
	}

	.about-section .simple-social-icons {
		bottom: -55px;
		right: 16px;
	}

	.services-section .icons {
		height: 100px;
		width: 100px;
	}

	.services-section .icons a {
		font-size: 14px;
		line-height: 14px;
		padding: 50% 6px 0;
		background-size: 45% !important;
	}
	.product-details .proDet-page {
    width: 100% !important;
    margin-bottom: 15px;
}
.proDet-con-row .pcr-title { width:24%!important;}

.intro-pdf li { width:100%!important; padding:30px 0!important;}
.fot-nav li { line-height:normal; text-align:center;}

.fot-nav { margin-top:10px;}
}

@media only screen
and (max-width: 767px)
and (min-width: 600px) {

	.product-list li {

		width: 48.5%!important;

		padding-bottom:0!important;
		}

	.product-list li .pliwrap {
		position:inherit!important;
		}


}
@media only screen
and (min-width : 220px)
and (max-width : 599px) {
	.product-list li {

		width: 68.5%!important;
		padding-bottom:0!important;
		float:none!important;
		margin:3% auto!important;
		}
		.product-list li .pliwrap {
		position:inherit!important;
		}
		.site-header.sticky .top-right{ margin-top:10px;}

}

/*Innerpage Section*/
.inner-container, .site-inner { padding-top: 145px; text-align: justify; background:#FFF;}
.inner-wrap,  .site-inner .wrap {padding: 40px 0 !important;}

.footer-widgets .widget-area { width:258px; float:left !important; padding:20px; margin-right:25px; }

.more-link-wrap { text-align:left !important; }
/***********************start extra added************************/
.blog-sec, { overflow:hidden; margin-bottom:20px;}
.blog-sec .blog-con img { width:24%; float:left; margin-right:2%;}
.blog-sec .blog-con { width:100%; /*float:left; margin-left:2%;*/ }
.blog-sec .blog-con { width:100%; /*float:left; margin-left:2%;*/ }
.blog-sec h2 {color: #666; font-family: "BebasNeueRegular"; font-size: 28px;}
.blog-sec .tdndtime { font-size:12px;}

.callbacks .button {position: absolute; z-index: 5; bottom: 20px; /*display:none;*/}
.callbacks .bRight {right: 20px;}
.callbacks .bLeft {left: 20px;}
.callbacks .bCenter {left: 42%;}


/*PRODUCT PAGE CSS STARTS FROM HERE*/
.product-list-sec { overflow:hidden; clear:both; }
.product-list {margin:0 0 0 -1.5%; padding:0; clear:both; /*overflow:hidden;*/ text-align:center;}
.product-list h3 { /*height:33px;*/ font-family: 'Open Sans', sans-serif; font-size: 20px; color:#000; text-transform:uppercase; font-weight:bold;}
.product-list li {list-style-type:none; width:23.5%; height:23.5%; padding-bottom:35%; position:relative; float:left; margin:0 0 1.5% 1.5%; background:#F2F2F2;  color: #222; overflow:hidden;}
.product-list li .pliwrap { padding:15px; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box; position:absolute; width:100%;}
.product-list li .pro-img { margin-bottom:5px; max-height:260px; overflow:hidden; }
.product-list li img {width:100%; height:auto;}
.product-list li .button { padding: 5px 14px;}
.product-list li .button a { color:#fff !important; }

/*PRODUCT DETAILS PAGE CSS STARTS FROM HERE*/
.product-details {overflow:hidden;}
.product-details h3 {}
.product-details .proDet-page, .product-details .proDet-con { min-height:340px;}
.product-details .proDet-page { width:30%; float:left;}
.product-details .proDet-con { width:68%; float:right; font-size:14px; position:relative;}
.proDet-con-row { clear:both; overflow:hidden; margin-bottom:10px;}
.proDet-con-row .pcr-title { width:10%; float:left; line-height:33px;}
.proDet-con-row .pcr-con {width:30%; float:left; margin-left:18px;line-height:33px;}
.proDet-con-row .pcr-con .pro-price { font-size:20px; font-weight:bold;}
.proDet-con-row .button-sec { position:absolute; left:0; bottom:0; border-top:1px solid #CCC; width:100%; padding-top:20px;}
.proDet-con-row .button {padding: 5px 10px; margin-top:5px;}
.product-details-con { clear:both; margin-top:20px;}

.resp-tabs-list li { border-left:1px solid #ccc; border-top:1px solid #ccc; display: inline-block; padding: 5px 20px; margin: 0; list-style: none; cursor: pointer; float: left;}
.resp-tabs-list h5 { color:#262626; margin:0; line-height:28px; font-family: 'Open Sans', sans-serif; font-size:14px; font-weight:bold;}
.resp-tabs-list li:last-child { border-right:1px solid #ccc;}
.resp-tabs-list li a {text-decoration:none; color:#FFF;}
.resp-tabs-container { padding: 0px; clear: left;}
h2.resp-accordion { cursor: pointer;  padding: 10px; display: none;}
.resp-tab-content { display: none; line-height:28px; padding:5px 20px; border-bottom:1px solid #ccc; border-top:1px solid #ccc;  border-left:1px solid #ccc; border-right:1px solid #ccc; font-size:14px; line-height:inherit;}
.resp-tab-content p { margin:10px 0;}
.resp-tab-active { border: 1px solid #ccc; border-right: none; border-bottom: none; margin-bottom: -1px !important; padding: 5px 20px !important;}
.resp-tab-active { border-bottom: none; color:#d2232a;}
.resp-tab-active h5 { color:#d2232a; margin:0; padding:0;}
.resp-content-active, .resp-accordion-active { display: block;}
.resp-tab-content {/*border: 1px solid #c1c1c1;*/}
h2.resp-accordion { font-size: 13px;  font-family: 'Open Sans', sans-serif; font-weight:bold; line-height:normal; border: 1px solid #c1c1c1;  border-top: 0px solid #c1c1c1; margin: 0px; padding: 10px;}
h2.resp-accordion a{ text-decoration:none; color:#000;}
h2.resp-tab-active { border-bottom: 0px solid #c1c1c1 !important; margin-bottom: 0px !important; padding: 10px !important; color:#FFF;}
h2.resp-tab-title:last-child { border-bottom: 12px solid #c1c1c1 !important; background: blue;}
/*-----------Vertical tabs-----------*/
#verticalTab {margin-top:15px;}
.resp-vtabs ul.resp-tabs-list { float: left; width: 30%; background:#303030; color:#FFF;}
.resp-vtabs .resp-tabs-list li { display: block;  padding: 7px 15px !important; margin: 0; cursor: pointer; float: none;}
.resp-vtabs .resp-tabs-container { padding: 0px; float: right; width: 68%; height: auto; clear: none;}
.resp-vtabs .resp-tab-content { border: none; padding:0;}
.resp-vtabs li.resp-tab-active { border: 1px solid #c1c1c1;  border-right: none; background-color: #a31d1e;  position: relative; z-index: 1;  margin-right: 0px !important;  padding: 7px 15px !important;}
.resp-arrow { width: 0; height: 0; float: right; margin-top: 5px;  border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 8px solid #c1c1c1;}
h2.resp-tab-active span.resp-arrow { border: none; font-weight:normal;  border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 8px solid #FFF;}
/*-----------Accordion styles-----------*/
h2.resp-tab-active { background: #d2232a !important;}
.resp-easy-accordion  h2.resp-accordion { display: block;}
.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1;}
.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important;}
.resp-jfit { width: 100%;  margin: 0px;}
.resp-tab-content-active {  display: block;}
h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important;padding:10px;}
/***********************End extra added************************/

.AlpinePhotoTiles-image-div-container { background: none repeat scroll 0 0 transparent;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 10px !important;
	margin-right:20px !important;
}
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }
	.resp-tabs-list li a {text-decoration:none;}
    h2.resp-accordion {
        display: block;
		font-style:inherit;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
	.resp-vtabs .resp-tab-content {padding:10px;}
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	.superbox-list { width:19.5%;}

}

/*********************** Woocommerce css Changes  **************************************/
.price { font-size:20px !important; color:#000 !important; }
.single_add_to_cart_button, .woocommerce-page input.button.alt  {
	background-color:#d2232a !important;
	background: -moz-linear-gradient(center top , #d2232a 0px, #d2232a 100%) repeat scroll 0 0 rgba(210, 35, 42, 1) !important;
	background: -webkit-gradient(center top , #d2232a 0px, #d2232a 100%) repeat scroll 0 0 rgba(210, 35, 42, 1) !important;
	background: -webkit-linear-gradient(center top , #d2232a 0px, #d2232a 100%) repeat scroll 0 0 rgba(210, 35, 42, 1) !important;
	background: linear-gradient(center top , #d2232a 0px, #d2232a 100%) repeat scroll 0 0 rgba(210, 35, 42, 1) !important;

	background: -webkit-linear-gradient(#d2232a,#d2232a) !important;

	border-color: #d2232a !important; font-weight: normal !important;
	border-bottom: 6px solid #a40000 !important;
    border-radius: 3px;
    box-shadow: none !important;
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px !important;
 }
.pinterest-container{ margin:0 !important; }
.enews-placeholder-wrap .placeholder-empty span { padding-left:35px !important; text-transform:capitalize !important; }
.entry-footer { display:none !important; }
.home .breadcrumb{ display:none; }

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button{
	background-color:#d2232a !important;
	background: -moz-linear-gradient(center top , #d2232a 0px, #d2232a 100%) repeat scroll 0 0 rgba(210, 35, 42, 1) !important;
	background: -webkit-gradient(center top , #d2232a 0px, #d2232a 100%) repeat scroll 0 0 rgba(210, 35, 42, 1) !important;
	background: -webkit-linear-gradient(center top , #d2232a 0px, #d2232a 100%) repeat scroll 0 0 rgba(210, 35, 42, 1) !important;
	background: linear-gradient(center top , #d2232a 0px, #d2232a 100%) repeat scroll 0 0 rgba(210, 35, 42, 1) !important;

	background: -webkit-linear-gradient(#d2232a,#d2232a) !important;

	border-color: #d2232a !important; font-weight: normal !important;
	border-bottom: 6px solid #a40000 !important;
    border-radius: 3px;
    box-shadow: none !important;
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px !important;
}
.searchandfilter{ float:right; clear:both; width:100%; text-align:right; margin-bottom:20px; }
.searchandfilter ul {
    display: inline-block;
}
.searchandfilter li {
    display: inline-block;
    list-style: outside none none;
    padding-right: 10px;
}
/*********************** Woocommerce css Changes  **************************************/
/*PDF DOWNLOAD*/
.intro-pdf { margin:0 0 0 -1%; padding:0; overflow:hidden;}
.intro-pdf li {list-style-type:none;  margin:1% 0 0 1%; /*background:#f6f6f6;*/ width:19%; padding:10px; float:left;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center; border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
.gallery-item a, .gallery-caption { width:100%; overflow:hidden; height:40px; font-size:13px;}
.intro-pdf li dd { margin:0; padding:0;}

.fot-nav { margin:0; padding:0; float:right; color: #666; font-size:12px; text-transform:uppercase;}
.fot-nav li { display:inline-block; width:auto; padding:0 10px; line-height:50px;}
.fot-nav li a {text-decoration:none; color: #666;}
.fot-nav li a:hover { color:#d2232a;}


.woocommerce span.onsale {
	top: 5px;
	left: 5px;
	background-color: #D2232A;
display: none !important;
}

div.pp_default .pp_expand {
    display: none !important;
}

div.ppt {
    margin: 0 0 0 15px !important;
}

.white-panel h1 {
text-align: left !important;
}

.woocommerce div.product div.images img {
    border: 1px solid #ccc;
}


.whitebtn {
    background: #fff;
    padding: 15px 34px 10px;
    font-size: 20px;
    color: #333;
    bottom: 0;
    text-transform: uppercase;
-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;

    border-radius: 8px;
    border-bottom: 7px solid #ccc;
}

.inner-container, .site-inner {
    text-align: left;
}

.button {
text-align:center;
}

div.twocol-info {
width: 45%; float: left; padding-right: 5%; }
@media only screen and (max-width: 850px) {
	.twocol-info { width:100% !important; padding-right:0px !important; }
}

.galleryid-1738 {
				margin: auto;
			}
			.galleryid-1738 .gallery-item {
				float: left;
				margin-top: 10px;
				text-align: center;
				width: 30%;
			}
			.galleryid-1738 img {
				border: 4px solid #fff;
			}
			.galleryid-1738 .gallery-caption {
font-size: 12px;
line-height: 14px;
overflow: visible;
margin-left: 0;
font-weight:bold;
			}

.woocommerce div.product form.cart .button {
font-size:20px !important;
-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
font-weight:bold;
}

.big-title {
font-size: 30px;
color:#666;
}

.quest-font {
	font:40px/45px 'Questrial', sans-serif;
color:#fff;
text-transform:uppercase;
}