/*
Theme Name: venus
Author: Pranab
Version:2.0
Tags: blue, gray, green, orange, pink, purple, red, white, yellow, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, responsive-layout, custom-colors, custom-menu, full-width-template, theme-options, translation-ready

/*-----------------------------------------------------------------*/
/* 01. CSS RESET
/*-----------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html { 
	margin: 0;
	padding: 0;
	min-height: 100%;
}

img {
	max-width: 100%;
	height:auto;
	width: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

input[type="text"],input[type="password"],input[type="email"],input[type="tel"], textarea, select {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
}


/*-----------------------------------------------------------------*/
/* 02. Global styles
/*-----------------------------------------------------------------*/
body{
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #545454;
	background: #ffffff;
}

a{
	color: #2caee2;
	text-decoration: none;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

a:hover{
	color: #545454;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

p{
	margin-bottom: 24px;
}

hr{
	display: block;
	height: 1px;
	background-color: #dddddd;
	border-color: #dddddd; 
	border: 0;
	padding: 0;
	margin-bottom: 26px;
}

section{
	padding: 75px 0 40px 0;
}

ul,
ol{
	margin-left: 20px;
}

h1, h2, h3{
	font-family: 'Work Sans', sans-serif;
	color: #545454;
	margin-bottom: 13px;
}
h4, h5, h6{
	font-family: 'Work Sans', sans-serif;
	color: #545454;
	margin-bottom: 13px;
}

h1{
	font-family: 'Work Sans', sans-serif;
	font-size:55px;
	line-height:40px;
	color:#313841;
	font-weight:600;
	margin-bottom:10px;
	text-transform:uppercase
}

h2{
	font-size: 36px;
	line-height: 36px;
	font-weight: 500;
}

h3{
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
}

h4{
	font-size: 23px;
	line-height: 23px;
	font-weight: 300;
}

h5{
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
}

h6{
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
}

h2.title_alternative_style{
	text-transform: uppercase;
	text-align: left;
	padding-left: 80px;
	position: relative;
}

h2.title_alternative_style:before{
	content: "";
	display: block;
	height: 2px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #2caee2;
}

h3.title_alternative_style{
	text-transform: uppercase;
	text-align: left;
	padding-left: 65px;
	position: relative;
}

h3.title_alternative_style:before{
	content: "";
	display: block;
	height: 2px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #2caee2;
}

.section_gray_body .dnd_section_content{
	background: #f4f4f4;
	padding: 55px 0;
}

.section_body_fullwidth .dnd_section_content .dnd_container{
	width: 100%;
}

input,select,textarea{
	border: 1px solid #d9d9d9;
	font-family: 'Work Sans', sans-serif;
	color: #545454;
	font-size: 14px !important;
	line-height: 26px;
	background: #fafcfc;
}

input,
select{
	padding: 8px 0 8px 20px;
	margin-bottom: 12px;
}

textarea{
	padding: 7px 15px;
	margin-bottom: 36px;
}

button,
input[type="submit"] {
	padding: 10px 20px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #2caee2;
	background: #2caee2;
	color: #fff;
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 20px;
	font-weight: 300;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

button:hover,
input[type="submit"]:hover{
	background: #115c6f;
}

mark{
	background: none;
	color: #545454;
	font-weight: 600;
}




.selectboxit-container {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
}

.selectboxit-container * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline: none;
	white-space: nowrap;
}

.selectboxit-container .selectboxit {
	cursor: pointer;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.selectboxit-container span{
	height: 26px; 
	line-height: 26px; 
	display: block;
}

.selectboxit-text{
	max-width: none !important;
}

.selectboxit-container .selectboxit-options a {
	height: 30px; 
	line-height: 30px; 
	display: block;
	max-width:none !important;
}

.selectboxit-container .selectboxit:focus {
	outline: 0;
}

.selectboxit.selectboxit-disabled, 
.selectboxit-options .selectboxit-disabled {
	opacity: 0.65;
	filter: alpha(opacity=65);
	cursor: default;
}

.selectboxit .selectboxit-option-icon-container {
	margin-left: 2px;
}

.selectboxit-container .selectboxit-options {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 100%;	
	*width: 100%;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	cursor: pointer;
	display: none;
	z-index: 9999999999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
}

.selectboxit-option .selectboxit-option-anchor{
	padding: 0 20px;
	font-size: 16px;
	margin-bottom: 2px;
}

.selectboxit-option .selectboxit-option-anchor:hover {
	text-decoration: none;
}

.selectboxit-option, .selectboxit-optgroup-header {
	margin: 0;
	list-style-type: none;
}

.selectboxit-option-first {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.selectboxit-optgroup-header + .selectboxit-option-first {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.selectboxit-option-last {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.selectboxit-optgroup-header:hover {
	cursor: default;
}

.selectboxit-arrow-container {
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	margin: -2px auto 0 auto;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
	top: 30%;
}

.selectboxit-option-icon-container {
	float: left;
}

.selectboxit-container .selectboxit-option-icon {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.selectboxit-option-icon-url {
	width: 18px;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	height: 100%;
	background-position: center;
	float: left;
}

.selectboxit-rendering {
	display: inline-block !important;
	*display: inline !important;
	zoom: 1 !important;
	visibility: visible !important;
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}


.selectboxit-btn {
	width: auto !important;
	padding-right: 30px !important;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
	text-decoration: none;
	background-position: 0 -15px;
}

.selectboxit-default-arrow {
	width: 0;
	height: 0;
	border-top: 6px solid #a9a9a9;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.selectboxit-list {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
}

.selectboxit-list .selectboxit-option-anchor {
	color: #545454;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	color: #ffffff;
	background-color: #2caee2;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
	color: #999999;
}

select.select_box_it{
	display: none;
}

.placeholder{
	color: #929292;
}

strong,
.strong{
	font-weight: 600;
}

.underlined{
	display: inline-block;
	background: url("images/underlined_bg.png") bottom repeat-x;
}

.italic{
	font-style: italic;
}

.highlighted,
.search-highlight{
	background: #f1eb3c;
	display: inline-block;
	padding: 0 3px;
}

.alignleft{
	float: left;
	margin-right: 30px;
}

.alignright{
	float: right;
	margin-left: 30px;
}

.color_highlight{
	color: #2caee2;
}

.bold{
	font-weight: 700;
}

.dnd_dropcap{
	position: relative;
	top: 6px;
	background: #2caee2;
}

.tipsy{
	font-size: 14px;
	margin-top: -3px;
}

.section_color_background{
	background: #2caee2;
	margin-bottom: 0;
}

.leading_line{
	margin-bottom: 80px !important;
}

.leading_line:after{
	content: "";
	display: block;
	position: relative;
	bottom: -40px;
	width: 70px;
	height: 5px;
	background: #2caee2;
}

.center_aligned.leading_line:after{
	left: 50%;
	margin-left: -35px;
}

.right_aligned.leading_line:after{
	left: 100%;
	margin-left: -70px;
}

.last_child{
	margin-right: 0 !important;
}

.content_with_right_sidebar{
}

.content_with_left_sidebar{
	float:right !important;
}

.span12.content_with_right_sidebar{
	padding-right: 0;
}

.left_aligned{
	text-align: left;
}

.right_aligned{
	text-align: right;
}

.center_aligned,
.aligncenter{
	text-align: center;
}

.no_padding_bottom{
	padding-bottom: 0;
}

.no_padding_top{
	padding-top: 0;
}

.border_top_bottom{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.wp-caption.aligncenter{
	width: 100% !important;
}

.margin_bottom{
	margin-bottom: 40px;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

table {
	line-height: 2;
	margin: 0 0 40px;
	width: 100%;
}

th{
	font-weight: 700;
}


div.pp_overlay{
	background: #fff;
	opacity: 0.6 !important;
}

.pp_gallery{
	display: none !important;
}

div.pp_woocommerce div.ppt{
	visibility: hidden !important;
}

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignright{}
.alignleft{}
.aligncenter{}

/*-------- 02.a. Inner columns --------*/
.container,
.dnd_container{
	width: 1170px;
	margin: 0 auto;
}
.content .dnd_container,
.content_with_right_sidebar .dnd_container,
.content_with_left_sidebar .dnd_container,
#content_with_right_sidebar .dnd_container,
#content_with_left_sidebar .dnd_container{
	width: 100%;
}


.content_with_right_sidebar .dnd_section_DD,
.content_with_left_sidebar .dnd_section_DD{
	padding: 0;
}

.row{
	width: 100%;
}

.row:before,
.row:after{
	display: table;
	line-height: 0;
	content: "";
}

.row:after{
	clear: both;
}

.row > [class*="span"]{
	display: block;
	float: left;
	width: 100%;
	min-height: 20px;
	margin-left: 2.564102564102564%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.row > [class*="span"]:first-child{
	margin-left: 0;
}

.row .span12{width: 100%;}
.row .span11{width: 91.45299145299145%;}
.row .span10{width: 82.90598290598291%;}
.row .span9 {width: 74.35897435897436%;}
.row .span8 {width: 65.81196581196581%;}
.row .span7 {width: 57.26495726495726%;}
.row .span6 {width: 48.71794871794872%;}
.row .span5 {width: 40.17094017094017%;}
.row .span4 {width: 31.62393162393162%;}
.row .span3 {width: 23.07692307692308%;}
.row .span2 {width: 14.52991452991453%;}
.row .span1 {width: 5.982905982905983%;}

.half,
.third,
.fourth,
.fifth{
	float: left;
}

.alpha{
	margin-left: 0 !important;
}

.half{width: 50%;}
.third{width: 33.33333%;}
.fourth{width: 25%;}
.fifth{width: 20%;}

.left{
	float: left !important;
}

.right{
	float: right !important;
}

.no_margin{
	margin: 0;
}

.no_padding{
	padding: 0;
}

.bottom_margin{
	margin-bottom: 40px;
}

.border_top{
	border-top: 1px solid #ddd;
}

.border_bottom{
	border-bottom: 1px solid #ddd;
}

.border_left{
	border-left: 1px solid #ddd;
}

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

.wp-caption{
	max-width: 100% !important;
}

/*-------- 02.b. Clearfix --------*/
.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}


/*-----------------------------------------------------------------*/
/* 03. Header
/*-----------------------------------------------------------------*/

#logo{
	float: left;
	margin: 20px 0;
}

#venus_main_header_bar{
	width: 100%;
	min-height: 100px;
	background: none;
	padding: 0px;
}

#venus_main_slider{
	padding: 0;
	position: relative;
	height: 591px;
	background: #f3f3f0;
	border-bottom: 1px solid #dddddd;
}




/*-------- 03.a. Main menu --------*/
#PBdev_menu_toggle{
	display: none;
	cursor: pointer;
}

#venus_main_menu_bar{
	background: none !important;
}
#venus_main_menu li.current_page_item a {
	color:#F26722;
}
#venus_main_menu{
	float: right;
    list-style: outside none none;
    margin: 30px 0 0;
    position: relative;
}

#venus_main_menu > li{
	float: left;
}

#venus_main_menu > li > a{
	color: #625f5f;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 44px;
    margin-left: 25px;
    margin-right: 25px;
    text-transform: uppercase;
}

#venus_main_menu ul{
	display: none;
	list-style: none;
	position: absolute;
	border: 3px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	margin: 7px 0 0 0;
	padding-top: 9px;
	min-width: 280px;
	z-index: 9999;
}

#venus_main_menu > li > ul:before{
	content: "";
	display: block;
	position: absolute;
	width:228px;
	height: 13px;
	top: -13px;
	left: 0;
	z-index: 9999;
	background: url(images/submenu_pin_top.png) 18px 3px no-repeat;
}

#venus_main_menu li:hover > ul,
#venus_main_menu li.sfHover > ul{
	display: block;
}

#venus_main_menu ul li{
	position: relative;
	margin-bottom: 9px;
}
#venus_main_menu ul li .navi .menu-item a{ 
font-size:12px;
padding-left:10px;
text-transform:uppercase;
}
#venus_main_menu ul li a{
	display: inline-block;
	width: 100%;
	color: #545454;
	padding: 0px 0px 0px 20px;
	line-height: 34px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}


#venus_main_menu ul li:hover,
#venus_main_menu ul li:hover > a{
	color: #fff;
}

#venus_main_menu ul li a:hover{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	color: #fff;
}

#venus_main_menu ul ul{
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 10px;
	margin-top: 0;
}

#venus_main_menu ul ul:before{
	position: absolute;
	content: "";
	top: 0;
	left: -10px;
	width: 10px;
	height: 100px;
	background: url(images/submenu_pin_right.png) 0px 9px no-repeat;
}

#venus_main_menu ul ul.sf-menu-left{
	margin-left: -16px;
}					

#venus_main_menu ul ul.sf-menu-left:before{
	left: auto;
	right: -10px;
	background: url(images/submenu_pin_left.png) right 9px no-repeat;
}					

.sf-arrows .sf-with-ul:after{
	content:"\f488";
	font-family:'WebHostingHub-Glyphs';
	color: #aaa;
	margin-left: 5px;
	float:right;
	position: relative;
	top: 2px;
}

.sf-arrows ul .sf-with-ul:after{
	content:"\f105";
	top: 0;
}

.sf-arrows ul li:hover .sf-with-ul:after{
	color: #fff;
}

.sf-arrows > li:hover > .sf-with-ul:after{
	color: #d84949;
}

.sf-arrows .current_menu_ancestor .sf-with-ul:after{
	color: #333;
}

#venus_menu_search{
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 9px;
}

#venus_menu_search a{
	color: #f7f7f7;
}

#venus_menu_search i{
	float: left;
	position: relative;
	top: 2px;
	font-size: 14px;
}

#venus_menu_search ::-webkit-input-placeholder{
	color: #f7f7f7;
	font-style: italic;
	line-height: normal;
}

#venus_menu_search :-moz-placeholder{
	color: #f7f7f7;
	font-style: italic;
	line-height: normal;
}

#venus_menu_search ::-moz-placeholder{
	color: #f7f7f7;
	font-style: italic;
	line-height: normal;
}

#venus_menu_search :-ms-input-placeholder{
	color: #f7f7f7;
	font-style: italic;
	line-height: normal;
}

#venus_menu_search input{
	-webkit-appearance:none;
	width: 170px;
	color: #f7f7f7;
	font-style: italic;
	border: none;
	background: url(images/menu_search_bg.png) bottom left no-repeat;
	outline: 0;
	margin-bottom: 0;
	padding: 0 0 1px 6px;
	line-height: normal;
}



/*-----------------------------------------------------------------*/
/* 04. Slider place
/*-----------------------------------------------------------------*/
#frontpage_slider{
	padding: 0;
	margin: 0;
}

.tp-leftarrow.default,
.tp-rightarrow.default {
	background: #fff;
	width: 42px;
	height: 46px;
	text-align: center;
	border: 1px solid #ddd;
}

.tp-leftarrow.default{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-left: none;
	padding-right: 2px;
}

.tp-rightarrow.default {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right: none;
	padding-left: 2px;
}

.tp-leftarrow.default:before,
.tp-rightarrow.default:before {
	font-family:'WebHostingHub-Glyphs';
	display: block;
	color: #2caee2;
	content:'\f489';
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	width: 100%;
	height: 100%;
	position: relative;
}

.tp-rightarrow.default:before {
	content:'\f488';
}

.tp-leftarrow.default:hover:before,
.tp-rightarrow.default:hover:before {
	color: #545454 !important;
}

.tp-bullets.simplebullets.round .bullet{	
	background:#fff;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 7px;
	border: 1px solid #ddd;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected{	
	border: 1px solid #2caee2;
	background-color:#2caee2;
}

.Venus-overlay > a{
	border: 1px solid #dddddd !important;
	position: relative;
	display: inline-block;
}

.Venus-overlay > a:hover:after{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.35);
}

/*-------- 05.u. Videos --------*/
.videoWrapper-youtube{
	position:relative;
	padding-bottom:56.25%;
	padding-top:0px;
	height:0;
	overflow:hidden;
}

.videoWrapper-youtube iframe,
.videoWrapper-youtube object,
.videoWrapper-youtube embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.videoWrapper-vimeo{
	position:relative;
	padding-bottom:53%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.videoWrapper-vimeo iframe,
.videoWrapper-vimeo object,
.videoWrapper-vimeo embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/*-----------------------------------------------------------------*/
/* 06. Layout elements
/*-----------------------------------------------------------------*/
#venus_main_section{
	padding: 0;
	margin: 0;
}

#venus_main_section.with_right_sidebar{
	background: url(images/bg-rs-1170.png) 50% 0px repeat-y;
}

#venus_main_section.with_left_sidebar{
	background: url(images/bg-ls-1170.png) 50% 0px repeat-y;
}

#content_with_right_sidebar,
#content_with_left_sidebar,
aside.sidebar_right,
aside.sidebar_left{
	padding-top: 60px;
	padding-bottom: 30px;
}

aside.sidebar_right{
	padding-left: 30px;
	background: #efefef;
}

aside.sidebar_left{
	padding-right: 30px;
	background: #efefef;
}

/*-----------------------------------------------------------------*/
/* 06. Blog
/*-----------------------------------------------------------------*/
.sidebar_left{
	margin-left: 0 !important;
}

/*-------- 06.b. Blog Posts --------*/
#venus_archive_header,
#venus_single_post_header{
	background: #fff;
	border: 1px solid #ddd;
	padding: 7px 20px 5px 20px;
	font-size: 14px;
	margin-bottom: 40px;
}

#venus_archive_header select{
	background: none;
	border: none;
	outline: none;
	width: auto;
	margin: 0 0 0 15px;
	padding: 0;
}

#venus_archive_header .rss_url{
	float: right;
	color: #545454;
}

#venus_archive_header .rss_url i{
	margin-left: 10px;
	top: 1px;
	position: relative;
}

#venus_single_post_header p{
	display: inline-block;
	margin-bottom: 0;
}

#venus_single_post_header a{
	color: #545454;
}

#venus_single_post_header a:hover{
	color: #2caee2;
}

.post{
	background: url(images/product_bg.png) bottom right no-repeat;
}

.post_content{
	position: relative;
	min-height: 200px;
	padding-bottom: 35px;
}

.post_wrapper{
	margin-bottom: 40px;
}

.post_content p:last-child{
	margin-bottom: 0;
}

.post_content .post_main{
	position: relative;
}

.blog_category_index,
#single_post_content{
	padding-top: 60px;
}

.blog_category_index .post_main,
#single_post_content .post_main{
	margin-left: 140px;
}

.post_content .post_main > img,
.post_content .post_main > .videoWrapper-vimeo,
.post_content .post_main > .videoWrapper-youtube{
	margin-bottom: 32px;
}

.post_content .post_main .wp-post-image{
	border: 1px solid #ddd;
	margin-bottom: 32px;
}

.post_content .post_main > iframe{
	margin-bottom: 25px;
}


.post_content .post_main h3{
	text-transform: uppercase;
	padding-left: 80px;
	position: relative;
	margin-top: 2px;
	margin-bottom: 29px;
	line-height: 34px;
}

.post_content .post_main h3:before{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #2caee2;
	position: absolute;
	left: 0;
	top: 50%;
}

.post_content .post_main h3 a{
	color: #545454;
}

.post_content .post_main h3 a:hover{
	color: #2caee2;
}

.post_content .post_badges{
	float: left;
	width: 100px;
	text-align: center;
	color: #545454;
}

.post_content .post_badges .post_date{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}

.post_content .post_badges .post_date span{
	font-size: 50px;
	line-height: 50px;
	display: block;
	margin-bottom: 7px;
}

.post_meta_tags{
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 33px;
}

.post_meta_share a{
	display: inline-block;
	padding: 1px 9px 2px 9px;
	background: #fff;
	color: #545454;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	margin-bottom: 41px;
}

.post_meta_share i{
	margin-right: 10px;
	position: relative;
	top: 1px;
}

.post_meta_share .post_share_facebook:hover{background: #3B5998;color: #fff;}
.post_meta_share .post_share_twitter:hover{background: #4099FF;color: #fff;}
.post_meta_share .post_share_googleplus:hover{background: #d34836;color: #fff;}



.post_excerpt{
	line-height: 38px;
	margin-top: -4px;
}

.sticky{
	background: #f2f2f2;
	margin-bottom: 40px;
	padding: 40px 20px 0 20px;
}

/*-------- 06.c. Post Comments --------*/


#comments-title,
#reply-title{
	font-size: 28px;
	text-transform: uppercase;
	padding-left: 80px;
	position: relative;
	margin-bottom: 37px;
}

#comments-title:before,
#reply-title:before{
	display: block;
	content: "";
	width: 40px;
	height: 2px;
	background: #2caee2;
	position: absolute;
	left: 0;
	top: 50%;
}

#comments_section{
	padding-top: 40px;
}

#comments_section ul,
#comments_section ol{
	list-style: none;
	margin-left: 0;
}

.comment p{
	margin-bottom: 0;
}

.inner_comment {
	position: relative;
	padding-left: 100px;
	padding-bottom: 34px;
	margin-bottom: 40px;
	min-height: 110px;
	background: url(images/product_bg.png) bottom right no-repeat;
}

.comment .children{
	padding-left: 100px;
}

.children .comment{
	background: none;
	padding-bottom: 0;
}

.comment .avatar{
	position: absolute;
	top: 0px;
	left: 0;
}

.comment .comment-author{
	font-size: 16px;
	font-weight: 700;
}

.comment time{
	font-size: 13px;
	font-style: italic;
	color: #9f9f9f;
	float: right;
}

.inner_comment .reply,
.inner_comment .edit-link{
	visibility: hidden;
	margin-left: 15px;
}

.inner_comment:hover > .reply,
.inner_comment:hover > .edit-link{
	visibility: visible;
}

.comment .reply,
.comment .edit-link,
.comment .reply a,
.comment .edit-link a{
	color: #2caee2;
}

.comment .reply a:hover,
.comment .edit-link a:hover{
	color: #545454;
}

#respond{
	padding-top: 34px;
}

#respond #comment{
	margin-bottom: 7px;
}

#respond .comment_fields_left{
	width: 42%;
	float: left;
}

#respond .comment_fields_left input{
	font-size: 14px;
}

#respond .comment-form-comment{
	margin-bottom: 0;
	width: 54%;
	float: right;
}

#respond .comment-form-comment textarea{
	height: 128px;
}

.logged-in #respond .comment-form-comment{
	width: 100%;
	float: none;
}

#respond .form-submit{
	float: right;
	clear: right;
}

#respond #comment-submit{
	-webkit-appearance: none;
	outline: none;
	background: none;
	margin: 0;
	color: #2caee2;
	border: 3px solid #2caee2;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 36px;
}

#respond #comment-submit:hover{
	background: #2caee2;
	color: #fff;
}


/*-------- 06.d. Post Pagination --------*/
#single_post_pagination {
	position: relative;
	margin-top: 90px;
}

#single_post_pagination .prev,
#single_post_pagination .next{
	position: absolute;
	top: 0;
	padding: 0;
	display: inline-block;
}

#single_post_pagination .prev a,
#single_post_pagination .next a{
	color: #fff;
	background: #2caee2;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 12px 16px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#single_post_pagination .prev{
	left: 0;
}

#single_post_pagination .next{
	right: 0;
}



#blog_pagination{
	text-align: right;
	margin-bottom: 73px;
}

#blog_pagination .page-numbers,
#blog_pagination .page-numbers-label{
	color: #545454;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	display: inline-block;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}

#blog_pagination i{
	font-size: 8px;
	line-height: 8px;
	margin: 0 5px;
	position: relative;
	top: -1px;
}

#blog_pagination .page-numbers:hover,
#blog_pagination .page-numbers.current{
	border-bottom: 1px solid #545454;
}


#inner_post_pagination span{
	color: #fff;
	background: #545454;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	display: inline-block;
	padding: 15px 12px 16px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:30px;
}

#inner_post_pagination a span{
	background: #2caee2;
}



/*-----------------------------------------------------------------*/
/* 07. Contact Form 7
/*-----------------------------------------------------------------*/
.wpcf7 input{
	margin-top: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
	border: 1px solid #d9d9d9;
	margin: 0 0 30px 0;
}

.wpcf7 textarea{
	height: 175px;
	margin: 0 0 30px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
}

.wpcf7-submit{
	-webkit-appearance: none;
	cursor: pointer;
	transition: background 180ms ease-in, color 180ms ease-in, border-color 180ms ease-in;
	-webkit-transition: background 180ms ease-in, color 180ms ease-in, border-color 180ms ease-in;
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
	border: none !important;
	background: #2caee2;
	color: #fff;
	padding: 15px 30px !important;
	margin-right: 10px;
	margin-bottom: 20px;
	line-height: 20px !important;
	font-size: 20px;
	font-weight: 300;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wpcf7-submit:hover{
	background: #545454 !important;
	transition: background 180ms, color 180ms, border-color 180ms;
	-webkit-transition: background 180ms, color 180ms, border-color 180ms;
}

.wpcf7-response-output{
	margin-top: 20px;
}

.wpcf7-not-valid-tip{
	width: auto !important;
	border: none !important;
	color: #fff !important;
	padding: 4px 8px !important;
	background: #858585 !important;
}

.wpcf7-validation-errors{
	margin-bottom: 40px !important;
	padding: 19px !important;
	background: #ffe9e9 !important;
	color: #d04544 !important;
	border: none !important;
	margin: 20px 0 40px 0 !important;
}

#venus_contact_form_submit{
	-webkit-appearance: none;
	width: 100%;
	background: #2caee2 !important;
	height: 55px;
	margin-top: 0;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

div.wpcf7 img.ajax-loader {
	top: -20px;
	position: relative;
	left: 50%;
	margin-left: -8px;
}


/*-----------------------------------------------------------------*/
/* 08. Widgets
/*-----------------------------------------------------------------*/


.widget input{
	margin-bottom: 0;
}

aside .widget{
	margin-bottom: 70px;
}

.sidebar-widget-heading h3{
	font-weight: 300;
	font-size: 23px;
	color: #545454;
	padding-left: 50px;
	position: relative;
	margin-bottom: 28px;
}

.sidebar-widget-heading h3:before{
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	background: #2caee2;
	position: absolute;
	left: 0;
	margin-top: 2px;
	top: 50%;
}

aside .widget a{
	color: #545454;
}

aside .widget a:hover{
	color: #dd8452;
}

.widget ul{
	list-style: none;
	margin-left: 0;
}

.widget ul li{
	position: relative;
}

/*-------- 08.a. Search --------*/	
.widget_search form{
	position: relative;
}

.widget_search a{
	cursor: pointer;
}

.widget_search i{
	color: #858585;
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 12px;
}

.widget_search input{
	padding: 10px 20px;
	font-size: 13px;
	height: 35px;
}

.search_results_content_item{
	padding-left: 41px;
	position: relative;
}

.search_resuls_number{
	font-size: 19px;
	font-weight: 300;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 19px;
}

.search_results_content_item h4{
	margin-bottom: 12px;
}

#search_results_sum_title{
	margin-bottom: 50px;
}

/*-------- 08.b. Categories --------*/	
.widget_pages li,
.widget_recent_entries li,
.widget_archive li,
.widget_nav_menu li,
.widget_meta li,
.widget_rss li,
.widget_categories li{
	position: relative;
	margin-bottom: 19px;
}

.widget_nav_menu li.menu-item-has-children{
	padding-bottom: 0;
}

.widget_nav_menu li ul{
	margin-top: 7px;
	margin-bottom: 0;
}

.widget_nav_menu li ul li{
	padding-left: 20px;
}

.widget_rss .rsswidget{
	color: #545454;
	font-size: 18px;
}

.widget_rss .rss-date{
	display: block;
}
.widget_rss .rssSummary{
	font-size: 13px;
}

/*-------- 08.b. Tag Cloud --------*/	
.tagcloud a{
	border: 1px solid #e6ebed;
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 5px 11px 6px 11px;
	float: left;
	color: #939fa6;
	font-size: 13px !important;
	line-height: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tagcloud a:hover{
	background: #2caee2;
	color: #fff !important;
}

.tagcloud:after{
	display: block;
	clear: both;
	content: "";
	height: 0;
}

#venus_main_footer .tagcloud a{
	border: 1px solid #5f5f5e;
}

#venus_main_footer .tagcloud a:hover{
	color: #434342;
	border-color: #929292;
}

/*-------- 08.c. Flickr stream --------*/	
.flickr_stream a{
	float: left;
	margin: 3px 20px 17px 0;
	display: inline-block;
	position: relative;
	border: 1px solid #dddddd;
}

aside.sidebar .flickr_stream a{
	margin: 0 20px 20px 0;
}

.flickr_stream a:nth-child(3n+0){
	margin-right: 0;
}

aside.sidebar .flickr_stream a:nth-child(3n+0){
	margin-right: 10px;
}

aside.sidebar .flickr_stream a:nth-child(4n+0){
	margin-right: 0;
}

.flickr_stream a:hover:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}

.flickr_stream img{
	width: 70px;
	height: 70px;
}

aside.sidebar .flickr_stream img{
	width: 82px;
	height: 82px;
}


/*-------- 09.a. Recent Posts Widget Extended Widget --------*/
.rpwe-block li{
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	position: relative;
	padding-left: 60px;
	min-height: 50px;
	margin-bottom: 26px !important;
}

.rpwe-thumb {
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.rpwe-title{
	margin-bottom: 0 !important;
	font-size: 13px !important;
	line-height: 20px;
	color: #939fa6;
	font-weight: normal;
}

.rpwe-time{
	font-size: 12px;
	color: #69757b;
}

/*-------- 09.a. Contact Info Widget --------*/
.contact_info_widget p{
	padding-left: 47px;
	position: relative;
	margin-bottom: 21px;
}

.contact_info_widget i{
	position: absolute;
	left: 0;
	top: -3px;
	display: inline-block;
	background: #242e35;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


/*-------- 09.a. Contact Page - Contact Info --------*/
.contact_page_info{
	position: relative;
	margin-bottom: 19px;
	padding-left: 47px;
}

.contact_page_info span{
	position: absolute;
	left: 0;
	display: inline-block;
	background: #242e35;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.contact_page_info i{
	position: relative;
	top: -2px;
}

/*-----------------------------------------------------------------*/
/* 09. Pages
/*-----------------------------------------------------------------*/

/*-------- 09.a. 404 page --------*/
#page404{
	text-align: center;
	margin-bottom: 76px;
}

#page404 .big_404{
	font-size: 410px;
	line-height: 410px;
	font-weight: 300;
	color: #2caee2;
}



/*-----------------------------------------------------------------*/
/* 10. Footer
/*-----------------------------------------------------------------*/
#venus_main_footer{
	color: #dddddd;
	background: #313842;
	border-top: 10px solid #dd8452;
	line-height: 20px;
	text-align:center;	
}

#venus_main_footer h3{
	color: #f7f7f7;
	font-size: 23px;
	line-height: 23px;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	padding-left: 50px;
	margin-bottom: 31px;
}

#venus_main_footer h3:before{
	width: 36px;
	height: 2px;
	display: block;
	content: "";
	background: #2caee2;
	position: absolute;
	left: 0;
	top: 13px;
}

#venus_main_footer a{
	color: #2caee2;
}

#venus_main_footer a:hover{
	color: #fff;
}

#footer_columns{
	padding: 76px 0 60px;
}

#footer_columns .dnd_follow_us a{
	color: #fff;
	margin-bottom: 0;
}


#footer_copyright .row {
	border-top: 1px solid #3d444e;
}
#footer_copyright{
	padding: 0;
}
.footer_copyright {
	padding:30px 0;
}
.footer_social{
	text-align: right;
}

.footer_social a{
	display: inline-block;
	background: #242e35;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.footer_social i{
	color:#939fa6;
	font-size: 16px;
}

.footer_social a:hover i{
	color:#fff;
}

ul.contact-info {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    list-style: outside none none;
    margin-left: 0;
}
.hemail-id {
	background: rgba(0, 0, 0, 0) url("images/email-icon.png") no-repeat scroll 0 6px;
    float: left;
	padding-left: 23px;
    padding-right: 20px;
}
.hphone-no {
	background: rgba(0, 0, 0, 0) url("images/phone-icon.png") no-repeat scroll 0 4px;
    float: left;
	padding-left: 20px;
    padding-right: 20px;
}
#top-head p {
    margin-bottom: 0;
}
#top-head {
    background: #313841 none repeat scroll 0 0;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0 2px;
}
#head-left-section {
	float: left;
    padding-top: 0;
    width: 50%;
}
#head-right-section {
    color: #ffffff;
    float: right;
    text-align: right;
    width: 50%;
}
#head-left-section .textwidget p {
	background: rgba(0, 0, 0, 0) url("images/address-icon.png") no-repeat scroll 0 3px;
    float: left;
	font-size: 13px;
	color:#ffffff;
	padding-left: 20px;
    padding-right: 20px;
}
.banner-head {
	font-family: 'Work Sans', sans-serif;
	font-size:60px;
	font-weight:600;
	color:#2caee2;
	text-transform:uppercase;
}
.banner-head span {
	color:#313841;
}
.banner-btn {
	background:#f26722;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	padding:18px 30px;
	border:2px #f26722 solid;
	border-radius:0 30px 30px 0;
}
.banner-btn:hover {
	background:none;
	color:#2CAEE2;
	border:2px #2CAEE2 solid;
}
#welcome-section {
	border-bottom: 1px solid #e3dede;
	padding-bottom:0;
}
.welcome-box {
	padding-right:90px;
	padding-top:140px;
}

.section-head {
	font-family: 'Allura', cursive;
	font-size:30px;
	color:#f26722;
	line-height:28px;
	margin-bottom:0;
}

#welcome-section h3 {
	font-family: 'Work Sans', sans-serif;
	font-size:24px;
	line-height:20px;
	color:#2caee2;
	font-weight:600;
	margin-bottom:10px;
}

#welcome-section h4 {
	font-family: 'Work Sans', sans-serif;
	font-size:16px;
	line-height:18px;
	color:#f26722;
	font-weight:600;
	margin-bottom:40px;
}
.sign-pic {
	margin:20px 0 0px 0;
}
#service-section {
	padding-top:0px;
	padding-bottom:60px;
}
#service-head-section {
	text-align:center;
	padding-top:70px;
	padding-bottom:30px;
}
.service-box {
	color:#6c6c6c;
	text-align:center;
	border-top:4px #2caee2 solid;
	padding:30px 15px;
	box-shadow:0 3px 20px 1px rgba(125, 125, 125, 0.5);
	line-height:20px;
}
.service-box img {
	margin-bottom:20px;
}
.service-box h3 {
	font-size:30px;
	color:#313841;
	text-transform:uppercase;
	font-weight:600;
}
.serv-ctn-box {
	margin-bottom:20px;
}
.rmBtn {
	background:#2caee2;
	font-size:13px;
	line-height:13px;
	color:#ffffff !important;
	border:none !important;
	border-radius:30px;
	font-weight:500;
	padding:15px 45px;
	text-transform:uppercase;
	margin-bottom: 8px;
}
.rmBtn:hover {
	background:#F26722;
	color:#ffffff !important;
}
#consultation-section {
padding-bottom:120px;
padding-top:120px;
text-align:center;
}
#consultation-section h2 {
	font-size:40px;
	line-height:40px;
	color:#313841;
	text-transform:uppercase;
}
.phoneno-box {
	background: rgba(0, 0, 0, 0) url("images/big-phone-icon.png") no-repeat scroll 33% 20%;
	font-family: 'Work Sans', sans-serif;
	font-size:50px;
	line-height: 50px;
	font-weight:700;
	color:#f26722;
	padding-left:60px;
}
.consultation-box-ctn {
	padding:0 160px;
}
#why-choose-section {
	padding-bottom:0;
	padding-top:0;
}
#why-choose-section p {
	margin:12px 0; 
	line-height:20px;
}
#why-choose-section h1, #gallery-section h1, #testimonial-section h1 {
	font-size:44px;
	line-height: 44px;
	font-weight:500;
	text-transform:uppercase;
}
.why-c-ctn {
	padding-top:50px;
	padding-left:90px;
}
#gallery-section {
	padding-top:60px;
	padding-bottom:60px;
}
#gallery-section .section-head {
	margin-top:90px;
}
#gallery-section h4 {
	font-family: 'Hind', sans-serif;
	color:#6c6c6c;
	font-size:20px;
	line-height: 20px;
	font-weight:400;
}

.rmBtn-orange {
	font-family: 'Work Sans', sans-serif !important;
    background: #F26722 none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 30px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 15px !important;
    margin-bottom: 8px !important;
    padding: 18px 45px !important;
    text-transform: none !important;
}

#testimonial-section {
	text-align:center;
	color:#ffffff;
	padding-top:60px;
	padding-bottom:60px;
}
#testimonial-section h1, #testimonial-section h2{
	text-align:center;
	color:#ffffff;
}

.t-slide .testimonial-ctn {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff;
    padding: 20px;
    position: relative;
}
.t-slide .testimonial-ctn::after {
    border-color: transparent rgba(255, 255, 255, 0.1) !important;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    color: transparent;
    content: "";
    display: block;
    left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 30px;
    width: 0;
    z-index: 1;
}
.t-slide .testimonial-name {
    color: #2caee2;
    font-style: italic;
    text-align: left;
}
.t-slide .testimonial-inner {
    border: medium none !important;
    padding: 0;
    text-align: left;
}
.t-slide .testimonial, .strong-view.default .testimonial {
    border: medium none !important;
}
.t-slide .testimonial-image {
    margin-right: 0 !important;
}
.t-slide .testimonial-image img {
    border: 1px solid #ffd741 !important;
    border-radius: 90px;
    padding: 0 !important;
}
.strong-view .wpmslider-pager-link::before {
    color: #2196f3 !important;
    font-size: 14px !important;
    text-align: center;
    width: 24px !important;
}
#menu-footer-menu {
	display:inline-block;
}
#menu-footer-menu li {
	display:inline-block;
	padding:40px 20px 0 20px;
}
#menu-footer-menu li a {
	font-family: 'Work Sans', sans-serif;
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
}
#inn-page h2 {
	color:#313841;
	font-weight: 700;
	text-transform:uppercase;
	margin-bottom:10px;
}
.page-banner img {
    opacity: 0.8;
}
.page-banner {
    position: relative;
    text-align: center;
    z-index: 1;
}
.page-banner::before, .page-banner::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.page-banner::before {
    background-color: #000000;
}
#contactpg-section .form-group input {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 12px 16px;
}

.coaching-img {
    text-align: center;
}
.address-box {
    background: #fafcfc none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 24px 20px;
}
#contactpg-section header {
	border-bottom: medium none;
    border-top: medium none;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
}
.margin-top {
    margin-top: 15px;
}
.wel-img a img, .wcu-img a img {
	width:100%;
}
.inn-img-box {
	text-align:center;
}
.inn-img-box h3 {
	background: #0994ff none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
    text-align: center;
	line-height:18px;
	min-height:60px;
}
.inn-img-box img {
	width:100%;
}
#certificate-section {
	text-align:center;
	padding-top:60px;
	padding-bottom:0;
}

.certificate-image-box {
border: 10px solid #fff;
    box-shadow: 0 0 10px 5px #ccc;
}
.img-caption {
	background: #0994ff none repeat scroll 0 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 11px 20px;
    text-align: center;
}
.wpda_gall_cs_1_elements_title_bar {
	display:none;
}
.PBdev_icon-menu:before {
    color: #F26722 !important;
}
#contact-map-section {
	padding-bottom:0;
}