/*
    Theme Name: Sample
    Theme URI: http://www.yourdomain.com/
    Description: This is a sample child theme created for the Genesis Framework.
    Author: Your Business Name
    Author URI: http://www.yourbusiness.com/
 
    Version: 1.0
 
    Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns
 
    Template: genesis
    Template Version: 1.7
 
    License: GNU General Public License v2.0
    License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	/*border: 1px solid #ddd;*/
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #25a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	margin: 0 auto;
	/*width: 1000px;*/
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 80px;
	overflow: hidden;
	/*width: 1000px;*/
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 400px;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 1000px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 10px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 13px;
	width: 10px;
}

li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	/*background-color: #333;*/
	float: left;
	list-style-type: none;
	/*text-transform: uppercase;*/
}

#header ul.nav li a,
#header ul.menu li a {
	color: #000;
	display: block;
	font-size: 13px;
	/*padding: 7px 10px 5px;*/
	position: relative;
	text-decoration: none;
        line-height: 13px;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	/*background-color: #000;*/
	color: #d10022;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 140px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 140px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -24px 0 0 159px;
}

.page-id-106 #header ul.nav li ul ul, .page-id-106 #header ul.menu li ul ul {
	margin: -26px 0 0 159px !important;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 1000px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 1000px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 20px auto;
	overflow: hidden;
	width: 1000px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 13px;
	/*line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;*/
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 790px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 1000px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	/*width: 65% !important;*/
}

.content-sidebar #content,
.sidebar-content #content {
	/*width: 640px;*/
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	/*width: 1000px;*/
	width: 100%;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	/*margin: 0 0 40px;*/
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 5px;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 24px;
	line-height: 30px;
}

.taxonomy-description h1,
.widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

h2 a:hover {
	color: #25a;
	text-decoration: none;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.widget-area h4 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 12px;
	margin: 5px 0;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 300px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area .textwidget {
	padding: 5px 10px 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 10px 10px;
}

.more-from-category {
	padding: 5px 10px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 30px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 5px;
	width: 225px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #333;
	border-bottom: 1px solid #fff;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0;
	width: 1000px;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 940px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	color: #fff;
	padding: 0 0 10px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer-widgets a:hover {
	text-decoration: none;
}

#footer-widgets ul {
	color: #fff;
	margin: 0 0 10px;
}

#footer-widgets ul li {
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #333;
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 6px 0 5px;
	text-transform: uppercase;
	width: 1000px;
	display: none;
}

#footer p {
	color: #fff;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}




/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
custome style-----*/

/*Global Properties*/
body{width: 100%; margin: 0; padding: 0; float: left; font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #000; background: #fff;}
div{margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,p,form{margin: 0; padding: 0;}
a{text-decoration: none;}
ul{margin: 0; padding: 0; list-style: none;}
li{margin: 0; padding: 0;}
input {outline: none;}
dfn, em {font-style: normal;}

h1 {width: 100%; float: left; margin: 0 0 10px 0; padding: 0 0 5px 0; font-size: 24px; color: #000; background: url(images/h2header.jpg) repeat-x 10px 15px; font-weight: normal;}
h1 span { background: #fff; color: #000; padding-right: 10px; text-transform: uppercase;}
h1 span.center { background: #fff; color: #000; padding-right: 10px; text-transform: uppercase; margin-left: 435px; padding-left: 10px;}
h3 {width: 100%; float: left; margin: 0 0 20px 0; padding: 0 0 5px 0; font-size: 24px; color: #000; font-weight: normal;}
h3.partners {width: 100%; float: left; margin: 75px 0 0 0; padding: 0 0 5px 0; font-size: 24px; color: #000; font-weight: normal;}
h5 {float: left; margin: 0 0 15px 0; padding: 0 0 5px 0; font-size: 18px; color: #fff; font-weight: normal; border-bottom: 1px #fff solid; width: 100%;}
h4 {width: 100%; float: left; margin-bottom: 5px; font-weight: bold; font-size: 15px;}
h5 span {text-transform: uppercase; border-bottom: 2px #fff solid; padding: 0 0 3px;}

@font-face {font-family: helvetica; src: url(fonts/helvetica-neue-lt-com-67-medium-condensed.ttf); font-style: normal;}

.martop30 { margin-top: 30px !important;}
.martop20 { margin-top: 20px !important;}
.martop10 { margin-top: 10px !important;}
.martop15 { margin-top: 15px !important;}

.marbop30 { margin-bottom: 30px !important;}
.marbop20 { margin-bottom: 20px !important;}
.marbop10 { margin-bottom: 10px !important;}
.marbop15 { margin-bottom: 15px !important;}

.marrght50 { margin-right: 50px;}
.marlft25 {margin-left: 25px;}

.fnt15 { font-size: 15px;}

.fltleft { float: left;}
.florght { float: right;}

.relative {position: relative !important;}
.absolute {position: absolute !important;}

.wth92 {width: 92% !important;}

#maindiv{width: 100%; float: left; margin: 0; padding: 0;}
.wrapper {width: 1000px; margin: 0 auto;}
   
.header {width:100%; float: left; margin: 0; padding: 0 0 20px 0; border-top: 3px #000000 solid; background: url(images/bg-header.jpg) repeat-x bottom;}
.header-cont {width: 1000px; margin: 0 auto; padding: 0;}
.header-cont .logo {width: 176px; float: left; margin: 9px 0 0 0; padding: 0;}
.header-cont .logo a {background: url(images/logo.jpg) no-repeat; text-indent: -999999px; width: 176px; height: 96px; float: left; outline: none;}

.header-cont .rightpanel {width: 530px; float: right; margin: 6px 0 0 0;}
.header-cont .rightpanel .social {float: right; width: auto; margin: 20px 0 0 0;}
.header-cont .rightpanel .social ul {float: leftl; margin: 0;}
.header-cont .rightpanel .social ul li {float: left; margin: 0 12px 0 0; line-height: 25px;}
.header-cont .rightpanel .social ul li.last {margin-right: 0;}
.header-cont .rightpanel .social ul li a img {border: 0;}
.header-cont .rightpanel .social ul li a.facebook {background: url(images/facebook-top.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0); float: left;  height: 25px;  transition: all 0.5s ease-in 0s; width: 24px;}
.header-cont .rightpanel .social ul li a.facebook:hover {background-position: 0px -24px; transition: all 0.3s ease-in 0s; text-decoration: none;}
.header-cont .rightpanel .social ul li a.twitter {background: url(images/twitter-top.png) no-repeat; width: 24px; height: 25px; float: left;  transition: all 0.3s ease-in 0s;}
.header-cont .rightpanel .social ul li a.twitter:hover {background-position: 0px -25px;  transition: all 0.3s ease-in 0s; text-decoration: none;}
.header-cont .rightpanel .social ul li a.google {background: url(images/googletop.png) no-repeat; width: 24px; height: 25px; float: left;  transition: all 0.3s ease-in 0s;}
.header-cont .rightpanel .social ul li a.google:hover {background-position: 0px -26px;  transition: all 0.3s ease-in 0s; text-decoration: none;}

.header-cont .rightpanel .menu {max-width: 530px; float: left; margin: 30px 0 0 0; padding: 0;}
.header-cont .rightpanel .menu ul {float: left; margin: 0; width: 100%;}
.header-cont .rightpanel .menu ul li {float: left; margin: 0; background: url(images/header-menu-seperator.jpg) no-repeat right; padding: 6px 17px;}
.header-cont .rightpanel .menu ul li.home-menu {float: left;  padding: 6px 35px; text-indent: -999999px;}
.header-cont .rightpanel .menu ul li.home-menu a {float: left; background:url(images/home.png) no-repeat 0 0; width: 12px; height: 12px;}
.header-cont .rightpanel .menu ul li.home-menu a:hover { background:url(images/home.png) no-repeat 0 -13px;}
.header-cont .rightpanel .menu ul li:last-child { background: none; padding-right: 0;}
.header-cont .rightpanel .menu ul li a {font-size: 14px; color: #000;}
.header-cont .rightpanel .menu ul li a:hover {color: #d10022;}
.header-cont .rightpanel .menu ul li.last {margin-right: 0;}
.header-cont .rightpanel .menu ul li a.selected {font-weight: bold;}
/*#header ul.nav li, #header ul.menu li#menu-item-46 {text-indent: -999999px; padding: 6px 35px;}*/

#banner {width: 100%; float: left; padding: 0; margin: 0 0 20px 0;}
#banner img {width: 100%; /*height: 302px;*/}

#bodycont {width: 100%; float: left;}
.row-thousand {width: 100%; float: left; margin: 0;}
.row-thousand h2 span.center{ margin-left: 450px; padding: 0 10px;}
.row-thousand p.about {font-size: 15px; line-height: 24px; width: 100%; text-align: center; padding-bottom: 20px; border-bottom: 1px #ccc solid;}

.row-thousand .iso {width: 960px; float: left; margin: 0; background: #9e9061 url(images/bg-iso.jpg) no-repeat top right; padding: 15px 20px;}
.row-thousand .iso img {float: right; 
    /*height: 101px;*/
    position: absolute;
    right: 86px;
    top: 10px;
    /*width: 240px;*/}
.row-thousand .iso strong {color: #fff; width: 60%; float: left; font-size: 18px; font-weight: bold;}
.row-thousand .iso p {color: #fff; width: 70%; float: left; margin: 3px 0 0 0; line-height: 20px; font-size: 13px;}

.footer {width: 100%; float: left; margin: 40px 0 0 0;}
.footer .foottop {width: 100%; float: left; background: #000; padding: 20px 0;}
.footer .foottop .col310 {width: 290px; float: left; margin-bottom: 15px;}
.footer .foottop .col310  ul {width: 100%; float: left; margin-top: 8%;}
.footer .foottop .col310 ul li {margin-bottom: 10px; color: #fff; font-size: 13px; line-height: 21px;}
.footer .foottop .col310 ul li a {color: #fff; font-size: 13px;}
.footer .foottop .col310 ul li a:hover {color: #ccc; text-decoration: none;}
.footer .foottop .col310 ul li.address {background: url(images/address.png) no-repeat; padding-left: 30px;}
.footer .foottop .col310 ul li.phone {background: url(images/phone.png) no-repeat; padding-left: 30px; margin-bottom: 13px;}
.footer .foottop .col310 ul li.fax {background: url(images/fax.png) no-repeat; padding-left: 30px; margin-bottom: 13px;}
.footer .foottop .col310 ul li.email {background: url(images/sales.png) no-repeat; padding-left: 30px;}

.footer .footbop {width: 100%; float: left; background: #9e9061; padding: 10px 0;}
.footer .footbop p {color: #000000; font-size: 13px;}
.footer .footbop p a {color: #000; outline: none;}
.footer .footbop p a:hover {color: #fff;}

/*home page product carousel--------additional changes------*/
.supercrsl {position: relative; top: 40px; margin-bottom: 40px; /*background: #E5E5E5;*/ height: /*332px*/ 320px !important; overflow: -moz-hidden-unscrollable; overflow: -webkit-hidden-unscrollable; -webkit-overflow-scrolling: touch;}
.supercarousel_wrapper { position: static !important;}
.supercrsl a.prev, .supercrsl a.next {top: 33% !important;}

.custometitle {width: 100%; float: left; margin: 0 0 15px 0; padding: 0 0 5px 0; font-size: 24px; color: #000; background: url(images/h2header.jpg) repeat-x 10px 15px; font-weight: normal;}
.custometitle span { background: #fff; color: #000; padding-right: 10px; text-transform: uppercase;}

.contactus {width: 100%; float: left;}
.contactus .map {width: 100%; float: left; margin: 0; /*padding: 2px; background: #ccc; height: 222px;*/}
.contactus .map h3 {position: relative; color: #413b39; background: url(images/bg-tabs-header.jpg) repeat-x 0 20px; width: 100%; margin-bottom: 0; min-height: 34px; line-height: 27px;}
.contactus .map iframe {width: 99%; float: left; margin: 0; padding: 3px; background: #ccc; height: /*222px;*/ 350px;}
.contactus .contactinfo {width: 100%; float: left; margin: 40px 0 0 0;}
.contactus .contactinfo h3 {width: 100%; float: left; border-bottom: 1px #d8d9db solid; padding: 0 0 7px 0; font-weight: normal; font-size: 20px; margin: 0 0 15px 0;}
.contactus .contactinfo h3 span {color: #000; border-bottom: 2px #000 solid; padding: 0 0 5px 0;}
.contactus .contactinfo ul {width: 100%; float: left; margin: 0; word-wrap: break-word;}
.contactus .contactinfo ul li {font-size: 15px; list-style: none; background: none; margin-bottom: 10px;}
.contactus .contactinfo ul li p {font-size: 12px; color: #9b9897;}
.contactus .contactinfo ul li.address {width: 220px; margin: 0; background: url(images/bg-address.jpg) no-repeat 0 5px; padding-left: 30px; float: left;}
.contactus .contactinfo ul li.address ul {width: 100%; float: left; margin: 10px 0 0 0;}
.contactus .contactinfo ul li.address ul li {float: none; line-height: 15px; font-size: 14px;}
.contactus .contactinfo ul li.call {float: left; width: 200px; background: url(images/bg-contactno.jpg) no-repeat 0 5px; padding-left: 30px;}
.contactus .contactinfo ul li.email {float: left; width: 202px; background: url(images/bg-contemail.jpg) no-repeat 0 5px; padding-left: 30px;}
.contactus .contactinfo ul li.website {float: right; width: 217px; background: url(images/website.jpg) no-repeat 0 5px; padding-left: 30px;}
.contactus .contactinfo ul li.fax {float: left; width: 200px; background: url(images/fax2.png) no-repeat 0 5px; padding-left: 30px;}

.contactus .contform {width: 100%; float: left; margin: 20px 0 0 0;}
.contactus .contform h3 {width: 100%; float: left; border-bottom: 1px #d8d9db solid; padding: 0 0 7px 0; font-weight: normal; font-size: 20px; margin: 0 0 20px 0;}
.contactus .contform h3 span {color: #000; border-bottom: 2px #000 solid; padding: 0 0 5px 0;}
.contactus .contform p {float: left; width: 100%; margin-bottom: 20px;} 
.contactus .contform p span {width: /*190px;*/ 305px; float: left; margin-right: 25px;}
.contactus .contform p input {/*width: 180px;*/ float: left; margin: 0 0 15px 0; background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #242021; color: #000000; font-size: 13px; padding: 8px 10px; width: 90%;}
.contactus .contform p input:focus, .contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message:focus {background: #fffdde;}
.contactus .contform p span.wpcf7-form-control-wrap.message {margin-top: -15px;} 
.contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {float: left; margin: 0 25px 15px 0; background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #242021; color: #000000; font-size: 13px; padding: 8px 10px; width: 93%; height: 100px;}
.contactus .contform p span.wpcf7-form-control-wrap.message {/*width: 645px;*/ width: 999px;}
.contactus .contform p input[type="submit"]	{width: 20%;  background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #242021;
    color: #000000; cursor: pointer; float: left; font-size: 15px;  margin: 0; padding: 8px 10px; transition: all 0.3s ease-in 0s;}
.contactus .contform p input[type="submit"]:hover { background: #231f20; color: #fff; transition: all 0.3s ease-in 0s;}
.contactus  p br {display: none;}
/*.contform .wpcf7-form div.wpcf7-response-output { width: 81%; font-size: 14px;}*/
.contactus .contform .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {line-height: 40px; float: left; background: #fffcca url(images/warning-error.png) no-repeat 10px 8px; padding-left: 50px; margin: 0; border: 1px solid #F7E700 !important;}
.contactus .contform .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {line-height: 40px; float: left; margin: 0; background: #ffd8d8 url(images/errer-msg.png) no-repeat 10px 8px; padding-left: 50px; border: 1px solid #FF0000 !important; font-size: 13px;}
.contactus .wpcf7-not-valid-tip { background: none repeat scroll 0 0 #FFFFFF !important;
    /*border: 1px solid #FF0000 !important;*/
    color: #FF0000 !important;
    font-size: 10pt !important;
    /*left: 0 !important;*/
    /*padding: 6px !important;*/
    /*position: absolute !important;*/
    /*top: 0 !important;*/
    width: 190px !important;
    z-index: 100 !important;
	float: left;
	margin-top: -10px;
}
.contactus div.wpcf7-mail-sent-ok {float: left; margin: 0 !important;}
.containor {width: 100%; float: left; margin: 0; font-size: 13px;}
.containor p {width: 100%; float: left; margin: 0 0 10px; font-size: 13px;}


/*reponsive tabs additional css-------------------------------*/
#demoTab {clear: both;}
ul.resp-tabs-list li:first-child {/*border-top: 1px #ddd solid;*/}
.resp-vtabs .resp-tabs-list li { /*border: 1px #dddddd solid; border-top: none;*/} 
.resp-vtabs li.resp-tab-active {background: rgba(0, 0, 0, 0) url("images/bg-tab-active.png") no-repeat scroll 99% 0;; border: 0 !important; color: #fff !important; width: 99% !important;}
.resp-vtabs .resp-tabs-container {border: none !important;}
.resp-vtabs ul.resp-tabs-list {width: 30% !important;}
.resp-vtabs .resp-tabs-container {width: 75% !important; /* margin-left: 20px;*/}
.resp-tab-content.resp-tab-content-active {color: #000; line-height: 21px; text-align: justify;}
.resp-vtabs .resp-tab-content {border: 1px solid #C1C1C1; float: left;/*new*/}
h2.resp-tab-active { background-color: #d6c795 !important;}
h2.resp-accordion {font-size: 18px !important;}
.resp-tab-item a {color: #000; padding: 17px 15px 15px 15px;}
.resp-tab-item a:hover {text-decoration: none;}
.resp-tab-item.resp-tab-active a {color: #fff !important; /*padding: 17px 128px 15px 15px;*/}
.cd-accordion-menu li {
    width: 70%;
}
.cd-accordion-menu li ul {
    margin-left: 20px;
    width: 100%;
}
.cd-accordion-menu li ul li {
    width: 205px !important;
}
.has-children ul li ul li {
    width: 210px !important;
}
.cd-accordion-menu li ul li label {
    width: 88% !important;
}
.cd-accordion-menu li label {
    color: #000;
}
.cd-accordion-menu li a {
    color: #000;
}
.cd-accordion-menu li ul li label {
    color: #fff;
}
.cd-accordion-menu li ul li ul li a {
    color: #fff;
}
.cd-accordion-menu li ul li label {
	background: rgba(0, 0, 0, 0) url("images/bg-tab-active-black.png") no-repeat scroll 99% 0 !important;
}
.cd-accordion-menu li ul li a {
    background: rgba(0, 0, 0, 0) url("images/bg-tab-active-black.png") no-repeat scroll 99% 0 !important;
    color: #fff;
}
.cd-accordion-menu li ul li ul li a {
    background: rgba(0, 0, 0, 0) url("images/bg-tab-active.png") no-repeat scroll 99% 0 !important;
}
.sub-menu li a {
    color: #fff !important;
}	

@media only screen and (max-width: 768px) {
.resp-vtabs .resp-tabs-container {width: 100% !important;}
.prointro {margin: 0 !important;}
}
	/*some more for inner content--------------------*/
.prointro, .no_products {width: 96%; float: left; margin: 0; font-size: 13px; margin-left: 20px; padding: 0 15px;}
.prointro p, .progal p {width: 96%; float: left; margin: 0 0 10px; font-size: 13px;}
.normallisting {width: 100%; float: left; margin: 5px 0 10px 0;}
.normallisting li {list-style: url(images/bullet.jpg); margin: 0 0 0 20px; width: 100%; float: left;}
.resp-vtabs li.resp-tab-active {background-color: none !important;}

.progal {width: 96%; float: left; margin: 0; font-size: 13px; margin-left: 20px; padding: 0 15px;}	
.progal .colone {width: 332px; float: left; margin-bottom: 25px; min-height: 465px;}
.progal .colone .imgcont {border: 1px #ddd solid; padding: 5px; float: left; margin-bottom: 10px;}
.progal .colone .imgcont img {border: 1px #ddd solid; float: left; width: 313px; height: 160px;}
.progal .colone ul {width: 100%; float: left;}
.progal .colone ul li {width: 30%; float: left;}
.progal .colone ul.fifty li {width: 50%; float: left;}
.progal .colone ul.hundred li {width: 100%; float: left;}

/*Responsive menu----------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}
div.custmselect {position:relative;}
div.custmselect:after {
    content: url(images/threelines.png);
    right:0px; top:0px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
	/*background: #fff;*/
}
div.custmselect:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    /*background:#f8f8f8;*/
    position:absolute;
    pointer-events:none;
    display:block;
}
.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect{ color: #fff !important; display: inline-block;  width: 100%; border: none !important; border-radius: 0 !important; text-transform: capitalize !important; background: url(images/nav-bg.jpg) repeat-x scroll left top #006A71; float: left; height: 40px; list-style: none outside none; margin: 0; padding: 10px 0 0 10px; line-height: 40px;}
select.responsiveMenuSelect option {
    margin: 0;
	padding: 10px;
    background: #006A71;/*#383732;*/
    color:#fff;
	text-transform: uppercase;
}
select.responsiveMenuSelect option:hover {background: #383732; color: #fff;}
.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
    cursor: pointer;
    display: inline-block;
    width: 100%;
	text-transform: uppercase !important;
}

div.custmselect {display: none;}
.primary-mobile-nav {
display: none;
}
@media (max-width: 767px){
div.custmselect {display: block;}
}


/*----------------------------------------------------------------------Responsive Layout------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1200px) {
	#wrap {width: 100%;}
	.header-full-width #title-area, .header-full-width #title,.header-full-width #title a {	width: 96%;}
	#nav, #subnav {width: 100%;}
	 #inner  {width: 96%;}
	.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {	width: 96%;}
	.full-width-content #content {width: 96%;}
	#footer-widgets {width: 96%;}
	#footer {width: 96%;}
	.wrapper {width: 96%;}
	.header nav ul {width: 96%;}
	 footer {width: 100% !important;}
	}
	
@media (min-width: 769px) and (max-width: 979px) {
	#wrap {width: 100%;}
	.header-full-width #title-area, .header-full-width #title,.header-full-width #title a {	width: 96%;}
	#nav, #subnav {width: 100%;}
	 #inner  {width: 96%;}
	.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {	width: 96%;}
	.full-width-content #content {width: 96%;}
	#footer-widgets {width: 96%;}
	#footer {width: 96%;}
	.wrapper {width: 96%;}
	.header nav ul {width: 96%;}
	 footer {width: 100% !important;}
	
}
/*
@media (min-width: 481px) and (max-width: 608px) {
	#bodycont section {float: left; padding: 20px 0; width: 100% !important;}
	.fixedposition {display: none;}
}*/
@media (min-width: 481px) and (max-width: 767px) {
	.header-cont .rightpanel {width: /*452px;*/100%;}
	.header-cont .rightpanel .menu {max-width: none;}
	.header-cont .rightpanel .social {margin-top: -50px;}
	#banner img {width: 100%; /*height: 302px;*/}
	.row-thousand h2 span.center {margin-left: 160px;}
	
	.supercrsl {position: relative; top: 40px; margin-bottom: 40px; /*background: #E5E5E5;*/ height: auto !important; overflow: -moz-hidden-unscrollable; overflow: -webkit-hidden-unscrollable; -webkit-overflow-scrolling: touch;}
	
	.row-thousand .iso {float: left; margin: 0; background: #9e9061; padding: 15px 20px; width: 90%;}
	.row-thousand .iso img {display:none;}
	.row-thousand .iso strong {width: 100%;}
	.row-thousand .iso p {width: 100%;}
	
	.footer .foottop .col310 {width: 100%;}
	.footer .footbop p {text-align: center; width: 100%;}
		
	.sidebar { background: none !important;}
	#content {width: 100% !important;}
	#sidebar {width: 100% !important;}
	
}
@media (min-width: 321px) and (max-width: 479px) {
	.header-cont .rightpanel {width: /*452px;*/100% !important;}
	.header-cont .rightpanel .menu {max-width: none !important;}
	.header-cont .rightpanel .social {margin-top: -50px;}
	.header-cont .rightpanel .social ul li:first-child {display: none;}
	
	
}
@media screen and (max-width: 1024px) {
	.contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {width: 90% !important;}
	.contactus .contform p span {width: 293px;}
	.footer .foottop .col310 {width: 280px; float: left; margin-bottom: 15px;}
	.contactus .map {width: 91%;}
	.progal .colone {width: 300px !important;}
	.progal .colone .imgcont img {width: 300px;}
	.resp-tab-item a { color: #000000; padding: 17px 70px 15px 15px;}
	
}

@media screen and (max-width: 768px) {
	#wrap {width: 100%;}
	.header-full-width #title-area, .header-full-width #title, .header-full-width #title a {	width: 96%;}
	#nav, #subnav, .menu {width: 100%;}
	.header-cont {width: 98%;}
	#banner img {width: 100%; /*height: 302px;*/}
	 #inner  {width: /*96%;*/ 100%;}
	.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {	width: 96%;}
	.full-width-content #content {width: 96%;}
	
	.row-thousand h2 span.center {margin-left: 290px;}
	.row-thousand .iso {width: 94%;}
	.row-thousand .iso p {width: 60%;}
	.row-thousand .iso img {top: 37px; right: 15px;}
	
	.progal .colone {width: 330px !important;}
	.contactus .contactinfo ul li.address {width: 205px;}
	.contactus .contactinfo ul li.call {width: 225px;}
	.contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {width: 70% !important;}
	
	#footer-widgets {width: 96%;}
	#footer {width: 96%;}
	.wrapper {width: 96%;}
	 footer {width: 100% !important;}
	.footer section.right { float: right; margin: 0; width: 52%;}
	.header h1 a img {width: 100%; height: 78px; margin-bottom: 5px;}
	.fixedposition {display: none;}
	
	#content {width: /*45%*/ 100% !important;}
	#sidebar {width: /*45%*/ 100% !important;}
	.freequote-banner {width: 100%; float: left; margin-right: 50px;}
	
}

@media screen and (max-width: 480px) {
	.header-cont .rightpanel {width: 452px;}
	.header-cont .rightpanel .menu {max-width: 452px;}
	.header-cont .rightpanel .social {margin-top: -50px;}
	#banner img {width: 100%; /*height: 302px;*/}
	.row-thousand h2 span.center {margin-left: 160px;}
	
	.supercrsl {position: relative; top: 40px; margin-bottom: 40px; /*background: #E5E5E5;*/ height: auto !important; overflow: -moz-hidden-unscrollable; overflow: -webkit-hidden-unscrollable; -webkit-overflow-scrolling: touch;}
	
	
	h2.resp-accordion a { font-size: 18px; padding: 15px 250px 15px 0 !important;}
	.progal { margin: 0 0 0 0; width: 93%;}
	
	.row-thousand .iso {float: left; margin: 0; background: #9e9061; padding: 15px 20px; width: 90%;}
	.row-thousand .iso img {display:none;}
	.row-thousand .iso strong {width: 100%;}
	.row-thousand .iso p {width: 100%;}
	
	.footer .foottop .col310 {width: 100%;}
	.footer .footbop p {text-align: center; width: 100%;}
	
	.progal .colone {width: 100% !important;}
	.progal .colone .imgcont {width: 98%;}
	.progal .colone .imgcont img {width: 100%; height: 160px;}
	
	.contactus .contactinfo ul li.address {width: 190px;}
	.contactus .contform p span {width: 95%;}
	.contactus .contform p input {width: 99%;}
	.contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {width: 42% !important;}
	
		
	.sidebar { background: none !important;}
	#content {width: 100% !important;}
	#sidebar {width: 100% !important;}
	
	/*dispaly none------------*/
	.marlft25 {display: none;}
}

.page-id-106 .sub-menu a {
    line-height: 20px;
    padding: 6px 10px !important;
}

.page-id-106 .resp-vtabs ul.resp-tabs-list {
    width: 100% !important;
}

.contactus .contform p span.your-message {width: 100%;}

/** 3.9.2016 **/

.header-cont .rightpanel .social {
    display: none;
}
.header-cont .rightpanel .menu {
    margin: 40px 0 0;
}


.sub-menu li {
    margin-left: 2px !important;
    padding: 0 !important;
}

ul.half-li li {
	width: 50% !important;
}
.resp-vtabs .resp-tabs-list li.kozee-range-btn:hover ul {
	display: block;
}
.resp-vtabs .resp-tabs-list li.kozee-range-btn ul li a {
    padding: 17px 12px;
}
.page-id-106 #content {
    float: none !important;
}
ul.full-li li {
	width: 100% !important;
}

@media screen and (max-width: 320px) {
	.wrapper {width: 92%;}
	.header-cont .rightpanel {width: 296px;}
	.header-cont .rightpanel .menu {max-width: 296px;}
	.header-cont .rightpanel .social ul li:first-child {display: none;}
	h2 {font-size: 18px;}
	.row-thousand h2 span.center {margin-left: 95px;}
	.row-thousand .iso {width: 85%;}
	
	h2.resp-accordion a { font-size: 18px;  padding: 15px 95px 15px 0 !important;}
	.normallisting li {width: 85%;}
	.progal .colone .imgcont {width: 88%;}
	.progal {margin: 0 0 0 0;}
	
	.contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {width: 26% !important;}
	.contactus .contform p input[type="submit"] {width: 30% !important;}
	.contactus .contactinfo ul li.address {margin-bottom: 10px;}

	
	#content {width: 100% !important;}
	#sidebar {width: 100% !important;}
	
	
	/** 30.9.2016 **/
	.header-cont .logo {
		float: none;
		margin: 9px auto 0;
		overflow: hidden;
	}
	.header-cont .rightpanel {
		float: none;
		margin: 0 auto;
	}
	.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
    	background: #d6c795 none repeat scroll 0 0;
		color: #000 !important;
	}
	select.responsiveMenuSelect option {
		background: #d6c795 none repeat scroll 0 0;
		color: #000;
	}
	h2.resp-accordion {
		display: none !important;
	}
	.resp-vtabs .resp-tab-content {
		border: 1px solid #fff !important;
	}
	.contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {
		width: 94% !important;
	}
	.normallisting {
		width: 91%;
	}
	
}


@media only screen and (min-width : 321px) and (max-width : 480px)
{
/** 30.9.2016 **/
	.header-cont .logo {
		float: none;
		margin: 9px auto 0;
		overflow: hidden;
	}
	.header-cont .rightpanel {
		float: none;
		margin: 0 auto;
	}
	.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
    	background: #d6c795 none repeat scroll 0 0;
		color: #000 !important;
	}
	select.responsiveMenuSelect option {
		background: #d6c795 none repeat scroll 0 0;
		color: #000;
	}
	h2.resp-accordion {
		display: none !important;
	}
	.resp-vtabs .resp-tab-content {
		border: 1px solid #fff !important;
	}
	.contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {
		width: 94% !important;
	}
	.normallisting {
		width: 91%;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px)
{
/** 30.9.2016 **/
	.header-cont .logo {
		float: none;
		margin: 9px auto 0;
		overflow: hidden;
	}
	.header-cont .rightpanel {
		float: none;
		margin: 0 auto;
	}
	.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
    	background: #d6c795 none repeat scroll 0 0;
		color: #000 !important;
	}
	select.responsiveMenuSelect option {
		background: #d6c795 none repeat scroll 0 0;
		color: #000;
	}
	h2.resp-accordion {
		display: none !important;
	}
	.resp-vtabs .resp-tab-content {
		border: 1px solid #fff !important;
	}
	.contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {
		width: 43% !important;
	}
	.normallisting {
		width: 91%;
	}
	h1 span.center {
		margin-left: 42%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait)
{
/** 30.9.2016 **/	
.header-cont .logo {
    width: 140px;
}
.header-cont .logo a {
    background: rgba(0, 0, 0, 0) url("images/logo.jpg") no-repeat scroll 0 0 / 100% auto;
    width: 140px;
}
.header-cont .rightpanel {
    width: 610px;
}
h1 span.center {
    margin-left: 43%;
}
.row-thousand .iso img {
    right: 95px;
}
.footer .foottop .col310 {
    width: 200px;
}
.foottop h5 {
    font-size: 15px;
}
.foottop h5 span {
    border-bottom: none;
}
	h2.resp-accordion {
		display: none !important;
	}
	.resp-vtabs .resp-tab-content {
		border: 1px solid #fff !important;
	}
	.contactus .contform p span {
		width: 220px;
	}
	.contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {
		width: 93% !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape)
{
/** 30.9.2016 **/
.header-cont .rightpanel {
    margin: 6px 110px 0 0;
}
a.next {
    background-position: -60px 0 !important;
}
.row-thousand .iso {
    width: 900px;
}
.row-thousand .iso img {
    right: 125px;
    top: 18px;
}
.resp-vtabs .resp-tabs-container {
    width: 70% !important;
}
.contactus .contform p span {
    width: 285px;
}
.contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {
    width: 93% !important;
}
}
@media screen and (min-width: 1424px)
{
.header-cont .rightpanel {
    width: 550px;
}
.header-cont .rightpanel .menu {
    max-width: 550px;
}
.cd-accordion-menu ul ul label, .cd-accordion-menu ul ul a {
    padding-left: 10px !important;
}
.cd-accordion-menu li ul li {
    width: 212px !important;
}
}

@media screen and (min-width: 1624px)
{
.header-cont .rightpanel {
    width: 550px;
}
.header-cont .rightpanel .menu {
    max-width: 550px;
}
.cd-accordion-menu ul ul label, .cd-accordion-menu ul ul a {
    padding-left: 10px !important;
}
.cd-accordion-menu li ul li {
    width: 212px !important;
}
}

@media screen and (min-width: 1920px)
{
.header-cont .rightpanel {
    width: 555px;
}
.header-cont .rightpanel .menu {
    max-width: 555px;
}
.cd-accordion-menu ul ul label, .cd-accordion-menu ul ul a {
    padding-left: 10px !important;
}
.cd-accordion-menu li ul li {
    width: 212px !important;
}
}


