/*
Theme Name: alltexexims
Theme URI: #
Author: Alltex Exims
Author URI: 
Description: 
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: alltexexims
 *
 * Table of Contents:
 *
 * 1. Reset
 * 2. Base Styles
 * 3. Layout Styles
 * 4. Blog Styles
 * 5. Comments Styles
 * 6. Footer Styles
 * 7. Image Sliders Styles
 * 8. Menu Styles
 * 9. Sidebar Styles
 * 10. Top Panel Styles
 * 11. WooCommerce Styles
 * 12. Features Section
*/

/* ------------------------------------------------------------------------- *
 *  1. Reset
/* ------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* ------------------------------------------------------------------------- *
 *  2. Base Styles
/* ------------------------------------------------------------------------- */

body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
}

.clear {
    border: medium none !important;
    clear: both !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
}

.right {
	float: right;
}

.left {
	float: left;
}

img.size-full, 
img.size-large, 
img.header-image, 
img.wp-post-image {
    height: auto;
    max-width: 100%;
}


.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-50 {
    margin-top: 50px;
}


a {
	text-decoration: none;
	color: #444444;
}

a:hover,
a:focus {
	text-decoration: none !important;	
}

code, pre {
    background: -moz-linear-gradient(center top , #FFFFFF 50%, #F2F2F2 50%) repeat scroll 0 0 / 42px 42px transparent;
    border: 1px solid #EEEEEE;
    border-radius: 4px 4px 4px 4px;
    color: #595A5C;
    display: block;
    font-family: monospace !important;
    line-height: 21px !important;
    padding: 21px 15px 20px;
    white-space: pre-wrap;
	margin: 10px 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
	color: #333;
}

table th {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    color: #333333;
    letter-spacing: 1px;
    padding: 6px;
    text-align: left;
	line-height: 1.8em;
	    font-weight: bold;
    font-size: 14px;
	    color: #C4243C;
}
table tr:nth-child(even)
{
background:#fff;
}
table tr:nth-child(odd)
{
background:#f7f7f7;
}
.rtbs>.rtbs_content
{
    color: #333333 !important;
    border-color: #e2e2e2 !important;
}
.rtbs .rtbs_menu li a.active
{
background: #444444 !important;
background: #EF3B55 !important;
    color: #fff !important;
    box-shadow: inset 0px 0px 20px #800A1B !important;
}
.rtbs .rtbs_menu li a
{
     background: #EEEEEE !important;
    font-weight: 600;
    margin-right: 10px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    border-radius: 10px 10px 0px 0px;
    box-shadow: inset 0px 0px 20px #B5B5B5 !important;
}
table td {
    border: 1px solid #DDDDDD;
    padding: 6px;
    text-align: left;
	line-height: 1.8em;
}


dl {
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0;
    vertical-align: baseline;
}

dt {
    font-weight: bold;
	line-height: 26px;
}

hr {
	border-left: none;
	margin: 0;
	border: 0;
	background: transparent;
	display: block;
	border-bottom: 1px solid #efefef;
	clear:both;
	margin-bottom: 10px;
}

strong { 
	font-weight: bold; 
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ul li,
ol li {
	line-height: 1.8em;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}


blockquote {
	border-left:4px solid;
	margin-left: 20px;
	margin-bottom: 15px;
}

address {
	border-left:4px solid;
	margin-left: 20px;
	padding: 20px;
	margin-bottom: 20px;
	line-height: 1.4em;
}

.hidden { 
	display: none; 
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

img {
    height: auto;
    max-width: 100%;
}

img.alignleft {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.alignright {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sticky {

}

.bypostauthor {
}

.margin20 {
    margin: 0 20px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0.5em 0;
	font-style: normal;
	text-transform: uppercase;
}

h1 {
	font-size: 2.6em;
	font-weight: 300;
	letter-spacing: -0.04em;
}

h2 {
    font-size: 34px ;
}

h3 {
    font-size: 22px ;
}

h4 {
    font-size: 20px ;
}

h5{
    font-size: 16px ;
}

h6 {
    font-size: 10px ;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
}

p {
	font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	line-height: 1.8em;
    margin: 0 0 1em;
    padding: 0;
    vertical-align: top;
    word-wrap: break-word;
}

.no-margin {
	margin:0 !important;
}

.no-padding {
	padding:0 !important;
}

.normal {
	font-weight: 400;
}

/* ------------------------------------------------------------------------- *
 *  3. Layout Styles
/* ------------------------------------------------------------------------- */

#grid-container{
	width: 100%;
}

#topnav-wrap {
	width: 100%;
}

#topnav {
	margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

#header-holder {
    height: auto;
  	width: 100%;
    min-height: 30px;
	z-index: 999;
	padding: 15px 0;
	border-bottom: 1px solid #eaeaea;
	    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
		    position: relative
}

.admin-bar .isStuck {
    top: 32px !important; /* if it already has a top value, add 32px to it */
}

#header-top {
    height: auto;
    padding: 0px 0;
    width: 100%;
    border-bottom: 1px solid #E2E4E0;
}
.top-email
{
    border-left: 1px solid #e8e8e8;
    padding-left: 10px;
    margin-left: 10px;
    /* padding: 14px 10px; */
    padding: 6px 10px;
    display: inline-block;
}

#header-top .pagetop-inner {
    color: #ffffff;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    width: 100%;
}

.pagetop-inner,
#header-top p {
	font-size: 12px;
}

.top-email a {
	color: #ffffff;
}

#header-wrap {
	width: 100%;
    margin: 0;
    padding: 0;
}

#header-layout {
	height: auto;
	width: 100%;
}
.contact_info_item {
    color: #666;
    font-size: 12px;
    line-height: 13px;
    margin-top: 5px;
    margin-right: 14px;
    letter-spacing: 0.3px;
    border-right: 1px solid #BDBDBD;
    padding-right: 15px;
    margin-bottom: 2px;
}
.header_social {
    margin-top: 25px;
    margin-left: 25px;
    border-left: 1px solid #CCCECC;
    padding-left: 15px;
	float:right;
}
.social_icon {
    float: left;
    margin-right: 6px;
}
.header_social .social_icon a {
border-radius: 0;
    -webkit-border-radius: 0
 -moz-border-radius: 0;
    padding-top: 8px;
    padding-bottom: 0;
    line-height: 31px;
    font-size: 14px !important;
    background: none;
    background-color: transparent;
    color: #666;
    padding: 6px 6px;
}
.header_social .default_social .social_icon > a:hover {
    color: #333 !important;
	background:none !important;
}

.social_icons_list
{
margin-top:0 !important;
}
#logo-layout {
    margin: 0 auto;
    max-width: 1200px;
	width: 100%;
	overflow: hidden;
}

#logo a img {
	width: 100%;
}

#header {
    margin: 0 auto;
    max-width: 1200px;
	width: 100%;
	display: table;
}

#main {
    margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

#logo {
	float: left;
	display: table;
}

.featured-posts-wrapper {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 51px;
	overflow: hidden;
	background: url('images/assets/line.png') left bottom repeat-x;
	width: 96%;
	background: none repeat scroll 0 0 #FFFFFF;
	margin-bottom: 30px;
	z-index: 0;
	border: 0 solid #DEDEDE;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	padding: 2%;
}

.meta span {
	color: #888888;
	font-size: 0.95em;
	font-style: italic;
	font-weight: lighter;
}

.meta span i {
	font-size: 18px;
	margin-right: 8px;
}

.meta span.separator {
	margin-left: 15px;
}

.meta span i.fa-arrow-circle-o-right {
	margin-left: 15px;
}

.standard-posts-wrapper .meta span i.fa-comments-o,
.standard-posts-wrapper-full .meta span i.fa-comments-o {
	margin-left: 15px;
}

.standard-posts-wrapper .meta,
.standard-posts-wrapper-full .meta {
	bottom: 50px;
	font-size: 13px;
	text-align: center;
}

.standard-posts-wrapper .text-holder-full .meta,
.standard-posts-wrapper-full .text-holder-full .meta {
	padding-left: 0;
} 

.more-link {
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
}

.text-holder-full {
	border-bottom: 2px double #eaeaea;
	margin-bottom: 20px;
}

.more-link:hover {
	color: #000000;
}

#main .standard-posts-wrapper .thumb-wrapper img,
#main .standard-posts-wrapper-full .thumb-wrapper img {
	display: block;
	width: 100%;
	height: 180px;
	background-color: #E5E5E5;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}

#main .standard-posts-wrapper .text-holder-full .thumb-wrapper img,
#main .standard-posts-wrapper-full .text-holder-full .thumb-wrapper img {
	display: block;
	width: 100%;
	height: auto;
	background-color: #E5E5E5;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}

#main .standard-posts-wrapper .thumb-wrapper,
#main .standard-posts-wrapper-full .thumb-wrapper {
	display: block;
	float: left;
	width: 100%;
	height: 280px;
}

.standard-posts-wrapper-full {
	background-color: #ffffff;
	padding: 5rem;
}

#main.col1 .standard-posts-wrapper .thumb-wrapper {
	height: 240px;
}

#main .standard-posts-wrapper .text-holder-full .thumb-wrapper {
	height: auto;
	overflow: hidden;
}

#main .standard-posts-wrapper .post-wrapper {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 51px;
	overflow: hidden;
	width: 100%;
	background: none repeat scroll 0 0 #FFFFFF;
	margin-bottom: 30px;
	z-index: 0;
	padding: 3%;
	border: 1px solid #eaeaea;
}

#main .standard-posts-wrapper h3,
#main .standard-posts-wrapper-full h3 {
	font-size: 1.6em;
	line-height: 1.3em;
	padding-bottom: 0.5em;
	padding-top: 0; 
	margin-top: 20px;
	text-align: center;
}

#main .standard-posts-wrapper .text-holder-full h3 {
	padding-left: 0;
}

#main .standard-posts-wrapper .posts-wrapper {
	padding-bottom: 0;
}


#main .standard-posts-wrapper .posts-wrapper .text-holder-full p {
	padding-left: 0;
}

.sorry {
	line-height: 18px;
}

.standard-posts-wrapper .posts-wrapper .image-holder,
.standard-posts-wrapper-full .posts-wrapper .image-holder {
	width: 100%;
	overflow: hidden;
	float: left;
}

.standard-posts-wrapper .posts-wrapper .text-holder,
.standard-posts-wrapper-full .posts-wrapper .text-holder {
	width: 100%;
	overflow: hidden;	
	float: right;
}

#content-box {
	min-height: 600px;
	/*border: 1px solid #eaeaea;*/
}

#content-box #post-body {
	overflow: visible;
/*	background: none repeat scroll 0 0 #FFFFFF;*/
	padding: 2%;
	position: relative;
	width: 100%;
	z-index: 0;
}
.navbar-nav ul li.current_page_item a, #menu-navmenu li a:hover , .current_page_parent > a {
    background: #FFFFFF !important;
    color: #F13E5A !important;
}

.navbar-nav ul.dropdown-menu li.current_page_item a{
    background: #101010 !important;
    color: #fff !important;
}
.arrow-icon:hover
{
color:#E61233;
}
#wpsm_accordion_193 .wpsm_panel-body
{
font-size:14px !important;
}

 
.breadcrumbs .breadcrumbs-wrap {
	line-height: 1.8em;
}

.breadcrumbs .breadcrumbs-wrap ul li,
.breadcrumbs .breadcrumbs-wrap ul li a {
	font-style: italic;
}

.breadcrumbs-wrap {
    list-style:none;
    overflow:hidden;
}
 
.breadcrumbs-wrap ul strong {
	margin-right:10px;
	float: left;
	margin-top: 2px;
}

.breadcrumbs-wrap ul li {
    float:left;
    margin-right:10px;
}
 
.breadcrumbs .breadcrumbs-wrap .separator{
    font-weight:500;
    color:#888888;
	float: left;
}

.breadcrumbs ul li {
    list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.breadcrumbs ul {
	margin: 0 0 5px 0;
	line-height: 1.8em;
}

.post-single {
	width: 75.11%;
	/*float: right;*/
}

.wp-post-image {
  display: inline-block;
  margin: 0 0 2em;
}

.post-sidebar .short-info .single-meta i.fa {
	margin-right: 10px;
}

.short-info .single-meta span {
	display: block;
	margin-bottom: 1.5em;
}

.breadcrumbs {
    width: 100%;
    /* border-top: 1px solid #EEEEEE; */
    overflow: visible;
    padding: 1% 0;
    font-size: 12px;
    color: #FFFFFF;
}
.breadcrumbs-wrap a
{
color:#fff;
}

.col1 .post-sidebar {
	display: none;
}

.col1 .sidebar-frame {
	display: none;
}

.col1 .standard-posts-wrapper {
	width: 100%;
}

.col1 .post-single,
.col1 #content-box {
	width: 99.8%;
}

.col2-l .sidebar-frame {
	width: 25.8%;
	float: right;
}

.col2-l .post-single {
	width: 100%;
}

.col2-l #content-box,
.col2-l .standard-posts-wrapper {
	float: left;
	width: 74%;
}

.col2-l .post-sidebar {
	display: none;
}

.col2-l .sidebar-frame .sidebar {
	margin-left: 6%;
/*	    margin-top: 20px;*/
}

.col2-r .sidebar-frame {
	width: 26%;
	float: left;
}

.col2-r .post-single {
	width: 100%;
}

.col2-r #content-box,
.col2-r .standard-posts-wrapper {
	float: right;
	width: 73.8%;
}

.col2-r .post-sidebar {
	display: none;
}

.col2-r .sidebar-frame .sidebar {
	margin-right: 10%;
}

.col2-r #content-box #post-body .post-single .breadcrumbs {
	padding-left: 0;
}

#scrollUp {
    background: url("images/top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 20px;
    height: 38px;
    right: 20px;
    width: 38px;
}

.wpcf7-form p span.wpcf7-form-control-wrap {
	display: block;
	position: relative;
}

.wpcf7-form p span.wpcf7-form-control-wrap {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 50%;
}

.wpcf7-form p span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
	width: 150% !important;
}

.wpcf7-form p span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
.wpcf7-form p span.wpcf7-form-control-wrap input.wpcf7-form-control {
    background: none repeat scroll 0 0 #eaeaea;
    color: #667279;
	display: block; 
	margin: 0; 
	padding: 14px 20px; 
	width: 100%; 
	font-size: 16px; 
	resize: none; 
	border-radius: 7px; 
	border: 0;
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.wpcf7-form p input.wpcf7-submit {
	width:auto;
	height: auto;
	padding:10px 35px;
	border-radius: 8px;
	margin-left:0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 2.5em;
	text-transform: uppercase;
	color: #ffffff;
}

#post-body .searchform {
	margin-top: 20px;
}

input.search-field {
	box-sizing: border-box;
	padding: 6px;
	font-size: 14px;
    resize: none;
	width: 100%;
	font-weight: normal;
}

.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.top-phone, top-email {
	line-height: 1.8em;
	    font-size: 11px;
}

.top-right i {
	margin-right: 7px;
}

.top-phone {
	margin-right: 0px;
}

/* ------------------------------------------------------------------------- *
 *  4. Blog Styles
/* ------------------------------------------------------------------------- */

.tags-list a {
    border-radius: 3px 3px 3px 3px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
    background: url("images/assets/tag.png") no-repeat scroll 12px center #1C1C1C;
    padding: 6px 12px 6px 30px;
}
 
.short-info .single-meta span {
	font-size: 12px;
}

.short-info .single-meta span i {
	font-size: 14px;
}

.short-info .single-meta span a {
	line-height: 1.3em;
}

#post-body .text-holder-full p iframe,
#post-body #article embed,
#article iframe {
	width: 100%;
}

#post-body #post-title {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 5px;
	word-wrap: break-word;
}

blockquote p {
	/*margin-left: 1em;*/
}
blockquote{
    border-left: 5px solid #eee;
    background: #f7f7f7;
    border-right: 1px solid #e2e2e2 !important;
    border-top: 1px solid #e2e2e2 !important;
    border-bottom: 1px solid #e2e2e2 !important;
	    float: left;
    width: 100%;
}
.about .col-md-6 blockquote
{
min-height:240px;
margin-top:20px;

}
.about .col-md-6
{
padding-left:0;
}
.about .col-md-6 blockquote .icon
{
float: right;
    font-size: 200px;
    position: absolute;
    right: 40px;
    bottom: 0px;
    opacity: 0.1;
    color: rgba(197, 37, 61, 0.69);

}
#post-body h4
{
text-transform:initial;
    float: left;
    width: 100%;
}
h4, .h4, h5, .h5, h6, .h6
{
margin-top:0 !important; 
}
/* Pagination */
.simple-pagination,
.pagination {
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 30px;
    padding: 12px 0;
    text-transform: uppercase;
	overflow: hidden;
}
 
.simple-pagination span,
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff !important;
	background: #888888;
}
 
.pagination a:hover{
	color:#fff;
	background: #111111;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #111111;
	color:#fff;
}

#article p a {
	font-weight: bold;
}

/* Page links */

.page-links {
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	border: 1px solid;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 4px;
	width: auto;
	font-weight: bold;
}

.navigation a {
	font-style: italic;
	line-height: 1.5em;
}

.post-navigation a[rel="next"] {
    float: right;
    text-align: right;
}

.posts-wrapper .searchform #s {
    width: 25%;
	margin:20px 0;
}

.posts-wrapper .searchform .screen-reader-text {
	display: none;
}

.posts-wrapper .searchform #s {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #2B2B2B;
    padding: 5px 10px 7px;
	font-size: 14px;
}

.link-post,
.quote-post {
	background: none repeat scroll 0 0 #EFEFEF;
    border-radius: 10px;
    margin-bottom: 35px;
    padding: 30px;
    text-align: center;
}

.link-post i.fa,
.quote-post i.fa {
	font-size: 2em;
	margin-bottom: 20px;
}

#article .link-post p.link-text a {
	color: #111111;
	text-transform: uppercase;
	font-size: 1.2em;	
	font-weight: normal;
}

.link-post p.link-text a,
.quote-post p.quote-text {
	color: #111111;
	text-transform: uppercase;
	font-size: 1.2em;
}

.quote-post span.quote-author {
	font-style: italic;
}

.post-format-wrap {
	border-left: 3px solid;
	padding: 30px 30px 20px;
	margin-bottom: 20px;
	height: auto;
	min-height: 100px;
}

.post-format-wrap p.link-text {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.4em;
}

.post-format-wrap p.quote-text {
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.4em;
}

.post-format-wrap i.fa {
	color: #cbcbcb;
	float: right;
	font-size: 32px;
	margin: 0 0 20px 20px;
}

.post-format-wrap span.quote-author {
	font-style: italic;
}

.post-single ul.link-pages {
	padding:0;
	margin: 0 0 5%;
}

.post-single ul.link-pages:before,
.post-single ul.link-pages:after  {
	content: "";
    display: table;
}

.post-single ul.link-pages:after  {
	clear: both;
}

.post-single ul.link-pages li {
	list-style-type: none;
	margin:0;
	padding:0;
}

.post-single .link-pages li {
    display: inline;
    float: left;
    text-align: center;
    width: 50%;
}

.post-single ul.link-pages li.previous-link a {
	
}

.post-single ul.link-pages li a {
    display: block;
    min-height: 73px;
    padding: 16px 40px 24px;
    position: relative;
}

.post-single ul.link-pages li i {
    color: #000000;
    font-size: 18px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.post-single ul.link-pages li.next-link i {
    right: 10px;
}

.post-single ul.link-pages li.previous-link i {
	left: 10px;
}

.post-single ul.link-pages li a strong {
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	Line-height: 1.8em;
}

.link-pages li a {
	text-shadow:0 1px 0 #fff;

}
.post-single ul.link-pages li.next-link { 
	float: right;
}

.post-single ul.link-pages li.previous-link {
	float: left;
}

.post-single ul.link-pages li a span {
    color: #000000;
    font-size: 14px;
	line-height: 2em;
	vertical-align: baseline;
}

.post-single ul.link-pages li {
    text-align: center;
}

.post-single ul.link-pages {
    margin: 40px 0;
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
}

.post-tags {
	margin: 40px 0;
	font-style: italic;
	font-weight: lighter;
}

.post-tags span {
    display: inline-block;
    font-size: 14px;
    margin: 0 7px 0 0;
}

.post-tags a {
    border: 1px solid #eaeaea;
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    margin: 0 5px 2px 0;
    padding: 3px 7px;
    white-space: nowrap;
}

.post-info {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    margin: 10px 0;
    padding-bottom: 7px;
    padding-top: 7px;
}

.post-info span i,
.post-info span {
	margin-right: 10px;
}

.post-info span,
.post-info span a {
	color: #888888;
	font-size: 0.95em;
	font-style: italic;
	font-weight: lighter;
}

.blog-top-image {
	height: 120px;
}

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 46%;
}

.gallery-columns-3 .gallery-item {
	max-width: 29.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 21%;
}

.gallery-columns-5 .gallery-item {
	max-width: 16%;
}

.gallery-columns-6 .gallery-item {
	max-width: 12.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 10.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 8.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 7.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

form select option {
	word-wrap: break-word;
	display: block;
}
/* ------------------------------------------------------------------------- *
 *  5. Comments Styles
/* ------------------------------------------------------------------------- */

#comments {
    overflow: hidden;
}

#comments #respond h3 {
    margin: 15px 0;
}

#comments #respond #commentform {
	margin: 0 0 16px;
}

#comments .form-allowed-tags code {
	margin-top: 8px;
}

#comments p.comment-notes {
	margin-bottom: 20px;
}

#comments label {
    display: block;
    margin-bottom: 5px;
}

#comments #author,
#comments #email,
#comments #url {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #555555;
	border: none;
	box-shadow: none;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	display: block;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	resize: none;
}

#comments #comment {
	height: auto;
    background: none repeat scroll 0 0 #F5F5F5;
    color: #555555;
	border: none;
	box-shadow: none;
	padding: 10px;
	line-height: 20px;
	width: 100%;
	display: block;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	resize: none;
}

#comments .form-submit #submit {
	width:auto;
	height: auto;
	padding:10px 20px;
	border-radius: 8px;
	margin-left:0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 2.5em;
	text-transform: uppercase;
	color: #ffffff;
}

#comments .form-submit #submit:hover {
	color: #dddddd;
}

#comments #comments-title {
	margin: 20px;
	font-size: 24px !important;
}

#comments ol.commentlist {
    float: left;
    list-style: none outside none;
    margin: 0 20px 20px;
    width: 94%;
}

#comments ol.commentlist li {
	list-style: none outside none;
}

#comments span.required {
	color: #FF0000;
}

.commentlist {
	list-style: none;
	margin: 20px auto;
	width: 100%;
}

.comment-meta {
    padding-bottom: 15px;
}

.comment-meta .edit-link {
	font-size: 11px;
}
.comment-date {
    font-size: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
    text-transform: uppercase;
}

.comment-author-name {
    font-size: 13px;
}

.comment-content {
    background-color: #f5f5f5;
    border-radius: 3px 3px 3px 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#respond {
    margin-bottom: 30px;
	margin-top: 20px;
	overflow: hidden;
}

#respond .required{
	color: red;
}
#respond input,
#respond textarea {
	display: block;
}

.form-allowed-tags code {
	background-color: transparent;
	font-size: 11px;
}

a.comment-reply-link {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
}
.commentlist .children li.comment .comment-meta {
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin-left: 50px;
}

.commentlist li .comment-author img.avatar {
	border: 2px solid #F2F2F2;
    float: left;
    padding: 2px;
}

.comment-body div.comment-author cite.fn {
	display: block;
    font-weight: bold;
	font-size: 16px;
}

.comment-body div.comment-author span.says {
    font-size: 11px;
}

ol.commentlist li ul.children {
	margin: 0 0 0 20px;
}

ol.commentlist li {
	margin: 2px;
	padding: 2px;
}

ol.commentlist li .reply {
	padding: 5px;
}

#respond form#commentform p {
	line-height: 30px;
	margin-bottom: 8px;
}

#respond form#commentform p input {
	float: left;
}

#respond form#commentform {
	margin-top: 20px;
	overflow: hidden;
}

#comments ol li .comment-content p {
	padding-top: 0;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	padding-bottom: 20px;
}

.comment-content blockquote p {
	margin-left: 15px !important;
}

.comment-content blockquote p {
	padding-top: 0 !important;
}

.comment-content ul li {
	list-style-type: disc !important;
}

.comment-content ol li {
	list-style: decimal inside none !important;
}

#comments ol.children {
	list-style: none outside none;
	margin-left: 15px;
}

#comments ol.comment-list li .comment-body,
#comments ol.comment-list li ol.children .comment-body {
	margin: 20px;
	padding: 20px;
}

.comment-content code {
	margin: 10px 0;
}

#comments .nocomments {
	padding: 20px;
}

#comments h2.comments-title {
    font-size: 1.8em;
    font-weight: 300;
    letter-spacing: -0.04em;
}

.comment-list {
    list-style: none outside none;
    margin: 48px 0;
}

.comment-author {
    position: relative;
}
.comment-author {
    font-size: 14px;
    line-height: 1.71429;
}

.comment-metadata a,
.comment-author,  
.commentmetadata {
    padding-left: 50px;
}

.comment-metadata a,
.commentmetadata {
	font-weight: 400;
	font-style: italic;
}

.comment-author .avatar {
    height: 34px;
    top: 2px;
    width: 34px;
}
.comment-author .avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    padding: 2px;
    position: absolute;
}

.says {
    display: none;
}

.comment-body dd {
    margin-bottom: 24px;
}

.comment-body ul, 
.comment-body ol {
    margin: 0;
	padding-left: 50px;
}

.comment-body li > ul, 
.comment-body li > ol {
    margin: 0 0 0 20px;
	padding-left: 10px;
}

.comment-body table {
	width: auto;
}

.comment-body address,
.comment-body blockquote {
	border: none;
	margin: 0;
}

.comment-body address p,
.comment-body blockquote p {
	padding-left: 0;
	margin: 18px 0;
    color: #767676;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.26316;
    margin-bottom: 24px;
}

.comment-body pre {
	margin-left: 50px;
	margin-bottom: 20px;
}

.comment-body code {
	margin: 10px 0;
}

#comments .comment-list li .comment ol.children {
	margin-left: 15px;
}

#comments .comment-body {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* ------------------------------------------------------------------------- *
 *  6. Footer Styles
/* ------------------------------------------------------------------------- */

#copyright,
#footer {
	overflow: hidden;


}

.copyright-wrap,
#footer-wrap {
	margin: 0 auto;
    position: relative;
    max-width: 1170px;
	width: 100%;
    z-index: 2;
	overflow: hidden;
}

.sidebar-footer { 
	float: left;
}

.footer-v4 .sidebar-footer {
	width: 26%;
}

.footer-v4 .sidebar-footer.lastone {
	width: 22%;
}

.footer-v4 .sidebar-footer.lastone > div {
  margin-right: 0;
}

.sidebar-footer > div {
  margin: 40px 50px 50px 0;
}

.sidebar-footer .footer-widget-col {
	margin: 0 auto 25px;
	position: relative;
}

.sidebar-footer .textwidget p {
	color: #ffffff;
	letter-spacing: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-size: 1em;
}

.footer-widget-col h4 {
    margin-bottom: 0.4em;
    margin-left: 0;
    font-size: 14px;
    border-bottom: 0 !important;
}
.es_textbox_class
{
    width: 100% !important;
    padding: 10px 20px !important;
    margin-bottom: 10px !important;
}

.footer-widget-col ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-widget-col ul li:first-child {
/*	padding-top: 0;*/
}
	
.footer-widget-col ul li {
	padding: 0.2em 0;
	list-style-type: none;
	border-bottom:0 !important;
}
.footer-widget-col ul li a:before
{
content:'\f054';
font-family:Fontawesome;
margin-right:7px;
font-size:10px;
}
.footer-widget-col .textwidget p,
.footer-widget-col ul li a {
	line-height: 1.8em;
}

.footer-widget-col #calendar_wrap #wp-calendar caption {
	margin-bottom: 6px;
}

.footer-widget-col #calendar_wrap #wp-calendar tbody tr td a {
	font-weight: bold;
}

.footer-widget-col ul li .sub-menu {
	margin-left: 20px;
	margin-top: 10px;
}

.footer-widget-col ul li .sub-menu li {
	border-bottom: none;	
}

.footer-widget-col ul li .sub-menu li a {
	border-bottom: 1px solid #AAADAE;	
}

.footer-widget-col ul li ul.children {
	margin-left: 20px;
	margin-top: 10px;	
}

.footer-widget-col ul li ul.children li {
	border-bottom: none;
}

.footer-widget-col ul li ul.children li a {
	border-bottom: 1px solid #AAADAE;
}

.footer-widget-col ul li a {
	margin-right: 0px;
}

.footer-widget-col .searchform label {
	display: block;
	font-size: 12px;
}

.footer-widget-col .searchform input#s {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-family: Verdana;
	font-size: 12px;
	padding: 7px 10px;
	margin: 5px 0;
	vertical-align: middle;
	width: 90%;
	color: #aaadae;
}

.footer-widget-col select {
    margin: 10px 0;
    padding: 5px;
    width: 100%;
}

.footer-widget-col .tagcloud a {
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
    background: url("images/assets/tag.png") no-repeat scroll 12px center #1C1C1C;
    padding: 6px 12px 6px 30px;
}

.footer-widget-col ul li a.rsswidget {
	font-weight: bold;
	display: block;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.footer-widget-col ul li .rss-date {
	display: block;	
	line-height: 1.3em;
	font-size: 12px;
}

.footer-widget-col ul li .rssSummary {
	line-height: 1.3em;
	margin: 6px 0;	
}

.footer-widget-col .textwidget {
	overflow: hidden;
}

.footer-widget-col ul li span.post-date {
	opacity:0.5;
	font-weight: lighter;
	font-size: 0.95em;
	cursor:pointer;
}

.copyright-wrap span.left {
    color: #5d5d5d;
    float: left;
    font-size: 12px;
    padding: 20px 20px 20px 0;
}

.copyright-wrap span.right a,
.copyright-wrap span.left a , .copyright-wrap , .copyright-wrap a {
color: #999;
    text-shadow: none;
}


.copyright-wrap span.right {
    float: right;
    font-size: 12px;
	padding: 20px 0 20px 20px;
}

.back-to-top {
	position: fixed;
	bottom: 1em;
	right: 1em;
	text-decoration: none;
	font-size: 38px;
	padding: 0;
	display: none;
	z-index: 999;
}

/* ------------------------------------------------------------------------- *
 *  7. Image Sliders Styles
/* ------------------------------------------------------------------------- */
.ideal-image-slider {
	position: relative;
	overflow: hidden;
}
.iis-slide {
	display: block;
	bottom: 0;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-indent: -9999px;
}

/* Slide effect */
.iis-effect-slide .iis-slide {
	opacity: 0;
	-webkit-transition-property: -webkit-transform;
	   -moz-transition-property: -moz-transform;
		 -o-transition-property: -o-transform;
			transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
		 -o-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
	-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
			transform: translateX(0%);
}
.iis-effect-slide .iis-current-slide {
	opacity: 1;
	z-index: 1;
}
.iis-effect-slide .iis-previous-slide {
	-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
			transform: translateX(-100%);
}
.iis-effect-slide .iis-next-slide {
	-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
			transform: translateX(100%);
}
.iis-effect-slide.iis-direction-next .iis-previous-slide,
.iis-effect-slide.iis-direction-previous .iis-next-slide { opacity: 1; }

/* Touch styles */
.iis-touch-enabled .iis-slide { z-index: 1; }
.iis-touch-enabled .iis-current-slide { z-index: 2; }
.iis-touch-enabled.iis-is-touching .iis-previous-slide,
.iis-touch-enabled.iis-is-touching .iis-next-slide { opacity: 1; }

/* Fade effect */
.iis-effect-fade .iis-slide {
	-webkit-transition-property: opacity;
	   -moz-transition-property: opacity;
		 -o-transition-property: opacity;
			transition-property: opacity;
	-webkit-transition-timing-function: ease-in;
	   -moz-transition-timing-function: ease-in;
		 -o-transition-timing-function: ease-in;
			transition-timing-function: ease-in;
	opacity: 0;
}
.iis-effect-fade .iis-current-slide {
	opacity: 1;
	z-index: 1;
}

.ideal-image-slider {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 32px 32px;
}

/* Navigation */
.iis-previous-nav,
.iis-next-nav {
	position: absolute;
	top: 50%;
	z-index: 20;
	display: block;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.5);
	border-radius: 50px;
	background-size: 48px 48px;
	cursor: pointer;
	opacity: 0;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
		 -o-transition: 0.3s ease-out;
			transition: 0.3s ease-out;
}
.iis-previous-nav {
	left: 5%;
	background-position: 35% 50%;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPHBvbHlnb24gZmlsbD0iI2ZmZmZmZiIgaWQ9InN2Z18xIiBwb2ludHM9IjM1MiwxMTUuNCAzMzEuMyw5NiAxNjAsMjU2IDMzMS4zLDQxNiAzNTIsMzk2LjcgMjAxLjUsMjU2ICIvPgogPC9nPgo8L3N2Zz4=");
}
.iis-next-nav {
	right: 5%;
	background-position: 65% 50%;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPHBvbHlnb24gZmlsbD0iI2ZmZmZmZiIgaWQ9InN2Z18xIiBwb2ludHM9IjE2MCwxMTUuNCAxODAuNyw5NiAzNTIsMjU2IDE4MC43LDQxNiAxNjAsMzk2LjcgMzEwLjUsMjU2ICIvPgogPC9nPgo8L3N2Zz4=");
}
.ideal-image-slider:hover .iis-previous-nav,
.ideal-image-slider:hover .iis-next-nav { opacity: 0.5; }
.ideal-image-slider:hover .iis-previous-nav:hover,
.ideal-image-slider:hover .iis-next-nav:hover { opacity: 1.0; }

/* Bullet Navigation */
.iis-bullet-nav {
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 15;
	width: 90%;
	text-align: right;
	opacity: 0.4;
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
		 -o-transition: 0.3s ease-out;
			transition: 0.3s ease-out;
}
.iis-has-captions .iis-bullet-nav { max-width: 42%; }
.iis-bullet-nav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: transparent;
	text-indent: 9999px;
	margin: 0 5px;
	border: 3px solid rgba(0,0,0,0.5);
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
		 -o-transition: 0.3s ease-out;
			transition: 0.3s ease-out;
}
.iis-bullet-nav a.iis-bullet-active,
.iis-bullet-nav a:hover { background: #fff; }
.ideal-image-slider:hover .iis-bullet-nav { opacity: 0.7; }
.ideal-image-slider:hover .iis-bullet-nav:hover { opacity: 1.0; }

/* Captions */
.iis-has-captions .iis-slide { text-indent: 0; }
.iis-caption {
	position: absolute;
	max-width: 90%;
	z-index: 10;
	background: #000;
	background: rgba(0,0,0,0.5);
	padding: 5px 15px;
	border-radius: 10px;
	font: 14px/1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.iis-has-bullet-nav .iis-caption { max-width: 42%; }
.iis-caption .iis-caption-title { font-weight: bold; }
.iis-caption .iis-caption-content {
	font-size: 13px;
	line-height: 1.6em;
	color: #eee;
}
.iis-caption .iis-caption-content a,
.iis-caption .iis-caption-content a:visited {
	color: #eee;
	text-decoration: underline;
	border: 0;
}
.iis-caption .iis-caption-content a:hover,
.iis-caption .iis-caption-content a:active {
	color: #fff;
}
/* CSLIDER */

.banner {
	position: relative;
	width: 100%;
	overflow: auto;

	font-size: 18px;
	line-height: 24px;
	text-align: center;

	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);

	background: #333333;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
	.banner ul {
		list-style: none;
		width: 300%;
	}
	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		min-height: 350px;

		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;

		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}

	.banner .inner {
		padding: 0 0 10px;
		margin: 0 auto;
		height: auto;
	}

	.banner h1, .banner h2 {
		font-size: 40px;
		line-height: 52px;

		color: #fff;
	}

	.banner .btn {
		display: inline-block;
		margin: 10px 0 0;
		padding: 9px 22px 7px;
		clear: both;

		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;

		border: 2px solid rgba(255,255,255,.4);
		border-radius: 5px;
	}
		.banner .btn:hover {
			background: rgba(255,255,255,.05);
		}
		.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
		}

	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}

	.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		width: 100%;
	}
		.banner .dots li {
			display: inline-block;
			*display: inline;
			zoom: 1;

			width: 10px;
			height: 10px;
			line-height: 10px;
			margin: 0 4px;

			text-indent: -999em;
			*text-indent: 0;

			border: 2px solid #fff;
			border-radius: 6px;

			cursor: pointer;
			opacity: .4;

			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}

	.banner .arrows {
		position: absolute;
		bottom: 20px;
		right: 20px;
		color: #fff;
	}
		.banner .arrow {
			display: inline;
			padding-left: 10px;
			cursor: pointer;
		}
		
	.banner ul {
		margin: 0;
		padding: 0;
	}
	
	.modality-banner ul li {
		height: auto;
	}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.html) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item .item {
	padding: 20px;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.html) no-repeat center center
}

.flexslider .post-title h2 {
	color: #fff;
	font-size: 60px;
	top: 60px;
	z-index: 10;
	font-weight: 700;
	text-shadow: 1px 1px #000000, 0 0 0 #ffffff, 1px 1px #000000;
}

.flexslider p {
	width: 100%;
	top: 165px;
	color: #ffffff;
	line-height: 26px;
	height: auto;
	overflow: hidden;
	margin: 7px 0;
	text-shadow: 1px 1px #000000, 0 0 0 #ffffff, 1px 1px #000000;

}

.flexslider .da-link {
	top: 280px; /*depends on p height*/
	border-radius: 5px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 2px solid rgba(255,255,255,0.8);
	padding: 8px 15px;
	font-size: 18px;
	line-height: 30px;
	min-width: 120px;
	text-align: center;
	background: rgba(255,255,255,0.2);
	text-transform: uppercase;
}

.flexslider .da-link {
	background: rgba(255,255,255,0.3);
}


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%; 
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
} 

html[xmlns] .slides {
	display: block;
} 

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0; 
	position: relative; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px; 
}

.flex-viewport {
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.carousel li {
	margin-right: 5px
}

.post-article .flexslider {
	margin: 0;
	box-shadow: none; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	-o-box-shadow: none;
	border-radius: 0; 
}


/* Direction Nav */

.flexslider ul li {
	list-style-type: none !important;
	padding: 0 !important;
}

.flex-direction-nav a {
	width: 30px; 
	height: 30px; 
	margin: -20px 0 0; 
	display: block; 
	background: url(images/bg_direction_nav.png) no-repeat 0 0; 
	position: absolute; 
	top: 50%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 0; 
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0; 
	right: -36px; 
}

.flex-direction-nav .flex-prev {
	left: -36px;
}

.flexslider:hover .flex-next {
	opacity: 0.8; 
	right: 5px;
}

.flexslider:hover .flex-prev {
	opacity: 0.8; 
	left: 5px;
}

.flexslider:hover .flex-next:hover, 
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: .3!important;  
	cursor: default;
}

/* Control Nav */
.flex-control-nav {
	width: 100%; 
	position: absolute; 
	bottom: 48px; 
	text-align: center;
}

.post-article .flex-control-nav {
	bottom: 28px;
}

.flex-control-nav li {
	margin: 0 6px; 
	display: inline-block; 
}

.flex-control-paging li a {
	width: 11px; 
	height: 11px; 
	display: block; 
	background: #666; 
	background: rgba(0,0,0,0.5); 
	cursor: pointer; 
	text-indent: -9999px; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px; 
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover { 
	background: #333; 
	background: rgba(0,0,0,0.7); 
}

.flex-control-paging li a.flex-active { 
	background: #000; 
	background: rgba(0,0,0,0.9); 
	cursor: default; 
}

.flex-control-thumbs {
	margin: 5px 0 0; 
	position: static; 
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%; 
	float: left; 
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%; 
	display: block; 
	opacity: .7; 
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1; 
	cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
	opacity: 1; 
	left: 0;
	}

  .flex-direction-nav .flex-next {
	opacity: 1; 
	right: 0;
	}
}


/* ------------------------------------------------------------------------- *
 *  8. Menu Styles
/* ------------------------------------------------------------------------- */


/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
	position: absolute;
	right: 0;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed;
}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
	padding-right: 30px;
}
/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, 
.navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin: -3px 15px 0 0;
	padding: 0;
	width: 32px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-width: 1px;
 	border-style: solid;
}
.navbar-nav.sm-collapsible .caret:before {
	content: '+';
	font-weight: 500;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
	content: '-';
}
.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 50px;
}
/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
	position: static;
	margin: 0 0 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
	content: '' !important;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
	padding-right: 15px;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid;
	border-left: 7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px dashed transparent;
	border-bottom: 7px dashed transparent;
	border-left: 7px dashed transparent;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
	padding-left: 35px;
}
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left: 45px;
}
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 55px;
}
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
	white-space: normal;
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space: nowrap;
}
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
	white-space: normal;
}
/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
	left: 0;
	right: auto;
}

.navbar ul {
	float: right;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

#navbar ul.children {
    height: auto;
    width: 250px;
    z-index: 99;
}

.navbar {
	height: auto;
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
	width: 100%;
	z-index: 99;
}

.navbar {
    margin-bottom: 0 !important;
}

.navbar-collapse {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.nav > li {	
	width: auto;
}

.navbar-nav > li > a::after {
	/*color: white;
	content: "|";
	font-size: 1.1em;
	opacity: 0.15;
	position: absolute;
	right: 3px;
	top: 13px;
	width: 1px;*/
}

.navbar-nav > li > a {
	transition: background-color 0.2s ease 0s;
}

.navbar-nav ul li a {
	font-weight: 700;
	height: auto;
	min-height: 37px;
	padding: 15px 17px 0;	
	text-decoration: none;
	width: auto;
	word-wrap: break-word;
}

.dropdown-menu li a:before { 
	/*font-family: 'FontAwesome'; 
	content:"\f054"; 
	font-size: 0.7em; 
	position: absolute; 
	left: 0; 
	visibility: hidden; 
	line-height: 2.1; */
}

.dropdown-menu li a:hover:before { 
	left: 20px; 
	visibility: visible;  
	-webkit-transition: all .2s ease; 
	-moz-transition: all .2s ease; 
	-ms-transition: all .2s ease; 
	-o-transition: all .2s ease; 
	transition: all .2s ease;  
}

.dropdown-menu li a {  
	height: auto !important; 
    padding: 10px 20px !important;
	margin: 0; 
	min-width: 16em !important; 
	border-bottom: 1px solid rgba(255,255,255,0.15);
	text-transform:initial !important;
	    border-bottom: 0px solid #F1F1F1;
}

.dropdown-menu .dropdown-menu {
	padding-top: 6px;
}

.dropdown-menu {
	min-width: 16em !important;
}

.nav-bar {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-bar,
div.nav-bar > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-bar li {
	display: inline-block;
	position: relative;
}

.nav-bar li a {
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-bar li:hover > a,
.nav-bar li a:hover,
.nav-bar li:focus > a,
.nav-bar li a:focus {
	color: #fff;
}

.nav-bar .sub-menu,
.nav-bar .children {
	background-color: #111111;
	border-bottom: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-bar .sub-menu ul,
.nav-bar .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-bar ul a,
.nav-bar ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-bar ul a:hover,
.nav-bar ul ul a:hover,
ul.nav-bar ul a:focus,
.nav-bar ul ul a:focus {
	color: #dd3333;
}

ul.nav-bar li:hover > ul,
.nav-bar ul li:hover > ul,
ul.nav-bar .focus > ul,
.nav-bar .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-bar .current_page_item > a,
.nav-bar .current_page_ancestor > a,
.nav-bar .current-menu-item > a,
.nav-bar .current-menu-ancestor > a {
	color: #bc360a;
	font-style: italic;
}

.isStuck{
    left:0px;
    width:100%;
}

/* ------------------------------------------------------------------------- *
 *  9. Sidebar Styles
/* ------------------------------------------------------------------------- */

/* Main Sidebar */
.sidebar-frame {
	width: 26%;
	background: transparent;
	z-index: 2;
	/*float: right; */
}

.sidebar-frame .sidebar {
	display: block;
	max-width: 100%;
	/* margin-left: 16.02%; */
}

.sidebar .widget {
	margin-bottom: 10%;
	background: none repeat scroll 0 0 #FFFFFF;
	margin-bottom: 30px;
	padding: 5%;
	position: relative;
	z-index: 0;
	border: 1px solid #eaeaea;
}

.sidebar .widget-title {
    line-height: 30px;
    margin-bottom: 8px;
    padding-left: 0;
    text-transform: uppercase;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1); 
}

.sidebar .widget-title h4 {
	font-weight: normal;
	font-size: 16px;
	line-height:25px;
}

.sidebar .widget ul {
	margin: 0;
	padding: 0;
}

.sidebar .widget ul li {
	list-style-type: none;
	padding: 0;
	display: block;
	padding: 3px 0;
}

.sidebar table#wp-calendar {
	margin: 0;
	width: 100%;
}

.sidebar table#wp-calendar caption {
	margin-bottom: 10px;
	font-weight: bold;
}

.sidebar table#wp-calendar tbody tr td a {
	font-weight: bold;
	font-size: 120%;
}

.sidebar .widget select {
	width: 100%;
	padding: 5px;
	margin: 10px 0;
	font-size: 12px;
}

.sidebar .widget ul li {
	border-bottom: 1px solid #eaeaea;
}

.sidebar .widget ul li a:hover {
	color: #111111;
	transition: color 125ms linear;
}

.sidebar .widget ul li ul {
	margin-left: 15px;
	margin-top: 10px;
}

.sidebar .widget ul li ul li {
	border-bottom: none;
	padding:5px 0 0 0;
}

.sidebar .widget .searchform label {
	font-size: 12px;
	display: block;
}

.menu-item a {
	word-wrap: break-word !important;
}

input[type="submit"] , .es_textbox_button {
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	padding: 8px;
	border: none;
	transition: background-color 250ms linear;
	cursor: pointer;
	margin-top: 5px;
	text-transform: uppercase;
	width: auto;
    height: auto;
     padding: 6px 55px 6px 35px;
    border-radius: 8px;
    margin-left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 2.5em;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0px;
    font-weight: bold;
    float: right;
}
.arrow-icon
{
position: relative;
    top: 22px;
    right: 35px;
    z-index: 999;
    color: #fff;
}
.es_textbox 
{
float:left;
}
.es_textbox_button
{
    background: #000000 !important;
    border-color: #000000 !important;
}
.es_textbox_button:hover
{
    background: #E61233 !important;
    border-color: #E61233 !important;
}
.es_textbox_button
{
float:left;
    padding: 0px 20px;
	margin-top:0;
}
.es_button {
    float: left;
    width: 15%;
	    height: 50px;
}
.newslettericon i
{
    position: relative;
    bottom: 30px;
    color: #fff;
    left: 17px;
    font-size: 17px;
}
.footer-widget-col a, .footer-widget-col {
color: #999 !important;
}
.testimonial_slider__round .testimonial_outer_wrap
{
margin-left:8px !important;
}

.footer-widget-col h4{
    color: #5d5d5d;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 25px;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 17px;
    border-top: 0;
    border-bottom: 1px solid rgba(107, 107, 107, 0.85) !important;
}
input[type="submit"]:hover,
button:hover {
	background-color: #a0a0a0;
	transition: background-color 125ms linear;
}

.sidebar .widget .searchform input#s {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-family: Verdana;
	font-size: 12px;
	padding: 7px 10px;
	margin: 10px 0;
	vertical-align: middle;
	width: 90%;
}

.sidebar .widget ul li a.rsswidget {
	font-weight: bold;
	display: block;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.sidebar .widget ul li .rss-date {
	display: block;	
	line-height: 1.3em;
	font-size: 12px;
}

.sidebar .widget ul li .rssSummary {
	line-height: 1.3em;
	margin: 6px 0;	
}

.sidebar .widget .tagcloud a {
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
    background: url("images/assets/tag.png") no-repeat scroll 12px center #1C1C1C;
    padding: 6px 12px 6px 30px;
	color: #ffffff;
}

.sidebar ul.link-pages {
	padding:0;
	margin: 0 0 5%;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    z-index: 0;
}

.sidebar ul.link-pages:before,
.sidebar ul.link-pages:after  {
	content: "";
    display: table;
}

.sidebar ul.link-pages:after  {
	clear: both;
}

.sidebar ul.link-pages li {
	list-style-type: none;
	margin:0;
	padding:0;
}

.sidebar .link-pages li {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

.sidebar ul.link-pages li a {
	text-shadow:0 1px 0 #fff;

}

.sidebar ul.link-pages li a {
    display: block;
    min-height: 60px;
    padding: 16px 40px 24px;
    position: relative;
}

.sidebar ul.link-pages li i {
    font-size: 18px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.sidebar ul.link-pages li a span:hover,
.sidebar ul.link-pages li a i.fa:hover {
	color: #111111;

}

.sidebar ul.link-pages li.next-link i {
    right: 10px;
}

.sidebar ul.link-pages li.previous-link i {
	left: 10px;
}

.sidebar ul.link-pages li a strong {
    color: #111111;
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	Line-height: 1.8em;
}

.sidebar ul.link-pages li a span {
    color: #000000;
    font-size: 14px;
	line-height: 1.8em;
	vertical-align: baseline;
}

.sidebar ul.link-pages li {
    text-align: center;

}

/* ------------------------------------------------------------------------- *
 *  10. Top Panel Styles
/* ------------------------------------------------------------------------- */

#cart-wrapper {
	float: right;
    margin-top: 18px;
	display: block;
	width: 50%;
	margin-bottom: 8px;
	font-weight: bold;
	margin-right: 10px;
}

#address-bar {
	float: right;
	display: block;
	width: 50%;
	text-align: right;
	margin-top: 25px;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	height: auto;
}

.address-box,
.phone-box {
	display: block;	
}

.phone-box span i.fa {
	margin-right: 10px;
}

.phone-box span {
	margin-left: 18px;
}

#social-bar {
	float: left;
    margin: 18px auto;
	display: block;
	width: 100%;
	text-align: center;
}

#social-bar ul {
	list-style: none outside none;
    margin-bottom: 0;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#social-bar ul li {
	float: left;
    margin-right: 5px;
	list-style-type: none !important;
}

#social-bar ul li a {
	background: none repeat scroll 0 0 #eaeaea;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 30px;
}

#social-bar ul li a:hover {
	background: none repeat scroll 0 0 #cccccc;
}

#social-bar a i.fa {
	background: none repeat scroll 0 0 transparent;
  	color: #252525;
  	display: inline-block;
  	font-size: 18px;
  	height: 40px;
  	line-height: 40px;
  	margin: 0 auto;
  	transition: all 0.3s ease 0s;
  	width: 40px;
}

#social-bar a i.fa:hover {
	background: none repeat scroll 0 0 #252525;
	color: #ffffff;
}


#cart-wrapper #account-set,
#cart-wrapper #shopping-cart {
	float: right;
	margin-left: 20px;
	line-height: 1.5em;
}

#cart-wrapper #shopping-cart i {
	margin-right: 8px;
	font-size: 1.2em;
}

#topnav .searchformhead {
    border: 1px solid #DDDDDD;
    float: right;
    margin: 15px 0 14px 2px;
    overflow: hidden;
    position: relative;
}

.searchformhead input#s {
    border: 1px solid #DDDDDD;
    color: #666666;
    font-size: 12px !important;
    line-height: 1;
    margin: 0;
	padding: 8px; 
}

/* ------------------------------------------------------------------------- *
 *  11. WooCommerce Styles
/* ------------------------------------------------------------------------- */
.woocommerce div.product div.images img, 
.woocommerce #content div.product div.images img, 
.woocommerce-page div.product div.images img, 
.woocommerce-page #content div.product div.images img {
	box-shadow: none;
	background-color: #ffffff;
}

.woocommerce div.product .product_title, 
.woocommerce #content div.product .product_title, 
.woocommerce-page div.product .product_title, 
.woocommerce-page #content div.product .product_title {
    clear: none;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 36px;
    margin-top: 0;
    padding: 0;
	color: #111111;
}

.summary.entry-summary .price {
	margin-top: 20px;
	margin-bottom: 50px;
}

.summary.entry-summary .price span{
    color: #111111;
    font-size: 35px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 35px;
	color: #111111;
}

.woocommerce div.product form.cart div.quantity, 
.woocommerce #content div.product form.cart div.quantity, 
.woocommerce-page div.product form.cart div.quantity, 
.woocommerce-page #content div.product form.cart div.quantity {
    float: left;
    margin: 0 20px 0 0;
}

.woocommerce .quantity, 
.woocommerce #content .quantity, 
.woocommerce-page .quantity, 
.woocommerce-page #content .quantity {
    overflow: hidden;
    position: relative;
    width: 140px;
}

.woocommerce .woocommerce-tabs div#tab-additional_information.panel.entry-content table.shop_attributes tbody tr td p {
	margin-left: 10px;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	padding: 5px;
	font-size: 1em;
	line-height: 1.25em;
}

.woocommerce .quantity .plus, 
.woocommerce .quantity .minus, 
.woocommerce #content .quantity .plus, 
.woocommerce #content .quantity .minus, 
.woocommerce-page .quantity .plus, 
.woocommerce-page .quantity .minus, 
.woocommerce-page #content .quantity .plus, 
.woocommerce-page #content .quantity .minus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #DEDEDE;
    color: #141414;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    height: 45px;
    line-height: 40px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: text-top;
    width: 45px;
}

.woocommerce .quantity input.qty, 
.woocommerce #content .quantity input.qty, 
.woocommerce-page .quantity input.qty, 
.woocommerce-page #content .quantity input.qty {
    float: left;
    height: 43px;
    padding: 0;
    text-align: center;
    width: 45px;
	font-size: 1.25em;
}

#header-top p {
	letter-spacing: 0;
}

.woocommerce .quantity .plus, 
.woocommerce .quantity .minus, 
.woocommerce #content .quantity .plus, 
.woocommerce #content .quantity .minus, 
.woocommerce-page .quantity .plus, 
.woocommerce-page .quantity .minus, 
.woocommerce-page #content .quantity .plus, 
.woocommerce-page #content .quantity .minus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #DEDEDE;
    color: #111111;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    height: 45px;
    line-height: 40px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: text-top;
    width: 45px;
}

.woocommerce .single_add_to_cart_button.button.alt {
    padding: 17px 18px 17px 20px;
}

.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 {
    border: medium none;
    border-radius: 3px;
    color: #111111;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 11px;
    left: auto;
    letter-spacing: 2px;
    line-height: 11px;
    margin: 0;
    overflow: visible;
    padding: 17px 20px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    white-space: nowrap;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover{
	text-decoration:none;
	color: #555555;
}

.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover{
	background:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #555555;
    text-decoration: none;
}

.woocommerce .woocommerce-tabs ul.tabs {
	margin-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel, 
.woocommerce #content div.product .woocommerce-tabs .panel, 
.woocommerce-page div.product .woocommerce-tabs .panel, 
.woocommerce-page #content div.product .woocommerce-tabs .panel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #DEDEDE #DEDEDE;
    border-image: none;
    border-right: 1px solid #DEDEDE;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin: 0 0 60px;
    padding: 25px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #DFDBDF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    display: inline-block;
    margin: 0 -5px;
    padding: 0 1em;
    position: relative;
    z-index: 0;
	color: #111111;
	font-size: 13px;
	text-transform: uppercase;
	font-family: inherit;
	letter-spacing: 2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
    color: #111111;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 0;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.woocommerce .related ul.products li a.button {
	text-transform: uppercase;
}

.woocommerce ul.products li.product a img, 
.woocommerce-page ul.products li.product a img {
    box-shadow: none;
	background-color: #ffffff;
}

.woocommerce ul.products li.product a img:hover, 
.woocommerce-page ul.products li.product a img:hover {
    box-shadow: none;
	background-color: #ffffff;
}

.woocommerce .related ul li.product, 
.woocommerce .related ul.products li.product, 
.woocommerce .upsells.products ul li.product, 
.woocommerce .upsells.products ul.products li.product, 
.woocommerce-page .related ul li.product, 
.woocommerce-page .related ul.products li.product, 
.woocommerce-page .upsells.products ul li.product, 
.woocommerce-page .upsells.products ul.products li.product {
    width: 42%;
    margin: 0 8% 3% 0;
    padding: 0;
    position: relative;
	text-align: center;
}

.woocommerce ul.products li.product h3, 
.woocommerce-page ul.products li.product h3 {
    clear: none;
    color: #111111;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.8em;
    margin-top: 20px;
    padding: 0;
}

.woocommerce .related ul.products li a span.price span.amount {
	color: #111111;
	font-size: 14px;
	letter-spacing: 2px;
}

.woocommerce .woocommerce-message, 
.woocommerce-page .woocommerce-message {
    border-top: 3px solid;
}

.woocommerce table.shop_table, 
.woocommerce-page table.shop_table {
    border: 1px solid #DEDEDE;
    border-collapse: separate;
    margin: 0 -1px 0 0;
    text-align: left;
    width: 100%;
}

.woocommerce table.shop_table thead, 
.woocommerce-page table.shop_table thead {
    background: none repeat scroll 0 0 #E5E5E5;
}

.woocommerce table.shop_table, 
.woocommerce-page table.shop_table {
    border-collapse: separate;
    text-align: left;
}

.woocommerce table.shop_table.cart thead tr th {
    border-bottom: 1px solid #DEDEDE !important;
	vertical-align: middle;
	padding: 25px;
	clear: none;
    color: #111111;
    font-size: 13px;
    letter-spacing: 2px;
	font-weight: normal;
}

.woocommerce table.cart th, 
.woocommerce table.cart td, 
.woocommerce #content table.cart th, 
.woocommerce #content table.cart td, 
.woocommerce-page table.cart th, 
.woocommerce-page table.cart td, 
.woocommerce-page #content table.cart th, 
.woocommerce-page #content table.cart td {
    vertical-align: middle;
	border: none;
	border-bottom: 1px solid #DEDEDE !important;
}

.woocommerce table.shop_table.cart td {
    padding: 25px;
}

.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
    width: 50px;
	height: auto;
	margin-bottom: 0;
}

.woocommerce form table.shop_table tbody tr.cart_item td.product-quantity {
	padding: 5px;
}

.woocommerce table.cart td.actions .coupon .input-text, 
.woocommerce #content table.cart td.actions .coupon .input-text, 
.woocommerce-page table.cart td.actions .coupon .input-text, 
.woocommerce-page #content table.cart td.actions .coupon .input-text {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    float: left;
    height: 50px;
    margin: 1px 10px 0 0;
    outline: 0 none;
    width: 220px;
	font-size: 14px;
	letter-spacing: 2px;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    margin-top: 45px;
	width: 100%;
}

.cart_totals h2, .shipping_calculator h2 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 25px;
	text-align: left;
	color: #111111;
}

.woocommerce .cart_totals table td,
.woocommerce .cart_totals table th {
    background: none;
    border: none;
    color: #333333;
    letter-spacing: 1px;
    line-height: 1.8em;
    padding: 6px;
    text-align: left;
}

.woocommerce .cart-collaterals .shipping_calculator {
	float: left;
	width: 50%;
	margin-top: 45px;
}

.woocommerce .cart-collaterals .shipping_calculator .input-text,
.woocommerce .cart-collaterals .shipping_calculator select {
	padding: 12px;
    display: inline-block;
    font-size: 13px;
    position: relative;
    vertical-align: middle;
	letter-spacing: 1px;
}

.woocommerce .woocommerce-info:before, 
.woocommerce-page .woocommerce-info:before {
    content: "i";
    font-style: italic;
}

.woocommerce .woocommerce-info, 
.woocommerce-page .woocommerce-info {
    border-top: 3px solid;
}

.woocommerce .products li a.button,
.woocommerce p.return-to-shop a.button {
	color: #111111 !important;
	text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .price del {
	display: none;
}

.woocommerce .summary,
.woocommerce .woocommerce-tabs {
	line-height: 1.8em;
}

.woocommerce .woocommerce-tabs .panel h3 {
	clear: none;
    color: #111111;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 36px;
    margin-top: 0;
	margin-bottom: 20px;
    padding: 0;
	font-weight: lighter;
}

.woocommerce .related h2,
.woocommerce .woocommerce-tabs .panel h2 {
	clear: none;
    color: #111111;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 36px;
    margin-top: 0;
	margin-bottom: 20px;
    padding: 0;
	font-weight: lighter;
}

.woocommerce .woocommerce-ordering .orderby {
	display: none;
}

.woocommerce .variations_form .variations tbody tr td.value select {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 12px;
    position: relative;
    vertical-align: middle;
}

.woocommerce .summary table td {
	border: none;
}

.woocommerce .summary table td.label {
	line-height: 2.8em;
	vertical-align: middle;
    color: #111111;
    font-weight: normal;
    letter-spacing: 2px;
}

.woocommerce .sidebar .price_slider_wrapper .price_slider_amount .price_label {
	color: #111111;
	font-size: 11px;
}

.woocommerce .products li .price .amount,
.woocommerce p,
.woocommerce .woocommerce-tabs p,
.woocommerce .shop_table tbody tr.cart_item td.product-name dl.variation,
.woocommerce .summary .product_meta span,
.woocommerce .summary table td.value a {
	color: #111111;
    font-weight: normal;
    letter-spacing: 2px;
}

.woocommerce form table.shop_table tbody tr.cart_item td.product-name dl.variation p {
	line-height: 2.1em;
}

.woocommerce ul.products li, 
.woocommerce-page ul.products li {
	text-align: center;
}

.woocommerce span.onsale, 
.woocommerce-page span.onsale {
    border-radius: 20px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #111111;
    font-size: 12px;
    font-weight: bold;
    left: 6px;
    line-height: 32px;
    margin: 0;
    min-height: 32px;
    min-width: 32px;
    padding: 4px;
    position: absolute;
    text-align: center;
    top: 6px;
}

.sidebar .widget_shopping_cart_content .buttons a.button {
	width: 82%;
	margin-bottom: 10px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    border-radius: 1em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    cursor: pointer;
    height: 0.9em;
    outline: medium none;
    position: absolute;
    top: -0.3em;
    width: 0.9em;
    z-index: 2;
}

.woocommerce .related {
    clear: both;
}

/* ------------------------------------------------------------------------- *
 *  12. Features Section
/* ------------------------------------------------------------------------- */
#features h3.sub-title {
	text-transform: none;
	text-align: center;
}

#from-blog-wrap h2.boxtitle,
.get-in-touch h2.boxtitle,
.about h2.boxtitle,
#features h2.section-title,
#features .feature h3 {
	font-weight: 600;
}

#features {
	overflow: hidden;
	padding:40px 0;
	background-color: #ffffff;
	width: 100%;
	padding-bottom:40px;
	    position: relative;
}
.blog-top-image div,
#services-wrap,
#features-wrap,
#about-wrap,
#content-boxes-wrap,
#cta-wrap,
#from-blog-wrap,
.content-posts-wrap,
#get-in-touch-wrap,
#get-strated-wrap,
#social-wrap {
    margin: 0 auto;
    max-width: 1170px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.content-posts-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
}
.col2-r .content-posts-wrap{
   padding:2%;
}
.blog-top-image div {
	text-align: left;
}

.blog-top-image h1 {
	padding-top: 3%;
	color: #ffffff;
	font-weight: 700;
	font-size: 2em;
}

.blog-top-image a {
	color: #111111;
}

.blog-top-image div h1.section-title a {
	color: #ffffff;
}

.home-blog .content-posts-wrap {
	padding-top: 1%;
}

.feature {
  	display: block;
  	float: left;
  	position: relative;
  	text-align: center;
  	width: 33%;
	z-index: 8;
	
}

.content-boxes .circle,
.feature .circle {
color: #444;
    font-size: 1em;
    font-weight: 600;
    border-radius: 500px;
    display: block;
    height: 60px;
    margin: 0 auto;
    /* padding: 25px; */
    width: 60px;
    text-align: center;
    box-sizing: content-box;
    background: none !important;
}

.feature .circle:hover {
	/*color: #FFFFFF;
	transition: background-color 125ms linear;*/
}
.feature  .column-inner {
    padding: 30px 10px;
}

.section-title,
h4.sub-title {
	text-align: center;
	padding: 0;
	color: #111111;
	font-size:26px;
}
.border-left {
    border-left: 1px dashed #e2e2e2;
}
.border-bottom {
    border-bottom: 1px dashed #e2e2e2;
    float: left;
    width: 100%;
	    margin-top: 15px;
}
.vc_row.overlay_5:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(19, 18, 18, 0.79) url(../images/video_overlay.png) repeat 50% 50%;
    display: block;
}

.section-title-right {
  /*  text-align: left;
    padding: 0;
    color: #fff;
    margin: 0;
    font-size: 20px;
	*/
	    text-align: left;
    padding: 0;
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 15px;
}

.section-title-right:after {
  /*  content: "";
    display: block;
    height: 3px;
    margin-top: 4px;
	width: 8%;*/
}
#features p
{
font-size:13px;
line-height:18px;
}

h4.sub-title {
	text-transform: none;
	margin-bottom: 45px;
}

.boxtitle:after,
.section-title:after {
 /*   content: "";
    display: block;
    height: 2px;
    margin: 4px auto 7px;
	width: 28%;*/
}

#features h3 {
    margin: 10px 0 2px;
    font-size: 18px;
    padding: 0;
    color: #fff !important;
    text-transform: initial;
    letter-spacing: 1px;
    font-weight: 600 !important;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: -.05em;
	margin-bottom: 20px;
}
#aq-block-24
{
    padding-left: 15px;
    padding-right: 15px;
}

	
#features p {
  	color: #888888;
  	font-weight: 400;
	line-height: 18px;
	font-size:13px;
}
	
#features .feature .circle i.fa	{
    font-size: 40px;
	    color: #fff;
}

#from-blog-wrap div {
	text-align: center;
}

.owl-image {
	width: 100%;
	height: 260px;
	transition: all 0.6s ease-out 0s;
}

.owl-image:hover {
	opacity:0.8;
}
	
.about {
	width: 100%;
	position: relative;
	float: left;
}

#get-in-touch-wrap,
#social-wrap {
    display: block;
    overflow: hidden;
    position: relative;
	text-align: center;
	    padding-bottom: 30px;
    padding-top: 62px;
}

#about-wrap
{
padding-top:40px;
overflow:visible;
}

.about h3 {
	/*font-size: 1.15em;*/
	margin-bottom: 0;
}

.about div p {
	line-height: 28px;
	font-size:14px;
}

.content-boxes {
	width: 100%;
	position: relative;
	float: left;
	padding: 38px 0;
}

.content-boxes .col {
	float: left;
	text-align: center;
	width: 31.3333%;
	padding: 1%;
}

.content-boxes h4 {
	font-size: 1.15em;
	color: #111111;
}

.content-boxes .col i.fa {
	font-size: 44px;
}

#services {
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.service {
/*	margin-right: 4%;*/
}

.services-left {
	width: 54%;
	float: left;
	padding: 3% 3% 3% 0;
}

.services-right {
	width: 34%;
	float: right;
	padding: 3% 0 3% 3%;
}

.cta {
	width: 100%;
	position: relative;
	float: left;
}

.cta .sldr_title {
	text-align: center;
}
.testimonial_wrapper , .testimonial_slider
{
overflow:visible !important;
}
.rpwwt-post-title
{
font-weight:500;
font-size:14px;
}
.rpwwt-post-excerpt
{
margin-top:7px;
}
.from-blog {
	width: 100%;
	position: relative;
	float: left;
	padding: 50px 0;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img
{
max-width:140px !important;
border-radius:4px;
}
.rpwwt-widget ul li
{
    margin: 0 0 1.5em !important;
}
.testimonials_block
{
float:left;
width:100%;
    min-height: 300px;
}
.testimonials_block .sldr_title
{
margin-bottom:30px !important;
text-transform: uppercase;
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
}

#from-blog-wrap div h2 {
	margin-bottom: 40px;
}

#get-started {
	padding: 15px 0;
}

.get-strated-left h2 {
    font-size: 25px;
    line-height: 1.8em;
	text-transform: capitalize;
}

.get-strated-left {
	line-height: 2.2em;
}

.get-strated-button {
	width:auto;
	height: auto;
	padding:10px 25px;
	border-radius: 8px;
	margin-left:20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 3em;
	text-transform: uppercase;
	color: #ffffff;
}

.get-strated-button:hover{
	background:white;
	color:black;
}

.get-in-touch {
	width: 100%;
	position: relative;
	float: left;
	    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.git-link{
	border-radius: 5px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 2px solid rgba(255,255,255,0.8);
	padding: 8px 15px;
	font-size: 18px;
	line-height: 30px;
	min-width: 120px;
	text-align: center;
	background: rgba(255,255,255,0.2);
	text-transform: uppercase;
}
.git-link:hover{
	background: rgba(255,255,255,0.3);
}

.row {
	margin-bottom: 10px;
	overflow: hidden;
	margin-left: 0 !important;
}

.row .row-item {
	float: left;
	/*padding: 0;*/
}

.row .row-item .service i.fa {
/*	float: left;
	line-height: 1.3em;
	font-size: 22px;
	padding: 0.5em 0;
	margin-right: 15px;*/
}

.content-boxes .col i.fa {
	color: #cccccc;
}

.content-boxes .circle {
	margin-bottom: 20px;
}

.content-btn {
	width:auto;
	height: auto;
	padding:10px 25px;
	border-radius: 8px;
	margin-left:20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 3em;
	text-transform: uppercase;
	color: #ffffff;
}

.content-btn:hover {
	color:#cccccc;
}

.social {
	width: 100%;
	position: relative;
	float: left;	
}
/*.about-bg:before {
    content: url('../images/bg.jpg');
    background: no-repeat;
    position: absolute;
    opacity: 0.04;
    right: 35%;
    top: 15%;
}*/
.thin_title {
    font-size: 26px;
    margin-bottom: 14px !important;
    position: relative;
	    letter-spacing: 0.2px;
	    margin-bottom: 0;
}
.title {
    margin-top: 0;
padding-bottom: 0;
	
}
.thin_title {
    padding-left: 1px;
    padding-top: 2px;
    text-transform: uppercase;
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6, .title, .thin_title, .thin_heading, .navbar-default .navbar-nav>li>a {
    font-family: "Open Sans";
    color: #1e1f21;
	
	
}
.grey {
    color: #333 !important;
    font-family: 'Lora', serif;
    font-size: 20px;
    font-style: italic;
	font-weight:400;
	text-transform: initial;
}
.projects-item .projects-thumb
{
    overflow: hidden;
    padding: 0px;
    background: #fff;
    /* border: 1px solid #E5E5E5; */
	 border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
/*.projects-item .projects-title {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity:0;
	    padding: 6px 20px 0px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	    border: 1px solid #E5E5E5;
	border-top:0
}
.projects-title::before {
    content: '';
    display: inline-block;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #FAFAF8;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -11px;
}
.projects-item:hover .projects-title {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}*/
.projects-title .project_figure_tags > a {
    color: #666 !important;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
/*.projects-item:hover .projects-thumb {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0.4;
	    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
   
}*/
.active h4 a.read_more {
    text-align: center;
    font-size: 13px;
    margin-bottom: 6px;
	    color: #C1142E !important;
		text-transform:lowercase;
		    font-weight: 400;
}
.title.center_title.thin_title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
#services-wrap
{
    text-align: center;
    padding: 40px 0;
}
.tc-process-item {
    float: left;
    text-align: center;
    background: #fff;
    border: 2px solid #e2e2e2;
    padding: 20px 12px 12px;
    min-height: 265px;
	margin-top: 10px;
}
#services p
{
font-size:13px;
}
/*.tc-process-item:hover .process-img.skyblue-bg {
	background-color: #21B1C9;

}
.tc-process-item:hover .process-img.red-bg {
 background-color: #EC5451;

}
.tc-process-item:hover .process-img.green-bg {
      background-color: #1BCD9E;

}
.tc-process-item:hover .process-img.orange-bg {
background-color: #F08D3A;
color:#F08D3A;*/
}
/*.skyblue-bg
{
 background-color: #21B1C9;
 color:#21B1C9;
}

.skyblue
{
 color:#21B1C9;
}
.red
{
 color: #EC5451;
}
.orange
{
color:#F08D3A;
}
.green
{
 color: #1BCD8C;
}
.red-bg {
  background-color: #EC5451;
    color: #EC5451;
}
.green-bg {
    background-color:#1BCD8C;
    color: #1BCD8C;
}
.orange-bg
{
background-color: #F08D3A;
color:#F08D3A;
}*/

.process-img {
/*    position: relative;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 170px;
    font-size: 32px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
		background:#e5e5e5;*/
color:#fff !important;*/
    font-size: 40px;
    margin-bottom: -10px;

}
.process-content {
  /*  padding: 35px 20px 0 20px;*/
}

.process-img i {
    font-size: 40px;

}
.process-img .circle {
    width: 45px;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 40px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-width: 5px;
    border-style: solid;
}
.circle {
    color:#fff;
    border-color: #fff;
}
.process-img.skyblue-bg i {
    color: #21B1C9 !important;
}
.process-img.red-bg i {
    color: #EC5451 !important;
}
.process-img.green-bg i {
    color: #1BCD9E !important;
}
.process-img.orange-bg i {
    color: #F08D3A !important;
}
.tc-process-item:hover .process-img {
   /* background: #CE4257 !important;*/
}
.tc-process-item:hover .process-img {
    color: #fff !important;

}
.tc-process-item:hover .circle {
    background: #323232 !important;
    color: #fff;
}
.tc-process-item:hover .circle {
    font-size: 15px;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
   /* background: #BF0D28;*/
}
.nav > li > a
{
padding:7px 15px;
}
#navbar ul.nav li a:hover
{
  background: #fff;
  color:#F13E5A !important;
}
#navbar ul.dropdown-menu li a:hover{
    background: #171616;
    color: #EAEAEA !important;
}
.dropdown-menu {
    background: #ffffff;
    border: 0px solid #e2e2e2 !important;
	z-index:999 !important;
	    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .27);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .27);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .27);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
#slider , #main
{
z-index:11;
}
.dropdown-menu > li > a{
    color: #333 !important;
    font-weight: 400 !important;
}
.aq-block-aq_bloglist_block .title.small_title {
    margin-bottom: 22px;
}
.small_title {
    font-size: 26px;
    margin-bottom: 20px;
    position: relative;
	text-transform: uppercase;
    font-weight: 600;
}
.inner-padding .small_title
{
    font-size: 30px;
}
.small_title:after {
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: #CAC5C6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 11px 0 0;
}
.small_title:before {
/*    content: "";
    display: block;
    float: left;
    line-height: 0;
    padding-right: inherit;
    bottom: 0px;
    position: absolute;
    width: 88px;
    margin-bottom: 0px;
    height: 2px;
    background-color: #C1142E;*/
}
.process-img i {
    font-size: 40px;
   /* line-height: 170px;*/
/*	color:#fff !important; */
}
.seperator_shadow {
    height: 60px;
    margin-bottom: 14px;
}
.process-content h4
{
    text-transform: initial;
    padding: 0;
    font-weight: 700;
    color: #1e1f21;
    margin: 0 0 17px;
    padding-top: 20px;
    letter-spacing: 0;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 16px;
}
.testimonial_content:before {
    content: '';
    display: inline-block;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #EBEEE9;
    border-top-color: #EBEEE9;
    position: absolute;
    bottom: -13px;
    left: 30px;
}
#cta-wrap
{
padding:50px 0;
padding-bottom: 40px;
}
.testimonial_content:after {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F5F5F5;
    position: absolute;
    bottom: -10px;
    left: 31px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], input[type="file"], textarea , select , .wpcf7-select  , .wpcf7-textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
    background: #fff;
    padding: 8px 12px;
    border: 1px solid #cacaca;
    transition: all 0.15s ease 0s;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 7px;
    padding: 12px 30px 13px;
	    margin: 0 0 25px 0;
font-size:13px;
		
}
#cta-wrap label
{
display:block;
font-weight: 400;
}
.wpcf7-select 
{
width:100%;
background:#fff !important; 
}
.wpcf7-textarea
{
height:105px;
width: 100%;
background:#fff !important;
}
.wpcf7-file
{
width:100%;
}
#cta-wrap .col-md-6 .col-md-6  , #cta-wrap .col-md-6 .col-md-12
{
padding-left:0;
}
.wpcf7-form p {
    float: left;
    width: 100%;
}
.btn-default {
    color: #fff;
    border: 0;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.7px;
    border-bottom: 0px solid #525D4D;
    background-color: #e8554e;
    background: -webkit-linear-gradient(top, rgb(216, 47, 72), #BD3247);
    background: -moz-linear-gradient(top, rgb(216, 47, 72), #BD3247);
    background: -o-linear-gradient(top, rgb(216, 47, 72), #BD3247);
    background: linear-gradient(to bottom, rgb(216, 47, 72), #BD3247);
}
.button.colored , .es_textbox_button{
    background-color: #E61233;
/*    background: -webkit-linear-gradient(top, rgb(216, 47, 72), #BD3247);
    background: -moz-linear-gradient(top, rgb(216, 47, 72), #BD3247);
    background: -o-linear-gradient(top, rgb(216, 47, 72), #BD3247);
    background: linear-gradient(to bottom, rgb(216, 47, 72), #BD3247);*/
background-color: #E61233;
    background: #E61233;
    color: #F5F5F5;
    border-color: #E61233;
    float: left;
border: 3px solid #E61233;
}
#footer
{
    margin: 0 auto;
    padding-bottom: 10px;
    background: #f8f8f8 url(../images/pattern.jpg) left top repeat;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    padding: 5px 0;
	    background: #313131 url(../images/video_overlay.png) repeat left top !important;
		    padding-bottom: 25px;
}
#copyright .social {
    /* margin-top: 10px; */
    text-align: right;
    background: none;
}
#copyright .social a.facebook {
    background: url(../images/facebook.png) left bottom no-repeat;
}

#copyright .copyright {
    margin-top: 15px;
    text-align: left;
}
#copyright .social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 0 0 8px;
    vertical-align: middle;
}
div.wpcf7-response-output
{
float:left;
width:100%;
}
input[type="submit"]:hover , .es_textbox_button:hover {
color: #fff;
    background: linear-gradient(to bottom, rgb(253, 23, 58), #8C2030);
    background: transparent;
    border-color: #E61233;
    color: #E61233;
    border: 3px solid;
}
#copyright .social a.twitter {
    background: url(../images/twitter.png) left bottom no-repeat;
}
#copyright .social a.pinterest {
    background: url(../images/pinterest.png) left bottom no-repeat;
}
#copyright .social a:hover {
    background-position: left top;
}
.copyright-wrap
{
/*    border-top: 1px dashed #ddd;*/
    padding: 10px 0
}
#copyright {
    background-color: #f3f3f3;
    background: #4C3F3F;
    border-top: 4px solid #252525;
	text-align:center;
}
a:hover, a:focus {
    color: #C93147 !important;
    text-decoration: underline;
}
.page_title_holder {
  /*  background-color: #f2f2f2;*/
    padding: 55px 0;
    margin-top: 0px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0px;
    background: #f2f2f2 url(../images/world_map.png) center center no-repeat;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    padding-bottom: 0;
	    background-size: 75%;
}
.page_info {
    float: left;
    clear: both;
    background-color: #a3c95c;
	    background-color: #C5253D;
    padding: 9px 16px;
    -webkit-box-shadow: inset 0 1px 21px 1px rgba(21,22,23,0.1);
    -moz-box-shadow: inset 0 1px 21px 1px rgba(21,22,23,0.1);
    box-shadow: inset 0 1px 21px 1px rgba(21,22,23,0.1);
}
.page_title_holder .page_info #post-title{
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: bold;
	padding:0;
}
.page_nav {
    clear: both;
    background-color: #333;
    float: left;
    margin-top: 10px;
    padding: 3px 20px;
}
#article p
{
text-align:justify;
line-height:25px;
    float: left;
	    width: 100%;
}
.imageborder
{
padding: 5px;
    border: 1px solid #e2e2e2;
}
#testimonial_slider_2_wrap
{
min-height:1000px;
}

#testimonial_slider_2_wrap.testimonial_slider__round .testimonial_slideri{
width:100% !important;
    margin-top: 20px;
    float: left;
    margin-bottom: 30px;
}
#testimonial_slider_2_wrap.testimonial_slider__round .testimonial_content
{
float:left;
}
#testimonial_slider_2
{
width:100% !important;
} 
#testimonial_slider_2_nav , #testimonial_slider_2_wrap .sldr_title
{
display:none !important;
}
ul.icons-list
{
list-style-type:none;
margin-left:0;
}
ul.icons-list li
{
    margin-bottom: 15px;
    border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 15px;
}
ul.icons-list i
{
 font-size: 16px;
    margin-right: 7px;
    color: #C5253D;
    line-height: 25px;
    float: left;
    width: 20px;
    text-align: center;

}
.contact label {
    display: block;
    font-weight: 400;
}
#spic-113.owl-carousel .owl-item{
padding: 5px;
    border: 1px solid #e2e2e2;
    overflow: visible;
    border-radius: 3px;
}
#spic-113.owl-carousel 
{
overflow:visible;
}
.product-list
{
overflow:hidden;
float:left;
width:100%;
margin-top:20px;
}
.product-list .col-md-4
{
padding:0;
margin-right:20px;
width:30%;
margin-bottom:20px;
    overflow: hidden;
}
.product-list .projects-item .projects-title
{
background:#f7f7f7;
}
.download_btn
{
    float: right;
    width: 150px;
    margin-top: -75px;
    position: absolute;
    right: 20px;
}
#comments
{
float:left;
display:none;
}
.rtbs>.rtbs_content
{
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 2px #e2e2e2;
background: #fff !important;
}
.page_nav
{
float:right;
}
.careers label
{
display:block !important;
}
.careers  .col-md-8
{
padding-left:0;
margin-bottom:5px;
}
#post-title {
    font-size: 26px;
    margin-left: 0px;
    font-weight: 600;
    padding: 0;
    color: #1e1f21;
}
#article .testimonial_slider__round .testimonial_outer_wrap
{
width:100%;
}
#wpsm_accordion_193 .wpsm_panel-title
{
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
	    font-weight: 600;
}
#wpsm_accordion_193 .wpsm_panel-body
{
    border: 2px solid #e2e2e2 !important;
}
#wpsm_accordion_193
{
font-family: Roboto !important; 
}
#wpsm_accordion_193 .wpsm_panel-body , .wpsm_panel-body p
{
    color: #333 !important;
	    text-align: justify;
font-family: Roboto !important; 
}
#wpsm_accordion_263 .wpsm_panel-title
{
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
	    font-weight: 600;
}
#wpsm_accordion_263 .wpsm_panel-body
{
    border: 2px solid #e2e2e2 !important;
}
#wpsm_accordion_263
{
font-family: Roboto !important; 
}
#wpsm_accordion_263 .wpsm_panel-body , .wpsm_panel-body p
{
    color: #333 !important;
	    text-align: justify;
font-family: Roboto !important; 
}
.service-box > div:first-child {
    padding: 0;
}
.service-icon-left-more .service-icon {
    float: left;
}
.service-icon-left-more .service-content {
    padding-left: 40px;
}
.service-box h4 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
#wpsm_accordion_193 .wpsm_panel-body
{
  line-height: normal;
}
.service-icon i {
    font-size: 25px;
    color: #C5253D;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    line-height: 47px;
}
.page-id-2 #post-title , .page-id-2 #article .col-md-12:first-child p
{
text-align:center;
}
.contact-form .col-md-6 , .contact-form .col-md-12
{
padding-left:0;
}
.download_btn
{
display:none;
}
.careerform
{
    width: 100%;
    float: left;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
}
.careerform .col-md-8 , .careerform .col-md-8 .col-md-12 , .careerform .col-md-8 .col-md-6
{
padding-left:0;
}
.padding0
{
padding:0 !important;
}
.icon-right
{
       position: absolute;
    right: 6px;
    top: 28px;
    padding: 6px;
}
.icon-right img
{
width:70px;
}
.omsc-biginfobox
{
float:left;
width:100%;
    background-image: none !important;
box-shadow:none !important;
}
.omsc-biginfobox .omsc-text-block
{
display:inline-block !important;
    padding: 1em !important;
padding-bottom: 5px !important;
}
.omsc-biginfobox .omsc-button-block
{
display:block !important;
text-align:left;
padding: 1em !important;
  padding-top: 0 !important;
}
.omsc-biginfobox .omsc-text-block-title
{
font-size:125% !important;
}
.omsc-biginfobox .omsc-button-block a
{
font-size:100% !important;
}
.vc_row.overlay_4:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(26, 27, 27, 0.7);
    display: block;
}
#get-in-touch-wrap h2 , #get-in-touch-wrap p
{
color:#fff;
}
.hide_contdiv {
    float: left;
    width: 100%;
    height: 100%;
    padding: 80px 8% 0px 8%;
    background-color: #fff;
    position: absolute;
    visibility: hidden;
    color: #121212;
    text-align: center;
    font-weight: 600;
}
.zoom_img {
    float: left;
    width: 100%;
   /* height: 220px;*/
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.zoom_img h5 {
    float: left;
    width: 100%;
    padding: 14px 0px;
    text-transform: uppercase;
    background-color: #fff;
     font-weight: 600; 
    font-size: 14px;
    letter-spacing: 1px;
}
.projects-item
{
margin-bottom:15px;
}

.zoom_img a 
{
cursor:pointer;
}
.zoom_img a img {
    float: left;
    width: 100%;
    height: 100%;
    line-height: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.zoom_img:hover img {
    opacity: 1;
    width: 110%;
    height: 110%;
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index:1;
}
.zoom_img:hover .hide_contdiv {
    visibility: visible;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	    z-index: 99;
}
#get-in-touch-wrap .sub-title {
    display: block;
    margin-top: 18px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
}
#services-wrap .thin_title:after , #features-wrap .section-title:after {
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: #CAC5C6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 22px auto;
}
.footer-widget-col ul#menu-footer-menu li
{
    width: 50%;
    font-size: 14px;
    line-height: 18px;
 /*   padding: 0 20px;*/
    margin: 0 0 8px;
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    font-weight: 400;
	float:left;
}
#footer .socials ul {
    list-style: none;
    padding: 4px 0 0;
    margin: 0;
    float: left;
}
#footer .socials ul li {
    float: left;
    margin: 0 0 8px 12px;
}
#footer .socials ul li:first-child
{
margin-left:0;
}
.socials ul li a {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    background: #1e1f21;
    text-align: center;
    line-height: 32px;
    color: #f2f2f2;
    font-size: 17px;
    text-decoration: none !important;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
#footer .socials ul li a i {
    line-height: 34px;
	color:#fff;
}
#footer .socials ul li a:before
{
display:none;
}
#footer .socials ul li a.social-facebook:hover {
    background: #3a5897;
}
#footer .socials ul li a.social-twitter:hover {
    background: #00aced;
}
#footer .socials ul li a.social-instagram:hover {
    background: #ac907a;
}
.rpwwt-post-date
{
font-size:12px;
}
.rpwwt-post-date:before
{
content:'\f017';
font-family:Fontawesome;
margin-right:7px;
    transform: translate(0, 0);
    color: #F76A80;
    font-size: 15px;
}
.stm_contacts_widget ul {
    position: relative;
    list-style: none;
    padding: 0;
margin: 21px 0 20px;
    float: left;
    width: 100%;
}
.stm_contacts_widget.style_2 ul li {
    float: left;
    width: 100%;
}
.stm_contacts_widget.style_2 ul li .icon {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 39px;
    background: #E61233;
    text-align: center;
    line-height: 39px;
    color: #fff;
    font-size: 20px;
	    margin: 0 15px 0 0;
}
.stm_contacts_widget.style_2 ul li .text {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    color: #251021;
}
.stm_contacts_widget ul li {
    color: #fff;
    padding: 0;
    margin: 0 0 13px;
    line-height: 22px;
}
b, strong {
    font-weight: 600 !important;
}
#cta-wrap .col-md-6
{
padding:0;
}
#cta-wrap form .col-md-6
{
padding-left:0;
    padding-right: 15px;
}
.base_bg_color {
    background-color: #e2e2e2;
}
#cta-wrap .inner-padding
{
padding:30px 40px;
    float: left;
    width: 100%;
}
.tp-simpleresponsive >ul li .defaultimg:after
{
    position: absolute;
    content: '';
    top: 0;
    background-color: rgba(189, 5, 33, 0.156863);
    z-index: 99;
    height: 100%;
    width: 100%;
}
.fullwidthbanner-container
{
width:100% !important;
}
.form-control:active, .form-control:focus, .wpcf7-form-control:active, .wpcf7-form-control:focus, .input-group .form-control:active, .input-group .form-control:focus, body .woocommerce-cart table.cart td.actions .coupon .input-text:active, body .woocommerce-cart table.cart td.actions .coupon .input-text:focus, .woocommerce form .form-row input.input-text:active, .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:active, .woocommerce form .form-row textarea:focus, .post-password-form input[type="password"]:active, .post-password-form input[type="password"]:focus {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 2px #FF2144;
    -moz-box-shadow: 0 0 0 2px #FF2144;
    box-shadow: 0 0 0 2px #FF2144;
    outline: 0;
}
::-webkit-input-placeholder { /* Chrome */
  color: #222;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
::-moz-placeholder { /* Firefox 19+ */
  color : #222;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #222;
  opacity: 1;
}
.stm_contacts_widget a , .wpb_text_column a
{
    color: #E61233;
}
input[type="submit"]:after
{
content:'\f054';
font-family:Fontawesome;
margin-left:7px;
}
#recent-posts-widget-with-thumbnails-2 ul li a:before
{
display:none;
}
.es_caption {
    padding-bottom: 5px;
    padding-top: 10px !important;
    padding-right: 5px;
    float: left;
    font-size: 13px !important;
}
.product-list .zoom_img h5
{
    text-align: Center;
    padding: 0;
	background:#f7f7f7;
	    margin-bottom: 0;
}
.job_filters, .job-type  {
    display: none !important;
}
.single_job_listing .application
{
    overflow: visible !important;
    float: left;
    width: 100%;
}
 .single_job_listing .application .application_details
 {
     width: 100%;
	 padding:20px !important;
 }
 #footer .socials ul li a.social-linkedin:hover {
    background: #0077B5;
}
.fabric-img{
    padding: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}
.cat-item-1:before{
    content: '\f054';
    font-family: Fontawesome;
    margin-right: 7px;
    font-size: 10px;
}
div.nextend-accordion-menu-inner dl.level1 dt.opening span.inner span,
div.nextend-accordion-menu-inner dl.level1 dt.opening span.inner span span,
div.nextend-accordion-menu-inner dl.level1 dt.opening a,
div.nextend-accordion-menu-inner dl.level1 dt.opening a span,
div.nextend-accordion-menu-inner dl.level1 dt.opened span.inner span,
div.nextend-accordion-menu-inner dl.level1 dt.opened span.inner span span,
div.nextend-accordion-menu-inner dl.level1 dt.opened a,
div.nextend-accordion-menu-inner dl.level1 dt.opened a span,
div.nextend-accordion-menu-inner dl.level1 dt.active span.inner span,
div.nextend-accordion-menu-inner dl.level1 dt.active span.inner span span,
div.nextend-accordion-menu-inner dl.level1 dt.active a,
div.nextend-accordion-menu-inner dl.level1 dt.active a span {
  color: #C93147 !important;font-size:14px !important;text-shadow: none;line-height: 30px !important;font-weight: normal;font-style: normal;text-decoration: none;text-align: left; font-family:Roboto !important;
}
div.nextend-accordion-menu-inner dl.level1 dt:HOVER span.inner span,
div.nextend-accordion-menu-inner dl.level1 dt:HOVER span.inner span span,
div.nextend-accordion-menu-inner dl.level1 dt:HOVER a,
div.nextend-accordion-menu-inner dl.level1 dt:HOVER a span {
  color: #C93147 !important;;font-size:14px !important;text-shadow: none;line-height:30px !important;font-weight: normal;font-style: normal;text-decoration: none;text-align: left; font-family:Roboto !important;
}
div.nextend-accordion-menu-inner dl.level2 dt a,
div.nextend-accordion-menu-inner dl.level2 dt a span {
  color: #333333;font-size:14px!important;text-shadow: none;line-height:30px !important;font-weight: normal;font-style: normal;text-decoration: none;text-align: left; font-family:Roboto !important;
}
div.nextend-accordion-menu-inner dl.level1 dt a,
div.nextend-accordion-menu-inner dl.level1 dt a span {
  color: #333333;font-size:14px!important;text-shadow: none;line-height:30px !important;font-weight: normal;font-style: normal;text-decoration: none;text-align: left; font-family:Roboto !important;
}
div.nextend-accordion-menu-inner dl dt.active {
  background:#EDEDED;
  box-shadow: inset 0 0 15px #ccc;
}
div.nextend-accordion-menu-inner dl.level2 dt span {
    color: #333333;font-size:14px!important;text-shadow: none;line-height:30px !important;font-weight: normal;font-style: normal;text-decoration: none;text-align: left; font-family:Roboto !important;
}
div.nextend-accordion-menu-inner dl.level2 dt .inner {
  background: none repeat 0 0;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 1px 0px 0px 0px;
  
}
div.nextend-accordion-menu-inner dl.level2 dt .inner a:before {
    content: '\f101';
    font-family: Fontawesome;
    margin-right: 7px;
    font-size: 10px;
}
div.nextend-accordion-menu-inner dl.level1 .outer{
   padding:0 0 0 3px !important;
}

