/* Table of Content
 *	- Display
 *	- Default Layout
 *	- Layout with Fancy Divider Type 1
 *	- Layout with Fancy Divider Type 2
 */
 
 
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%;
	font-family: inherit;
	vertical-align: baseline;
	zooom: 1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
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;
}

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

img { -ms-interpolation-mode: bicubic; }
object, embed { max-width: 100%; }

/*  Foundation Style */
* {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.container {
	margin: 0px auto;
	padding: 0 25px;
	width: 100%;
	max-width: 1150px;
}

.container .container{
	padding:0 20px;
}

.row-fluid  {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	clear:both;
}
.row-fluid .row-fluid  {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 -20px 0;
}

.row [class*="span"] , .row-fluid [class*="span"],  .row-fluid  .one_fifth {
	float: left;
	padding:0 20px;
	position: relative;
	min-height:1px;
    text-align: center;
	/*border:1px solid red;*/
}


.row [class*="span"] , .row-fluid [class*="span"],  .row-fluid .one_fifth {
/*	margin-bottom:40px; */

}


.section-content > .row-fluid > .row-fluid > .span12{
	margin-bottom:0!important
}

.section-column{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
}

.section-column > .inner-content{
	position:relative;
	z-index:10;
}

/* Element padding no */

.row-fluid.element-padding-no {
	margin:0;
}

.row-fluid.element-padding-no > [class*="span"] ,
.row.element-padding-no > [class*="span"]{
	padding:0;
	margin-bottom:0;
}

.row-fluid.element-vpadding-no > [class*="span"] ,
.row.element-vpadding-no > [class*="span"]{
	margin-bottom:0
}

/* Element padding large */
.row-fluid.element-padding-large,
.row.element-padding-large{
	margin:0 -30px;
}

.row-fluid.element-padding-large > [class*="span"] ,
.row.element-padding-large > [class*="span"]{
/*	padding:0 30px; */
padding:15px;

}

.row-fluid.element-vpadding-large > [class*="span"] ,
.row.element-vpadding-large > [class*="span"]{
	margin-bottom:60px;
}

/*elemet padding 50px */
.row-fluid.element-padding-large2,
.row.element-padding-large2{
	margin:0 -25px;
}

.row-fluid.element-padding-large2 > [class*="span"] ,
.row.element-padding-large2 > [class*="span"]{
	padding:0 25px;
}

.row-fluid.element-vpadding-large2 > [class*="span"] ,
.row.element-vpadding-large2 > [class*="span"]{
	margin-bottom:50px;
}


/*elemet padding 40px */
.row-fluid.element-padding-medium2,
.row.element-padding-medium2{
	margin:0 -15px;
}

.row-fluid.element-padding-medium2 > [class*="span"] ,
.row.element-padding-medium2 > [class*="span"]{
	padding:0 15px;
}

.row-fluid.element-vpadding-medium2 > [class*="span"] ,
.row.element-vpadding-medium2 > [class*="span"]{
	margin-bottom:30px;
}


/* Element padding Small*/
.row-fluid.element-padding-small,
.row.element-padding-small
{
	margin:0 -10px;
}

.row-fluid.element-padding-small > [class*="span"],
.row.element-padding-small > [class*="span"]{
	padding:0 10px;
}


.row-fluid.element-vpadding-small > [class*="span"],
.row.element-vpadding-small > [class*="span"]{
	margin-bottom:20px;
}



/* Element padding 10px*/
.row-fluid.element-padding-small2,
.row.element-padding-small2
{
	margin:0 -5px;
}

.row-fluid.element-padding-small2 > [class*="span"],
.row.element-padding-small2 > [class*="span"]{
	padding:0 5px;
}


.row-fluid.element-vpadding-small2 > [class*="span"],
.row.element-vpadding-small2 > [class*="span"]{
	margin-bottom:10px;
}



/* Element padding Narrow */
.row-fluid.element-padding-narrow,
.row.element-padding-narrow{
	margin:0 -3px;
}

.row-fluid.element-padding-narrow > [class*="span"],
.row.element-padding-narrow > [class*="span"]{
	padding:0 2px;
}

.row-fluid.element-vpadding-narrow > [class*="span"],
.row.element-vpadding-narrow > [class*="span"]{
	margin-bottom:4px;
}


.row:before, .row:after , .row-fluid:before, .row-fluid:after{
	display: table;
	line-height: 0;
	content: "";
}
.row-fluid:after  , .row:after { clear: both; }
.row.columns-12 [class*="span"] , .row-fluid .span1, .row-fluid.columns-12 .span { width: 8.333%; }
.row.columns-6 [class*="span"] , .row-fluid .span2, .row-fluid.columns-6 .span { width: 16.667%; }
.row.columns-4 [class*="span"] , .row-fluid .span3, .row-fluid.columns-4 .span { width: 25%; }
.row.columns-3 [class*="span"] , .row-fluid .span4, .row-fluid.columns-3 .span { width: 33.333%; }
.row-fluid .span5 { width: 41.667%; }
.row.columns-2 [class*="span"] , .row-fluid .span6 ,  .row-fluid.columns-2 .span { width: 50%; }
.row-fluid .span7 { width: 58.333%; }
.row-fluid .span8 { width: 66.667%; }
.row-fluid .span9 { width: 75%; }
.row-fluid .span10{ width: 83.333%; }
.row-fluid .span11{ width: 91.667%; }
.row-fluid .span12, .row-fluid.columns-1 [class*="span"]{ width: 100%; }
.row.columns-5 [class*="span"] , .row-fluid .spanone_fifth, .row-fluid.columns-5 .span { width: 20%; }
.row-fluid .span6:nth-child(2n+1),.row-fluid.columns-2 .span:nth-child(2n+1),
.row-fluid .span4:nth-child(3n+1),.row-fluid.columns-3 .span:nth-child(3n+1),
.row-fluid .span3:nth-child(4n+1),.row-fluid.columns-4 .span:nth-child(4n+1),
.row-fluid .spanone_fifth:nth-child(5n+1),.row-fluid.columns-5 .span:nth-child(5n+1),
.row-fluid .span2:nth-child(6n+1),.row-fluid.columns-6 .span:nth-child(6n+1){
	clear:both;
}

/* Row Style 2 */
.row-fluid.style2 ,  .row.style2 {
	margin: 0!important;
}

.row.style2 > [class*="span"] , .row-fluid.style2 > [class*="span"] {
	padding: 0!important;
	margin-bottom:0!important;
	position: relative;
}

.row.style2 > [class*="span"] > .inner-content , .row-fluid.style2 > [class*="span"] > .inner-content {
	padding: 20px 30px;
}


.row-fluid.style2.element-padding-no > [class*="span"] > .inner-content{
	padding:0;
}


.row-fluid.style2.element-padding-large > [class*="span"] > .inner-content{
	padding:35px 45px;
}

.row-fluid.style2.element-padding-large2 > [class*="span"] > .inner-content{
	padding:25px 30px;
}

.row-fluid.style2.element-padding-narrow > [class*="span"] > .inner-content{
	padding:2px;
}

.row-fluid.style2.element-padding-small > [class*="span"] > .inner-content{
	padding:10px;
}

.row-fluid.style2.element-padding-small2 > [class*="span"] > .inner-content{
	padding:5px;
}


.row.style2 > [class*="span"]:after{
	content: "";
	position: absolute;
	display: inline-block;
	height: 90%;
	width: 1px;
	right: -1px;
	top: 5%;
	background: #e8e8e8;
	z-index:5;
}


.row-fluid.style2 .not-right-columns:before{
	content: "";
	position: absolute;
	display: inline-block;
	height: 90%;
	width: 1px;
	right: -1px;
	top: 5%;
	background: #e8e8e8;
	z-index:5
}

.content-box.scheme1 .row-fluid.style2 > [class*="span"]:after,
.content-box.scheme1 .row-fluid.style2 > [class*="span"]:before
{
	background-color:#aaa;
	background-color:rgba(255,255,255,0.5);
}


.row-fluid.style2 .not-bottom-columns:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 90%;
	height: 1px;
	left: 5%;
	bottom: -1px;
	background: #e8e8e8;
	z-index:5
}

.row-fluid.style3.background-radius-yes [class*="span"] > .inner-content,
.row.style3.background-radius-yes [class*="span"] > .inner-content{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}

.row-fluid.style3.background-radius-yes.background-radius-full [class*="span"] > .inner-content,
.row.style3.background-radius-yes.background-radius-full [class*="span"] > .inner-content {
	-webkit-border-radius:9999px;
	-moz-border-radius:9999px;
	-ms-border-radius:9999px;
	border-radius:9999px;
}

.row-fluid.style3.background-shadow-yes [class*="span"] > .inner-content,
.row.style3.background-shadow-yes [class*="span"] > .inner-content{
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.05);
	-ms-box-shadow:0 2px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.05);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
}

.row-fluid.style3 > [class*="span"] > .inner-content,
.row.style3 > [class*="span"] > .inner-content{
	padding:25px 25px;
	border:1px solid transparent;
	-webkit-transition:background-color 0.3s  ease-in-out, border-color 0.3s ease-in-out;
	-moz-transition:background-color 0.3s ease-in-out , border-color 0.3s ease-in-out;
	-ms-transition:background-color 0.3s  ease-in-out, border-color 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out , border-color 0.3s ease-in-out;
}

.row-fluid.style3.element-inner-vertical-padding-narrow [class*="span"] > .inner-content,
.row.style3.element-inner-vertical-padding-narrow [class*="span"] > .inner-content{
	padding-top:5px;
	padding-bottom:5px;
}

.row-fluid.style3.element-inner-horizental-padding-narrow [class*="span"] > .inner-content,
.row.style3.element-inner-horizental-padding-narrow [class*="span"] > .inner-content{
	padding-left:5px;
	padding-right:5px;
}

.row-fluid.style3.element-inner-vertical-padding-large [class*="span"] > .inner-content,
.row.style3.element-inner-vertical-padding-large [class*="span"] > .inner-content{
	padding-top:35px;
	padding-bottom:35px;
}

.row-fluid.style3.element-inner-horizental-padding-large [class*="span"] > .inner-content,
.row.style3.element-inner-horizental-padding-large [class*="span"] > .inner-content{
	padding-left:35px;
	padding-right:35px;
}

.carousel-items [class*="span"]{
	margin-bottom:0!important;
}
/* Table of Content

 *	- Required Fonts

 *	- Typography

 *	- Header

 *	- Titlebar

 * 	- All Post Styles 

 * 	- Single Post 

 *  - Pagination styles

 *  - Default social Icons Styles

 *  - Widgets

 *  - Footer

 *  - Default Carousel Styles and Navigation

 */



/* Main Body Styles */



html{

	width: 100%!important;

	min-height: 100%!important;

	height:100%!important;

}



.brad-loader-overlay{

	position:fixed;

	height:100%;

	width:100%;

	z-index:10000;

	top:0;

	left:0;

	background-color:#fff;

	

}





.bubblingG {

	text-align: center;

	width: 80px;

	height: 50px;

	position: absolute;

	top: 50%;

	left: 50%;

	margin-top: -25px;

	margin-left: -40px;

}



.bubblingG span {

	display: inline-block;

	vertical-align: middle;

	width: 10px;

	height: 10px;

	margin: 25px auto;

	background: #454545;

	-moz-border-radius: 50px;

	-moz-animation: bubblingG 0.9s infinite alternate;

	-webkit-border-radius: 50px;

	-webkit-animation: bubblingG 0.9s infinite alternate;

	-ms-border-radius: 50px;

	-ms-animation: bubblingG 0.9s infinite alternate;

	-o-border-radius: 50px;

	-o-animation: bubblingG 0.9s infinite alternate;

	border-radius: 50px;

	animation: bubblingG 0.9s infinite alternate;

}



#bubblingG_1 {

	-moz-animation-delay: 0s;

	-webkit-animation-delay: 0s;

	-ms-animation-delay: 0s;

	-o-animation-delay: 0s;

	animation-delay: 0s;

}



#bubblingG_2 {

	-moz-animation-delay: 0.27s;

	-webkit-animation-delay: 0.27s;

	-ms-animation-delay: 0.27s;

	-o-animation-delay: 0.27s;

	animation-delay: 0.27s;

}



#bubblingG_3 {

	-moz-animation-delay: 0.54s;

	-webkit-animation-delay: 0.54s;

	-ms-animation-delay: 0.54s;

	-o-animation-delay: 0.54s;

	animation-delay: 0.54s;

}

 @-moz-keyframes bubblingG {

0% {

	width: 10px;

	height: 10px;

	opacity:1;

	-moz-transform: translateY(0);

}

 100% {

	width: 24px;

	height: 24px;

	opacity:0.1;

	-moz-transform: translateY(-21px);

}

}

 @-webkit-keyframes bubblingG {

0% {

	width: 10px;

	height: 10px;

	opacity:1;

	-webkit-transform: translateY(0);

}

 100% {

	width: 24px;

	height: 24px;

	opacity:0.1;

	-webkit-transform: translateY(-21px);

}

}

 @-ms-keyframes bubblingG {

0% {

	width: 10px;

	height: 10px;

	opacity:1;

	-ms-transform: translateY(0);

}

 100% {

	width: 24px;

	height: 24px;

	opacity:0.1;

	-ms-transform: translateY(-21px);

}

}

 @-o-keyframes bubblingG {

0% {

	width: 10px;

	height: 10px;

	opacity:1;

	-o-transform: translateY(0);

}

 100% {

	width: 24px;

	height: 24px;

	opacity:0.1;

	-o-transform: translateY(-21px);

}

}

 @keyframes bubblingG {

0% {

	width: 10px;

	height: 10px;

	opacity:1;

	transform: translateY(0);

}

 100% {

	width: 24px;

	height: 24px;

	opacity:0.1;

	transform: translateY(-21px);

}

}



  

.brad-loader-overlay .spinner{

	position:absolute;

	left:50%;

	top:50%;

	margin-top:-20px;

	margin-left:-20px;

}



body {

	width: 100%!important;

	min-height: 100%!important;

	height:100%!important;	

	font-family:"Raleway", sans-serif;

	font-size: 15px;

	line-height: 26px;

	color: #777;

	font-weight:400;

	letter-spacing: normal;

	-webkit-font-smoothing: antialiased!important;

	font-smoothing: antialiased!important;

	word-spacing:normal;

	background-color:#f3f3f3;

	-webkit-transition: margin-left 0.3s;

    -moz-transition: margin-left 0.3s;

    -ms-transition: margin-left 0.3s;

    -o-transition: margin-left 0.3s;

    transition: margin-left 0.3s;

	-webkit-text-size-adjust: none;



}



.body-container{

	position:static;

	background-color:#f3f3f3;

	z-index:100;

}



body.expanded {

	margin-left: -300px

}



.boxed-layout {

		max-width: 1250px;

		margin: 0px auto;

		background-color:#fff;

		position:relative;

}



.boxed-layout.vpadding-yes{

	padding-top:20px!important;

}



.boxed-layout.style-minimal{

		margin-top:100px;

		margin-bottom:100px;

}



.boxed-layout.padding-yes{

	   padding:50px 100px;

}



.boxed-layout.boxed-shadow-yes{

	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);

	-moz-box-shadow:	0 0 12px rgba(0, 0, 0, 0.15);

	-ms-box-shadow:		0 0 12px rgba(0, 0, 0, 0.15);

	-o-box-shadow:		0 0 12px rgba(0, 0, 0, 0.15);

	box-shadow:			0 0 12px rgba(0, 0, 0, 0.15);

}







/* Default Typography */

a {

	color: #1abc9c;

	-o-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;

	-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;

	-moz-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;

	transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;

	text-decoration: none;

}

a:active,

a:focus {

	text-decoration: none;

	outline: none!important;

	background-color:transparent;

}

a:hover{

	color: #2d2d2d;

	text-decoration: none;	

}





/* Default styles for headings */

h1,

h2,

h3,

h4,

h5,

h6 {

	color: #222;

	margin: 0 0 20px;

	padding: 0;

	-webkit-font-smoothing: antialiased!important;

	font-family: "Raleway", sans-serif;

	font-weight:normal;

}

h1 a,

h2 a,

h3 a,

h4 a,

h5 a,

h6 a {

	color: #222;

}



h1 a:hover,

h2 a:hover,

h3 a:hover,

h4 a:hover,

h5 a:hover,

h6 a:hover {

	color: #1abc9c;

}



h1 i,

h2 i,

h3 i,

h4 i,

h5 i,

h6 i{

	margin:0 8px;

	vertical-align:-2px;

}





h1 {

	font-size:36px;

	line-height:48px;

	letter-spacing:1px;

	text-transform:uppercase;

}





h2 {

	font-size: 30px;

	line-height:40px;

	letter-spacing:0px;

	text-transform:uppercase;

}



h3 {

	font-size: 20px;

	line-height:29px;

	font-weight:normal;

	color:#444;

	letter-spacing:1px;

}



h4 {

	font-size: 16px;

	line-height:26px;

	font-weight:400;

	color:#333;

	text-transform:uppercase;

	letter-spacing:1px;

}

h5 {

	font-size: 21px;

	letter-spacing: 0.6px;

	line-height:31px;

	font-weight:400;

}

h6 {

	font-size: 15px;

	color: #aaa;

	line-height: 24px;

	font-weight:400;

	letter-spacing:1px;

}





 h1 a , h2 a , h3 a , h4 a , h5 a , h6 a {

	   color:inherit;

	   opacity:1;

   }

   

   h1 a:hover , h2 a:hover , h3 a:hover , h4 a:hover , h5 a:hover, h6 a:hover{

	   color:inherit;

	   opacity:0.8;

   }

   

.mb30{

	margin-bottom:30px;

}



.mb40{

	margin-bottom:40px;

}



.mb20{

	margin-bottom:20px;

}



.mb10{

	margin-bottom:10px;

}



/* Defaul style for paragrpah and siblings */

p {

	padding: 0;

	margin: 0 0 20px

}



p:last-child{

	margin-bottom:0;

}



.lightbox-video{

	display:none;

}



/* clearfix class */

.clearfix {

   *zoom:1;

}

.clearfix:before,

.clearfix:after {

	display: table;

	line-height: 0;

	content: "";

}

.hidden { display:none!important }



.clearfix:after {

	clear: both;

}



/* small Fixtures when readmore button show more blank space */

p + p.sp-container,

p + a.readmore,

.column-text + p.sp-container ,

.column-text + a.readmore {

	margin-top:-5px!important;

	margin-bottom:0;

}







/* Image class small fixtures for chrome and other browser*/

.image {

	position: relative;

	overflow: hidden;		

}



.image  .image-overlay{

	position:absolute;

	width:100%;

	height:100%;

	overflow:hidden;

	z-index:10;

	text-align:center;

	left:0;

    bottom:0;

	background-color:#fff;

	background-color:rgba(255,255,255,0.8);

	opacity:0;

	filter:alpha(opacity=0);

	transition:all 0.2s;

	-webkit-transition:all 0.2s;

}



.no-touch .hoverlay:hover  .image-overlay,

.hoverlay.hover  .image-overlay{

	opacity:1;

	filter:alpha(opacity=100);

	

}



.image  .image-overlay .image-overlay-content{

	display:table;

	width:100%;

	height:100%;

}



.image  .image-overlay .image-overlay-content >div{

	display:table-cell;

	vertical-align:middle;

	padding:35px 50px;

	color:#555;

}



.image  .image-overlay-content.scheme1{

	background-color:#555;

	background-color:rgba(0,0,0,0.8);

}



.image  .image-overlay-content h3{

	margin-bottom:10px;

}



.image-wrapper{

	overflow:hidden;

}



.image-wrapper .image{

	overflow:visible;

}



.image img {

	height: auto;

	width: 100%;

	max-width: 100%;

	display: block

}

.hoverlay {

	display: block;

	position: relative

}





/*----------------------------------------------*/

/* Common Css

/*----------------------------------------------*/

span.divider {

	color:#ddd!important;

}

 

 /*------------------------------------------------*/

/* Post Meta 

/*------------------------------------------------*/



.post-meta-data{

	margin-bottom:10px;

	color:#aaa;



}

.post-meta-data > span {

	display: inline-block;

	position:relative;

	margin-bottom:3px;

    line-height: 1;

	color:#404040;

}



.post-meta-data.clear-all > span{

	clear:both;

	padding-right:0!important;

	margin-right:0!important;

	display:block;

	margin-bottom:10px;

}



.post-meta-data:not(.no-dash) > span:after{

	content:"/";

	padding-left:5px;

	padding-right:5px;

	color:#aaa;

}



.post-meta-data.style2 > span:after{

	content:"";

	display:inline-block;

	width:4px;

	height:4px;

	background-color:#ccc;

	border-radius:50%;

	-webkit-border-radius:50%;

	vertical-align:middle;

	padding:0;

	margin:0 5px 0 7px;

}



.post-meta-data > span a{

	color:#bbb;

}



.post-meta-data > span a:hover{

	color:#3498db;

}





.post-meta-data > span.love-it i{

	display:none;

}



.post-meta-data > span a:hover i{

	background-color:#333;

}



.post-meta-data > span:last-child:after,

.post-meta-data > span.no-dash:after{

	display:none;

}



.post-meta-data.style2 .post-meta-cats,

.post-meta-data.style2 .post-meta-cats a{

	color:#3498db;

}



.post-meta-data.style2 .post-meta-date{

	color:#bbb;

}



.post-meta-data.style2{

	font-weight:500;

}



.tel,.tel:visited {

	color:inherit!important;

}



/* Form elements */

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	-webkit-appearance: searchfield;
	background: #EDE5D7;
	padding:10px 15px ;
	margin: 0;
	max-width: 100%;
	display: block;
	width: 180px;
    border:1px solid #e8e8e8;
	font-size:13px;

}

::-webkit-input-placeholder { /* WebKit browsers */

    color:    #000;

}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

    color:    #999;

}

::-moz-placeholder { /* Mozilla Firefox 19+ */

    color:    #999;

}

:-ms-input-placeholder { /* Internet Explorer 10+ */

    color:    #999;

}

input[type="text"]:focus,

input[type="password"]:focus,

input[type="email"]:focus,

textarea:focus {

   border-color:#696969;

}



select{

	background-image : url(../images/dropdown.png) ;

	background-repeat:no-repeat;

	background-position:right center;

	padding-left:15px!important;

}



.content-box.scheme1 input[type="text"],

.content-box.scheme1 input[type="password"],

.content-box.scheme1 input[type="email"],

.content-box.scheme1 textarea,

.content-box.scheme1 select {

	background-color:transparent;

	background-color:rgba(255,255,255,0.6);

	border:none!important;

	color:#252525!important;

}

.content-box.scheme1 input[type="text"]:focus,

.content-box.scheme1 input[type="password"]:focus,

.content-box.scheme1 input[type="email"]:focus,

.content-box.scheme1 textarea:focus {

   background-color:rgba(0,0,0,0.5);

   color:#fff!important;

}



.content-box.scheme1 ::-webkit-input-placeholder { /* WebKit browsers */

    color:    #252525;

}

.content-box.scheme1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */

    color:    #252525;

}

.content-box.scheme1 ::-moz-placeholder { /* Mozilla Firefox 19+ */

    color:    #252525;

}

.content-box.scheme1 :-ms-input-placeholder { /* Internet Explorer 10+ */

    color:    #252525;

}



.content-box.scheme1 input:focus::-webkit-input-placeholder,

.content-box.scheme1 textarea:focus::-webkit-input-placeholder { /* WebKit browsers */

    color:    #eee;

}

.content-box.scheme1 input:focus:-moz-placeholder,

.content-box.scheme1 textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

    color:    #eee;

}

.content-box.scheme1 input:focus::-moz-placeholder,

.content-box.scheme1 textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */

    color:    #eee;

}

.content-box.scheme1 input:focus:-ms-input-placeholder,

.content-box.scheme1 textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */

    color:    #eee;

}



textarea {

	min-height: 100px

}



.special_amp {

	font-family: "Baskerville", "Palatino Linotype", "Palatino", "Times New Roman", serif;

	font-style: italic;

	font-size: inherit;

	font-weight: inherit;

	color: #

}



.color-primary,

.primary-color{

	color:#1abc9c!important;

}



/*------------------------------------------------*/

/*  Top bar

/*------------------------------------------------*/

#top_bar {

	height:35px;

	line-height: 35px;

	background-color:#f5f5f5;

	border-bottom:1px solid transparent;

	font-size:12px;

	position:relative;

   color: #aaa;

}





#top_bar .social-icons {

	margin-top:0!important;

	white-space:nowrap;

}



#top_bar .topbar-right-content .social-icons,

#top_bar .topbar-right-content .top-menu,

#top_bar .topbar-right-content .contact-info{

	float:right;

}



#top_bar .social-icons li {

	display:inline-block;

	width:35px;

	height:35px;

	float:left;

	margin:0!important;

	border-color:#ddd;

	border-style:solid;

	border-right-width:1px;

}



#top_bar .social-icons li:first-child{

	border-left-width:1px;

}



#top_bar .social-icons li a {

	height: 35px;

	line-height: 35px;

	width: 35px;

	font-size: 16px;

	color:#bbb;

	border:none!important;

	text-align:center;

}





#top_bar .social-icons li a .ss-icons-regular{

	font-size:12px;

}



#top_bar .social-icons li a:hover {

	color:#1abc9c;

}



#top_bar .contact-info span {

	line-height: 1;

	padding: 0px 10px;

	border-right: 1px solid #d8d8d8;

}



#top_bar .contact-info span i{

	margin:1px 3px 0 0;

	font-size:110%;

	vertical-align:-2px

}



#top_bar .contact-info span:first-child {

	padding-left:0

}

#top_bar .contact-info span:last-child {

	border-right: 0

}

#top_bar .contact-info span i {

	margin-right: 5px

}



/* Topbar and Footer Navigation */



#top_bar .top-menu,

.footer-menu {

	list-style:none;

	margin:0 -15px;

	padding:0;

	margin-top:12px;

	margin-bottom:10px;

}



.footer-menu {

	margin:10px 0 0;

	float:right;

}





#top_bar .top-menu > li ,

.footer-menu > li{

	list-style-type:none;

	padding:0 15px;

	display:inline-block;

	float:left;

	border-right:1px solid #d8d8d8;

	line-height:1;

	overflow:visible!important

}

#top_bar .top-menu > li{

	position:relative;

}



#top_bar .top-menu > li .sub-menu{

	display:none;

	opacity:0;

	list-style:none;

	padding:25px 15px 15px;

	margin:0;

	position:absolute;

	left:0;

	top:100%;

	background-color:#fff;

	-webkit-transition:opacity 0.3s;

	-moz-transition:opacity 0.3s;

	transition:opacity 0.3s;

	opacity:0;

	filter:alpha(opacity=0);

	z-index:10005;

	width:180px;



}



#top_bar .top-menu > li:hover .sub-menu{

	display:block;

	opacity:1;

	filter:alpha(opacity=100)

}

#top_bar .top-menu > li .sub-menu li{

	list-style-type:none;

}



#top_bar .top-menu > li .sub-menu li a{

	display:inline-block;

	padding:5px 15px;

}



#top_bar .top-menu > li .sub-menu li a img{

	vertical-align:middle;

}







#top_bar .top-menu > li:last-child ,

.footer-menu > li:last-child{

	border-right:0!important;

}



#top_bar .top-menu > li a  ,

.footer-menu > li a{

	color:#aaa;

}



#top_bar .top-menu > li a:hover ,

.footer-menu > li a:hover{

	color:#1abc9c;

}





/*------------------------------------------------*/

/*  Header 

/*------------------------------------------------*/



#header_wrapper{

	position:relative;

	width:100%;

	display:block;

}



.transparent-header #header_wrapper{

	position:absolute;

	left:0;

	top:0;

	-webkit-transition: left 0.3s;

    -moz-transition: left 0.3s;

    -ms-transition: left 0.3s;

    -o-transition: left 0.3s;

    transition: left 0.3s;

}





body.expanded #header_wrapper.transparent-header{

	left:-300px;

}





body.expanded .boxed-layout #header_wrapper.transparent-header{

	left:-300px;

}





#header {

	position:relative;

	width: 100%;

	overflow: visible;

	z-index:9998;

	display:block;

}



.header-fullwidth-yes #header_wrapper .container{

	max-width:100%;

	padding:0 4%;

}





#header.sticky-nav {

	position:relative;

	left:0;

	top:0;

	-webkit-transition:left 0.3s;

	-moz-transition:left 0.3s;

	-ms-transition:left 0.3s;

	transition:left 0.3s;

}



#header.to-stuck{

	position:fixed;

	left:0;

	top:-84px;

	opacity:0;

	filter:alpha(opacity=0);

	z-index: 10001;

}



body.expanded #header.to-stuck{

	left:-300px;

}



#header.to-stuck.stucked{

	top:0;

	opacity:1;

	filter:alpha(opacity=100);

	-webkit-transition:all 0.3s;

	transition:all 0.3s;

}



#header.stuck{

	position:fixed;

	left:0;

	top:0;

}



.boxed-layout #header.stuck{

   max-width:1250px;

   width:100%;

   left:auto;

}



.boxed-layout #header.to-stuck.stucked{

	max-width:1250px;

   width:100%;

   left:auto;

}







/*------------------------------------------------*/

/*  main Navigation

/*------------------------------------------------*/



#main_navigation {

	width: 100%;

	text-align: left;

	background-color: #fff;

	padding: 0;

	position: relative;

	overflow:visible;

	transition: all 0.15s;

	-webkit-transition: all 0.15s;

	-moz-transition: all 0.15s;

	min-height:84px;

}



#header_wrapper.transparent-header #main_navigation ,

#header_wrapper.transparent-header .header_container{

	background-color:transparent!important;

}



#header_wrapper.transparent-header.semitrans-header-yes #main_navigation{

	background-color:rgba(255,255,255,0.74)!important;

}



#header_wrapper.transparent-header.header-scheme-light.semitrans-header-yes #main_navigation{

	background-color:rgba(53,53,53,0.75)!important;

}



#secondary_navigation{

	display:none;

	top:-65px;

	position:fixed;

	opacity:0;

	filter:alpha(opacity=100);

	left:auto;

	z-index:1000;

	transition:all 0.2s ease;

	-webkit-transition:all 0.2s ease;

	-moz-transition:all 0.2s ease;

}



#secondary_navigation.show-nav{

	top:0;

	opacity:1;

	filter:alpha(opcity=100);

	display:block;

}





/* logo */



#main_navigation .logo-container{

	float:left;

	padding:0 20px;

	-webkit-box-sizing:content-box;

	-moz-box-sizing:content-box;

	box-sizing:content-box;

	overflow:hidden;

}



/* Logo display */



#logo {

	height:84px;

	max-height:84px;

	transition: none;

	transition: all 0.15s;

	-webkit-transition: all 0.15s;

	-moz-transition: all 0.15s;

	display:block;

}





#logo img {

	display:inline-block;

	max-height: 100%;

	max-width: 100%;

	width:auto;

	height:auto;

	vertical-align:middle;

}



#logo .white-logo ,

#header_wrapper.transparent-header.header-scheme-light .default-logo{

	display:none;

}



#header_wrapper.transparent-header.header-scheme-light #logo .white-logo{

	display:inline-block;

}



#header-search-button,

.cart-container,

.header-social-icons{

	margin-left:25px!important;

}

.cart-container + #header-search-button{

	margin-left:10px!important;

}



#main_navigation .nav-container{

	float:right;

	width:auto;

	padding:0;

}





ul.main_menu {

	padding: 0;

	list-style: none;

	margin: 0;



}



ul.main_menu > li {

	padding:0;

	display: inline-block;

	position: relative;

	overflow: visible!important;

	margin: 0;

	margin-left:20px;

	border: 0;

	list-style-type:none!important;

	cursor:pointer;

}



ul.main_menu > li:first-child{

	margin-left:0;

}



/*

ul.main_menu > li.menu-item-has-children > a:after{

	content: "\e6eb";

	font-family:"fontAwesome";

	display:inline-block;

	margin-left:5px;

}

*/



ul.main_menu > li > a {

	font-size: 13px;

	font-weight:400;

	line-height: 1;

	padding:0 1px;

	height:auto;

	display:inline-block;

	letter-spacing: 1px;

	color: #696969;

	text-transform:uppercase;

	font-family: "Raleway", sans-serif;

	transition: all 0.15s;

	-webkit-transition: all 0.15s;

	-moz-transition: all 0.15s;

	position:relative;

	-webkit-font-smoothing:antialiased!important

}



#header_wrapper.transparent-header ul.main_menu > li > a{

	color:#222;

}



#header_wrapper.transparent-header.header-scheme-light ul.main_menu > li > a{

	color:#ffffff!important;

}





.brad-mega-menu .brad-megamenu-title i ,

ul.main_menu a i {

	margin-right:5px;

	vertical-align:middle;

}







.main_menu > li.hover > a,

.main_menu > li > a:hover,

 {

	color: #1abc9c

}



.main_menu > li.active a,

.main_menu > li.active a:hover{

	color: #1abc9c;

}



#header_wrapper.transparent-header.header-scheme-light .main_menu > li.hover > a,

#header_wrapper.transparent-header.header-scheme-light .main_menu > li > a:hover{

	color: #fffffff!important;

}



#header_wrapper.transparent-header.header-scheme-light .main_menu > li.hover > a,

#header_wrapper.transparent-header.header-scheme-light .main_menu > li > a:hover{

	color: #222222;

}





#header_wrapper.transparent-header .main_menu > li.active > a,

#header_wrapper.transparent-header .main_menu > li.active > a:hover{

	color: #222222;



}





#header_wrapper.transparent-header.header-scheme-light .main_menu > li.active > a,

#header_wrapper.transparent-header.header-scheme-light .main_menu > li.active > a:hover{

	color: #ffffff!important;



}



.main_menu .sub-menu {

	margin:0;

	padding:15px 0 20px!important;

	background-color:#fff;

	position: absolute;

	top: 100%;

	left: 0;

	display: none;

	text-align: left;

	opacity:0;

	filter:alpha( opacity = 0);

	-webkit-transition:opacity 0.3s ease;

	-moz-transition:opacity 0.3s ease;

	-ms-transition:opacity 0.3s ease;

	transition:opacity 0.3s ease;

	width:230px;

	border-top:3px solid #2092ef;

}



#header.type3 .border-center .main_menu .sub-menu{

	margin-top:20px;

}



.main_menu.style2 .sub-menu{

	border-top:none;

	border:1px solid #eee;

	padding:0!important;

}



.main_menu.style2 .sub-menu li a{

	border-bottom:1px solid #eee;

	line-height:45px;

}



.main_menu ul.sub-menu li {

	display: block;

	width: 100%;

	margin: 0!important;

	position: relative;

	background-color:transparent;

	-webkit-transition:all 0.2s ease-in-out; 

	-moz-transition:all 0.2s ease-in-out; 

	-ms-transition:all 0.2s ease-in-out; 

	transition:all 0.2s ease-in-out; 

}



.main_menu ul.sub-menu li a {

	font-size: 11px;

	text-transform: none;

	font-family:"Raleway",sans-serif;

	color: #ddd;

	letter-spacing:0;

	text-transform:uppercase;

	line-height: 30px;

	font-weight: 400;

	display: block;

	padding:0 25px;

	display:block;

	width:100%;

	white-space:nowrap;

	text-overflow:ellipsis;

	overflow:hidden;

}

.main_menu ul.sub-menu > li:last-child a{

	border-bottom: none!important;

}

.main_menu .sub-menu li a:hover {

	color: #666;

}







.main_menu > li > ul.sub-menu.brad-mega-menu{

	padding:25px 0!important

}



.main_menu > li > ul.sub-menu.brad-mega-menu .sub-menu{

	width:100%;

	display:block;

	position:relative;

	left:0;

	top:0;

	-webkit-box-shadow:none;

	-moz-box-shadow:none;

	-ms-box-shadow:none;

	box-shadow:none;

	z-index:auto;

	background-color:transparent;

	padding:0!important;

	opacity:1;

	filter:alpha(opacity=100);

	border:0!important;

	margin:0!important;

	text-align:left!important;

}







.main_menu > li > ul.sub-menu.brad-mega-menu > li {

	float:left;

	width:100%;

	padding:0px 30px!important;

	border-right:1px solid #eee;



}



.main_menu > li > ul.sub-menu.brad-mega-menu  .sub-menu li {

	border-bottom:0!important;

	padding:0;

}



.main_menu > li > ul.sub-menu.brad-mega-menu  .sub-menu li a {

	padding:0 10px;

	line-height:35px;

	border-bottom:0!important;

}





.brad-mega-menu .brad-megamenu-title {

	padding-bottom: 8px;

	margin:0 10px 0;

	color:#fff;

	display:block;

	clear:both;

	font-size:16px;

	line-height:20px;

}





.main_menu > li > ul.sub-menu.brad-mega-menu > li:last-child{

	border-right:0;

}



.main_menu > li > ul.sub-menu.brad-mega-menu.columns-2 > li {

	width:50%;

}





.main_menu > li > ul.sub-menu.brad-mega-menu.columns-3 > li {

	width:33.333%;

}



.main_menu > li > ul.sub-menu.brad-mega-menu.columns-4 > li {

	width:25%;

}



.main_menu > li > ul.sub-menu.brad-mega-menu.columns-5 > li {

	width:20%;

}



.main_menu > li > ul.sub-menu.brad-mega-menu.columns-6 > li {

	width:16.667%;

}





.main_menu  li.hover > ul.sub-menu{

	display:block!important;

	opacity:1;

	filter:alpha(opacity=100);	

}

.main_menu ul.sub-menu .sub-menu {

	left: 100%;

	top:0px;

	margin-top:-2px;

}



.main_menu ul.sub-menu.offset-left {

	left:auto;

	right:0;

	text-align:right;

}



.main_menu ul.sub-menu.offset-left-level3 .sub-menu{

	left:auto;

	right:100%;

}





/*------------------------------------------------*/

/*  header extra content

/*------------------------------------------------*/





.cart-container {

	width: auto;

	overflow: visible;

	text-align: center;

	position: relative;

}





.header-nav .social-icons li a,

#header-search-button a ,

.cart-icon-wrapper ,

.toggle-menu ,

.carticon-mobile,

ul.main_menu > li > a.cart-icon-wrapper {

    color: #3d3d3d;

	font-size: 14px;

	display:inline-block;

	line-height:1;

	width:28px;

	height:28px;

	vertical-align:middle;

	padding-top: 6px;

	text-align:center;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	transition: all 0.15s;

	-webkit-transition: all 0.15s;

	-moz-transition: all 0.15s;

}



.header-nav .social-icons li a{

	font-size:16px;

}



.cart-icon-wrapper{

	position:relative;

	overflow:visible;

}



.cart-icon-wrapper .count{

	display:inline-block;

	width:18px;

	height:18px;

	font-size:10px;

	line-height:18px;

	border-radius:50%;

	-webkit-border-radius:50%;

	color:#fff;

	background-color:#3498db;

	position:absolute;

	right:-3px;

	top:-3px;

	text-align:center;

}





#header.type3 .cart-icon-wrapper .count{

	width:20px;

	height:20px;

	line-height:20px;

	right:-1px;

	top:-1px;

}





#header-search-button a:hover {

	color: #3d3d3d;

}



#header_wrapper.transparent-header .search-button ,#header_wrapper.transparent-header .search-button:hover ,

#header_wrapper.transparent-header .header-nav .social-icons li a, #header_wrapper.transparent-header .header-nav .social-icons li a:hover ,#header_wrapper.transparent-header .cart-icon-wrapper , #header_wrapper.transparent-header .cart-icon-wrapper:hover , #header_wrapper.transparent-header  .toggle-menu , #header_wrapper.transparent-header  .toggle-menu:hover , #header_wrapper.transparent-header .carticon-mobile , #header_wrapper.transparent-header .carticon-mobile:hover{

	color:#454545;

	background-color:transparent!important;

}



#header_wrapper.transparent-header.header-scheme-light .search-button ,#header_wrapper.transparent-header.header-scheme-light .search-button:hover ,

#header_wrapper.transparent-header.header-scheme-light .header-nav .social-icons li a, #header_wrapper.transparent-header.header-scheme-light .header-nav .social-icons li a:hover , #header_wrapper.transparent-header.header-scheme-light .cart-icon-wrapper , #header_wrapper.transparent-header.header-scheme-light .cart-icon-wrapper:hover , #header_wrapper.transparent-header.header-scheme-light  .toggle-menu , #header_wrapper.transparent-header.header-scheme-light  .toggle-menu:hover , #header_wrapper.transparent-header.header-scheme-light .carticon-mobile , #header_wrapper.transparent-header.header-scheme-light .carticon-mobile:hover{

	color:#fff!important;

	background-color:transparent!important;

}



#header-search{

	-webkit-box-shadow:none;

	-moz-box-shadow:none;

	box-shadow:none;

}





/* Header Variations */





/* Header Type 2*/



#header.type2 #main_navigation_container{

	position:relative;

}



#header.type2 .logo-container{

	position:absolute;

	left:50%;

	margin-left:-42px;

	text-align:center;

	padding:0;

	box-sizing:border-box;

	-webkit-box-sizing:border-box;

	-webkit-box-sizing:border-box;

}





#header.type2 #logo img {

	margin:0 auto;

}



#header.type2 .left-nav-container{

	width:50%;

	float:left;

	padding-right:67px;

}



#header.type2 .right-nav-container{

	width:50%;

	float:right;

	padding-left:67px;

}



#header.type2 .left-nav-container ul.main_menu{

	float:right;

}



#header.type2 .right-nav-container ul.main_menu{

	float:left;

}



/* Header type 3 */



#header.type3 #top_navigation_container{

	position:relative;

	text-align:center;

}



#header.type3 #logo img{

	margin:0 auto;

}



#header.type3 #main_navigation .logo-container{

	display:inline-block;

	float:none;

}



#header.type3 .nav-container{

	position:relative;

	text-align:center;

}



#header.type3 .nav-container .header-divider,

#header.type3 .nav-container .header-divider{

	position:absolute;

	left:0;

	top:0;

	height:1px;

	display:inline-block;

	z-index:1;

	width:100%;

	background-color:#eee;

}







#header.type3 .nav-container.dw-grid .full-divider{

	display:none;

}



#header.type3 .nav-container.dw-grid .grid-divider{

	display:inline-block;

}



#header.type3 .nav-container.border-center .header-divider-bottom{

	display:none;

}



#header.type3 .nav-container.border-center .header-divider{

	top:50%;

}





#header.type3 .nav-container .header-divider-bottom{

	top:auto;

	bottom:0;

}





/*#header.type3 .nav-container.dw-grid #main_navigation_container{

	position:relative;

}

*/



#header.type3 .nav-container.border-no .header-divider{

	display:none;

}





#header.type3 ul.main_menu{

	width:100%;

	text-align:center;

	float:none;

}



#header.type3 .nav-container.border-center ul.main_menu{

	background-color:#fff;

	width:auto;

	display:inline-block;

	padding:0 60px;

	position:relative;

	z-index:2;

}





#header.type3 ul.main_menu > li:first-child{

	margin-left:0!important;

}

#header.type3 ul.main_menu > li{

	line-height:70px!important;

	height:70px!important;

}



#header.type3 .border-center ul.main_menu > li{

	line-height:1!important;

	height:auto!important;

}







#header.type3 .header-nav .social-icons{

	float:none;

	margin-left:0!important;

	position:absolute;

	left:0;

	top:0;

}



#header.type3 .header-nav .social-icons{

	float:none;

	margin-left:0!important;

	position:absolute;

	left:0;

	top:0;

}



#header.type3 .header-right-content{

	float:none;

	position:absolute;

	right:0;

	top:0;

}



#header.type3 #header-search-button,

#header.type3 .cart-container{

	float:right;

	margin-left:15px!important;

}



#header.type3 .header-nav .social-icons li a ,

#header.type3 #header-search-button a ,

#header.type3 .cart-icon-wrapper{

	width:45px;

	height:45px;

	font-size:24px;

	padding-top:9px;

}



#header.type3 #header-search-button a ,

#header.type3 .cart-icon-wrapper{

	font-size:21px;

}



#header.type3 .nav-container{

	transition: all 0.15s;

	-webkit-transition: all 0.15s;

	-moz-transition: all 0.15s;

}





/* Header 4 */





body.type4{

	padding-left:400px;

}



body.type4 #header_wrapper{

	display:none;

}



#side_header{

	position:fixed;

	left:0;

	top:0;

	width:400px;

	height:100%;

	overflow:hidden;

	padding:40px 45px;

}







@media only screen and (max-width: 1460px) and (min-width: 1000px){



body.type4 .container{

	max-width:1020px;

}



body.type4{

   padding-left:300px;

}

	

#side_header{

   width:300px;

}



}









#side_header ul.side_menu{

	float:none;

	text-align:left;

	list-style:none;

	margin:30px 0 0;

	padding:0;

}



#side_header ul.side_menu li{

	margin:0;

	padding:0;

	list-style-type:none;

	display:block;

}





#side_header ul.side_menu > li > a{

	display:block;

	width:100%;

	line-height:125%;

	padding:18px 5px;

	border-bottom:1px solid #e8e8e8;

	color:#454545;

}



#side_header ul.side_menu li.menu-item-has-children > a{

	position:relative;

	padding-right:30px;

}



#side_header ul.side_menu li.menu-item-has-children >  a:after{

	content:"\4c";

	position:absolute;

	right:10px;

	top:18px;

	display:inline-block;

	font-family:"fontAwesome";

}



#side_header ul.side_menu ul li.menu-item-has-children >  a:after{

	top:10px;

}



#side_header ul.side_menu li.menu-item-has-children.selected >  a:after{

	content:"\4b";

}





#side_header ul.side_menu li:last-child a{

	border-bottom:none;

}



#side_header ul.side_menu li ul{

	padding:10px 0 15px 10px;

	display:none;

	margin:0;

}



#side_header ul.side_menu > li > ul{

	border-bottom:1px solid #eee;

}



#side_header ul.side_menu li ul ul{

	padding:0;

	padding-left:15px;

	border-bottom:0;

}



#side_header .sub-menu li a{

	color:#666;

	padding:10px 0;

	display:block;

	font-size:12px;

	line-height:120%;

}





#side_header .sub-menu .sub-menu li a{

	padding:8px 0;

}



#side_header.header-nav .social-icons{

	margin:30px 0 0;

	float:none;

	display:block;

	text-align:left;

}



#side_header.header-nav .social-icons li{

	height:auto!important;

	line-height:1!important;

}



#side_header .side-nav-extra{

	margin:40px 0 0;

}



#side_header .contact-info{

	margin:20px 0 0;

	padding:20px 0 0;

	list-style:none;

	border-top:1px solid #e8e8e8;

	display:block;

}



#side_header .contact-info li{

	color:#454545;

	display:block;

	line-height:120%;

	padding:4px 0;

}



#side_header .contact-info li i{

	margin-right:5px;

	vertical-align:middle;

	font-size:120%;

}







/* Shrinked Navigation */



#header #main_navigation {

	min-height:65px;

}



#header:not(.type3).shrinked #main_navigation {

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);

	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.11);

	box-shadow: 0 1px 3px rgba(0,0,0,0.11);

	

}





#header.shrinked #main_navigation #logo,

#header.shrinked #main_navigation ul.main_menu > li{

	height: 65px!important;

	max-eight: 65px!important;

	line-height:65px!important;

}





#header.type3.shrinked .header-nav .social-icons li a ,

#header.type3.shrinked #main_navigation #header-search-button a ,

#header.type3.shrinked #main_navigation  .cart-icon-wrapper{

	height:30px;

	width:30px;

	font-size:15px;

	padding-top:6px;

}



#header.type3.shrinked .nav-container{

	opacity:0;

	filter:alpha(opacity=0);

	height:0;

	max-height:0;

}



#header.type3.shrinked:hover .nav-container{

	max-height:none;

	height:auto;

	opacity:1;

	filter:alpha(opacity=100);

}





#header.type3.shrinked ul.main_menu > li {

	line-height:50px!important;

	height:50px!important

}





#mobile-menu-container{

	display:none;

	float:right;

	width:auto;

	padding-right:25px;

	line-height:80px;

	height:80px;

	

}





#header_wrapper.transparent-header.header-scheme-light .toggle-menu ,

#header_wrapper.transparent-header.header-scheme-light .carticon-mobile{

	color:#ffffff!important;

	background-color:transparent!important

}



.toggle-menu:hover,

.toggle-menu.active {

	color: #2ac4ea;

}



.carticon-mobile:hover{

	color:#444;

}







/*------------------------------------------------*/

/* Mobile Navigation 

/*------------------------------------------------*/



#mobile_navigation {

    position: fixed;

    top: 0;

    right: -300px;

    width: 300px;

    height: 100%;

    background-color: #222;

    color: #666666;

    display: block;

    z-index: 30;

    -webkit-transition: right 0.3s;

    -moz-transition: right 0.3s;

    -ms-transition: right 0.3s;

    -o-transition: right 0.3s;

    transition: right 0.3s;

	overflow-y: scroll;

    -webkit-overflow-scrolling: touch;

}



#close-mobile-menu{

	position:absolute;

	right:15px;

	top:30px;

	color:#888;

	border:1px solid #888;

	font-size:10px;

	line-height:23px;

	width:25px;

	height:25px;

	text-align:center;

	display:inline-block;

	border-radius:50%;

	-webkit-border-radius:50%;

	z-index:10;

}



#close-mobile-menu:hover{

	color:#fff;

	border-color:#fff;

}



#mobile_navigation .mobile_menu {

    padding:20px 30px;

	margin:0;

    list-style: none;

	max-height: 100%;

}

#mobile_navigation .mobile_menu  > li {

	display:block;

	width:100%

}

#mobile_navigation .mobile_menu > li > a {

    color: #aaa;

    font-weight: 600;

    font-size: 12px;

    line-height: 40px;

    height: 40px;

    display: block;

    position: relative;

	padding:0 5px;

	text-transform:uppercase;

	letter-spacing:1px;

	-webkit-transition:all 0.3s ease-in-out;

	-moz-transition:all 0.3s ease-in-out;

	transition:all 0.3s ease-in-out;

}

#mobile_navigation .mobile_menu > li.active > a,

#mobile_navigation .mobile_menu > li.active > a:hover {

    color: #fff ; 

}

#mobile_navigation .mobile_menu > li .sub-menu {

    margin: 0;

    padding: 0;

    list-style: none;

}

#mobile_navigation .mobile_menu > li .sub-menu li {

	width:100%;

	 padding:0;

	 margin:0

}

#mobile_navigation .mobile_menu > li .sub-menu li a {

    color: #888;

    font-size: 11px;

    line-height:25px;

	text-transform:uppercase;

	letter-spacing:1px;

	font-weight:600;

	padding:0 0 0 20px;

	display:block;

	position:relative;

	overflow:hidden;

	text-overflow:ellipsis;

	white-space:nowrap

}



#mobile_navigation .mobile_menu > li .sub-menu li a:hover {

    color: #eee

}



body.expanded #mobile_navigation {

    right: 0em;

}





/*------------------------------------------------*/

/*  header sticky panel 

/*------------------------------------------------*/





#header-search-panel {

	height:auto;

	position:absolute;

	right:0px;

	top:50%;

	margin-top:-18px;

	width:100%;

	background-color:#EDE5D7;

	display: none;

	z-index:10004;

	width:420px;

	border:2px solid #eee;

}



#header.type3 #header-search-panel{

	margin-top:-30px;

}



#header-search-panel > div{

	position:relative;

}



#header-search-panel > div .close-icon{

	position:absolute;

	right:13px;

	top:13px;

	font-size:14px;

	line-height:1;

	border-bottom:none!important;

	z-index:1;

}



#header.type3 #header-search-panel > div .close-icon{
	font-size:21px;
	right:15px;
	top:17px;
}



#header-search {
	width: 100%;
	color: #666!important;
	border: none!important;
	height:40px;
}



#header.type3 #header-search{

	padding:20px;

}



#header-search:focus {

	outline: none!important;

	color: #222;

}



#header-search-panel input[type="submit"] {

	opacity: 0!important;

	filter:alpha(opacity=0)!important;

	display:none!important;

}





/*------------------------------------------------*/

/*  Titlebar 

/*------------------------------------------------*/



#titlebar {

	background: #f6f6f6;

	border-top:none;

	position:relative;

}



#titlebar .titlebar-overlay{

	position:absolute;

	left:0;

	top:0;

	width:100%;

	height:100%;

	display:block;

	filter:alpha(opacity=100);

	opacity:1;

}



#titlebar .titlebar-wrapper{

	display:table;

	width:100%;

	height:auto;

	min-height:auto;

	padding:5px 0;

	-webkit-box-sizing:content-box;

	-moz-box-sizing:content-box;

	box-sizing:content-box;

	z-index:1;

	position:relative;

}



.type3.border-center #titlebar .titlebar-wrapper{

	padding-bottom:10px;

}





 #titlebar.titlebar-type-transparent .titlebar-wrapper{

	 padding:0 0 25px;

 }



.semitrans-header-yes #titlebar.titlebar-type-transparent .titlebar-wrapper{

	padding-bottom:15px!important;

}





#titlebar.titlebar-type-transparent{

	padding-top:84px;

}





body.type4 #titlebar.titlebar-type-transparent{

	padding-top:0!important;

}



body.type4 #titlebar.titlebar-type-transparent .titlebar-wrapper{

	 padding-bottom:0!important;

 }





#titlebar .titlebar-content{

	display:table-cell;

	vertical-align:middle;

	text-align:center;

}



#titlebar.titlebar-valignment-top .titlebar-content{

	vertical-align:top;

}



#titlebar.titlebar-valignment-bottom .titlebar-content{

	vertical-align:bottom;

}



#titlebar {

	background-position: center center;

}







/* Titlebar content */



#titlebar .titlebar-heading h1 {

	font-size:14px;

	line-height:25px;

	color:#454545;

	margin-bottom:0;

	font-family:inherit;

	letter-spacing:1px;

	font-weight:600;

	text-transform:uppercase;

}



#titlebar .titlebar-subcontent{

	font-size:16px;

	font-weight:400;

	line-height:25px;

	clear:left;

	color:#696969;

}





#titlebar.titlebar-size-medium .titlebar-heading h1 {

	font-size:29px;

	line-height:40px;

}



#titlebar.titlebar-size-medium .titlebar-subcontent{

	font-size:18px;

	line-height:28px;

}



#titlebar.titlebar-size-large .titlebar-heading h1 {

	font-size:55px;

	line-height:60px;

	font-weight:700;

	letter-spacing:3px;

	text-transform:uppercase;

}



#titlebar.titlebar-size-large .titlebar-subcontent{

	font-size:20px;

	line-height:30px;

	font-weight:300;

}





#titlebar.border-yes{

	border-bottom:1px solid #eee;

	border-top:1px solid #eee;

}



.type3 #titlebar.border-yes{

	border-top:none;

}





#titlebar .titlebar-heading{

	width:50%;

	float:left;

	padding:0 20px;

	text-align:left;

	margin-bottom:0;

}



#titlebar #breadcrumbs{

	width:50%;

	text-align:right;

	float:right;

	padding:0 20px;

	font-size:12px;

	line-height:18px;

	margin-bottom:0;

}



#titlebar #breadcrumbs span{

	display:inline-block;

	padding:0 2px;

	color:#999;

}



#titlebar #breadcrumbs span a{

	color:#666;

}



#titlebar #breadcrumbs span a:hover{

	color:#444;

}



#titlebar .post-meta-data{

	color:#fff;

	text-align:center;

	width:100%;

}



#titlebar .post-meta-data span a {

	color:#fff!important;

}



#titlebar .post-meta-data span:after{

	background-color:#fff;

}



#titlebar.titlebar-alignment-center .titlebar-heading,

#titlebar.titlebar-alignment-center .titlebar-subcontent,

#titlebar.titlebar-alignment-center #breadcrumbs{

	float:none;

	width:100%;

	clear:both;

	text-align:center;

}



#titlebar.titlebar-alignment-center .titlebar-heading{

	margin-bottom:10px;

}



#titlebar.titlebar-alignment-center .titlebar-heading + #breadcrumbs{

	margin-top:-5px;

	margin-bottom:10px;

}



#titlebar.titlebar-type-transparent.titlebar-alignment-center .titlebar-heading{

	margin-bottom:35px;

}





body.type4 #titlebar.titlebar-type-transparent.titlebar-alignment-center .titlebar-heading,

.semitrans-header-yes #titlebar.titlebar-type-transparent.titlebar-alignment-center .titlebar-heading{

	margin-bottom:0!important;

}







#titlebar .titlebar-subcontent{

	margin-top:5px;

}



#titlebar.titlebar-alignment-center #breadcrumbs{

	margin-top:5px;

	margin-bottom:5px;

}





#titlebar.titlebar-scheme-light .post-meta-data{

	color:#696969;

}



#titlebar.titlebar-scheme-light .post-meta-data span a {

	color:#696969!important;

}



#titlebar.titlebar-scheme-light .post-meta-data span:after{

	background-color:#696969;

}







#titlebar.titlebar-scheme-light .titlebar-content  h1 {

	color:#fff!important;

}





#titlebar.titlebar-scheme-light .titlebar-subcontent{

	color:#f0f0f0!important;

}



#titlebar.titlebar-scheme-light #breadcrumbs span{

	color:#eee;

}



#titlebar.titlebar-scheme-light #breadcrumbs a,

#titlebar.titlebar-scheme-light #breadcrumbs a:hover{

	color:#fcfcfc;

}





/*------------------------------------------------*/

/*  Bloackquote

/*------------------------------------------------*/

blockquote {

	-webkit-font-smoothing: antialiased;

	border: 0;

	margin:0 0 20px;

	padding-left:20px;

	border-left:3px solid #3498db;

	max-width: 100%;

	position: relative;

	font-size: 20px;

	font-weight:400;

	line-height:33px;

}



blockquote p {

	margin-bottom:0

}



/*========================================================*/

/* social icons

/*========================================================*/



.social-icons,

.brad-icons {

	list-style: none;

	margin: 0;

	padding: 0;

}



.brad-icons.icons-align-center{

	text-align:center;

}



.brad-icons.icons-align-right{

	text-align:right;

}



.social-icons > li ,

.brad-icons > li {

	display: inline-block;

	list-style-type: none;

	padding: 0;

	margin:2px;

}



.social-icons > li:last-child ,

.brad-icons > li:last-child {

	margin-right: 0

}

.social-icons a ,

.brad-icons a {

	background: transparent;

	display: inline-block;

	width:auto;

	transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

	line-height: 29px;

	color: #444444;

	font-size: 16px;

	font-weight: normal!important;

}





.social-icons.style2 a,

.brad-icons.style2 a{

	color:#fff;

	background-color:#333333;

	width: 30px;

	height: 30px;

}





.social-icons.large a,

.brad-icons.large a{

	font-size:31px;

	width:50px;	

}



.social-icons.style2.large a,

.brad-icons.style2.large a{

	height:60px;

	width:60px;

	line-height:60px;

	font-size:28px;	

}





.brad-icons.style2 a,

.social-icons.style2 a,

.brad-icons.style3 a,

.social-icons.style3 a{

	text-align:center;

}



.social-icons.medium a ,

.brad-icons.medium a{

	font-size:20px;

	width:32px;

	margin-bottom:3px;

}



.social-icons.medium2 a ,

.brad-icons.medium2 a{

	font-size:25px;

	width:40px;

	margin-bottom:6px;

}



.social-icons.style2.medium a,

.brad-icons.style2.medium a{

	width:32px;

	height:32px;

	font-size:14px;

	line-height:34px;

}



.social-icons.style2.medium2 a,

.brad-icons.style2.medium2 a{

	width:40px;

	height:40px;

	font-size:16px;

	line-height:42px;

}



.social-icons .brad-icon,

.brad-icons .brad-icon{

	width:auto;

	display:inline-block;

}



.social-icons a:hover,

.brad-icons a:hover {

	color:#1abc9c;

}







/*-----------------------------------------------*/

/* Additonal Support for Post Types

/*-----------------------------------------------*/

.posts-grid .post-blockquote .inner-content{

	position:relative;

	padding:30px 30px 25px!important;

}



.post-blockquote-image{

	position:absolute;

	left:0;

	top:0;

	width:100%;

	height:100%;

	background-repeat:no-repeat;

	background-position:center center;

	-webkit-background-size:cover;

	-moz-background-size:cover;

	background-size:cover;

	z-index:1;

}



.post-blockquote-image-overlay{

	position:absolute;

	left:0;

	top:0;

	width:100%;

	height:100%;

	z-index:2;

}



.post-blockquote .post-blockquote-content{

	position:relative;

	z-index:3;

	padding:60px;

}





.post-format-blockquote{

	margin-bottom:25px;

	position:relative;

	padding-left:40px;

}



.post-format-blockquote i{

	font-size:24px;

	position:absolute;

	left:0;

	top:10px;

}



.post-blockquote  blockquote{

	background:transparent;

	padding:0;

	margin:1;

	border:0;

	font-size:25px;

	letter-spacing:0;

	font-weight:300;

	line-height:35px;

	color:#444;

}



.posts-grid .post-blockquote  blockquote{

	font-size:20px;

	line-height:30px;

}



.post-blockquote.scheme-light blockquote{

	color:#fff;

}



.post-blockquote.scheme-light .post-format-blockquote i{

	color:#eee;

}







.posts-grid .post-format-blockquote{

	margin-bottom:20px;

}



.grid-post-format-container .post-blockquote  blockquote{

	font-size:19px;

	line-height:30px;

}



.post-blockquote  blockquote a{

	color:#555;

}

.post-blockquote  blockquote a:hover{

	color:#2d2d2d;

}



.post-blockquote.scheme-light  blockquote a{

	color:#eee;

}

.post-blockquote.scheme-light  blockquote a:hover{

	color:#fff;

}



.posts-carousel .excerpt{

	margin-bottom:0;

}





.post-blockquote blockquote p{

	margin-bottom:0;

}



.post-blockquote blockquote cite{

	font-style:italic;

	font-weight:normal;

	font-size:14px;

	color:#aaa;

	margin-top:5px;

	display:block;

	letter-spacing:0px;

}



.post-blockquote  blockquote cite a{

	color:#aaa;

}



.post-blockquote blockquote cite a:hover{

	color:#454545;

}





/*------------------------------------------------*/

/*  Standard post

/*------------------------------------------------*/



.post-standard {

	margin-bottom:80px;

	padding-bottom:60px;

	border-bottom:2px solid #d8d8d8;

	position:relative;

}



.post-standard:last-child{

	margin-bottom:50px!important;

}



.post-standard.post-single{

	margin-bottom:60px;

}



.post-standard.post-blockquote{

	padding-bottom:0!important;

}



.post-standard .bx-wrapper ,

.post-standard > .image{

	margin-bottom:50px;

}



.post-standard.hide-border{

	border-bottom:0!important;

	padding-bottom:0;

}







/* post upper*/

.post-standard .post-upper{

	margin-bottom:30px;

}



.post-standard .post-upper h2{

	margin-bottom:0;

}



.post-standard .post-upper .post-meta-data{

	margin-bottom:5px;

}







/* post botton */

.post-bottom{

	margin-top:50px;

}



.post-bottom .button + .post-meta-data{

	float:right;

	text-align:right;

	padding-top:15px;

}



.post-bottom .post-single-tags + .post-meta-data{

	float:right;

	text-align:right;

	padding-top:2px;

}



.post-bottom .post-meta-data{

	margin-bottom:0;

}

.post-standard .post-bottom{

	margin-top:30px;

}





/* post alignment top */

.post-standard.post-alignment-top .bx-wrapper ,

.post-standard.post-alignment-top > .image{

	margin-top:40px;

}



.post-standard.post-alignment-bottom .bx-wrapper ,

.post-standard.post-alignment-bottom > .image{

	margin-bottom:0

}



.post-standard.maxwidth-yes .post-content,

.post-standard.maxwidth-yes .post-bottom,

.post-standard.maxwidth-yes .post-share-container{

	max-width:940px;

	margin-left:auto;

	margin-right:auto;

}





/*post different bg style */



.post-standard.bg-style-grey{

	background-color:#f6f6f6;

	border-bottom:2px solid #ddd;

}



.post-standard.bg-style-white{

	background-color:#fff;

	border-bottom:2px solid #ddd;

}



.post-standard.bg-style-stroke{

	border:1px solid #ddd;

	border-bottom:2px solid #ddd;

}





.post-standard.bg-style-grey .post-content,

.post-standard.bg-style-white .post-content,

.post-standard.bg-style-stroke .post-content,

.post-standard.bg-style-stroke .post-bottom,

.post-standard.bg-style-white .post-bottom,

.post-standard.bg-style-grey .post-bottom{

	padding-left:35px;

	padding-right:35px;

}



.post-standard.bg-style-grey .post-upper,

.post-standard.bg-style-white .post-upper,

.post-standard.bg-style-stroke .post-upper{

	padding:35px 35px 0;

}





/* post share container for all posts */

.post-share-container{

	width:100%;

	height:auto;

	text-align:center;

	background:transparent;

    border:none;

	margin-top:35px;

	position:relative;

}



.post-share-container:after{

	content:"";

	position:absolute;

	display:inline-block;

	width:100%;

	left:0;

	bottom:0;

	height:2px;

	background-color:#eee;

}



.post-share-container .post-share{

	display:inline-block;

	position:relative;

	padding:0 20px;

	overflow:visible;

	z-index:1;

	top:10px

}



.post-share-container .share-label{

	text-transform:uppercase;

	letter-spacing:1px;

	color:#999;

	font-size:13px;

	font-weight:500;

	position:relative;

	padding:0 15px;

	background-color:#fff;

}



.post-share-container .share-label:hover{

	color:#555;

}





.post-share-container .post-share .post-share-menu{

	left:50%;

	margin-left:-22px;

	margin-top:20px;

}





/* About the author */

.about-the-author{

	margin-bottom:60px;

}



.about-the-author > .avatar{

	float:left;

}



.about-the-author > .avatar img{

	-webkit-border-radius:50%;

	-moz-border-radius:50%;

	border-radius:50%;

}



.about-the-author .author-info{

	margin-left:90px;

}



.no-comments{

	margin-top:20px;

}

/*------------------------------------------------*/

/*  Post items grid and post carousel

/*------------------------------------------------*/





.blog-gird{

	position:relative;

}



.blog-gird .spinner-block{

	position:absolute;

	left:50%;

	top:15%;

	margin-left:-20px;

	width:40px;

	height:40px;

	margin-top:-20px;

	z-index:5;

}



.posts-grid {

	opacity : 0;

	list-style: none;

	padding: 0;

}



.posts-grid > li {

	float: left;

	list-style:none;

}



.posts-grid  .image img{

     transition: all .3s ease;

     -webkit-transition: all .3s ease;

     -moz-transition: all .3s ease;

}



.posts-grid  a:hover .image img{

	-ms-transform: scale(1.1,1.1);

    -webkit-transform: scale(1.1,1.1);

    transform: scale(1.1,1.1);

}



.posts-grid .post-meta-data{

	margin-bottom:5px;

	line-height:115%;

}



.posts-grid .post-blockquote .post-meta-data{

	margin-bottom:10px;

}





.posts-grid h4{

	margin-bottom:10px;

}



.posts-grid > li .excerpt{

	clear:both;

	margin-bottom:10px!important;

	font-size:14px;

	line-height:25px;

}



.posts-grid .post-bottom{

	margin-top:12px;

}



.posts-grid.posts-grid-bg-grey > li .inner-content {

	background-color: #f6f6f6;

}



.posts-grid.posts-grid-bg-stroke > li .inner-content {

	border:1px solid #e8e8e8;

}



.posts-grid.posts-grid-bg-pstroke > li .inner-content {

	border:1px solid #e8e8e8;

	padding:25px 25px 5px;

}





.posts-grid.posts-grid-bg-white > li .inner-content {

	background-color: #ffffff;

}



.posts-grid .post-text-container{

	padding:25px 0;

}



.posts-grid .post-blockquote .post-text-container{

	padding:0!important;

}



.posts-grid.posts-grid-bg-white .post-text-container,

.posts-grid.posts-grid-bg-grey .post-text-container,

.posts-grid.posts-grid-bg-stroke .post-text-container{

	padding:25px 25px 30px;

	position:relative;

}





.posts-grid.posts-grid-bg-white .post-text-container:after,

.posts-grid.posts-grid-bg-grey .post-text-container:after{

	content:"";

	position:absolute;

	display:inline-block;

	border:10px solid transparent;

	border-bottom:10px solid #fff;

	left:25px;

	top:-20px;

}



.posts-grid .post-blockquote .post-text-container:after{

	content:none!important;

}



.posts-grid.posts-grid-bg-grey .post-text-container:after{

	border-bottom-color:#f6f6f6;

}







/* sticky post */

.sticksy-post{

	position:absolute;

	left:0;

	z-index:1000;

	display:inline-block;

	padding:20px;

	bottom:0;

	font-size:15px;

	text-transform:uppercase;

	letter-spacing:1px;

	color:#fff;

	background-color:#2b2b2b;

	font-weight:600;

}



.posts-grid .sticksy-post{

	padding:10px;

	font-size:13px;

}



/*----------------------------------------------*/

/* Related Posts

------------------------------------------------*/

.related-posts-container{

	margin-bottom:60px;

}



.related-posts-container.no-border{

	border-top:0;

	padding-top:0;

}



.related-posts {

	 margin:0;

	 padding:0;

	 list-style:none;

}



.related-posts li{

	list-style-type:none;

	padding:7px 0;

	line-height:1;



}



.related-posts li a{

	padding-left:12px;

	position:relative;

}



.related-posts li a:after{

	content: "\f105";

	font-family: "fontAwesome";

	position:absolute;

	left:0;

	top:3px;

}



.related-posts li:last-child{

	border-bottom:none;

}



.related-posts li span{

	color:#aaa;

	margin-left:10px;

}





/*------------------------------------------------*/

/*  page nav

/*------------------------------------------------*/



.page-nav {

	margin:30px auto 20px!important;

	width:100%;

	max-width:1200px;

	text-align:center;

}

.page-nav  span,

.page-nav  a{

	color: #333;

    margin: 0 1px;

    display: inline-block;

    font-size: 13px;

    line-height: 1;

    width: 45px;

    height: 45px;

	background-color:#fafafa;

	font-weight:500;

	line-height:45px;

    text-align: center;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

    border-radius: 3px;

}



.page-nav span.active {

	color:#222;

	background-color:#f0f0f0;

}



.page-nav  a:hover{

	background-color:#f5f5f5;

}



.page-nav a.next,

.page-nav a.prev{

	width:auto;

	padding:0 15px;

}



.page-nav a.next i ,

.page-nav a.prev i {

	vertical-align:-2px;

	margin-left:5px;

	font-size:120%;

}

.page-nav a.prev  i {

	 margin-left:0px;

	 margin-right:5px

}





/*------------------------------------------------*/

/* Single Page Links

/*------------------------------------------------*/

.page-links {

	margin-top: 20px;

	margin-bottom:20px;

	border: 1px solid #e4e4e4;

	padding: 10px;

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	border-radius: 4px;

}



.page-links p{

	margin-bottom: 0;

}



.page-links:empty {

	display: none!important;

}



/*------------------------------------------------*/

/* search Result Page

/*------------------------------------------------*/



.search-results-box {

	padding:0px 0px 50px;

	border-bottom:1px solid #ddd;

	margin-bottom:50px;

}



.search-results-box > h4 {

	margin-bottom:5px;

}

.search-results-box p {

	margin-bottom:20px;

}



.post-search-container{

	margin-top:20px;

}



.post-search-container > h4 {

	margin-bottom:40px;

}



.post-search {

	position:relative;

	padding-left:110px;

	margin-bottom:50px;

	min-height:80px;

}



.post-search .search-type {

	width:80px;

	height:80px;

	line-height:80px;

	display:inline-block;

	font-size:32px;

	color:#999999;

	border:1px solid #bbb;

	-webkit-border-radius:50%;

	-moz-border-radius:50%;

	border-radius:50%;

	text-align:center;

	position:absolute;

	left:0;

	top:0

}



.post-search .search-image img {

	position:absolute;

	left:0;

	top:0;

	width:80px;

	height:80px;

	-webkit-border-radius:50%;

	border-radius:50%;

}

	

.post-search .search-info h3{

	margin-bottom:5px

}



.post-search .search-info .excerpt {

	margin-top:20px;

	margin-bottom:0;

}







/*------------------------------------------------*/

/*  Post Content

/*------------------------------------------------*/



ul , ol {

	margin-left: 20px;

	margin-bottom: 20px;

}



ul ul ,  ol ol ,  ul ol ,  ol ul  {

	margin-bottom:0;

}





 dl {

	margin-bottom:20px;

}



dt {

    float: left;

    width: auto;

    font-weight: bold;

	padding-right:10px;

}



 dl dd{

	padding-left:0;

}





 ul li {

	list-style: disc;

	list-style-position: outside;

}



 ol li {

	list-style: decimal;

	list-style-position: outside;

	line-height:23px

}



 img {

	max-width: 100%;	

	height: auto;

	image-rendering: optimizeQuality;

}



code {

   display: block;

   padding: 15px 20px 15px 20px;

   background-color: #ebebeb;

   font: 12px "Andale Mono",Courier,"Courier New",monospace;

   max-width:100%;

}



.form-allowed-tags code {

	margin-top:15px;

}



pre {

	background: #e4e4e4;

	font-family: Consolas, "Liberation Mono", Courier, monospace;

    font-weight: bold;

    padding: 22px;

    color: #777;

    font-size: 14px;

	line-height:1.32;

    margin-bottom: 22px;

	max-width: 100%;

	overflow: auto;

	white-space: pre-wrap!important;       /* css-3 */

    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */

    white-space: -pre-wrap;      /* Opera 4-6 */

    white-space: -o-pre-wrap;    /* Opera 7 */

    word-wrap: break-word;    

	-moz-hyphens:    none;

	-ms-hyphens:     none;

	hyphens:         none;

}



table,

th,

td {

	border: 1px solid rgba(0, 0, 0, 0.1);

}



table {

	border-collapse: separate;

	border-spacing: 0;

	border-width: 1px 0 0 1px;

	margin-bottom: 24px;

	width: 100%;

}



caption,

th,

td {

	font-weight:inherit;

	text-align: left;

	padding:8px 15px;

}



th {

	border-width: 0 1px 1px 0;

	font-weight: bold;

}



td {

	border-width: 0 1px 1px 0;

}



del {

	color: #767676;

}



mark{

	color:#000;

	background-color:transparent;

}



hr {

	background-color: rgba(0, 0, 0, 0.1);

	border: 0;

	height: 1px;

	margin-bottom: 23px;

}



.wp-caption {

    max-width: 100%;

}



.wp-caption .wp-caption-text {

	text-align: center;

    margin-top: 5px;

    margin-bottom: 5px;

	font-size:12px;

}



/* Native wordpress gallery code */



.gallery {

	margin-bottom: 20px!important;

}



.gallery-item {

	float: left;

	margin: 0 4px 4px 0;

	overflow: hidden;

	position: relative;

}



.gallery-icon{

	width:100%!important;

	padding:0!important;

}



.gallery-icon a , .gallery-icon a img{

	display:block!important;

	width:100%!important;

	height:auto!important;

}





.gallery-columns-1 .gallery-item {

	max-width: 100%;

}



.gallery-columns-1 .gallery-item {

	width:100%!important;

	height:auto;

}



.gallery-columns-2 .gallery-item {

	max-width: 48%;

	max-width: -webkit-calc(50% - 4px);

	max-width:         calc(50% - 4px);

}



.gallery-columns-3 .gallery-item {

	max-width: 32%;

	max-width: -webkit-calc(33.3% - 4px);

	max-width:         calc(33.3% - 4px);

}



.gallery-columns-4 .gallery-item {

	max-width: 23%;

	max-width: -webkit-calc(25% - 4px);

	max-width:         calc(25% - 4px);

}



.gallery-columns-5 .gallery-item {

	max-width: 19%;

	max-width: -webkit-calc(20% - 4px);

	max-width:         calc(20% - 4px);

}



.gallery-columns-6 .gallery-item {

	max-width: 15%;

	max-width: -webkit-calc(16.7% - 4px);

	max-width:         calc(16.7% - 4px);

}



.gallery-columns-7 .gallery-item {

	max-width: 13%;

	max-width: -webkit-calc(14.28% - 4px);

	max-width:         calc(14.28% - 4px);

}



.gallery-columns-8 .gallery-item {

	max-width: 11%;

	max-width: -webkit-calc(12.5% - 4px);

	max-width:         calc(12.5% - 4px);

}



.gallery-columns-9 .gallery-item {

	max-width: 9%;

	max-width: -webkit-calc(11.1% - 4px);

	max-width:         calc(11.1% - 4px);

}



.gallery-columns-1 .gallery-item:nth-of-type(1n),

.gallery-columns-2 .gallery-item:nth-of-type(2n),

.gallery-columns-3 .gallery-item:nth-of-type(3n),

.gallery-columns-4 .gallery-item:nth-of-type(4n),

.gallery-columns-5 .gallery-item:nth-of-type(5n),

.gallery-columns-6 .gallery-item:nth-of-type(6n),

.gallery-columns-7 .gallery-item:nth-of-type(7n),

.gallery-columns-8 .gallery-item:nth-of-type(8n),

.gallery-columns-9 .gallery-item:nth-of-type(9n) {

	margin-right: 0;

}



.gallery-caption {

	background-color: rgba(0, 0, 0, 0.7);

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

	color: #fff;

	font-size: 12px;

	line-height: 1.5;

	margin: 0;

	max-height: 50%;

	opacity: 0;

	padding: 6px 8px;

	position: absolute;

	bottom: 0;

	left: 0;

	text-align: left;

	width: 100%;

}



.gallery-caption:before {

	content: "";

	height: 100%;

	min-height: 49px;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

}



.gallery-item:hover .gallery-caption {

	opacity: 1;

}



.gallery-columns-7 .gallery-caption,

.gallery-columns-8 .gallery-caption,

.gallery-columns-9 .gallery-caption {

	display: none;

}

.post-password-form input[type="password"]{

	width:100%;

	margin-bottom:10px;

	margin-top:10px;

}





/*--------------------------------------------------*/

/* Comments

/*--------------------------------------------------*/



#comments {

	margin-top: 50px

}

#comments > h4 {

	margin-bottom: 0px

}

.commentlist {

	margin-left: 0px!important;

}

.commentlist > li {

	padding-bottom: 20px;

}



.commentlist li {

	list-style: none!important;

}

.commentlist li h5 {

	margin-bottom:3px;

}







.commentlist li.comment > div , .commentlist li.pingback > div {

	margin: 0;

	overflow: hidden;

	margin-top: 35px;

	position: relative;

	padding-left:80px;

	position:relative;

}



.commentlist li.pingback > div {

	padding-left:0;

}



/* Comments Children */

.commentlist .children {

	border-left: 1px dashed #ddd;

	position: relative;

	margin-left: 30px;

	padding-left: 30px

}

.commentlist .children:after {

	content: "";

	position: absolute;

	display: inline-block;

	width: 20px;

	border-bottom: 1px dashed #d8d8d8;

	left: 0;

	top: 30px

}

.commentlist li.comment > div img.avatar {

	position: absolute;

	left:0;

	top:0;

	border-radius: 50%

}

.commentlist .comment-author {

	color: #333;

	font-weight: 400;

	font-size: 14px;

	margin-bottom: -1px

}

.commentlist .comment-author:first-letter {

	text-transform: uppercase

}

.commentlist .comment-meta {

	font-size: 13px;

	line-height: 13px;

	color:#aaa;

}

.commentlist .comment-meta a {

	color: #999;

}

.commentlist .comment-meta a:hover {

	color: #1abc9c

}



.commentlist li.comment > div p {

	padding-bottom: 0px;

	margin-top: 10px;

	margin-bottom: 8px

}

.comment-reply-title {

	display:none;

}



#cancel-comment-reply-link {

	margin-bottom:10px;

	display:inline-block;

}

.comment-author a {

	color: inherit;

}





#respond > p {

	margin: 0 0 20px;

	color: #999

}



#respond .title{

	margin-bottom:20px;

}



#respond form {

	padding: 0;

	margin:0;

}



.logged-in-as{

	margin-bottom:35px;

}





.commentlist .reply{

	position:absolute;

	right:0;

	top:0;

	width:auto;

}



.commentlist .reply a {

	display:inline-block;

	margin-right:10px;

	border:1px solid #2092ef;

	color:#2092ef;

	padding:7px 10px 7px;

	line-height:1;

	font-size:12px;

	-webkit-border-radius:3px;

	-moz-border-radius:3px;

	border-radius:3px;

}



.commentlist .reply a:hover {

	color:#fff;

	background-color:#2092ef;

}





/*------------------------------------------------*/

/*  single-page-nav

/*------------------------------------------------*/

.page-nav-container{

}



.page-nav-next,

.page-nav-prev{

	padding:0 20px;

	width:50%;

	float:left;

	min-height:1px;

}



.page-nav-next{

	text-align:right;

}





.page-nav-prev a,

.page-nav-next a{

	color:#999;

	display:block;

	position:relative;

	padding-right:40px;

	-webkit-transition:none;

	-moz-transition:none;

	transition:none;

}



.page-nav-next a h4 ,

.page-nav-next a i,

.page-nav-next a p,

.page-nav-prev a h4 ,

.page-nav-prev a i,

.page-nav-prev a p{

	-webkit-transition:all 0.2s;

	-moz-transition:all 0.2s;

	transition:all 0.2s;

	

}



.page-nav-prev a{

	padding-left:40px;

	padding-right:0;

}



.page-nav-next a h4,

.page-nav-prev a h4{

	margin-bottom:0;

	color:#777;

}



.page-nav-prev a i,

.page-nav-next a i{

	position:absolute;

	right:0;

	top:-8px;

	font-weight:normal;

	font-size:60px;

	line-height:1;

}





.page-nav-prev a i{

	left:0;

	right:auto;

}



.page-nav-prev a:hover,

.page-nav-next a:hover,

.page-nav-next a:hover h4,

.page-nav-prev a:hover h4{

	color:#222;

}





/*------------------------------------------------*/

/*  post share

/*------------------------------------------------*/





.post-share .post-share-menu{

	list-style:none;

	margin:10px 0 0;

	padding:10px 0;

	display:inline-block;

	position:absolute;

	left:0;

	top:100%;

	background-color:#333;

	background-color:rgba(33,33,33,0.9);

	color:#fff;

	opacity:0;

	z-index:105;

	filter:alpha(opacity=0);

	-webkit-transition:opacity 0.3s;

	-moz-transition:opacity 0.3s;

	transition:opacity 0.3s;

	width:45px;

	height:auto;

	display:none;

}

.post-share.hover .post-share-menu{

	opacity:1;

	filter:alpha(opacity=100);

	display:inline-block;

}

.post-share .post-share-menu:after{

	content:"";

	position:absolute;

	top:-14px;

	left:15px;

	display:inline-block;

	border:7px solid transparent;

	border-bottom:7px solid #333;

	border-bottom-color:rgba(33,33,33,0.9);

}

.post-share .post-share-menu li{

	padding:0;

	list-style-type:none;

	margin:0;

}

.post-share .post-share-menu li a{

	color:#eee;

	width:45px;

	display:inline-block;

	text-align:center;

	height:25px;

	line-height:25px;

}

.post-share .post-share-menu li a:hover{

	color:#fff;



}





/*------------------------------------------------*/

/*  Project Info

/*------------------------------------------------*/



.project-info > div {

	margin-top:5px;

	display: block;

	clear: both;

}

.project-info a{

	color:#666;

}



.project-info a:hover{

	color:#454545;

}



.project-info > div:first-child{

	padding-top:0;

}



.project-info > div:last-child{

	border-bottom:0;

}

.project-info{

	margin-bottom:30px;

}



.project-info > div h4{

	display:inline-block;

	margin-right:4px;

	margin-bottom:0;

	font-size:14px;

	line-height:24px;

}



.project-info > div a:first-letter{

	text-transform:uppercase;

}



/*=========================================================*/

/* Sidebar native Behaviors + Wordpress

/*=========================================================*/



.sidebar {

	min-height: 100%

}

.sidebar .widget {

	margin-bottom: 50px

}

.sidebar .widget > h4 {

	margin: 0;

	margin-bottom: 20px!important;

	position: relative;

	padding:0 15px;

}



.headline-bg-transparent .widget > h4 {

	padding-left:0!important;

	padding-right:0!important;

}



.sidebar .widget > h4 + ul{

	margin-top:-10px!important;

}



/* Default styles can directly be used for wordpress*/

.aligncenter {

	display: block;

	margin: 0 auto;

}

.alignright {

	float: right;

	margin: 0 0 20px 20px;

}

.alignleft {

	float: left;

	margin: 0 20px 20px 0;

}

.alignjustify{

	float:none;

	display:inline-block;

	vertical-align:middle;

}



.floatleft {

	float: left;

}

.floatright {

	float: right;

}

.textcenter {

	text-align: center;

}

.textuppercase {

	text-transform: uppercase;

	letter-spacing:1px;

}

.textright {

	text-align: right;

}

.textleft {

	text-align: left;

}

.wp-caption {

}

.wp-caption img {

}

.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	margin: 0;

	padding: 0 4px 5px;

}

.wp-smiley {

	margin: 0!important;

	max-height: 1em;

}

blockquote.left {

	float: left;

	margin-left: 0;

	margin-right: 20px;

	text-align: right;

	width: 33%;

}

blockquote.right {

	float: right;

	margin-left: 20px;

	margin-right: 0;

	text-align: left;

	width: 33%;

}



/*-------------------------------------------*/

/* Widget settings

/*-------------------------------------------*/

.widget > ul ,

.widget_nav_menu ul{

	list-style: none;

	margin: -3px 0 0;

	padding: 0;

}

.widget:before,

.widget:after {

	display: table;

	line-height: 0;

	content: "";

}

.widget:after {

	clear: both;

}

.widget > ul li ,

.widget_nav_menu ul li {

	display: block;

	padding: 8px 0;

}

.widget_nav_menu ul ul{

	margin-left:15px;

	margin-top:10px;

}



.widget > ul li a,

.widget_nav_menu ul li a {

	display:block;

}



.widget_nav_menu ul ul li:last-child{

	border-bottom:none!important;

	padding-bottom:0;

}

.widget > ul > li > a ,

.widget_nav_menu ul li a { 

	line-height:110%;

	color:#555;

}



.widget > ul > li > a:hover ,

.widget_nav_menu ul li a:hover{

	color:#3498db;

}



.widget_recent_entries li span {

	color: #aaa;

	font-size:13px;

}

.widget  ul  li  a:first-letter {

	text-transform: uppercase

}









/*-------------------------------------------*/

/* Comments Widget

/*-------------------------------------------*/

.widget_recent_comments ul {

	margin-top: 0

}

.widget_recent_comments ul li {

	position:relative;

}

.widget_recent_comments ul li:last-child {

	margin-bottom: 0

}



.widget_recent_comments > ul > li > a:after {

	display: none!important

}



/*-------------------------------------------*/

/* Recent Posts Widget 

/*-------------------------------------------*/

ul.widget-posts {

	margin-top: 0!important

}

.widget-posts li {

	padding: 10px 0 15px!important;

	position: relative!important;

	margin-bottom: 10px;

	min-height:90px;

}

.widget-posts li:last-child {

	margin-bottom: 0

}

.widget-posts li img {

	width: 60px;

	height: 60px;

	float:left;

	margin-bottom:10px;

	margin-right:20px;

}

.widget-posts li h6 {

	margin-bottom: 5px;

	font-size: 15px;

	line-height: 17px;

	font-weight:500;

	color:#333;

	text-transform:none;

	letter-spacing:0;

	

}

.widget-posts li h6 a {

	color:#454545;

}

.widget-posts li h6 a:hover{

	color:#1abc9c;

}

.widget-posts li .date {

	color: #aaa;

	padding: 0;

	margin: 0;

	font-size: 13px;

	font-weight: 400

}



/*-------------------------------------------*/

/* Tag Colud widget & single post tags

/*-------------------------------------------*/

.widget_tag_cloud a ,

.post-single-tags a {

	font-size: 13px !important;

	padding: 3px 10px;

	margin: 0 1px 1px 0;

	display: block;

	float: left;

	border-style: solid;

	border-width: 1px;

	text-decoration: none;

	border-color: #ddd;

	color: #999;

}







.widget_tag_cloud a:hover,

.post-single-tags a:hover{

	color:#666!important;

	border-color:#aaa;

}



.post-single-tags h5{

	float:left;

	margin:5px 5px 0 0;

	letter-spacing:1px;

	color:#444;

	font-size:13px;

}



/*-------------------------------------------*/

/* widget Search Form

/*-------------------------------------------*/

.search-form {

	position: relative;

	padding: 0;

	margin: 0;

	width: 100%;



}



.search-form > div {

	position:relative;

	padding:0;

}



.search-form > div:after{

	content:"\f002";

	position:absolute;

	right:15px;

	top:34px;

	color:#999;

	font-family:"fontAwesome";

	font-size:14px;

}



.search-form input[type=text] {

	font-size: 13px;

	color: #aaa;

	width: 100%;

}

.search-form input[type="submit"] {

	display: none!important

}

/*-------------------------------------------*/

/* Recent Tweets widget

/*-------------------------------------------*/



.recent-tweets > ul{

	list-style:none;

	margin:0;

	padding:0;

}

.recent-tweets > ul li {

	position: relative;

	padding: 0 10px 25px 30px!important;

	border-bottom:none!important;

	list-style-type:none;

}



.recent-tweets > ul li:last-child {

	padding-bottom: 0!important

}



.recent-tweets > ul li:after {

	content: "\f099";

	font-family: "fontAwesome";

	position: absolute;

	top: 1px;

	left: 0;

	color: #aaa;

	font-size: 16px;

	-webkit-font-smoothing: antialiased!important

}



/*=========================================================*/

/* flickr widget + recent work

/*=========================================================*/



.flickr_widget img,

.recent-works-items img {

	display: block;

	width: 100%;

	border-radius: 2px;

	height: auto;

}

.flickr_widget a,

.recent-works-items > a {

	float: left;

	padding: 0 0 5px 4px;

	width: 33.333%

}

.flickr_widget a:hover img,

.recent-works-items a:hover img {

	opacity : 0.7;

}



/*------------------------------------------------*/

/* footer

/*------------------------------------------------*/



.go-top{

	padding: 10px 20px!important;

    min-width: initial!important;

	margin-top:-3px!important;

}



.go-top:hover{

	background-color:transparent!important;

}



#footer{

	position:relative;

	z-index:100;

}



.boxed-layout.padding-yes #footer.cover-padding-yes{

}



.footer-widgets,

.footer-widgets2{

	padding-top: 50px;

	padding-bottom:20px;

}





#footer .widget span {

	color: #888

}



#footer .widget h4 {

	color: #999;

	text-transform: uppercase;

	letter-spacing: 1px;

	font-size: 16px;

	font-family: "Open Sans", sans-serif;

	font-weight: 400;

	margin-bottom:20px;

	padding-left:15px;

}





#footer .widget {

	margin-bottom: 40px!important

}



#footer a {

	color: #bbb;

}



#footer a:hover {

	color: #ddd;

}





/*-------------------------------------------*/

/* Copyright bottom Section

/*-------------------------------------------*/



#copyright{

	padding:15px 0;

	background-color:#222;

}



#copyright .copyright-left,

#copyright .copyright-right {

	float:left;

	padding:15px 15px;

	width:40%;

}



#copyright .copyright-right{

	width:60%;

}









#copyright .social-icons li{

	margin-right:10px

}



#copyright .social-icons li:last-child{

	margin-right:0;

}



#copyright .social-icons li a {

	border-color: transparent!important;

	font-size: 16px;

	line-height:20px;

	color: #555

}

#copyright .social-icons li a:hover {

	color: #fff!important;

}

/*------------------------------------------------*/

/*  Isotope Settings

/*------------------------------------------------*/

.isotope,

.isotope .isotope-item {

	-webkit-transition-duration: 0.8s;

	-moz-transition-duration: 0.8s;

	-ms-transition-duration: 0.8s;

	-o-transition-duration: 0.8s;

	transition-duration: 0.8s;

}

.isotope {

	-webkit-transition-property: height, width;

	-moz-transition-property: height, width;

	-ms-transition-property: height, width;

	-o-transition-property: height, width;

	transition-property: height, width;

}

.isotope .isotope-item {

	-webkit-transition-property: -webkit-transform, opacity;

	-moz-transition-property: -moz-transform, opacity;

	-ms-transition-property: -ms-transform, opacity;

	-o-transition-property: top, left, opacity;

	transition-property: transform, opacity;

}

.isotope.no-transition,

.isotope.no-transition .isotope-item,

.isotope .isotope-item.no-transition {

	-webkit-transition-duration: 0s;

	-moz-transition-duration: 0s;

	-ms-transition-duration: 0s;

	-o-transition-duration: 0s;

	transition-duration: 0s;

}

.isotope-item {

	z-index: 2;

}

.isotope-hidden.isotope-item {

	pointer-events: none;

	z-index: 1;

}



/*------------------------------------------------*/

/*  Carousel setting navigation & pagination

/*------------------------------------------------*/



.bx-carousel-container{

	position:relative;

	opacity:0;

}



.bx-wrapper{

	overflow:hidden;

}



.bx-carousel-container[data-pagination="yes"]{

	padding-bottom:55px!important;

}



.bx-carousel-container .carousel-pagination{

	position:absolute;

	left:0;

	bottom:0;

	min-height:11px;

	width:100%;

}



.flexible-slider > ul{

	list-style-type:none;

	margin:0;

	padding:0;

}



.flexible-slider > ul > li{

	list-style-type:none;

}



.bx-wrapper{

	position:relative;

}



.bx-prev,

.bx-next{

	position:absolute;

	width:40px;

	top:50%;

	left:20px;

	display:inline-block;

	height:40px;

	line-height:34px;

	border:2px solid #fff;

	color:#fff;

	font-size:22px;

	margin-top:-20px;

	z-index:1001;

	text-align:center;

	-webkit-border-radius:50%;

	-moz-border-radius:50%;

	border-radius:50%;

	background-color:transparent;

}



.flexible-slider-container .bx-prev,

.flexible-slider-container .bx-next{

	opacity:0;

	filter:alpha(opacity=0)

}



.flexible-slider-container:hover .bx-prev,

.flexible-slider-container:hover .bx-next{

	opacity:1;

	filter:alpha(opacity=100)

}





.bx-carousel-container .bx-prev,

.bx-carousel-container .bx-next ,

.clients-carousel-container .bx-prev,

.clients-carousel-container .bx-next{

	border-color:#444;

	color:#3d3d3d;

	background-color:transparent;

}



.bx-carousel-container .bx-prev:hover,

.bx-carousel-container .bx-next:hover,

.clients-carousel-container .bx-prev:hover,

.clients-carousel-container .bx-next:hover{

	color:#fff;

	background-color:#398ced;

	border-color:#398ced;

}



.content-box.scheme1 .bx-carousel-container .bx-prev,

.content-box.scheme1 .bx-carousel-container .bx-next ,

.content-box.scheme1 .clients-carousel-container .bx-prev,

.content-box.scheme1 .clients-carousel-container .bx-next{

	border-color:#fff;

	color:#fff;

	background-color:transparent;

}



.content-box.scheme1 .bx-carousel-container .bx-prev:hover,

.content-box.scheme1 .bx-carousel-container .bx-next:hover,

.content-box.scheme1 .clients-carousel-container .bx-prev:hover,

.content-box.scheme1 .clients-carousel-container .bx-next:hover{

	color:#444;

	background-color:#fff;

	border-color:#fff;

}



.bx-next{

	left:auto;

	right:20px;

}



.testimonials-carousel-container .bx-next,

.clients-carousel-container .bx-next{

	right:-20px;

}



.testimonials-carousel-container .bx-prev,

.clients-carousel-container .bx-prev{

	left:-20px;

}



.bx-prev:hover,

.bx-next:hover{

	color:#222;

	background-color:#fff;

}



.bx-prev.disabled,

.bx-next.disabled{

	display:none!important;

}



.bx-prev:after{

  content: "\f104";

  font-family:"fontAwesome";

}



.bx-next:after{

	content: "\f105";

  font-family:"fontAwesome";

}



.carousel-pagination:empty{

	display:none;

}







.bx-pager{

	display:block;

	height:20px;

	text-align:center;

	position:absolute;

	left:0;

	bottom:10px;

	width:100%;

	z-index:99;

}



.bx-carousel-container .bx-pager{

	bottom:0;

}



.carousel-pagination .bx-pager{

	position:relative;

	z-index:auto;

	bottom:0;

}



.bx-pager-item{

	display:inline-block;

	width:15px;

	height:15px;

	margin:0 3px;

}



.pagination{

	display:block;

	position:absolute;

	bottom:0;

	width:100%;

	line-height:1;

	left:0;

	text-align:center;

}



.bx-pager-item a ,

.pagination a{

	display:inline-block;

	width:9px;

	height:9px;

	background-color:#d8d8d8;

	-webkit-border-radius:50%;

	-moz-border-radius:50%;

	border-radius:50%;

	text-indent:-9999px;

	border:2px solid transparent;

	vertical-align:middle;

}





.content-box.scheme1 .bx-pager-item a ,

.content-box.scheme1 .pagination a{

	background-color:rgba(255,255,255,0.45);

}



.flexible-slider-container .bx-pager-item a{

	border:none!important;

}





.pagination a{

	margin:0 3px;

}



.bx-pager-item a.active ,

.pagination a.selected{

	border:2px solid #398ced;

	background-color:transparent;

	width:11px;

	height:11px;

}



.content-box.scheme1 .bx-pager-item a.active ,

.content-box.scheme1 .pagination a.selected{

	border-color:#fff;

	background-color:transparent!important;

}



.flexible-slider-container .bx-pager-item a.active{

	border:none!important;

	background-color:#fff!important;

	width:9px;

	height:9px;

}





.carousel-container.pagination-yes{

	padding-bottom:40px;

}



.carousel-container.posts-carousel-container.pagination-yes{

	padding-bottom:60px;

}



.carousel-container{

	position:relative;

	opacity:0;

}

.carouel-outer{

	overflow:hidden!important;



}



.portfolio-carousel > .bx-prev,

.portfolio-carousel > .bx-next{

	width:55px!important;

	height:55px!important;

	line-height:50px!important;

	background-color:#999;

    background-color:rgba(0,0,0,0.31);

	font-family:"fontAwesome";

	color:#fff!important;

	-webkit-border-radius:0!important;

	-moz-border-radius:0!important;

	border-radius:0!important;

	border:none!important;

    margin-top:-25px!important;

}





.posts-carousel-container.portfolio-carousel > .bx-prev,

.posts-carousel-container.portfolio-carousel > .bx-next{

	margin-top:-100px!important;

}



.portfolio-carousel > .bx-prev:hover,

.portfolio-carousel > .bx-next:hover{

	background-color:rgba(0,0,0,0.5);

}



.portfolio-carousel > .bx-prev{

	left:0px!important;

}

.portfolio-carousel > .bx-next{

	right:0px!important;

}





.carousel-container >  .bx-next,

.carousel-container >  .bx-prev {

	opacity:0;

	filter:alpha(opacity=0);

	-webkit-backface-visibility:hidden!important;

}



.carousel-container:hover >  .bx-next,

.carousel-container:hover >  .bx-prev {

     opacity:1;

	 filter:alpha(opacity=100);

}







.navigation-align-bottom{

	padding-bottom:80px!important;

}



.navigation-align-bottom .bx-next,

.navigation-align-bottom .bx-prev{

	left:50%;

	margin-top:0;

	top:auto;

	bottom:0;

	margin-left:-40px;

}



.navigation-align-bottom .bx-next{

	margin-left:8px;

}







.carousel-wrapper {

	margin:0 -20px!important;

}



.carousel-wrapper.carousel-padding-no{

	margin:0!important;

}



.carousel-wrapper.carousel-padding-narrow{

	margin:0 -1px!important;

}



.carousel-wrapper.carousel-padding-large{

	margin:0 -30px!important;

}



.carousel-wrapper.carousel-padding-small{

	margin:0 -10px!important;

}



.caroufredsel_wrapper{

    cursor: -moz-grab!important;

    cursor: -webkit-grab!important;

	cursor: grab!important;	

}

.carousel-items{

	margin:0!important;

}



ul.carousel-items { 

    list-style: none;

}

.carousel-items > li , .carousel-items > div {

	float: left;

	list-style-type:none;

}





/*---------------------------------------------------*/

/* Error 404 */

/*---------------------------------------------------*/



.section-error {

	padding:100px 0 150px!important;

}

#error-404{

	text-align:center;

}



#error-404 h1 {

	font-size:105px;

	line-height:110px;

	color:#dddddd;

	margin-top:50px;

}



#error-404 p  {

	font-size:16px;

}



.search-form-404 {

	margin-top:20px;

	padding-top:10px;

	padding-bottom:20px;

	margin-left:-40px;

	padding-left:40px;

	border-left:2px solid #eee

}

.search-form-404 h3{

	font-family:inherit;

	text-transform:uppercase;

	letter-spacing:2px;

	margin-bottom:5px;

	font-size:16px;

	line-height:26px;

	font-weight:400;

	

}

.search-form-404 p{

	margin-bottom:25px;

}



/*--------------------------------------------*/

/* load More Spinner

/*--------------------------------------------*/

.spinner {

  width: 40px;

  height: 40px;

  display:inline-block;

  background-color: #aaa;

  border-radius: 100%;  

  -webkit-animation: scaleout 1.0s infinite ease-in-out;

  animation: scaleout 1.0s infinite ease-in-out;

}



@-webkit-keyframes scaleout {

  0% { -webkit-transform: scale(0.0) }

  100% {

    -webkit-transform: scale(1.0);

    opacity: 0;

  }

}



@keyframes scaleout {

  0% { 

    transform: scale(0.0);

    -webkit-transform: scale(0.0);

  } 100% {

    transform: scale(1.0);

    -webkit-transform: scale(1.0);

    opacity: 0;

  }

}



#infinite_scroll_loading #infscr-loading  img ,

.spinner-block img{

	display:none;

}



.no-css-animations #infinite_scroll_loading #infscr-loading  img ,

.no-css-animations .spinner-block img{

	display:block;

}



.no-css-animations #infinite_scroll_loading #infscr-loading  .spinner ,

.no-css-animations .spinner-block .spinner{

	display:none;

}



#infscr-loading{

	text-align:center;

}



#infinite_scroll_loading{

	margin-top:0;

}



#infinite_scroll_loading.margin-on-narrow{

	margin-top:30px;

}

#infinite_scroll_loading.margin-on-small{

	margin-top:20px;

}

#infinite_scroll_loading.margin-on-no{

	margin-top:55px;

}





.portfolio.padding-no + .page-nav{

	margin-top:50px!important;

}





.vc_custom_1419483832206 {

	background-color:#f8f8f8 !important;

}

.vc_custom_1420109709566 {

	background-color:#ffffff !important;

}

.vc_custom_1419483903850 {

	background-color:#f8f8f8 !important;

}

.vc_custom_1420111407833 {

	background:#cccccc url(../upload/parallax15ea1.jpg) !important;

}

.vc_custom_1420109892934 {

	background:#f8f8f8 url(../upload/shutterstock_173748209.jpg) !important;

}

.vc_custom_1420460264115 {

	background-color: #f8f8f8 !important;

}



#feature_boxes_1 .feature_box > .brad-icon {

-webkit-border-radius: 50%;

border-radius: 50%;

color: #ffffff;

background-color: #f4bf1e;

}



#section_home1:after {

    border-top-color: #f6f6f6

}



#section_home1.triangle-location-bottom:after {

    border-bottom-color: #f6f6f6

}



#feature_boxes_2 .feature_box > .brad-icon {

    -webkit-border-radius: 4px;

    border-radius: 4px;

    color: #f4bf1e;

    border-color: #f4bf1e;

    border-width: 2px;

}



#feature_boxes_2 .feature_box:hover > .brad-icon {

    background-color: #f4bf1e;

    color: #ffffff;

}



.section_2:after {

    border-top-color: #ffffff

}

.section_2.triangle-location-bottom:after {

    border-bottom-color: #ffffff

}



#counter_1 .counter-box .title {

    color: #ffffff!important;

}

#counter_1 .counter-box .brad-icon {

    color: #ffffff!important;

}

#counter_1 .counter-box .counter-value {

    color: #ffffff!important;

}





 #brad_icons_1 li a {

    color: #c0c0c0;

}



#brad_icons_1 li a:hover {

    color: #fff;

}





.boxed-layout{

   border:1px solid #eee !important;

}



#titlebar .parallax-image {

    background-image: url("../upload/shutterstock_166552268.jpg");

    background-repeat: no-repeat;

    background-position: center bottom;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

}



#titlebar .section-overlay {

    background-color: #2c3e50 !important;

    opacity: 0.65 !important;

    filter: alpha(opacity=65) !important;

}



/*Miscellanious*/



#section_1974721584{padding-top:180px;padding-bottom:180px;background-color:#ffffff;background-image:url(../upload/blog3.jpg);}

#section_8152_2{padding-top:90px;padding-bottom:0;background-color:#ffffff;background-image:url(../upload/manblur.jpg);}

















#feature_boxes_4 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#f4bf1e;border-color:#f4bf1e;border-width:1px;}#feature_boxes_4 .feature_box:hover > .brad-icon{background-color:#f4bf1e;color:#ffffff;}

#section_4:after{border-top-color:#f6f6f6}#section_4.triangle-location-bottom:after{border-bottom-color:#f6f6f6}

#counter_2 .counter-box .title{color:#ffffff!important;}#counter_2 .counter-box .brad-icon{color:#ffffff!important;}#counter_2 .counter-box .counter-value{color:#ffffff!important;}}

#feature_boxes_5 .feature_box > .brad-icon{color:#f4bf1e;}

.feature_boxes_5 .feature_box > .brad-icon{color:#f4bf1e;}

#counter_4 .counter-box .title{color:#ffffff!important;}#counter_4 .counter-box .brad-icon{color:#ffffff!important;}#counter_4 .counter-box .counter-value{color:#ffffff!important;}}

.section_brown:after{border-top-color:#f6f6f6}.section_brown.triangle-location-bottom:after{border-bottom-color:#f6f6f6}

.section_white:after{border-top-color:#f6f6f6}.section_white.triangle-location-bottom:after{border-bottom-color:#f6f6f6}

#feature_boxes_6 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;border-color:#eeeeee;border-width:2px;}#feature_boxes_6 .feature_box:hover > .brad-icon{background-color:#ffffff;color:#444444;}

#feature_boxes_7 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;background-color:#f4bf1e;}

#feature_boxes_8 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;background-color:#f4bf1e;}

#feature_boxes_9 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;border-color:#ffffff;border-width:1px;}

#feature_boxes_10 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;background-color:#ebb129;}

#counter_5 .counter-box .title{color:#ffffff!important;}#counter_5 .counter-box .brad-icon{color:#d8d8d8!important;}#counter_5 .counter-box .counter-value{color:#ffffff!important;}}

#feature_boxes_11 .feature_box > .brad-icon{color:#ebb129;}

#feature_boxes_13 .feature_box > .brad-icon{color:#ebb129;}

#feature_boxes_12 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;background-color:#f4bf1e;}#feature_boxes_12 .feature_box:hover > .brad-icon{background-color:#f4bf1e;}

#brad_slider1 .carousel-caption-content { max-width:1140px;}

#feature_boxes_14 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;background-color:#f4bf1e;}#feature_boxes_14 .feature_box:hover > .brad-icon{background-color:#f4bf1e;}

#feature_boxes_15 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;border-color:#eeeeee;border-width:2px;}#feature_boxes_15 .feature_box:hover > .brad-icon{background-color:#ffffff;color:#444444;}

#brad_slider2 .carousel-caption-content { max-width:980px;}

#feature_boxes_15 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;background-color:#f1c40f;}#feature_boxes_15 .feature_box:hover > .brad-icon{background-color:#333333;}

#counter_6 .counter-box .brad-icon{color:#999999!important;}

.feature_boxes_16 .feature_box > .brad-icon{color:#f4bf1e;}

#clients_1 .span .inner-content{background-color:#f7f7f7;}

#feature_boxes_17 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;background-color:#ebb129;}#feature_boxes_17 .feature_box:hover > .brad-icon{color:#ffffff;}

#feature_boxes_18 .feature_box > .brad-icon{-webkit-border-radius:5px;border-radius:5px;color:#ebb129;border-color:#ebb129;border-width:2px;}#feature_boxes_18 .feature_box:hover > .brad-icon{background-color:#ebb129;color:#ffffff;}

#feature_boxes_19 .feature_box > .brad-icon{-webkit-border-radius:4px;border-radius:4px;color:#ebb129;border-color:#ebb129;border-width:2px;}#feature_boxes_19 .feature_box:hover > .brad-icon{background-color:#ebb129;color:#ffffff;}

#feature_boxes_20 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;background-color:#ebb129;}

#counter_10 .counter-box .title{color:#ffffff!important;}#counter_10 .counter-box .brad-icon{color:#ffffff!important;}#counter_10 .counter-box .counter-value{color:#ffffff!important;}}

#clients_960961628 .span .inner-content{background-color:#ffffff;border-color:#dddddd;}#clients_960961628 .span .inner-content:hover{border-color:#cccccc;}

#clients_459503429 .span .inner-content{background-color:#ffffff;}

#counter_2038799101 .counter-box .counter-value{color:#ebb129!important;}}

#counter_1628191406 .counter-box .brad-icon{color:#999999!important;}}

#counter_965703656 .counter-box-container{width:100%}#counter_965703656 .counter-box{height:180px}#counter_965703656 .counter-box .brad-icon{color:#ebb129!important;}#counter_965703656 .counter-box .counter-value{color:#ebb129!important;}#counter_965703656 .counter-box{border:2px solid #eeeeee;-webkit-border-radius:5px;border-radius:5px}

#counter_1363055683 .counter-box-container{width:230px}#counter_1363055683 .counter-box{height:230px}#counter_1363055683 .counter-box .title{color:#ffffff!important;}#counter_1363055683 .counter-box .counter-value{color:#ffffff!important;}#counter_1363055683 .counter-box{border:2px solid #eeeeee;-webkit-border-radius:50%;border-radius:50%}

#feature_boxes_1813648124 .feature_box > .brad-icon{-webkit-border-radius:2px;border-radius:2px;color:#ebb129;border-color:#ebb129;border-width:2px;}#feature_boxes_1813648124 .feature_box:hover > .brad-icon{background-color:#ebb129;color:#ffffff;}

#feature_boxes_1878597027 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ebb129;border-color:#ebb129;border-width:1px;}#feature_boxes_1878597027 .span .inner-content{border-radius:0px;-webkit-border-radius:0px;min-height:50px;background-color:#ffffff;}

#feature_boxes_1115300889 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;background-color:#ebb129;}

#feature_boxes_1028218023 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;background-color:#ebb129;}

#feature_boxes_1590060874 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;background-color:#454545;}#feature_boxes_1590060874 .feature_box:hover > .brad-icon{background-color:#333333;}

#feature_boxes_164027756 .feature_box > .brad-icon{color:#2d2d2d;}#feature_boxes_164027756 .span .inner-content{border-radius:0px;-webkit-border-radius:0px;min-height:270px;background-color:#ebb129;}

#feature_boxes_622641133 .feature_box > .brad-icon{color:#ebb129;}#feature_boxes_622641133 .span .inner-content{border-radius:0px;-webkit-border-radius:0px;min-height:270px;background-color:#ffffff;border-color:#ebb129;border-width:3px;}

#feature_boxes_98168327 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;background-color:#ebb129;}#feature_boxes_98168327 .span .inner-content{border-radius:15px;-webkit-border-radius:15px;min-height:270px;background-color:#f7f7f7;border-color:#dddddd;border-width:1px;}

#feature_boxes_1124989384 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;background-color:#1abc9c;}#feature_boxes_1124989384 .span .inner-content{border-radius:0px;-webkit-border-radius:0px;min-height:270px;background-color:#16a085;}

#feature_boxes_844121451 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ebb129;border-color:#ebb129;border-width:1px;}#feature_boxes_844121451 .feature_box:hover > .brad-icon{background-color:#ebb129;color:#ffffff;}

#counter_1024767791 .counter-box .title{color:#777777!important;}#counter_1024767791 .counter-box .brad-icon{color:#bbbbbb!important;}#counter_1024767791 .counter-box .counter-value{color:#555555!important;}}

#message_1306658406 .close{border-color:#ebb129}#message_1306658406{ color:#ebb129; background-color:transparent; border:2px solid #ebb129; -webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}

#message_2024225599 .close{border-color:#ebb129}#message_2024225599{ color:#ebb129; background-color:transparent; border:3px solid #ebb129; -webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}

#message_1188219561 .close{border-color:#ebb129}#message_1188219561{ color:#ebb129; background-color:transparent; border:4px solid #ebb129; -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}

#message_251007049 .close{border-color:#ebb129}#message_251007049{ color:#ebb129; background-color:transparent; border:5px solid #ebb129; -webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}

#message_159369403 .close{border-color:#ebb129}#message_159369403{ color:#ebb129; background-color:transparent; border:7px solid #ebb129; -webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}

#message_1276433804 .close{border-color:#dddddd}#message_1276433804{ color:#888888; background-color:#ffffff; border:1px solid #dddddd; -webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}

#pricing_1443819961{background-color:#ffffff;color:}#pricing_1443819961 .title-box{color:#444444}#pricing_1443819961  .pricing-box > div {color:#999999}#pricing_1443819961 .title-box .brad-icon{color:; background-color:;} #pricing_1443819961 .pricing-box .price-info{color:}#pricing_1443819961:hover{background-color:#fcfcfc;color:}#pricing_1443819961:hover .pricing-box .price-info{color:}#pricing_1443819961:hover .title-box .brad-icon{color:;background-color:;}#pricing_1443819961:hover  .pricing-box > div{color:#ffffff} #pricing_1443819961:hover .title-box{color:#ffffff}#pricing_1443819961 .title-box{background-color:#eeeeee}#pricing_1443819961:hover .title-box{background-color:#f1c40f}#pricing_1443819961 .pricing-box .price-content{background-color:#fcfcfc}#pricing_1443819961:hover .pricing-box .price-content{background-color:#3d3d3d}

#pricing_101998654{background-color:;color:}#pricing_101998654 .title-box{color:}#pricing_101998654  .pricing-box > div {color:}#pricing_101998654 .title-box .brad-icon{color:; background-color:;} #pricing_101998654 .pricing-box .price-info{color:}#pricing_101998654:hover{background-color:#f1c40f;color:#ffffff}#pricing_101998654:hover .pricing-box .price-info{color:}#pricing_101998654:hover .title-box .brad-icon{color:#ebb129;background-color:#ffffff;}#pricing_101998654:hover  .pricing-box > div{color:#eeeeee} #pricing_101998654:hover .title-box{color:#ffffff}

#pricing_281947016{background-color:#f1c40f;color:#ffffff}#pricing_281947016 .title-box{color:#ffffff}#pricing_281947016  .pricing-box > div {color:#eeeeee}#pricing_281947016 .title-box .brad-icon{color:#ebb129; background-color:#ffffff;} #pricing_281947016 .pricing-box .price-info{color:}

#pricing_1955756096{background-color:;color:}#pricing_1955756096 .title-box{color:}#pricing_1955756096  .pricing-box > div {color:}#pricing_1955756096 .title-box .brad-icon{color:; background-color:;} #pricing_1955756096 .pricing-box .price-info{color:}#pricing_1955756096:hover{background-color:#f1c40f;color:#ffffff}#pricing_1955756096:hover .pricing-box .price-info{color:}#pricing_1955756096:hover .title-box .brad-icon{color:#ebb129;background-color:#ffffff;}#pricing_1955756096:hover  .pricing-box > div{color:#eeeeee} #pricing_1955756096:hover .title-box{color:#ffffff}

#pricing_947864117{background-color:;color:}#pricing_947864117 .title-box{color:}#pricing_947864117  .pricing-box > div {color:}#pricing_947864117 .title-box .brad-icon{color:; background-color:;} #pricing_947864117 .pricing-box .price-info{color:#aaaaaa}

#pricing_1324576291{background-color:;color:}#pricing_1324576291 .title-box{color:}#pricing_1324576291  .pricing-box > div {color:}#pricing_1324576291 .title-box .brad-icon{color:; background-color:;} #pricing_1324576291 .pricing-box .price-info{color:#aaaaaa}#pricing_1324576291:hover{background-color:#f1c40f;color:#ffffff}#pricing_1324576291:hover .pricing-box .price-info{color:#ffffff}#pricing_1324576291:hover .title-box .brad-icon{color:;background-color:;}#pricing_1324576291:hover  .pricing-box > div{color:#ffffff} #pricing_1324576291:hover .title-box{color:#ffffff}

#pricing_1209834050{background-color:;color:}#pricing_1209834050 .title-box{color:}#pricing_1209834050  .pricing-box > div {color:}#pricing_1209834050 .title-box .brad-icon{color:; background-color:;} #pricing_1209834050 .pricing-box .price-info{color:#aaaaaa}

#pricing_1941099847{background-color:;color:}#pricing_1941099847 .title-box{color:}#pricing_1941099847  .pricing-box > div {color:}#pricing_1941099847 .title-box .brad-icon{color:; background-color:;} #pricing_1941099847 .pricing-box .price-info{color:#ffffff}#pricing_1941099847 .title-box{background-color:#f5d657}#pricing_1941099847:hover .title-box{background-color:}#pricing_1941099847 .pricing-box{background-color:#f4d03f}#pricing_1941099847:hover .pricing-box{background-color:}

#pricing_576186029{background-color:;color:}#pricing_576186029 .title-box{color:}#pricing_576186029  .pricing-box > div {color:}#pricing_576186029 .title-box .brad-icon{color:; background-color:;} #pricing_576186029 .pricing-box .price-info{color:#ffffff}#pricing_576186029 .title-box{background-color:#f2ca27}#pricing_576186029:hover .title-box{background-color:}#pricing_576186029 .pricing-box{background-color:#f1c40f}#pricing_576186029:hover .pricing-box{background-color:}

#pricing_113944670{background-color:#f9f9f9;color:}#pricing_113944670 .title-box{color:}#pricing_113944670  .pricing-box > div {color:}#pricing_113944670 .title-box .brad-icon{color:; background-color:;} #pricing_113944670 .pricing-box .price-info{color:#ffffff}#pricing_113944670 .title-box{background-color:#f5d657}#pricing_113944670:hover .title-box{background-color:}#pricing_113944670 .pricing-box{background-color:#f4d03f}#pricing_113944670:hover .pricing-box{background-color:}

#pricing_111498046{background-color:;color:}#pricing_111498046 .title-box{color:}#pricing_111498046  .pricing-box > div {color:}#pricing_111498046 .title-box .brad-icon{color:; background-color:;} #pricing_111498046 .pricing-box .price-info{color:#ffffff}#pricing_111498046 .title-box{background-color:#f2ca27}#pricing_111498046:hover .title-box{background-color:}#pricing_111498046 .pricing-box{background-color:#f1c40f}#pricing_111498046:hover .pricing-box{background-color:}

#pricing_211698049{background-color:#ffffff;color:}#pricing_211698049 .title-box{color:#ffffff}#pricing_211698049  .pricing-box > div {color:#999999}#pricing_211698049 .title-box .brad-icon{color:; background-color:;} #pricing_211698049 .pricing-box .price-info{color:}#pricing_211698049:hover{background-color:#fcfcfc;color:}#pricing_211698049:hover .pricing-box .price-info{color:}#pricing_211698049:hover .title-box .brad-icon{color:;background-color:;}#pricing_211698049:hover  .pricing-box > div{color:#ffffff} #pricing_211698049:hover .title-box{color:#ffffff}#pricing_211698049 .title-box{background-color:#3d3d3d}#pricing_211698049:hover .title-box{background-color:#f1c40f}#pricing_211698049 .pricing-box .price-content{background-color:#f5f5f5}#pricing_211698049:hover .pricing-box .price-content{background-color:#3d3d3d}

#pricing_953487848{background-color:#ffffff;color:}#pricing_953487848 .title-box{color:#444444}#pricing_953487848  .pricing-box > div {color:#999999}#pricing_953487848 .title-box .brad-icon{color:; background-color:;} #pricing_953487848 .pricing-box .price-info{color:}#pricing_953487848:hover{background-color:#fcfcfc;color:}#pricing_953487848:hover .pricing-box .price-info{color:}#pricing_953487848:hover .title-box .brad-icon{color:;background-color:;}#pricing_953487848:hover  .pricing-box > div{color:#ffffff} #pricing_953487848:hover .title-box{color:#ffffff}#pricing_953487848 .title-box{background-color:#eeeeee}#pricing_953487848:hover .title-box{background-color:#f1c40f}#pricing_953487848 .pricing-box .price-content{background-color:#fcfcfc}#pricing_953487848:hover .pricing-box .price-content{background-color:#3d3d3d}

#person_1924001887 .social-icons li a{color:#999999;}#person_1924001887 .social-icons li a:hover{color:#666666;}

#person_325073977 .social-icons li a{color:#999999;}#person_325073977 .social-icons li a:hover{color:#454545;}

#person_1066825957 .social-icons li a{color:#999999;}#person_1066825957 .social-icons li a:hover{color:#454545;}

#person_761088216 .social-icons li a{color:#999999;}#person_761088216 .social-icons li a:hover{color:#454545;}

#feature_boxes_826416044 .feature_box > .brad-icon{-webkit-border-radius:50%;border-radius:50%;color:#ffffff;background-color:#f4bf1e;}#feature_boxes_826416044 .feature_box:hover > .brad-icon{background-color:#f4bf1e;}

#counter_451350066 .counter-box .title{color:#666666!important;}#counter_451350066 .counter-box .counter-value{color:#454545!important;}}

#brad_slider1 .carousel-caption-content { max-width:1210px;}



#section_1300744414{padding-top:90px;padding-bottom:0;background-color:#ffffff;}

#div_c1fb_0{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;}

#h2_c1fb_0{margin-bottom:0px}

#div_c1fb_1{margin-top:15px;margin-bottom:20px;}

#h6_c1fb_0{margin-bottom:0px}

#div_c1fb_2{height:50px;line-height:50px;}

#section_985239676{padding-top:110px;padding-bottom:80px;background-color:#f6f6f6;}

#div_c1fb_3{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;}

#section_home1{padding-top:90px;padding-bottom:80px;background-color:#ffffff;}

#div_c1fb_4{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;}

#h5_c1fb_0{margin-bottom:10px}

#h1_c1fb_0{margin-bottom:0px}

#div_c1fb_5{margin-top:25px;margin-bottom:65px;}

#section_8152_0{padding-top:45px;padding-bottom:45px;background-color:#f6f6f6;}

#div_8152_0{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;}

#div_8152_1{background-color:rgba(44,62,80,0.45)}

#div_8152_2{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;}

#section_1910375768{padding-top:90px;padding-bottom:90px;background-color:#ffffff;}

#div_8152_3{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;}

#h1_8152_0{margin-bottom:0px}

#div_8152_4{margin-top:20px;margin-bottom:25px;}

#p_8152_0{text-align: center;}

#section_8152_1{padding-top:0;padding-bottom:0;background-color:#ffffff;}

#div_8152_5{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;}

#section_1222425853{padding-top:90px;padding-bottom:100px;background-color:#ffffff;}

#div_8152_6{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;}

#h1_8152_1{margin-bottom:0px}

#div_8152_7{margin-top:20px;margin-bottom:60px;}

#span_8152_0{color: #696969;}

#div_8152_8{background-color:rgba(52,73,94,0.25)}

#div_8152_9{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;}

#div_8152_10{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;}

#div_8152_11{height:20px;line-height:20px;}

#h2_8152_0{margin-bottom:0px}

#div_8152_12{margin-top:20px;margin-bottom:30px;}

#div_8152_13{height:35px;line-height:35px;}

#div_8152_14{height:80px;line-height:80px;}

#section_416941510{padding-top:90px;padding-bottom:100px;background-color:#ffffff;}

#div_8152_15{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;}

#h3_8152_0{margin-bottom:0px}

#div_8152_16{margin-top:15px;margin-bottom:45px;}

#section_8152_3{padding-top:50px;padding-bottom:50px;background-color:#f6f6f6;}

#div_8152_17{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;}







/*Buttons*/

#brad_button_1640218933{color:#ffffff;background-color:#3498db;border:0px solid transparent;}#brad_button_1640218933:hover{color:#eeeeee;background-color:#2980b9;border-color:transparent;}

#brad_button_1114356766{color:#ffffff;background-color:#34495e;border:0px solid transparent;}#brad_button_1114356766:hover{color:#eeeeee;background-color:#2c3e50;border-color:transparent;}

#brad_button_327500085{color:#34495e;background-color:#bdc3c7;border:0px solid transparent;}#brad_button_327500085:hover{color:#34495e;background-color:#ecf0f1;border-color:transparent;}

#brad_button_157394919{color:#ffffff;background-color:#1abc9c;border:0px solid transparent;}#brad_button_157394919:hover{color:#eeeeee;background-color:#16a085;border-color:transparent;}

#brad_button_533831293{color:#ffffff;background-color:#2ecc71;border:0px solid transparent;}#brad_button_533831293:hover{color:#eeeeee;background-color:#27ae60;border-color:transparent;}

#brad_button_896007559{color:#ffffff;background-color:#ea7eca;border:0px solid transparent;}#brad_button_896007559:hover{color:#eeeeee;background-color:#ea00a4;border-color:transparent;}

#brad_button_143574826{color:#ffffff;background-color:#e67e22;border:0px solid transparent;}#brad_button_143574826:hover{color:#eeeeee;background-color:#d35400;border-color:transparent;}

#brad_button_1910482254{color:#ffffff;background-color:#a088ad;border:0px solid transparent;}#brad_button_1910482254:hover{color:#eeeeee;background-color:#9868ad;border-color:transparent;}

#brad_button_705303922{color:#ebb129;background-color:transparent;border:1px solid #ebb129;}#brad_button_705303922:hover{color:#ebb129;background-color:transparent;border-color:#ebb129;}

#brad_button_1981256118{color:#ebb129;background-color:transparent;border:2px solid #ebb129;}#brad_button_1981256118:hover{color:#ebb129;background-color:transparent;border-color:#ebb129;}

#brad_button_1859896997{color:#ebb129;background-color:transparent;border:3px solid #ebb129;}#brad_button_1859896997:hover{color:#ebb129;background-color:transparent;border-color:#ebb129;}

#brad_button_805435124{color:#ebb129;background-color:transparent;border:4px solid #ebb129;}#brad_button_805435124:hover{color:#ebb129;background-color:transparent;border-color:#ebb129;}

#brad_button_2081383866{color:#ebb129;background-color:transparent;border:5px solid #ebb129;}#brad_button_2081383866:hover{color:#ebb129;background-color:transparent;border-color:#ebb129;}

#brad_button_590485309{color:#ebb129;background-color:transparent;border:6px solid #ebb129;}#brad_button_590485309:hover{color:#ebb129;background-color:transparent;border-color:#ebb129;}

#brad_button_1522590865{color:#ebb129;background-color:transparent;border:7px solid #ebb129;}#brad_button_1522590865:hover{color:#ebb129;background-color:transparent;border-color:#ebb129;}

#brad_button_2001356853{color:#ebb129;background-color:transparent;border:8px solid #ebb129;}#brad_button_2001356853:hover{color:#ebb129;background-color:transparent;border-color:#ebb129;}

#brad_button_992570405{color:#ebb129;background-color:transparent;border:1px solid #ebb129;}#brad_button_992570405:hover{color:#ebb129;background-color:transparent;border-color:#ebb129;}

#brad_button_697342616{color:#ebb129;background-color:transparent;border:2px solid #ebb129;}#brad_button_697342616:hover{color:#ebb129;background-color:transparent;border-color:#ebb129;}

#brad_button_1662831065{color:#ebb129;background-color:transparent;border:3px solid #ebb129;}#brad_button_1662831065:hover{color:#ebb129;background-color:transparent;border-color:#ebb129;}

#brad_button_1331156599{color:#ebb129;background-color:transparent;border:4px solid #ebb129;}#brad_button_1331156599:hover{color:#ebb129;background-color:transparent;border-color:#ebb129;}

#brad_button_1827203636{color:#ebb129;background-color:transparent;border:5px solid #ebb129;}#brad_button_1827203636:hover{color:#ebb129;background-color:transparent;border-color:#ebb129;}

#brad_button_1870822432{color:#ebb129;background-color:transparent;border:6px solid #ebb129;}#brad_button_1870822432:hover{color:#ebb129;background-color:transparent;border-color:#ebb129;}

#brad_button_68035634{color:#ebb129;background-color:transparent;border:7px solid #ebb129;}#brad_button_68035634:hover{color:#ebb129;background-color:transparent;border-color:#ebb129;}

#brad_button_224151730{color:#ebb129;background-color:transparent;border:8px solid #ebb129;}#brad_button_224151730:hover{color:#ebb129;background-color:transparent;border-color:#ebb129;}


/* SOTTOMENU CATALOGO */

.box1 {width:24%;border:1px solid #fff;border-top:0;border-bottom:0;border-left:0;padding:10px;float:left;text-align:center;min-height:110px;}
.box1 select {width:90%;margin:0 auto;margin-top:5px}
.box1a {border:0px solid #f00;width:50%;float:left;display:block}
.box1b {width:100%;text-align:center;margin:0 auto}
.box1c {float:right;width:95%;text-align:center;margin:0 auto}
.box1c input {width:90%;margin:0 auto;margin-top:5px}
.box2 {width:4%;border:1px solid #ff0;padding:10px;float:left;text-align:center}

.top {border-top:5px}
.last {border:0}
/* Table of Content
 *	- separator Text Header
 *	- Sections
 *	- Features  + icon Box
 *	- Portfolios
 * 	- Full Width Carousel 
 * 	- Testimonials
 *  - Dropcaps
 *  - Buttons
 *  - Tabs
 *  - Accordions & Toggles
 *  - Charts & Skill Bars
 *  - Team Member
 *  - Pricing Tables
 *  - Dividers
 *  - Clients
 *  - Latest Posts
 *  - Tooltips
 *  - Posts Carousel
 *  - Revolution Slider Styles ( Overwrite Default)
 *  - Layer Slider Styles ( Overwrite Defaults)
 *  - Counter Numbers
 *  - CSS3 Animation Box
 */
 

/*------------------------------------------------*/f
/*  separator Text header
/*------------------------------------------------*/

.separator_text { margin: 0 0 40px; }
.separator_text p {
	margin: 30px auto 0;
	text-align: center;
	color: #858585;
	font-size: 13px;
	line-height: 21px;
}
.separator_text h4 {
	text-align: center;
	letter-spacing: 2px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	line-height: 20px;
	margin: 22px auto 0;
	overflow: hidden;
	color: #666;
	font-weight: 500;
}
.separator_text h4.first-title { margin: 0 auto 20px }
.separator_text h4 span {
	padding: 0 15px;
	display: inline-block;
	position: relative;
}
.separator_text h4.first-title span:before, .separator_text h4.last-title span:before {
	content: "";
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 350px;
	left: -350px;
	top: 50%;
	background: #ddd;
	margin-top: -1px
}
.separator_text h4.first-title span:after, .separator_text h4.last-title span:after {
	content: "";
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 350px;
	right: -350px;
	top: 50%;
	background: #ddd;
	margin-top: -1px
}
.separator_text .big-title {
	text-align: center;
	display: block;
	clear: both
}
.separator_text .big-title > div {
	display: inline-block;
	overflow: hidden;
}
.separator_text .big-title > div > span {
	display: inline-block;
	font-size: 29px;
	line-height: 110%;
	margin: 0;
	color: #555;
	letter-spacing: 3px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-font-smoothing: antialiased!important;
	min-width: 400px
}
.separator_text .big-title.extra-large-text > div > span {
	font-size: 39px;
	font-family: "Open Sans", sans-serif!important;
	color: #555;
	min-width: 500px;
	letter-spacing: 4px
}
.separator_text.style2 h4.first-title { max-width: 90% }
.separator_text.style2 .big-title > div > span {
	padding-bottom: 30px;
	position: relative
}
.separator_text.style2 .big-title > div > span:after {
	content: "";
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 90%;
	margin-left: 5%;
	background: #ddd;
}
.separator_text.style2 p { margin-top: 30px }
.section-white-text .separator_text h4, .section-white-text .separator_text .big-title > div > span { color: #fcfcfc!important }



/*------------------------------------------------*/
/*  Sections
/*------------------------------------------------*/

.section {
	padding: 70px 0 80px;
	overflow: hidden;
	position:relative;
	clear:both;
	background-color:inherit;
	visibility:visible;
	z-index:100;
}

.section .parallax-image,
#titlebar .parallax-image{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	display:block;
	height:100%;
	z-index:0;
}

.section .section-bg-video{
	position:absolute;
	width:100%;
	left:0;
	top:0;
}

.section-bg-video .mejs-container .mejs-controls, .section-bg-video .mejs-overlay-loading, .mk-section-video .mejs-layers {
	display: none!important
}

.section .section-overlay,
#titlebar .section-overlay{
	position:absolute!important;
	width:100%;
	height:100%;
	background-color:transparent;
	left:0!important;
	top:0!important;
	z-index:1!important
}

.section.section-overlay-dot-style1 .section-overlay{
	background:url(../images/dot.png) repeat repeat left top;
}

.section.section-overlay-dot-style2 .section-overlay{
	background:url(../images/dot_3x3.png) repeat repeat left top;
}

.section.section-overlay-dot-style3 .section-overlay{
	background:url(../images/dot_white.png) repeat repeat left top;
}

.section.section-overlay-dot-style4 .section-overlay{
	background:url(../images/dot_white_3x3.html) repeat repeat left top;
}


.section .section-content{
	position:relative;
	z-index:4
}


.section.section-bborder-yes {
	border-bottom: 1px solid #e8e8e8;
}
.section.section-border-yes {
	border-top: 1px solid #e8e8e8;
}
.section.section-triangle-yes:after{
	content:"";
	position:absolute;
	display:inline-block;
	border:20px solid transparent;
	border-top-color:#ffffff;
	top:-2px;
	z-index:999;
	left:50%;
	margin-left:-20px;
}

.section.section-triangle-yes.triangle-location-bottom:after{
	top:auto;
	bottom:0px;
	border-top-color:transparent!important;
	border-bottom-color:#ffffff;
}

.section-box-shadow-yes {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
	-moz-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}
.section-padding-zero {
	padding: 0!important; 
}
.remove-bottom-padding-yes {
	padding-bottom: 0!important;
}

.section-bgstyle-stretch {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
}

.section-bgstyle-repeat{
	background-repeat:repeat;
	background-position:left top;
}

.section-bgstyle-norepeat{
	background-repeat:no-repeat no-repeat;
	background-position:center center;
}

.parallax-section-yes{
	background-attachment:fixed!important;
	background-repeat:no-repeat no-repeat;
}

.section-fixed-background-yes{
	background-attachment:fixed;
}

.section.full-width .container {
	width: 100%;
	max-width:100%;
	padding: 0!important;
}
.section.full-width-with-padding .container {
	width: 100%;
	max-width:100%;
	padding: 0 4%;
}

.grid-940 .container { max-width: 990px }
.grid-1140 .container { max-width: 1150px; }
.grid-1170 .container { max-width: 1220px; }
.section.full-width .grid-1170 .container {
	max-width: 1220px;
	padding:0 25px!important;
}



.section-with-sidebar{
	background-color:inherit;
	padding:0;
}

.section-with-sidebar > .container > .row-fluid > .row-fluid{
	margin:0 -25px;
}

.section-with-sidebar .content {
	 width:71%;
	 padding:80px 25px 50px;
	 margin-bottom:0;
}

.section-with-sidebar .sidebar {
	width:29%;
	padding:80px 25px 50px;
	margin-bottom:0;
}

.section-with-sidebar.single-blog-page .sidebar ,
.section-with-sidebar.single-blog-page .content ,
.single-blog-fullwidth-page{
	padding-bottom:30px!important;
}


.section-with-sidebar .sidebar.sidebar-left {
	float:left;
}


.section-with-sidebar .content.content-right {
	float:right;
}

.section-with-sidebar .sidebar.sidebar-right {
	float:right;
}


.section-with-sidebar .content.content-left {
	float:left;
}



.side-navigation-wrapper{
	background-color:#ffffff;
}

.side-navigation-wrapper  .content{
	border-right:1px solid #eee;
	padding:80px 60px 80px 20px;
}

.side-navigation-wrapper .content.content-right{
	border-left:1px solid #eee;
	border-right:0;
	padding:80px 20px 80px 60px;
}

.side-navigation-wrapper  .sidebar{
	padding-right:0;
	padding:70px 40px 80px 0px;

}
.side-navigation-wrapper .sidebar.sidebar-left{
	padding:70px 0px 80px 40px;
}

.side-navigation-wrapper .sidebar.sidebar-left:after{
	left:auto;
	right:-1px;
}

.side-navigation-wrapper  .sidebar:after{
	content:"";
	position:absolute;
	display:inline-block;
	height:100%;
	width:1px;
	left:-1px;
	top:0;
	background-color:#eee;
}

.side-navigation{
	margin:0;
	padding:0;
	list-style:none!important;
}

.side-navigation  li {
	list-style-type:none;
	margin:1px 0;
}

.side-navigation ul{
	margin-left:0;
}

.side-navigation  li  a {
	display:block;
	padding:10px 30px 10px;
	margin:0;
	color:#666;
	text-transform:uppercase;
	letter-spacing:0.5px;
	font-weight:600;
	font-size:12px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	text-align:left;
}
.side-navigation-wrapper .sidebar.sidebar-left .side-navigation  li a{
	text-align:right;
	
}
.side-navigation  li.current_page_item  a {
	background-color:#f6f6f6;
	border:1px solid #eee;
	border-left:none;
}


.side-navigation-wrapper .sidebar.sidebar-left .side-navigation  li.current_page_item  a {
	border-right:none;
	border-left:1px solid #eee;
}

.side-navigation  li.current_page_item a:hover{
	color:#454545;
}

.side-navigation  li  a:hover{
	 color:#454545;
	 background-color:#f6f6f6
 }

.side-navigation  li  ul{
	margin-left:20px;
}

.side-navigation-mobile{
	position:relative;
	width:100%;
	display:none;
	background-color:#fff;
	z-index:10;
}

.side-navigation-mobile:after {
	content: "\f107";
	font-family: "fontawesome";
	color: #e5e5e5;
	font-size: 13px;
	position:absolute;
	right:15px;
	top:12px;
}


.side-navigation-mobile .current-page {
	color:#666;
	line-height:45px;
	padding:0 15px;
	font-size:13px;
	display:block;
	border:1px solid #eee;
}

.side-navigation-mobile ul{
	margin:0;
	padding:0;
}

.side-navigation-mobile  ul li{
	list-style-type:none;
}

.side-navigation-mobile  ul ul{
	margin-left:10px;
}

.side-navigation-mobile > ul{
	border:1px solid #eee;
	position:absolute;
	top:45px;
	width:100%;
	padding:20px 15px;
	height:300px;
	min-height:300px;
	margin:0;
	overflow:scroll;
	list-style:none;
	display:none;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
	background-color:#fff;
	z-index:100;
}

.side-navigation-mobile ul li a{
	display:block;
	overflow:scroll;
	width:100%;
	padding:5px 0;
	text-overflow:ellipsis;
	white-space:pre-wrap;
	color:#999;
}

.side-navigation-mobile ul li a:hover{
	color:#555;
}

.side-navigation-mobile.clicked > ul{
	display:block;
	opacity:1;
	filter:alpha(opacity=1);
}



/*------------------------------------------------*/
/*  icons
/*------------------------------------------------*/

.brad-icon {
	display:inline-block;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	z-index:1;
	-webkit-backface-visibility:hidden;
	
}

a > .brad-icon{
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	transition:none;
}

.brad-icon.medium-size{
	font-size:28px;
}

.brad-icon.large-size{
	font-size:38px;
}

.brad-icon.ex-large-size{
	font-size:44px;
}

.brad-icon.style2 {
	border: 1px solid #777;
	-webkit-border-radius: 50%;
	-moz-border-radius:50%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	padding-top:3px;
	width: 35px;
	height: 35px;
	font-size:19px;
}

.brad-icon.style2.medium-size{
	width:50px;
	height:50px;
	padding-top:8px;
	font-size:21px;
}

.brad-icon.style2.large-size{
	width:70px;
	height:70px;
	padding-top:18px;
	font-size:30px;
}

.brad-icon.style2.ex-large-size{
	width:100px;
	height:100px;
	padding-top:29px;
	font-size:40px;
}

.brad-icon.style2.icon-text.medium-size{
	padding-top:9px;
}

.brad-icon.style2.icon-text.large-size{
	padding-top:21px;

}

.brad-icon.style2.icon-text.ex-large-size{
	padding-top:34px;
}


.brad-icon.style3 {
	background-color: #5d5d5d;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	text-align: center;
	padding-top:5px;
	width: 35px;
	height: 35px;
	font-size:19px;
	padding-top:4px;
}


.brad-icon.style3.medium-size{
	width:50px;
	height:50px;
	padding-top:10px;
	font-size:21px;
}

.brad-icon.style3.large-size{
	width:70px;
	height:70px;
	padding-top:21px;
	font-size:25px;
}

.brad-icon.style3.ex-large-size{
	width:100px;
	height:100px;
	padding-top:31px;
	font-size:40px;
}

.brad-icon.icon-text{
	font-family:inherit;
}

.brad-icon.style3.icon-text.medium-size{
	padding-top:10px;
}

.brad-icon.style3.icon-text.large-size{
	padding-top:22px;

}

.brad-icon.style3.icon-text.ex-large-size{
	padding-top:35px;
}

 
 .brad-icon .ss-navigateright{
	 margin-left:2px;
 }

.brad-icon img,
.brad-icon i { 
  vertical-align: middle!important; 
 }
 
.brad-icon:not(.style1) .fa-play{
	 margin-left:2px;
 }
 
.brad-icon.large-size:not(.style1) .fa-play{
	 margin-left:5px;
 }
 
 .brad-icon.ex-large-size:not(.style1) .fa-play{
	 margin-left:8px;
 }
 
 
/*------------------------------------------------*/
/*  feature box
/*------------------------------------------------*/

.feature_box .heading h1,
.feature_box .heading h2,
.feature_box .heading h3,
.feature_box .heading h4,
.feature_box .heading h5,
.feature_box .heading h6{
	margin-bottom:0!important;
}

.feature_box .brad-icon { margin-right: 0!important }

div.feature_box {
	margin: 0px auto 0;
	position: relative;
}

.ex_class1 h6{
	font-size:14px!important;
}

.feature_box .heading {
	vertical-align: middle;
	margin: 0;
	margin-bottom:13px;
}

div.feature_box.no-content .heading{
	margin-bottom:0!important;
}

.feature_boxes.iconbox-style3.crease-background-yes .feature_box > .brad-icon{
	background-image:url(../images/crease.svg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	background-position:center center;
}

.feature_boxes.iconbox-style2.crease-background-yes .feature_box:hover  > .brad-icon{
	background-image:url(../images/crease.svg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	background-position:center center;
}

.feature_boxes.title-divider-yes .feature_box .heading {
	position:relative;
	padding-bottom:12px;
	margin-bottom:20px!important;
	min-height:1px!important;
}

.feature_boxes.box-style2.title-divider-yes .feature_box .heading {
	margin-bottom:18px!important;
}

.feature_box .subtitle{
	font-size:13px;
	line-height:20px;
	margin-bottom:2px;
	color:#555;
}

.content-box.scheme1 .feature_box .subtitle{
	color:#fff;
}


.feature_box  .feature-content {
	margin-bottom: 0;
}

.feature_boxes .feature_box > .brad-icon{
	font-size:30px;
	-webkit-backface-visibility:hidden;
}

.feature_boxes.large-size .feature_box > .brad-icon{
	font-size:38px;
}

.feature_boxes.ex-large-size .feature_box > .brad-icon{
	font-size:46px;
}

.feature_boxes.extra-large-size .feature_box > .brad-icon{
	font-size:52px;
}

.feature_boxes.iconbox-style2 .feature_box > .brad-icon {
	border: 2px solid #777;
	-webkit-border-radius: 50%;
	-moz-border-radius:50%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	padding-top:8px;
	width: 50px;
	height: 50px;
	font-size:21px;
}

.feature_boxes.iconbox-style2 .feature_box > .brad-icon.icon-text{
	padding-top:9px;
}

.feature_boxes.iconbox-style2.large-size .feature_box > .brad-icon{
	width:70px;
	height:70px;
	padding-top:20px;
	font-size:26px;
}

.feature_boxes.iconbox-style2.ex-large-size .feature_box > .brad-icon{
	width:100px;
	height:100px;
	padding-top:33px;
	font-size:33px;
}

.feature_boxes.iconbox-style2.extra-large-size .feature_box > .brad-icon,
.feature_boxes.iconbox-style3.extra-large-size .feature_box > .brad-icon{
	width:135px;
	height:135px;
	font-size:42px;
	padding-top:42px;
}


.feature_boxes.iconbox-style3 .feature_box > .brad-icon {
	background-color: #5d5d5d;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	text-align: center;
	padding-top:5px;
	width: 50px;
	height: 50px;
	font-size:21px;
	padding-top:10px;
}


.feature_boxes.iconbox-style3.large-size .feature_box > .brad-icon{
	width:70px;
	height:70px;
	padding-top:21px;
	font-size:26px;
}

.feature_boxes.iconbox-style3.ex-large-size .feature_box > .brad-icon{
	width:100px;
	height:100px;
	padding-top:34px;
	font-size:33px;
}


.feature_boxes.iconbox-style3.ex-large-size .feature_box > .brad-icon.icon-text{
	padding-top:37px;
}

.feature_boxes.iconbox-style3.extra-large-size .feature_box > .brad-icon.icon-text{
	padding-top:50px;
}


/* Feature Box Style 1 */

.feature_boxes.box-style1 .feature_box .heading .heading-content{
	display:table-cell;
	vertical-align:middle;
}

.feature_boxes.box-style1 .feature_box > .brad-icon {
	margin-right: 10px!important;
	float: left;
	font-size: 21px;
}

.feature_boxes.box-style1 .feature_box .heading { 
    min-height:20px;
	padding-top:0;
	margin-bottom:25px;
	display:table;
}
.feature_boxes.box-style1.iconbox-style3 .feature_box > .brad-icon ,
.feature_boxes.box-style1.iconbox-style2 .feature_box > .brad-icon {
	margin-right: 10px;
	font-size:17px;
	width: 35px;
	height: 35px;
	padding-top:3px;
}
.feature_boxes.box-style1.iconbox-style3 .heading,
.feature_boxes.box-style1.iconbox-style3 .heading {
	min-height:35px;
}

.feature_boxes.box-style1.iconbox-style3 .feature_box > .brad-icon{
	padding-top:4px;
}

.feature_boxes.box-style1.large-size.iconbox-style2 .feature_box .heading,
.feature_boxes.box-style1.large-size.iconbox-style3 .feature_box .heading {
	margin-bottom:30px;
	min-height:60px;
}

.feature_boxes.box-style1.large-size .feature_box > .brad-icon {
	font-size: 28px;
	margin-right: 15px!important;
}

.feature_boxes.box-style1.large-size.iconbox-style3 .feature_box > .brad-icon ,
.feature_boxes.box-style1.large-size.iconbox-style2 .feature_box > .brad-icon {
	font-size:23px;
	width: 60px;
	height: 60px;
	padding-top:13px;
}


.feature_boxes.box-style1.ex-large-size.iconbox-style3 .feature_box > .brad-icon{
	padding-top:9px;
}


.feature_boxes.box-style1.ex-large-size.iconbox-style2 .feature_box .heading,
.feature_boxes.box-style1.ex-large-size.iconbox-style3 .feature_box .heading {
	margin-bottom:50px;
	min-height:70px;
	
}


.feature_boxes.box-style1.ex-large-size .feature_box > .brad-icon {
	font-size: 34px;
	margin-right: 20px!important;
}

.feature_boxes.box-style1.ex-large-size.iconbox-style3 .feature_box > .brad-icon ,
.feature_boxes.box-style1.ex-large-size.iconbox-style2 .feature_box > .brad-icon {
	font-size:31px;
	width: 70px;
	height: 70px;
	padding-top:18px;
}

.feature_boxes.box-style1.ex-large-size.iconbox-style3 .feature_box > .brad-icon{
	padding-top:20px;
}

.feature_boxes.box-style1.extra-large-size .feature_box > .brad-icon {
	font-size: 40px;
	margin-right: 20px!important;
}

.feature_boxes.box-style1.ex-large-size.iconbox-style3 .feature_box > .brad-icon ,
.feature_boxes.box-style1.ex-large-size.iconbox-style2 .feature_box > .brad-icon {
	font-size:33px;
	width: 100px;
	height: 100px;
	padding-top:33px;
}



/* Feature Box Style 2 */

.feature_boxes.box-style2 .feature_box {
	padding-left:40px;
	text-align: left;
}

.feature_boxes.box-style2 .feature_box .heading{
	margin-bottom:8px;
}

.feature_boxes.box-style2.icon-side-right .feature_box {
	text-align:right;
	padding-left:0!important;
	padding-right:40px;
}

.feature_boxes.box-style2.iconbox-style2 .feature_box,
.feature_boxes.box-style2.iconbox-style3 .feature_box  {
	padding-left:75px;
}

.feature_boxes.box-style2.icon-side-right.iconbox-style2 .feature_box,
.feature_boxes.box-style2.icon-side-right.iconbox-style3 .feature_box  {
	padding-right:75px;
}

.feature_boxes.box-style2.large-size .feature_box{
	padding-left:65px;
}
.feature_boxes.box-style2.icon-side-right.large-size .feature_box{
	padding-right:55px;
}

.feature_boxes.box-style2.large-size.iconbox-style2 .feature_box,
.feature_boxes.box-style2.large-size.iconbox-style3 .feature_box{
	padding-left:105px;
}

.feature_boxes.box-style2.icon-side-right.large-size.iconbox-style2 .feature_box,
.feature_boxes.box-style2.icon-side-right.large-size.iconbox-style3 .feature_box{
	padding-right:95px;
}

.feature_boxes.box-style2.ex-large-size .feature_box{
	padding-left:75px;
}

.feature_boxes.box-style2.icon-side-right.ex-large-size .feature_box{
	padding-right:75px;
}

.feature_boxes.box-style2.ex-large-size.iconbox-style2 .feature_box,
.feature_boxes.box-style2.ex-large-size.iconbox-style3 .feature_box{
	padding-left:125px;
}

.feature_boxes.box-style2.icon-side-right.ex-large-size.iconbox-style2 .feature_box,
.feature_boxes.box-style2.icon-side-right.ex-large-size.iconbox-style3 .feature_box{
	padding-right:125px;
}


.feature_boxes.box-style2.extra-large-size .feature_box{
	padding-left:85px;
}

.feature_boxes.box-style2.icon-side-right.extra-large-size .feature_box{
	padding-right:85px;
}

.feature_boxes.box-style2.extra-large-size.iconbox-style2 .feature_box,
.feature_boxes.box-style2.extra-large-size.iconbox-style3 .feature_box{
	padding-left:170px;
}

.feature_boxes.box-style2.icon-side-right.extra-large-size.iconbox-style2 .feature_box,
.feature_boxes.box-style2.icon-side-right.extra-large-size.iconbox-style3 .feature_box{
	padding-right:170px;
}



.feature_boxes.box-style2 .feature_box > .brad-icon{
	position:absolute;
	left:0;
	top:5px;
}

.feature_boxes.box-style2.icon-side-right .feature_box > .brad-icon{
	left:auto;
	right:0;
}



/* Feature Box Style 3 */
.feature_boxes.box-style3 .heading { text-align:left; margin-bottom:10px;}
.feature_boxes.box-style3 .heading + .feature-content { text-align:left; }
.feature_boxes.box-style3 .feature-content { text-align:left; }
.feature_boxes.box-style3 .readmore { text-align:left; }
.feature_boxes.box-style3.align-content-center-yes .feature-content , 
.feature_boxes.box-style3.align-content-center-yes .heading + .feature-content ,
.feature_boxes.box-style3.align-content-center-yes .heading,
.feature_boxes.box-style3.align-content-center-yes .readmore {
	text-align:center;
}
.feature_boxes.box-style3.align-icon-center-yes .feature_box { 
    text-align: center;
}

.feature_boxes.box-style3 .feature_box > .brad-icon {
	margin-bottom:20px;
}

.feature_boxes.box-style3.large-size.iconbox-style1 .feature_box > .brad-icon {
	margin-bottom:20px;
}

.feature_boxes.box-style3.large-size.iconbox-style2 .feature_box > .brad-icon ,
.feature_boxes.box-style3.large-size.iconbox-style3 .feature_box > .brad-icon {
	margin-bottom:30px;
}

.feature_boxes.box-style3.ex-large-size.iconbox-style1 .feature_box > .brad-icon ,
.feature_boxes.box-style3.extra-large-size.iconbox-style1 .feature_box > .brad-icon {
	margin-bottom:35px;
}

.feature_boxes.box-style3.ex-large-size.iconbox-style2 .feature_box > .brad-icon ,
.feature_boxes.box-style3.ex-large-size.iconbox-style3 .feature_box > .brad-icon,
.feature_boxes.box-style3.extra-large-size.iconbox-style2 .feature_box > .brad-icon ,
.feature_boxes.box-style3.extra-large-size.iconbox-style3 .feature_box > .brad-icon {
	margin-bottom:40px;
}



/*------------------------------------------------*/
/*  lists styles
/*------------------------------------------------*/

ul.styled-list {
	margin-left: 0;
	padding: 0;
	margin: 0 0 20px;
	list-style: none
}

ul.styled-list li  {
	list-style: none;
	margin: 0 0 8px;
	padding: 0 0 0 30px;
	position: relative
}


ul.styled-list li i {
	position: absolute;
	left: 0;
	top: 1px;
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height:1;
	padding-top:3px;
	border: 1px solid #48e0a4;
	text-align: center;
	color: #48e0a4;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius: 50%;
}


ul.styled-list.size-medium li{
	padding-left:35px;
	margin-bottom:15px;
}

ul.styled-list.size-large li{
	padding-left:40px;
	margin-bottom:18px;
}

ul.styled-list.size-medium li i {
	width:28px;
	height:28px;
	padding-top:6px;
	top:-1px
}

ul.styled-list.size-large li i {
	width:33px;
	height:33px;
	padding-top:8px;
	top:-5px;
}

ul.icon-list li i {
	font-size:14px;
}

ul.styled-list.style2 li i{
	background: #1abc9c;
	border-color: #1abc9c;
	color: #fff;
}




ul.styled-list.style3 {
	margin-left: 20px;
}
ul.styled-list.style3 li {
	list-style-type: circle;
	padding-left: 0;
	margin-bottom: 6px
}
ul.styled-list.style3 li i {
	display: none;
}


ul.styled-list.style4 li {
	padding-left: 25px; 
}
ul.styled-list.style4 li i {
	border: none;
	color: inherit;
	top: 0px;
	padding-top:0;
}



/*------------------------------------------------*/
/*  gap
/*------------------------------------------------*/
.gap {
	display: block;
	width: 100%;
	margin: 0;
	height: 20px;
	line-height: 20px
}
.gap.small {
	height: 10px;
	line-height: 20px
}
.gap.large {
	height: 30px;
	line-height: 30px
}
.gap.extra-large {
	height: 50px;
	line-height: 50px
}
.doublegap {
	display: block;
	width: 100%;
	height: 1px;
	margin: 50px 0;
}
/*------------------------------------------------*/
/*  Google map
/*------------------------------------------------*/

.google_map{
	background-color:#f5f5f5;
}
.google_map img{
	max-width:none
	}
.google_map .entry-content img {
	max-width: 100000%; /* override */
	}

.brad-info-box{
	padding:15px 15px 15px;
	background-color:#000;
	background-color:rgba(0,0,0,0.85);
	color:#fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:13px;
	line-height:21px;
}
	
/*------------------------------------------------*/
/*  Portfolio Styles
/*------------------------------------------------*/
.portfolio { position: relative; }

.portfolio-items.sortable-items{
	opacity:0;
}

.portfolio-items .portfolio-item .info h3 {
	line-height: 1.25;
	margin-bottom: 0px;
	color: #222;
	position:relative;
	padding-bottom:2px;
	font-size:17px;
}



.portfolio-items .portfolio-item .info h3 a {
	color: #222222!important;
}

.portfolio-items.portfolio-style1 .portfolio-item .info h3,
.portfolio-items.portfolio-style1 .portfolio-item .info h3 a{
	color:#fff!important;
}


.portfolio-items .portfolio-item .info h3:first-letter {
	text-transform: uppercase;
}

.portfolio-items .portfolio-item .info h5 {
	font-family: inherit;
	line-height: 1;
	margin:0;
	font-size: 13px;
	font-weight:400;
	padding-bottom:5px;
	padding-top:5px;
	text-transform:none;
	color: #999;
	-webkit-font-smoothing: antialiased!important;
	position:relative;
	letter-spacing:0;
}


.portfolio-items.portfolio-style1 .portfolio-item .info h5 {
	color:#fff!important;
	font-size:13px;
	margin-top:3px;
	position:relative;
}

.portfolio-items.portfolio-style1 .portfolio-item .info h5 a{
	color:#fff!important;
}

.portfolio-items .portfolio-item .info h5 a {
	display: inline;
	color: #999
}

.portfolio-items .portfolio-item .info h5 a:hover {
	color: #666
}

.portfolio-items .portfolio-item .info {
	background-color:transparent;
	height: auto;
	width: 100%;
	padding: 20px;
	text-align: left;
}

.portfolio-items.portfolio-style1 .portfolio-item .info{
	padding:25px 0;
}

.portfolio-items .portfolio-item .info{
	text-align:center;
}

.portfolio-items .portfolio-item  .image img{
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	-ms-transition:all 0.8s;
	transition:all 0.8s;
}

.no-touch .portfolio-items.portfolio-style1 .portfolio-item .hoverlay:hover  img,
.portfolio-items.portfolio-style1 .portfolio-item .hoverlay.hover  img{
     transform:scale(1.05);
    -ms-transform:scale(1.05); /* IE 9 */
    -moz-transform:scale(1.05); /* Firefox */
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -o-transform:scale(1.05); /* Opera */
}
	
.portfolio-style1.portfolio-style1.info-style-left .portfolio-item .overlay-content{
	display:block;
	width:100%;
	height:100%;
	padding:0;
}

.portfolio-style1.portfolio-style1.info-style-left .portfolio-item .info{
	position:absolute;
	width:100%;
	top:35px;
	padding:0 40px;
	text-align:left;
}

.portfolio-style1.portfolio-style1.info-style-left .portfolio-item .overlay-icons{
	position:absolute;
	bottom:35px;
	right:0;
	padding:0 30px;
	width:100%;
	height:auto;
	text-align:right;
}

.portfolio-style1.columns-4.portfolio-style1.info-style-left .portfolio-item .info{
	top:25px;
	padding:0 30px;
}

.full-width .portfolio-style1.columns-4.portfolio-style1.info-style-left .portfolio-item .info{
	top:35px;
	padding:0 40px;
}


.portfolio-style1.columns-5.portfolio-style1.info-style-left .portfolio-item .info{
	top:20px;
	padding:0 25px;
}

.portfolio-style1.columns-6.portfolio-style1.info-style-left .portfolio-item .info{
	top:10px;
	padding:0 15px;
}

.portfolio-style1.portfolio-style1.info-style-left .portfolio-item .overlay-icons{
	position:absolute;
	bottom:35px;
	right:0;
	padding:0 30px;
	width:100%;
	height:auto;
	text-align:right;
}


.portfolio-style1.columns-4.portfolio-style1.info-style-left .portfolio-item .overlay-icons{
	bottom:25px;
	padding:0 20px;
}

.full-width .portfolio-style1.columns-4.portfolio-style1.info-style-left .portfolio-item .overlay-icons{
	bottom:35px;
	padding:0 30px;
}

.portfolio-style1.columns-5.portfolio-style1.info-style-left .portfolio-item .overlay-icons{
	bottom:20px;
	padding:0 15px;
}

.portfolio-style1.columns-6.portfolio-style1.info-style-left .portfolio-item .overlay-icons{
	bottom:5px;
	padding:0 10px;
}




.portfolio-style1.portfolio-style1.info-onhover-no .portfolio-item .overlay,
.portfolio-style1.portfolio-style1.info-onhover-no .portfolio-item .overlay-content{
	opacity:1;
	filter:alpha(opacity=100);
	background-color:transparent!important;
}

.portfolio-style1.portfolio-style1.info-onhover-no .portfolio-item.overlay-bg-yes .overlay{
	background-color:rgba(0,0,0,0.1)!important;
}


.portfolio-items.portfolio-style1.info-onhover-no .portfolio-item .info h3,
.portfolio-items.portfolio-style1.info-onhover-no .portfolio-item .info h3 a{
	color:#fff!important;
}

.portfolio-items.portfolio-style1.info-onhover-no .portfolio-item.scheme-dark .info h3,
.portfolio-items.portfolio-style1.info-onhover-no .portfolio-item.scheme-dark .info h3 a{
	color:#222!important;
}


.portfolio-items.portfolio-style1.info-onhover-no .portfolio-item .info h5,
.portfolio-items.portfolio-style1.info-onhover-no .portfolio-item .info h5 a{
	color:#fff!important;
}

.portfolio-items.portfolio-style1.info-onhover-no .portfolio-item .info{
    -webkit-transform: translate3d(0, 11px, 0); 
    transform: translate3d(0, 11px, 0);
    transition: -webkit-transform 0.225s ease-in-out;
    transition: transform 0.225s ease-in-out;
}

.portfolio-items.portfolio-style1.info-onhover-no .portfolio-item .info h5{
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    transition: opacity 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out,transform 0.3s ease-in-out;	
}

.portfolio-items.portfolio-style1.info-onhover-no .portfolio-item .hoverlay:hover .info h5,
.portfolio-items.portfolio-style1.info-onhover-no .portfolio-item .hoverlay:hover .info{
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	opacity:1;
	filter:alpha(opacity=100);
}


.portfolio-items.portfolio-style1.info-onhover-no .portfolio-item.scheme-dark .info h5,
.portfolio-items.portfolio-style1.info-onhover-no .portfolio-item.scheme-dark .info h5 a{
	color:#444!important;
}

.portfolio-style1.portfolio-style1.info-onhover-no .info h3 {
	font-size:19px;
}

/*.portfolio-items.portfolio-style4.portfolio-with-padding-yes { margin: 0 -6px 50px!important }*/
.portfolio-items.portfolio-style2 .portfolio-item .inner-content {
	background-color: #ffffff;
}
.portfolio-items.portfolio-style2.bg-style-white-smoke .portfolio-item .inner-content {
	background-color: #f6f6f6;
}
.portfolio-items.portfolio-style2.bg-style-stroke .portfolio-item .inner-content {
	background-color: transparent;
	border:1px solid #e8e8e8;
}
.portfolio-items.portfolio-style2.bg-style-transparent .portfolio-item .inner-content {
	background-color: transparent;
}

.portfolio-items.portfolio-style2.bg-style-transparent .portfolio-item .info {
	padding-left:0;
	padding-right:0;
}

.portfolio-items.portfolio-style2.bg-style-transparent.element-padding-no .portfolio-item .info,
.portfolio-items.portfolio-style2.bg-style-transparent.element-padding-narrow .portfolio-item .info {
	padding-left:10px;
	padding-right:10px;
}

.portfolio-items.portfolio-style2.bg-style-stroke.element-padding-zero .portfolio-item .inner-content {
	position:relative;
	margin-left:-1px;
	margin-top:-1px;
}


/*------------------------------------------------*/
/*  portfolio tabs
/*------------------------------------------------*/
.portfolio-tabs {
	margin:0 auto;
	margin-bottom: 50px;
	text-align:center;
}

.portfolio-tabs.portfolio-tabs-blackbox{
	background-color:#393939;
	padding:30px 0px;
	margin-bottom:0;
}


.portfolio-tabs.portfolio-tabs-blackbox + .portfolio {
	margin-top:40px;
}

.portfolio-tabs.portfolio-tabs-blackbox + .portfolio.padding-no{
	margin-top:0;
}

.portfolio-tabs.portfolio-tabs-blackbox ul li.sort-label{
	color:#eee;
}
.portfolio-tabs.portfolio-tabs-align-left{
	text-align:left;
}
.portfolio-tabs.portfolio-tabs-align-right{
	text-align:right;
}

.portfolio-tabs.portfolio-tabs-align-right ul li.sort-label{
	float:left;
}

.portfolio-tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.portfolio-tabs-container{
	width:100%;
	margin:0 auto;
	max-width:1140px;
}

@media only screen and (max-width: 1460px) and (min-width: 1000px){
    body.type4 .portfolio-tabs-container{
		max-width:970px;
    }
}


.portfolio-tabs.portfolio-tabs-blackbox .portfolio-tabs-container{
	padding:0 20px;
}

.portfolio-tabs ul li{
	list-style-type:none;
}

.portfolio-tabs ul li.sort-label{
	margin-right:30px;
	display:inline-block;	
	color:#555;
	font-size:12px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	font-weight:600;
}

.portfolio-tabs.scheme2 ul li.sort-label{
	font-size:13px;
	letter-spacing:0;
	text-transform:none;
	font-weight:normal;
}


.portfolio-tabs ul li.sort-item {
	list-style-type:none;
	display:inline-block;
}
.portfolio-tabs ul li.sort-item a {
	color: #888;
	margin-right:30px;
	display:inline-block;
	padding-bottom:4px;
	font-size:12px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	position:relative;
	font-weight:600;
}

.portfolio-tabs.scheme2 ul li.sort-item a {
	font-size:13px;
	letter-spacing:0;
	text-transform:none;
	font-weight:normal;
}

.portfolio-tabs ul li.sort-item a:after{
	content:"";
	position:absolute;
	left:0;
	bottom:-10px;
	width:100%;
	display:inline-block;
	background-color:#2092ef;
	height:2px;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.portfolio-tabs ul li.sort-item.active a:after{
	opacity:1;
	filter:alpha(opacity=100);
	bottom:0;
}


.portfolio-tabs.portfolio-tabs-blackbox ul li.sort-item a{
	color:#ddd;
}

.portfolio-tabs ul li:last-child{
	margin-right:0;
}

.portfolio-tabs ul li.sort-item.active a{
	color:#2092ef!important;
}


.portfolio-tabs.portfolio-tabs-blackbox  ul li.sort-item a{
	color:#fff!important;
}

.portfolio-tabs.portfolio-tabs-blackbox ul li.sort-item.active a,
.portfolio-tabs.portfolio-tabs-blackbox ul li.sort-item a:hover{
	border-bottom-color:#fff!important;
	color:#fff!important;
}

.portfolio-tabs.portfolio-tabs-blackbox ul li.sort-item a:after{
	background-color:#fff;
}

/*------------------------------------------------*/
/*  Overlay
/*------------------------------------------------*/

.overlay {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:#398ced;
	background-color:rgba(57,140,237,0.75);
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 99;
}

.no-touch .hoverlay:hover .overlay,
.hoverlay.hover .overlay {
	opacity: 1;
	filter:alpha(opacity=100);
}
.overlay:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.overlay a {
	display: block;
}

.overlay a.button{
	display:inline-block;
}

.overlay-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 95%;
	height: auto;
	text-align:center;
	-webkit-transition:opacity 0.4s ease;
	-moz-transition:opacity 0.4s ease;
	transition:opacity 0.4s ease;
	opacity:0;
	filter:alpha(opacity=0);
	color:#fff;
	padding:10px 20px;
	font-size:90%;
	line-height:1.80;
	overflow:hidden;
}

.no-touch .hoverlay:hover .overlay-content,
.hoverlay.hover .overlay-content{
	opacity:1;
	filter:alpha(opacity=100);
}


.overlay .lightbox-icon,
.overlay .love-it {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height:1;
	padding-top:18px;
	font-size:13px;
	color:#fff;
	text-align: center;
	background-color:#333;
	-webkit-font-smoothing: antialiased!important;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	margin:0 7px;
    -webkit-backface-visibility: hidden!important;
}


.overlay .love-it{
	padding-top:0;
}

.overlay .love-it i{
	margin-right:1px;
}

.overlay .love-it a{
	font-size: 11px;
	color:inherit;
	display:inline-block;
	width:48px;
	height:48px;
	padding-top:19px;
}




/*------------------------------------------------*/
/* Title styles
/*------------------------------------------------*/

.title{
	width:100%;
	overflow:hidden!important;
	text-align:center;
}

.title.style1 span {
	padding: 0 0 20px;
	display: inline-block;
	position: relative;
	white-space:inherit;
}

h6.title.style1 span {
	padding-bottom:8px;
}

h3.title.style1 span {
	padding-bottom:15px;
}

h4.title.style1 span {
	padding-bottom:15px;
}


.title.style1 span:after,
.title.style2 span:after,
.title.style3 span:after {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: 0;
	width: 100px;
	background-color: #454545;
	height:2px;
	margin-top:-1px;
	z-index:-1;
}

.title.style2 span{
	position:relative;
	padding-right:15px;
}

.title.style2 span:after,
.title.style3 span:after {
	top:50%;
	left:100%;
}

.title.style3 span, .title.style4 span{
	border:2px solid #444;
	padding:25px;
	position:relative;
	display:inline-block;
}

.title.style3.bc-light span, .title.style4.bc-light span{
	border-color:#d8d8d8;
}

.title.style3.bc-primary span, .title.style4.bc-primary span{
	border-color:#3498db;
}


.title.style3.bw-1px span , .title.style4.bw-1px span{border-width:1px;}
.title.style3.bw-3px span , .title.style4.bw-3px span{border-width:3px;}
.title.style3.bw-4px span , .title.style4.bw-4px span{border-width:4px;}
.title.style3.bw-5px span , .title.style4.bw-5px span{border-width:5px;}



/* border height variations */
.title.style1.dh-1px span:after,
.title.style2.dh-1px span:after,
.title.style3.dh-1px span:after,
.title.style1.textcenter.dh-1px span:before,
.title.style2.textcenter.dh-1px span:before,
.title.style3.textcenter.dh-1px span:before {
	height:1px;
}

.title.style1.dh-3px span:after,
.title.style2.dh-3px span:after,
.title.style3.dh-3px span:after,
.title.style1.textcenter.dh-3px span:before,
.title.style2.textcenter.dh-3px span:before,
.title.style3.textcenter.dh-3px span:before {
	height:3px;
	margin-top:-1px;
}


.title.style1.dh-4px span:after,
.title.style2.dh-4px span:after,
.title.style3.dh-4px span:after,
.title.style1.textcenter.dh-4px span:before,
.title.style2.textcenter.dh-4px span:before,
.title.style3.textcenter.dh-4px span:before {
	height:4px;
	margin-top:-2px;
}

.title.style1.dh-5px span:after,
.title.style2.dh-5px span:after,
.title.style3.dh-5px span:after,
.title.style1.textcenter.dh-5px span:before,
.title.style2.textcenter.dh-5px span:before,
.title.style3.textcenter.dh-5px span:before {
	height:5px;
	margin-top:-2px;
}


/* divider color variations */
.title.style1.divider-light span:after,
.title.style2.divider-light span:after,
.title.style3.divider-light span:after,
.title.style1.textcenter.divider-light span:before,
.title.style2.textcenter.divider-light span:before,
.title.style3.textcenter.divider-light span:before{
	background-color:#d8d8d8;
}

.title.style1.divider-primary span:after,
.title.style2.divider-primary span:after,
.title.style3.divider-primary span:after,
.title.style1.textcenter.divider-primary span:before,
.title.style2.textcenter.divider-primary span:before,
.title.style3.textcenter.divider-primary span:before{
	background-color:#3498db;
}


/* divider width variations */
.title.style1.dw-parent span:after{
	left:0!important;
	margin-left:0!important;
}

.title.style1.dw-parent span:after,
.title.style2.dw-parent span:after,
.title.style3.dw-parent span:after {
	width:100%;
}


.title.style1.dw-medium span:after,
.title.style2.dw-medium span:after,
.title.style3.dw-medium span:after {
	width:300px;
}

.title.style1.dw-full span:after,
.title.style2.dw-full span:after,
.title.style3.dw-full span:after {
	width:1100px;
}



/* textcenter for all headings */
.title.style1.textcenter span:after {
	left:50%;
	margin-left:-50px;
}

.title.style1.dw-medium.textcenter span:after {
	left:50%;
	margin-left:-150px;
}

.title.style1.dw-full.textcenter span:after {
	margin-left:-550px;
}

.title.style2.textcenter span{
	padding:0 15px;
}

.title.style2.textcenter span:after,
.title.style3.textcenter span:after{
	width:50px;
}

.title.style2.dw-parent.textcenter span:after,
.title.style3.dw-parent.textcenter span:after{
	width:50%;
}

.title.style2.dw-medium.textcenter span:after,
.title.style3.dw-medium.textcenter span:after{
	width:150px;
}

.title.style2.dw-full.textcenter span:after,
.title.style3.dw-full.textcenter span:after{
	width:550px;
}

.title.style2.textcenter span:before,
.title.style3.textcenter span:before{
	content: "";
	position: absolute;
	display: inline-block;
	left: -50px;
	top: 50%;
	width: 50px;
	background-color: #454545;
	height:2px;
	margin-top:-1px;
	z-index:-1;
}

.title.style2.dw-parent.textcenter span:before,
.title.style3.dw-parent.textcenter span:before{
	width:50%;
	left:-50%;
}

.title.style2.dw-medium.textcenter span:before,
.title.style3.dw-medium.textcenter span:before{
	width:150px;
	left:-150px;
}

.title.style2.dw-full.textcenter span:before,
.title.style3.dw-full.textcenter span:before{
	width:550px;
	left:-550px;
}


/* textright for all headings */
.title.style1.dw-full.textright span:after{
	content:none;
}
.title.style1.dw-full.textright{
	border-bottom:2px solid #444;
}

.title.style1.divider-light.textright{
	border-bottom-color:#d8d8d8;
}

.title.style1.divider-primary.textright{
	border-bottom-color:#3498db;
}

.title.style1.dw-full.dh-1px.textright{
	border-bottom-width:1px;
}
.title.style1.dw-full.dh-3px.textright{
	border-bottom-width:3px;
}
.title.style1.dw-full.dh-4px.textright{
	border-bottom-width:4px;
}
.title.style1.dw-full.dh-5px.textright{
	border-bottom-width:5px;
}

.title.style2.textright span{
	padding-right:0;
	padding-left:15px;
}
.title.style2.textright span:after,
.title.style3.textright span:after {
	left:-100px;
	margin-left:0;
}

.title.style2.dw-medium.textright span:after,
.title.style3.dw-medium.textright span:after {
	left:-100%;
}

.title.style2.dw-medium.textright span:after,
.title.style3.dw-medium.textright span:after {
	left:-300px;
}


.title.style2.dw-full.textright span:after,
.title.style3.dw-full.textright span:after {
	left:-1100px;
}

/*------------------------------------------------*/
/* Quote slider & Icon Tabs
/*------------------------------------------------*/

.quotes-slider-container{
	opacity:0;
}

.quotes-slider ,
.icon-tabs {
	list-style:none;
	padding:0;
	margin:0;
}

.quotes-slider > li .quote-sign{
	font-size:32px;
	color:#ccc;
	width:48px;
	height:48px;
	line-height:48px;
	display:none;
}

.show-quote-icon-yes .quotes-slider > li .quote-sign{
   display:inline-block;
}

.quotes-slider > li {
	list-style-type:none;
	text-align:center;
}


.quotes-slider > li .quote-logo{
	margin-bottom:20px;
}

.quotes-slider > li .quote-logo img{
	-webkit-border-radius:9999px;
	-moz-border-radius:9999px;
	border-radius:9999px;
}


.quotes-slider > li blockquote,
.icon-tabs > li blockquote{
	padding:0 60px;
	background:transparent!important;
	border:none!important;
	display:block;
	position:relative;
	margin:0 0 15px;
	font-family:inherit;
	font-size:20px;
	line-height:30px;
	font-style:normal;
	font-weight:inherit;
	cursor: -moz-grab!important;
    cursor: -webkit-grab!important;
    cursor: grab!important;
	letter-spacing:0;
}

.quotes-slider-container[data-navigation="no"] .quotes-slider > li blockquote{
	padding:0!important;
}

.quotes-slider > li blockquote q {
  quotes:none;
	
}


.quotes-slider-container .carousel-pagination{
	margin-top:20px;
}


.navigation-align-bottom .quotes-slider > li blockquote{
	padding:0;
}

.quotes-slider > li .cite{
	margin-bottom:0;
	font-size:14px;
	line-height:24px;
	font-style:normal!important;
	margin-bottom:0;
	letter-spacing:1px;
}
.quotes-slider > li cite .quote-desc{
	
}
.quotes-slider > li .cite .quote-name{
    display: inline-block;
    margin-right: 4px;
}

/* Box color Scheme Style 1 */

.content-box.scheme1  .quotes-slider > li blockquote,
.content-box.scheme1  .icon-tabs > li blockquote{
	color:#ccc;
	color:rgba(255,255,255,0.85); 
}

.content-box.scheme1 .quotes-slider > li cite {
	color:#fcfcfc;
}


/* Icon Tabs */
.icon-tabs-container{
	opacity:0;
	filter:alpha(opacity=0);
}

.icon-tabs-container .icons-tabs-nav{
	display:block;
	text-align:center;
	margin-bottom:70px;
}

.icon-tabs-container .icons-tabs-nav a{
    border: 1px solid #e5e5e5;
    color: #999;
    text-align: center;
	margin-left:-1px;
    padding: 15px 50px 0 80px;
    display:inline-block;
	height:100px;
    cursor: pointer;
    transition: all .3s ease;
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   font-family:"museo-slab";
   font-size:15px;
   font-weight:500;
   line-height:1;
   position:relative;
   background-color:#f9fafa;
}
.icon-tabs-container .icons-tabs-nav a:after,
.icon-tabs-container .icons-tabs-nav a:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 49px solid transparent;
  border-left-width: 24px;
  border-left-style: solid;
  border-left: 24px solid #e5e5e5;
  border-bottom: 49px solid transparent;
  -webkit-transition: border-color 300ms ease;
  -moz-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}

.icon-tabs-container .icons-tabs-nav a:after{
	left:-1px;
	border-left-color:#f9fafa
}

.icon-tabs-container .icons-tabs-nav a.active + a:after,
.icon-tabs-container .icons-tabs-nav a:hover + a:after{
	border-left-color:#fff;
}

.icon-tabs-container .icons-tabs-nav a i{
	display:block;
	font-size:34px;
	line-height:1;
	clear:both;
	margin-bottom:15px;
	color:#c0c0c0;
	transition:color 300ms ease;
	-webkit-transition:color 300ms ease;
}

.icon-tabs-container .icons-tabs-nav a:first-child{
	padding-left:60px;
}

.icon-tabs-container .icons-tabs-nav a:last-child{
	padding-right:65px;
}



.icon-tabs-container .icons-tabs-nav a:first-child:after,
.icon-tabs-container .icons-tabs-nav a:first-child:before{
	content:none;
}

.icon-tabs-container .icon-tab{
	list-style-type:none;
	overflow:hidden;
}

.icon-tabs-container .icons-tabs-nav a:first-child{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

.icon-tabs-container .icons-tabs-nav a:last-child{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

.icon-tabs-container .icons-tabs-nav a.active,
.icon-tabs-container .icons-tabs-nav a:hover{
	background-color:#fff;
	color:#444;
}

.icon-tabs-container .icons-tabs-nav a.active i,
.icon-tabs-container .icons-tabs-nav a:hover i{
	color:#3498db;
}

.icon-tabs-container .icons-tabs-nav a:last-child{
	margin-right:0;
}

/*------------------------------------------------*/
/*  full width slider + carousel
/*------------------------------------------------*/

.full-width-carousel , .quotes-slider-container {
	position:relative;
	padding-left:30px!important;
	padding-right:30px!important;
	opacity:0;
}

.section.full-width .full-width-carousel , .section-full-width .quotes-slider-container {
	padding-left: 50px!important;
	padding-right: 50px!important
}

.full-width-carousel > .container {
	width:100%;
	max-width:1140px!important;
	padding:0 20px!important
}

.section-full-width .quotes-slider-container{
	max-width:1140px;
	width:100%;
	margin:0 auto;
}

.full-width-carousel  .carousel-content-container {
	position: relative;
	padding-bottom: 12px
}

.full-width-carousel .pagination {
	position:relative;
	left:0;
	top:0;
	margin-top:10px;
	margin-left:5px
}
.full-width-carousel .pagination a {
	display: inline-block;
	margin-right: 5px
}
.carousel-content-container { position: relative }
.full-width-carousel .carousel-prev { left: 0px; margin-top:-55px }
.full-width-carousel .carousel-next { right:0px; margin-top:-55px }
.section.full-width .full-width-carousel .carousel-prev { left: 20px;  }
.section.full-width .full-width-carousel .carousel-next { right: 20px; }
.full-width-carousel .carousel-images { width: 100%; }
.full-width-carousel .carousel-images img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%
}
.carousel-ipad-slideshow-container {
	position: relative;
	padding: 20px
}
.carousel-ipad-slideshow {
	position: absolute;
	z-index:999;
	left: 0;
	top: 0;
	width: 100%;
	height: auto
}
/*------------------------------------------------*/
/* Testimonials
/*------------------------------------------------*/




.testimonials-grid.masonry-yes [class*="span"]{
	clear:none!important;
}

.testimonials-carousel [class*="span"]{
	padding:0!important;
	margin-bottom:0!important;
}

.testimonials-grid .testimonial {
	width: 100%;
	background:#f6f6f6;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:25px 30px 30px;
}


.testimonials-carousel-container .bx-wrapper{
	background:#f6f6f6;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:25px 30px 30px;
}

.appear2.testimonials-grid .testimonial,
.appear2.testimonials-carousel-container .bx-wrapper{
	background:#fff;
}
  
.appear3.testimonials-grid .testimonial,
.appear3.testimonials-carousel-container .bx-wrapper{
	border:1px solid #e8e8e8;
	background-color:transparent;
}

.style2.testimonials-grid .testimonial,
.style2.testimonials-carousel-container .bx-wrapper{
	border:none;
	background-color:transparent;
	padding:0;
}
  


.testimonial  blockquote{
	padding:0;
	margin:0;
	background:transparent;
	font-size:inherit;
	font-weight:inherit;
	font-family:inherit;
	border:none;
	line-height:inherit;
	color:inherit;
	font-style:normal;
}


.img-align-left  blockquote.with-image{
	margin-left:110px;
}




.testimonial  blockquote q {
  quotes: "“" "”" "‘" "’";
}
.testimonial  blockquote q:before {
    content: open-quote;
}
.testimonial  blockquote q:after {
    content: close-quote;
}


.testimonial .author-info {
	margin-top:15px;
}

.testimonial .author-info span{
	line-height:1;
	color:#666;
}


.testimonial .author-info .author-name{
	font-size:14px;
	line-height:23px;
	margin-bottom:0;
	display:inline-block;
}


.img-align-bottom .author-name{
	margin-top:25px;
}


.testimonial .author-avatar {
	width:auto;
	float:left;
	width:200px;
}

.testimonial .author-avatar img {
	display:inline-block;
	width:200px;
	height:auto;
}

.rounded-image-yes .testimonial .author-avatar img{
/*
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
*/
}

.testimonial-carousel   {
	cursor: -moz-grab!important;
    cursor: -webkit-grab!important;
    cursor: grab!important;
}


/*------------------------------------------------*/
/*  Teaser
/*------------------------------------------------*/
.teaser .image{
	display:block;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
	-webkit-backface-visibility:hidden;
}

.teaser .image img{
	-webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
   -webkit-transform: scale(1,1);
   -moz-transform: scale(1,1);
   -ms-transform: scale(1,1);
   -o-transform: scale(1,1);
   transform: scale(1,1);
}

.no-touch .teaser .hoverlay:hover img ,
.teaser .hoverlay.hover img{
   -webkit-transform: scale(1.025,1.025);
   -moz-transform: scale(1.025,1.025);
   -ms-transform: scale(1.025,1.025);
   -o-transform: scale(1.025,1.025);
   transform: scale(1.025,1.025);
}

.teaser .teaser-container{
	width:100%;
	position:absolute;
	display:block;
	width:100%;
	min-width:100%;
	height:100%;
	padding:10px;
	left:0;
	top:0;
}


.teaser .box{
	padding:10px;
	background-color:transparent;
	width:100%;
	height:100%;
	min-height:100%;
	text-align:center;
}


.teaser .box .box-inner{
	padding:10px;
	width:100%;
	height:100%;
	display:table;
}

.teaser .box .box-inner > div{
	display:table-cell;
	vertical-align:middle;
}

.teaser.valign-top.box .box-inner > div{
	vertical-align:top;
}

.teaser.valign-bottom.box .box-inner > div{
	vertical-align:bottom;
}



.teaser .teaser-heading{
	margin: 0px;
}


.teaser .teaser-content{
	margin-top:5px;
}
	
/*------------------------------------------------*/
/* Dropcap
/*------------------------------------------------*/
.dropcap {
	display: block;
	float: left;
	font-size: 55px;
	font-weight: 600;
	color: #444;
	line-height: 55px;
	margin: 2px 12px 0 0;
}
.dropcap.container-enable {
	margin: 6px 12px 0 0;
	width: 60px;
	height: 60px;
	line-height: 58px;
	font-size: 36px;
	font-weight: 600;
	background-color:#555;
	padding: 0!important;
	text-align: center;
	color: #fff;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
}


/*------------------------------------------------*/
/* Callout
/*------------------------------------------------*/

.callout { 
   padding:10px;
 } 

.callout h3{
	margin-bottom:0;
	line-height:30px;
	text-align:center;
}

.callout.callout-align-justify .button{
	margin-top:-8px!important;
}
.callout.callout-align-justify .button.button_large{
	margin-top:-11px!important;
}
.callout.callout-align-justify .button.button_small{
	margin-top:-5px!important;
}
.callout.callout-align-justify h3{
	text-align:left;
}

.callout.callout-align-justify .button { 
    float:right;
	margin-left:20px; 
}


.callout h3 + div{
	margin-top:10px;
}

.callout .button { 
   margin-left:25px!important;
   vertical-align:middle;
}
	
/*------------------------------------------------*/
/*  buttons
/*------------------------------------------------*/
.sp-container .button{
	margin:0 6px;
}

.readmore {
	line-height:1;
	font-size:13px;
	font-weight:700;
	letter-spacing:0;
	text-transform:uppercase;
}

.readmore .brad-icon{
	margin-left:5px;
	vertical-align:1px;
}

p.sp-container.aligncenter{
	margin-bottom:0;
	text-align:center;
}

.button , input[type="submit"] {
	width:100%;
	color: #fff;
	font-size:12px;
	letter-spacing:1px;
    background-color:#1abc9c;
	font-weight:700;
	display: inline-block;
	padding: 10px;
	line-height:19px!important;
	-webkit-font-smoothing: antialiased!important;
	opacity:1;
	border: none;
	outline: none!important;
	margin-top:5px;
	transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	border-radius:999px;
	-webkit-border-radius:999px;
	-moz-border-radius:999px;
	-webkit-appearance: none!important;
	-moz-appearance:none!important;
	position:relative;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.button.border-radius-small , input[type="submit"].border-radius-small{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.button.border-radius-no , input[type="submit"].border-radius-no{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}


.button:first-child{
	margin-left:0;
}

.button:last-child{
	margin-right:0;
}

input[type="submit"]:disabled {
	opacity:0.5!important;
}

.button:hover, input[type="submit"]:hover {
	opacity: 0.85;
	color: #fff
}

.button:active {
	opacity:1;
}

.button.button_alternate , 
.button.button_alternatewhite,
.button.button_alternateprimary
 {
	background-color: transparent;
	border: 2px solid #444;
	color: #25252d;
	box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	opacity:1!important;
	padding: 10px;
}

.button.button_alternatewhite{
	color:#fff;
	border:2px solid #eee;
}

.button.button_alternate:hover{
	background-color:#444;
	color:#fff;
}

.button.button_alternatewhite:hover{
	background-color:#eee;
	color:#3498db;
}

.button.button_alternateprimary:hover{
	background-color:#3489db;
	color:#fff;
}


.button i {
	display:inline-block;
	vertical-align:0;
	margin-left:8px;
}

.button.button_small i {
	margin-left:4px;
}
.button.button_small.icon-align-left i {	
	margin-right:4px;
}

.button_button_large i {
	margin-left:10px;
}
.button.button_large.icon-align-left i {	
	margin-right:10px;
}

.button_button_exlarge i {
	margin-left:10px;
}
.button.button_exlarge.icon-align-left i {
	margin-right:10px;
}

.button.icon-align-left i{
	margin-left:0!important;
	margin-right:8px;
}



.button_small {
	padding: 8px 20px 8px;
	font-size: 11px;
	line-height: 1!important;
	letter-spacing:1px;
}

.button_small.button_alternate , 
.button_small.button_alternatewhite,
.button_small.button_alternateprimary{
	padding: 12px 20px 13px;
}

.button_large {
	padding:20px 35px 22px 35px;
	font-size: 13px;
}

.button_large.button_alternate , 
.button_large.button_alternatewhite,
.button_large.button_alternateprimary{
	padding:18px 35px 20px 35px;
}

.button_exlarge {
	padding:22px 55px 24px;
	font-size: 13px;
}

.button.button_color_grey { background-color:#95a5a6;}
.button.button_color_blue { background-color:#3275d6;}
.button.button_color_white { background-color:#ffffff; color:#555 }
.button.button_color_white:hover { background-color:#ffffff; color:#444; }
.button.button_color_red { background-color:#e74c3c;}
.button.button_color_green { background-color:#7ab55c; }
.button.button_color_seagreen { background-color:#85ccc2;}
.button.button_color_yellow { background-color:#f1c40f;}
.button.button_color_purple { background-color: #9b59b6;}
.button.button_color_orange { background-color:#e67e22;}
.button.button_color_black { background-color:#2d2d2d;}



/*------------------------------------------------*/
/*   tabs
/*------------------------------------------------*/
.tabset > ul.tabs {
	margin:0;
	padding: 0;
	list-style: none /* IE6-9 */
}
.tabset > ul.tabs > li {
	float: left;
	display: block;
	list-style-type:none;
}

.tabset > ul.tabs > li > a ,
.tabset.vertical-tabset > ul.tabs > li > a {
	color: #454545;
	padding: 15px 35px;
	display:inline-block;
	position:relative;
	font-weight:600;
	text-transform:uppercase;
	font-size:13px;
	margin-right:2px;
	background-color:#fafafa;
	color:#444;
}

.tabset > ul.tabs > li:first-child > a{
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}


.tabset > ul.tabs > li:last-child > a{
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}

.tabset.vertical-tabset  > ul.tabs > li:first-child > a{
	-webkit-border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:0;
	border-bottom-left-radius:0;
}


.tabset.vertical-tabset  > ul.tabs > li:last-child > a{
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	border-top-right-radius:0;
	-webkit-border-top-right-radius:0;
}


.tabset > ul.tabs > li:first-child > a{
	margin-left:0;
}

.tabset > ul.tabs > li > a i.pre-icon,
.tabset.vertical-tabset > ul.tabs > li > a i.pre-icon{
    display: inline-block;
	vertical-align:-2px;
    margin-left:5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    width: 0px;
    position: relative;
    left: 40px;
    opacity: 0;
	margin-right:0!important
}

.tabset > ul.tabs > li > a.selected i.pre-icon,
.tabse.vertical-tabset > ul.tabs > li > a.selected i.pre-icon{
    left: 0px;
    opacity: 1;
    width: 16px;
}


.tabset > ul.tabs > li > a:hover,
.tabset.vertical-tabset > ul.tabs > li > a:hover {
	background-color:#f5f5f5;
}

.tabset ul.tabs > li > a i,
.tabset.vertical-tabset ul.tabs > li > a i {
	margin-right: 5px;
}

.tabset > ul.tabs > li > a.selected,
.tabset.vertical-tabset > ul.tabs > li > a.selected {
	color: #222;
	background-color: #f0f0f0;
}

.tabset .tab-content {
	padding: 30px 0 20px;
}


/* Vetical Tabs */
.tabset.vertical-tabset > ul.tabs {
	margin:0px;
	width:auto;
	float:left;
	width:20%;
	display:block;
	position:relative;
}
.tabset.vertical-tabset > ul.tabs > li {
	float:none;
	width:auto;
	margin-left:0;
}

.tabset.vertical-tabset > ul.tabs > li a{
   margin-top:2px;
   width:100%;
   margin-right:0;
}

.tabset.vertical-tabset > ul.tabs > li:first-child a{
	margin-top:0;
}

.tabset.vertical-tabset .tab-content{
	margin-left:20%;
	width:80%;
	padding:0 0 0 20px;
}


/*------------------------------------------------*/
/* Single images
/*------------------------------------------------*/
.single-image-container.img-align-center{
	display:block;
	text-align:center;
}
.single-image-container.img-align-left{
	float:left;
}

.single-image-container.img-align-right{
	float:right;
}

.single-image{
	max-width:100%!important;
	display:inline-block;
	position:relative;
	vertical-align: bottom;
}
.single-image img {
	max-width: 100%;
	display: block;
}

.single-image .image-lightbox .brad-icon {
	position:absolute;
	width:70px;
	height:70px;
	font-size:36px;
	line-height:68px;
	border:2px solid #ffffff;
	display:inline-block;
	left:50%;
	top:50%;
	margin-top:-30px;
	margin-left:-30px;
	color:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	text-align:center;
}

.single-image .image-lightbox:hover .brad-icon{
	color:#2996cc;
	background-color:#ffffff;
}


/*------------------------------------------------*/
/*  Accordions and toggles
/*------------------------------------------------*/
.accordion,
.toggle{
	border-bottom:1px solid #ddd;
}

.toggle .toggle-title ,
.accordion .accordion-title {
	border: none;
	display: block;
	margin-bottom: 0;
	padding: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size:13px;
	letter-spacing:0.5px;
}

.toggle .toggle-title a ,
.accordion .accordion-title a {
	display: block;
	padding: 25px 0 25px!important;
	background-color:transparent;
	line-height: 1;
}



.toggle .toggle-title.active a,
.accordion .accordion-title.active a{
	color:#333!important;
}


.toggle .toggle-title a:hover ,
.accordion .accordion-title a:hover{
  color:#444;
}

.toggle .toggle-title a > .brad-icon ,
.accordion .accordion-title a > .brad-icon {
	font-weight: normal!important;
	font-size:16px!important;
	opacity:0.6;
	margin-right:8px;
}

.toggle .toggle-title.active a > .brad-icon,
.accordion .accordion-title.active a > .brad-icon {
	opacity:1;
}

.toggle .toggle-title a span.plus ,
.accordion .accordion-title a span.plus {
	margin: -4px 0 0;
	float: right;
	font-size:14px;
	font-weight: normal!important;
	font-family:"fontAwesome";
	font-weight:400;
	padding:0!important;
	display:inline-block;
	text-align:center!important;
	line-height:23px;
	width:24px;
	height:24px;
	color:#fff;
	background-color:#2929ef;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;

}

.toggle .toggle-title a span.plus:after,
.accordion .accordion-title a span.plus:after{
	content:"\e6ea";
}

.toggle .toggle-title.active a span.plus:after,
.accordion .accordion-title.active a span.plus:after{
	content:"\e6d0";
}

	
.toggle .toggle-inner ,
.accordion .accordion-inner{
	padding: 0 0 35px;
	display: none;
}

/*------------------------------------------------*/
/*  pie chart
/*------------------------------------------------*/
.chart-shortcode {
	position: relative;
	text-align: center;
}
.chart-shortcode.chart-center-yes { margin: 0 auto; }
.chart-shortcode canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.chart-shortcode .pie-title {
}



@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
	margin-bottom: 25px;
	background-color: #eeeeee;
}
.progress .bar {
	height: 12px;
	width: 0px;
	display: block;
	background-color: #1abc9c;
	position: relative;
}


.progress.progress-striped .bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.animated-stripes .bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-wrap p {
	margin: 0px 0px 4px 0px!important;
	color:#555;
	font-size:15px;
}
.progress-wrap p:first-letter { text-transform: uppercase }
.progress .bar {
	overflow: visible!important;
	position: relative;
}
.progress-wrap strong {
	color: #3d3d3d;
	font-weight: 600;
	line-height: 15px;
	margin-left: 8px;
	float:right;
	margin-top:3px;
	font-size:15px;
	letter-spacing:normal;
}
/*------------------------------------------------*/
/*  Person
/*------------------------------------------------*/

.person{
	background-color:#fff;
	text-align:center;
}

.person-info{
    padding: 25px 20px 25px;
}


.person h4 {
	margin-bottom:0;

}


.person p.role {
	margin-bottom:0;
	opacity:0.8;
	filter:alpha(opacity=80)
}


.person .overlay-content > p {
	margin:15px 0px 0px;
	text-align:center;
}

.social-icons-wrapper{
	text-align:center;
	position:relative;
}

.person .divider{
	position:relative;
	height:2px;
	margin:15px 0;
	width:100%;
	display:block;
	white-space:nowrap;
}

.person .divider span{
	display:inline-block;
	height:2px;
	position:absolute;
	left:50%;
	margin-left:-15px;
	top:0;
	width:30px;
	background-color:#444;
}

.person .social-icons li{
	margin:0;
}
.person .social-icons li a{
	color:#aaa;
	font-size:19px;
	height:35px;
	width:35px;
	line-height:35px;
}

.person .social-icons li a:hover{
	color:#666;
}


/*------------------------------------------------*/
/* Compare Product Tables
/*------------------------------------------------*/
.compare-table{ margin:0 0 50px; width:100%;}
.compare-table .table-left,
.compare-table .table-right
 {
	width:50%;
	float:left;
}

.compare-table .table-element {
	float:left;
	width:100%;
}

.compare-table.elements-2 .table-element {
	width:50%;
}
.compare-table.elements-3 .table-element {
	width:33.3333%;
}
.compare-table.elements-4 .table-element {
	width:25%;
}

.compare-table.elements-5 .table-element{
	width:20%;
}

.compare-table.elements-4 .table-element:nth-child(5),
.compare-table.elements-3 .table-element:nth-child(n+4),
.compare-table.elements-2 .table-element:nth-child(n+3){
	display:none;
}

.compare-table .table-heading {
	background-color:#a0aaad;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.compare-table .table-heading-title,
.compare-table .table-elements{
	padding:30px 20px 30px 30px;
}

.compare-table .table-heading-title h4 {
	color:#ffffff;
	margin-bottom:0;
	padding:10px 0; 
}
.compare-table .table-element {
	padding:0 10px;
	text-align:center;
}
.compare-table .table-element h4{
	line-height:1;
	font-size:14px;
	color:#ffffff;
	margin-bottom:0;
	padding:10px 0;
}
.compare-table .table-element .brad-icon{
	margin-bottom:10px;
	color:#ffffff;
	font-size:18px;
}
.compare-table .table-element .brad-icon + h4{
	padding:0;
}
.compare-table .table-features{
	border:1px solid #e5e5e5;
	border-top:0;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.compare-table .table-feature{
	background-color:#ffffff;
}
.compare-table .table-feature-title , 
.compare-table .table-feature-elements{
	padding:20px 30px;
}
.compare-table .table-feature-title p{
	margin-bottom:0!important;
}
.compare-table .table-feature:nth-child(even){
	background-color:#f5f5f5;
}
.compare-table .table-feature:last-child{
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.compare-table .table-feature .feature-element{
	text-align:center;
}
.compare-table .table-feature .feature-element span{
	display:inline-block;
	position:relative;
	width:16px;
	height:16px;
	text-align:center;
	line-height:16px;
	color:#aaa;
}

.compare-table .table-feature .feature-element span:after{
	content:"";
	font-family:"fontAwesome";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size:11px;
}

.compare-table.included-sign-dot .table-feature .feature-included-yes:after{
	content:"\e6f4";

}
.compare-table.included-sign-correct .table-feature .feature-included-yes:after{
	content:"\e60c";
}
.compare-table.included-sign-correct-with-circle .table-feature .feature-included-yes:after{
	content:"\e658";
}
.compare-table.sign-remove .table-feature .feature-element .feature-included-no:after{
	content:"\e003";
}
.compare-table.sign-remove-with-circle .table-feature .feature-included-no:after{
	content:"\e657";
}

.compare-table.sign-hash .table-feature .feature-included-no:after{
	content: "\e662";
}
/*------------------------------------------------*/
/* Pricing Tables
/*------------------------------------------------*/
/* Pricing box visual composer */

.price_box{
	-webkit-transition:all 250ms;
	-moz-transition:all 250ms;
	transition:all 250ms;
	text-align:center;
	position:relative;
}

.price_box .feature-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.price_box .feature-list li {
	list-style-type:none;
}
.price_box .title-box .subtitle{
	color:inherit;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
}
 
 .price_box .title-box .brad-icon {
	 color:#444;
	 background-color:transparent;
	 width:60px;
	 height:60px;
	 font-size:28px;
	 padding-top:16px;
	 border-radius:50%;
	 -webkit-border-radius:50%;
	 -moz-border-radius:50%;
	 margin-bottom:10px;
	 clear:both;
}
.price_box .title-box,
.price_box  .pricing-box{
	-webkit-transition:background-color 250ms;
	-moz-transition:background-color 250ms;
	transition:background-color 250ms;
}
.price_box .title-box h1,
.price_box .title-box h2,
.price_box .title-box h3,
.price_box .title-box h4,
.price_box .title-box h5,
.price_box .title-box h6{
	color:inherit;
}

.price_box .pricing-box .price{
	display: inline-block;
	font-size:90px;
	font-weight: 300;
	line-height:90px;
	position: relative;
	margin-left:10px;
	letter-spacing:-2px;
}

.price_box .pricing-box .price .dollor{
	position:absolute;
	top:-15px;
	left:-15px;
	font-size:18px;
}

.price_box .pricing-box .month{
	position: relative;
	bottom: -0px;
	font-size: 18px;
	left: 0px;
	font-weight:400;
}

.price_box .pricing-box .price-info{
	font-size: 13px;
	font-style: italic;
	margin-top:5px;
	color:#aaa;
	opacity:0.8;
	width:100%;
}



.price_box.style1{ 
	background-color:#fff;
	border:1px solid #eee; 
	position:relative;
	overflow:visible;
	margin-left:-1px;
 }
 
.price_box.style1 .title-box {
	color: #fff;
	padding: 50px 10px 0;
	display: block;
	text-align: center;
	margin-bottom: 0px;
	background-color:#333
}

 .price_box.style1 .title-box .brad-icon {
	margin-bottom:10px;
}

.price_box.style1 .title-box{
	color:#fff;
}

.price_box.style1 .title-box h3 {
	margin:0;
}

.price_box.style1 .pricing-box {
	text-align: center;
	padding: 0 5px 50px;
	background-color:#333;
}
.price_box.style1 .pricing-box > div{
	color:#fff;
}

.price_box.style1 .pricing-box .price {
	font-size: 100px;
	padding: 0 0 0 10px;
	line-height: 100px;
}

.price_box.style1 .pricing-box .dollor {
	font-size: 22px;
	left:-5px;
}


.price_box.style1 .pricing-box .price-info {
	margin-top: 10px
}

.price_box.style1 .feature-list li {
	padding: 18px 15px;
	border-top:1px solid #eee;
}

.price_box.style1 .feature-list li:first-child{
	border-top:0;
}


.price_box.style1 .pricing-signup {
	padding: 20px 10px;
	margin:0 ;
	text-align: center;
	border-top:1px solid #eee;
}

.price_box .pricing-signup-button {
	position:relative;
	display:inline-block;
}

.price_box  .button{
	margin:0!important;
}

.price_box.hover-button-yes:hover   .default-button{
	opacity:0;
	filter:alpha(opacity=0)
}

.price_box .hover-button{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	filter:alpha(opacity=0);
}

.price_box.hover-button-yes:hover .hover-button{
	opacity:1;
	filter:alpha(opacity=100);
}




/* Price box style 2 */
.price_box.style2{
	padding:45px 35px;
	background-color:#fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

 .price_box.style2 .title-box .brad-icon {
	 color:#fff;
	 background-color:#b0b0b0;
	 width:110px;
	 height:110px;
	 font-size:40px;
	 padding-top:35px;
	 margin-bottom:35px;
}

.price_box.style2 .title-box h1,
.price_box.style2 .title-box h2,
.price_box.style2 .title-box h3,
.price_box.style2 .title-box h4,
.price_box.style2 .title-box h5,
.price_box.style2 .title-box h6 {
	margin-bottom:0;
}

.price_box.style2  .pricing-box .price {
	display: inline-block;
	font-size:45px;
	font-weight: 700;
	line-height:45px;
	position: relative;
	letter-spacing:0;
}

.price_box.style2  .pricing-box .price .dollor {
	font-size:34px;
	position:static;
	left:0;
	right:0;
}
.price_box.style2  .pricing-box .month{
	font-size:16px;
	bottom:-4px;
	margin-right:5px;
}

.price_box .title-box .subtitle{
	margin-bottom:10px;
}


.price_box.style2 .feature-list {
	margin-top:30px;
}
.price_box.style2 .feature-list li {
	display: block;
	padding: 5px 0;
}

.price_box.style2 .pricing-signup {
	margin-top:30px;
}



/* price box style 3 */
.price_box.style3{
	padding:50px 35px;
	text-align:center;
	background-color:#fff;
}


.price_box.style3 .title-box h1,
.price_box.style3 .title-box h2,
.price_box.style3 .title-box h3,
.price_box.style3 .title-box h4,
.price_box.style3 .title-box h5,
.price_box.style3 .title-box h6 {
	margin-bottom:10px;
}

.price_box.style3  .pricing-box > div{
	color: #ebb129;
}

.price_box.style3  .pricing-box .price {
	display: inline-block;
	font-size:110px;
	font-weight: 400;
	line-height:110px;
	margin-left:10px;
	letter-spacing:-2px;	
}


.price_box.style3 .feature-list {
	margin-top:30px;
}
.price_box.style3 .feature-list li {
	display: block;
	padding: 5px 0;
}

.price_box.style3 .pricing-signup {
	margin-top:30px;
}



/* pricing table style 4 */
.price_box.style4{
	padding:0;
	background-color:#fff;
	position:relative;
	margin-left:-1px;
}

.price_box.style4 .title-box{
	background-color:#2d2d2d;
	padding:30px 10px 30px;
	color:#fff;
}

.price_box.style4 .title-box h1,
.price_box.style4 .title-box h2,
.price_box.style4 .title-box h3,
.price_box.style4 .title-box h4,
.price_box.style4 .title-box h5,
.price_box.style4 .title-box h6 {
	margin-bottom:0;
}

.price_box.style4 .subtitle{
	margin-bottom:0;
}

.price_box.style4  .pricing-box{
	color: #fff;
	padding:25px 10px 45px;
	background-color:#3d3d3d;
}
.price_box.style4 .feature-list {
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}

.price_box.style4 .feature-list li {
	display: block;
	padding: 18px 20px;
	border-bottom:1px solid #eee;
}

.price_box.style4 .pricing-signup {
	padding:25px 10px 30px;
	border:1px solid #eee;
	border-top:0!important
}
.price_box.style4 .pricing-box .price-info {
	margin-top: 10px
}



/* pricing table style 5 */
.price_box.style5{
	padding:0 0 60px;
	background-color:#fff;
	position:relative;
	margin-left:-1px;
	border:1px solid #eee;
}

.price_box.style5 .title-box{
	background-color:#2d2d2d;
	padding:45px 10px 100px;
	color:#fff;
}

.price_box.style5 .title-box h1,
.price_box.style5 .title-box h2,
.price_box.style5 .title-box h3,
.price_box.style5 .title-box h4,
.price_box.style5 .title-box h5,
.price_box.style5 .title-box h6 {
	margin-bottom:0;
}



.price_box.style5  .pricing-box .price-content{
	background-color:#f6f6f6;
	width:110px;
	height:110px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	margin:-65px auto 0;
	padding-top:25px;
}

.price_box.style5   .pricing-box .price{
	font-size:35px;
	font-weight: 400;
	line-height:35px;
	letter-spacing:1px;
	margin-left:0;
	vertical-align:middle;
	display:block;
}

.price_box.style5 .pricing-box .price .dollor{
	position:static;
	top:0;
	left:0;
	font-size:25px;
}

.price_box.style5 .pricing-box .month{
	position: static;
	bottom:0;
	font-size: 12px;
	left: 0;
	font-weight:400;
	clear:both;
	display:block;
	line-height:12px;
}

.price_box.style5 .pricing-box .price-info {
	margin-top:20px;
}

.price_box.style5 .feature-list {
	margin-top:25px;
}

.price_box.style5 .feature-list li {
	display: block;
	padding:7px 0;
}

.price_box.style5 .pricing-signup {
	padding-top:25px;
	border-top:0!important
}


/*------------------------------------------------*/
/*  Dividers
/*------------------------------------------------*/
.hr {
	clear: both;
	border: 0;
	height: 2px;
	margin: 5px auto 25px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
}


.counter-title .hr,
.portfolio-item .hr,
.feature_box .hr{
	display:none;
	text-align:left;
	margin:15px 0 20px;
}

#titlebar .hr{
	display:none;
	text-align:left;
	margin:15px 0 20px;
}

.hr-type-tiny .feature_box .hr{
	margin:10px 0 20px!important;
}


.portfolio-item .hr{
	margin:5px 8px;
}

.counters.align-center-yes .counter-title .hr,
.portfolio-item .hr,
.feature_boxes.box-style3.align-content-center-yes .feature_box .hr,
#titlebar.titlebar-alignment-center .hr{
	text-align:center;
}


.portfolio-style1.portfolio-style1.info-style-left .portfolio-item .hr{
	text-align:left;
}


.feature_boxes.box-style2.icon-side-right .feature_box .hr{
	text-align:right;
}

.enable-hr-yes .counter-title .hr ,
.enable-hr-yes .portfolio-item .hr,
.enable-hr-yes .feature_box .hr,
#titlebar.enable-hr-yes .hr{
	display:block;
}



.hr.alignleft{
	text-align:left;
	float:none;
}

.hr.alignright{
	text-align:right;
	float:none;
}

.hr.hr-with-icon{
	height:20px;
}

.hr span:before ,
.hr span:after{
	content:"";
	position:relative;
	height:2px;
	width:50%;
	background-color:#555;
	vertical-align:top;
	display:inline-block;
	top:0;
}

.hr.hr-border-light span:before ,
.hr.hr-border-light span:after,
.hr-color-light .hr span:after,
.hr-color-light .hr span:before{
	background-color:#d8d8d8;
}

.hr.hr-border-primary span:before ,
.hr.hr-border-primary span:after ,
.hr-color-primary .hr span:after,
.hr-color-primary .hr span:before
{
	background-color:#1abc9c;
}

.content-box.scheme1 .hr span:before,
.content-box.scheme1 .hr span:after{
	background-color:rgba(255,255,255,0.65);
}


.content-box.scheme1 .hr.hr-border-dark span:before,
.content-box.scheme1 .hr.hr-border-dark span:after{
	background-color:#fff!important;
}

.hr.hr-with-icon span:before{
	margin-left:-10px;
	left:-13px;
	top:10px;
}

.hr.hr-with-icon span:after{
	margin-right:-10px;
	right:-13px;
	top:10px;
}

.hr span i{
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#ccc;
}

.hr.hr-border-dark span i{
	color:#666;
}

.hr.dh-1px ,
.hr.dh-1px span:before ,
.hr.dh-1px span:after,
.hr-style-1px .hr , .hr-style-1px .hr span{
	height:1px;
}

.hr.dh-3px ,
.hr.dh-3px span:before ,
.hr.dh-3px span:after,
.hr-style-3px .hr , .hr-style-3px .hr span{
	height:3px;
}

.hr.dh-4px ,
.hr.dh-4px span:before ,
.hr.dh-4px span:after,
.hr-style-4px .hr , .hr-style-4px .hr span{
	height:4px;
}

.hr.dh-5px ,
.hr.dh-5px span:before ,
.hr.dh-5px span:after,
.hr-style-5px .hr , .hr-style-5px .hr span{
	height:4px;
}


.hr span{
	width:100%;
	display:inline-block;
	height:2px;
	vertical-align:top;
}
.hr.hr-with-icon{
	height:20px;
}
.hr.hr-with-icon span{
	height:20px;
}

.hr.border-small span,
.hr-type-small .hr span{
	width:120px;
}

.hr-type-small .portfolio-item  .hr span{
	width:80px;
}


.hr.border-medium span,
.hr-type-medium .hr span
{
	width:300px;
}
.hr.border-tiny span,
.hr-type-tiny .hr span{
	width:30px;
}

/*------------------------------------------------*/
/* highlight
/*------------------------------------------------*/
.highlighted {
	display: inline-block;
	padding: 0px 2px;
	white-space: nowrap;
	vertical-align: baseline;
	font-weight: 500;
	color: #1abc9c
}
.highlighted.style2 {
	background-color: #1abc9c;
	padding: 0px 3px;
	color: #ffffff;
	font-weight:normal
}
/*------------------------------------------------*/
/*  clients
/*------------------------------------------------*/
.clients-wrapper{
	text-align:center;
	display: block;
	max-width:100%;
	position:relative;
}

.clients-wrapper  .hover-logo{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	filter:alpha(opacity=0);
	width:100%;
	height:100%;
	-webkit-transition:opacity 0.2s ease;
	-moz-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}


.clients-wrapper:hover .hover-logo{
	opacity:1;
	filter:alpha(opacity=100);
}

.clients-wrapper img {
	display: inline-block;
	vertical-align: middle;
}


/*------------------------------------------------*/
/*  Latest posts
/*------------------------------------------------*/
.latest-posts {
	margin: 0;
	padding: 0;
	list-style: none
}
.latest-posts > li {
	list-style: none;
	clear: both;
	padding: 0 0px 40px;
}

.latest-posts > li .latest-posts-content{
	min-height:80px;
	display:table;
}

.latest-posts > li .latest-posts-content > div{
	display:table-cell;
	vertical-align:middle;
}

.latest-posts > li:hover { }
.latest-posts > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0!important;
}
.latest-posts > li .image {
	height: auto;
	float: left;
	clear:both;
	margin-right:20px;
}

.latest-posts > li .image img{
	-webkit-border-radius:9999px;
	border-radius:9999px;
    width: 80px;
	max-width: 80px;
}

.latest-posts.image-size-small > li .image img{
	width:50px;
	height:50px;
}

.latest-posts.image-size-large > li .image img{
	width:150px;
	height:150px;
}

.latest-posts.image-size-small > li{
	padding-bottom:20px;
}

.latest-posts.image-size-small > li .latest-posts-content{
	min-height:50px;
}

.latest-posts.image-size-large > li .latest-posts-content{
	min-height:150px;
}

.latest-posts > li .latest-posts-content h3 {
	margin: 0;
	font-size:16px;
	line-height:24px;
}

.latest-posts > li .latest-posts-content .post-meta-data {
	margin: 0;
}

.latest-posts > li .latest-posts-content p.excerpt { margin: 15px 0 0 }


.latest-posts.style2 .date {
	width: 80px;
	height: 80px;
	text-align: center;
	border:1px solid #333;
	position: relative;
	margin-right: 20px;
	-webkit-border-radius:999px;
	border-radius:999px;
	-webkit-backface-visibility: hidden;
	float:left;
}
.latest-posts.style2 .day {
	font-size: 33px;
	color: #333;
	font-weight: 300;
	position: absolute;
	right: 0;
	width: 100%;
	top: 18px;
	text-align: center
}
.latest-posts.style2 .day {
	display: inline-block;
}

.latest-posts.style2 .month{
	font-size: 13px;
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 10px
}

/*------------------------------------------------*/
/*  Tooltips
/*------------------------------------------------*/
.tooltips a {
  border-bottom:1px dotted #1abc9c
  }
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/*------------------------------------------------*/
/* Alert */
/*------------------------------------------------*/

.alert{
	position: relative;
	display: block;
	font-weight:normal;
	text-align: center;
	padding: 20px 50px 20px 30px;
    margin-bottom: 20px;
    background-color: #e67e22;
	color:#fff;
}

.alert.custom{
    background-color:transparent;
	color:#888;
}


.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6{
	color:inherit;
}
	
.alert-success{
  background-color: #3498db
}

 .alert-success h4{
	color:#88b12b;
}
	
.alert-error{
	color: #fff;
    background-color: #e74c3c;

}
	
.alert-error h4{
	color:#d25c5a;
}
	
.alert-info{
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

 alert-info h4{
	color:#468bbf;
}

.alert-message p{
	margin:0;
	padding:0;
}


.alert span.close{
	display:block;
	padding:8px 10px;
	line-height:1;
	font-size:15px;
	position: absolute;
	top:0;
	right: 0;
	cursor: pointer;
	border:1px solid #fff;
	border-right:0!important;
	border-top:0!important;;
}



/*------------------------------------------------*/
/* contact form 7
/*------------------------------------------------*/
.wpcf7-form input[type="text"],.wpcf7-form input[type="email"]{
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.wpcf7-form-control-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top:2px!important;
}

.wpcf7-form textarea {
	width: 100%;
	max-width: 100%;
	margin: 5px 0 0 0;
}
.wpcf7-form select {
	width: 100%;
	max-width: 100%;
	margin: 5px 0 0 0;
	padding: 8px;
}
.wpcf7-form input[type="checkbox"] { width: auto }
.wpcf7 form.wpcf7-form p {
	font-weight: 400;
	margin: 0 0 20px 0 !important;
}
.wpcf7-list-item-label { font-weight: normal }
.wpcf7-response-output { display: none }
.wpcf7-form .invalid { color: #bf1515 !important }
.wpcf7-not-valid { border: 1px solid #bf1515 !important }
.wpcf7 span.wpcf7-not-valid-tip { display: none }
div.wpcf7-response-output {
	margin: 0px !important;
	padding: 5px 10px !important;
}
div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked, div.wpcf7-validation-errors {
	position: relative;
	border: 1px solid #ddd !important;
	display: block;
	background-image: linear-gradient(bottom, #f6f6f6 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #f6f6f6 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #f6f6f6 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #f6f6f6 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #f6f6f6 0%, #FFFFFF 100%);
	background-color: #f6f6f6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	font-weight: bold;
	padding: 10px 40px !important;
	text-align: center;
	margin-bottom: 20px;
}
div.wpcf7-mail-sent-ok {
	background-image: linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-color: #e9f2d2;
	border-color: #c0da66 !important;
	color: #88b12b;
}
div.wpcf7-mail-sent-ng {
	background-image: linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-color: #ffe9e9;
	border-color: #e99f9f !important;
	color: #d25c5a;
}
div.wpcf7-spam-blocked {
	background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-color: #fbf6e3;
	border-color: #efd877 !important;
	color: #c4a80a;
}
div.wpcf7-validation-errors {
	background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-color: #fbf6e3;
	border-color: #efd877 !important;
	color: #c4a80a;
}

/*------------------------------------------------*/
/* Fancy  contact form and comment form
/*------------------------------------------------*/
.contact-form input[type="text"],.contact-form input[type="email"] , .contact-form textarea , .comment-form input[type="text"],.comment-form input[type="email"] , .comment-form textarea{
	width:100%;
	max-width:100%
}


.contact-form input[type="text"].error , .contact-form input[type="email"].error , .contact-form textarea.error {
	border-color:#e99f9f!important;
}
.contact-form input[type="text"].valid , .contact-form input[type="email"].valid , .contact-form textarea.valid {
	border-color: #c0da66!important;
}
.contact-form .control-wrap .icon , .comment-form .control-wrap .icon {
	position: absolute;
	width: 45px;
	height:42px;
	text-align: center;
	text-align: center;
	line-height: 45px;
	left: 1px;
	top: 2px!important;
	z-index: 12;
	margin: 0!important;
	display:none;
	font-size:16px;
	color:#ccc;
}

/* Disable icons for contact form */
.contact-form.field-icons-yes input[type="text"],.contact-form.field-icons-yes input[type="email"], .comment-form input[type="text"],.comment-form input[type="email"]{
	padding-left:45px;
}
.contact-form.field-icons-yes .control-wrap .icon ,.comment-form .control-wrap .icon {
	display:inline-block 
	}
.contact-form .control-wrap , .comment-form .control-wrap { position:relative; margin-bottom:0; }
.contact-form .row-fluid, .comment-form .row-fluid { margin: 0 -10px!important }

.contact-form .row-fluid [class*="span"], .comment-form .row-fluid [class*="span"] { padding: 0 10px!important; margin-bottom:30px;}



/*------------------------------------------------*/
/*  Counter numbers
/*------------------------------------------------*/
.counter-title {
	padding: 0 5px;
	display:table-cell;
	vertical-align:middle;
}


.counter-box-container{
	max-width:100%;
	width:100%;
}


.counter-box-container .counter-box{
	display:table;
	padding:0 5px;
	width:100%;
}

.counters.align-center-yes .counter-box-container{
	text-align:center;
	margin:0 auto;
}


.counter-title > span.counter-value {
	font-size: 55px;
	line-height:58px;
	color:#222;

}

.text-size-large .counter-title > span.counter-value {
	font-size: 70px;
	line-height:75px;
	letter-spacing:-1px;
	
}


.counter-box .brad-icon{
	font-size:48px;
	margin-bottom:20px;
	color:#222;
	clear:both;
	display:block;
}

.counter-title p {
	margin:3px 0 0;
	line-height:125%;
}

.text-size-large .counter-title p{
	font-size:15px;
}


/*-------------------------------------------------------*/
/* Box color Schem 1 */
/*-------------------------------------------------------*/
.box.border-top-radius-yes{
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.box.border-bottom-radius-yes{
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.content-box.scheme1 h1,
.content-box.scheme1 h2,
.content-box.scheme1 h3,
.content-box.scheme1 h4,
.content-box.scheme1 h5{
	color:#ffffff;
}

.content-box.scheme1 h6{
	color:#fafafa;
	color:rgba(255,255,255,0.85 );	
}

.content-box.scheme1 a {
	color:#fff;
}

.content-box.scheme1 a:hover {
	color:#eeeeee;
}

.content-box.scheme1,
.content-box.scheme1 p {
	color:#eee;
	color:rgba(255,255,255,0.8)
}


.content-box.scheme1 strong{
	color:#fff;
}
.content-box.scheme1 .counter-title > span {
	color:#fff;
}

/*-------------------------------------------------------*/
/* Gallery Images */
/*-------------------------------------------------------*/

.brad-gallery{
	list-style:none;
	margin:0;
	padding:0;
}

.brad-gallery > li {
	list-style-type:none;
	overflow:hidden;
}

.brad-gallery > li > div{
	width:100%;
	position:relative;
	overflow:hidden;
}


.brad-gallery .image img{
	display:block;
	max-width:100%;
	width:100%;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}


.brad-gallery .image:hover img{
     transform:scale(1.02);
    -ms-transform:scale(1.02); /* IE 9 */
    -moz-transform:scale(1.02); /* Firefox */
    -webkit-transform:scale(1.02); /* Safari and Chrome */
    -o-transform:scale(1.02); /* Opera */
}

.brad-gallery.grey-yes .image img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}

.brad-gallery.grey-yes .image:hover img{
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: none;
  filter: grayscale(0);
}

/*------------------------------------------------------*/
/* Brad Slider */
/*------------------------------------------------------*/
.brad-slider-wrapper{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	z-index:10;
}

.carousel {
  position: relative;
  width:100%;
  height:100%;  
}

.carousel-inner {
  position: relative;
  width: 100%;
  height:100%;
  overflow: hidden;
  background-color:#ddd;
}


.carousel-inner.parallax-slider-yes{
	position:fixed;
	left:0!important;
	top:0;
	-webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1),margin .33s cubic-bezier(0.694,0.0482,0.335,1);
    -moz-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1),margin .33s cubic-bezier(0.694,0.0482,0.335,1);
    -o-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1),margin .33s cubic-bezier(0.694,0.0482,0.335,1);
    -ms-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1),margin .33s cubic-bezier(0.694,0.0482,0.335,1);
    transition: left .33s cubic-bezier(0.694,0.0482,0.335,1),margin .33s cubic-bezier(0.694,0.0482,0.335,1);
}

body.type4 .carousel-inner.parallax-slider-yes{
	left:auto!important;
}

.boxed-layout .carousel-inner.parallax-slider-yes,
.parallax-disabled .carousel-inner.parallax-slider-yes
{
	position:relative!important;
	-webkit-transform: translate(0, 0)!important;
    -moz-transform: translate(0, 0)!important;
    transform: translate(0, 0)!important;
    -o-transform: translate(0, 0)!important;
}

.boxed-layout .carousel-caption ,
.parallax-disabled .carousel-caption{
     opacity: 1!important;
     transform: translate(0px, 0px)!Important;
     -webkit-transform: translate(0px, 0px)!Important;
}


.carousel[data-swipe="yes"]{
  cursor: -moz-grab!important;
  cursor: -webkit-grab!important;
  cursor: grab!important;	
}


.carousel .carousel-preloader{
	position:absolute;
	left:50%;
	top:50%;
	width:50px;
	height:50px;
	margin-right:25px;
	margin-top:-25px;
	display:inline-block;
	z-index:1000;
}

.carousel .carousel-preloader .spinner{
	background-color:#f0f0f0;
}

.no-css-animations .carousel .carousel-preloader .spinner ,
.carousel .carousel-preloader img {
	display:none;
}

.no-css-animations .carousel .carousel-preloader img{
	display:block;
}

.carousel-inner > .item .image{
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:100%!important;
	height:100%!important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;

}

.carousel-inner > .item .image.bg-size-contain {
	 -webkit-background-size: contain;
	  -moz-background-size: contain;
	  -o-background-size: contain;
	  background-size:contain;
}

.carousel-inner > .item .image img{
	display:none!important;
}


.carousel-inner > .item .carousel-video{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	display:block;
	height:auto;
}


.carousel-inner > .item .slider-bg-overlay{
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#222;
	filter:alpha(opacity=0);
	opacity:0;
}

.carousel-inner > .item .carousel-video video{
	width:100%;
}

.carousel-video  .mejs-container .mejs-controls, .carousel-video  .mejs-overlay-loading, .carousel-video  .mejs-layers {
	display: none!important
}

.carousel-inner > .item {
  position: relative;
  display: none;
  width:100%;
  height:100%;
  -webkit-transition: .5s ease-in-out left;
  transition: .5s ease-in-out left;
}


.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}


.brad-slider.fade .carousel-inner > .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
}

.brad-slider.fade .carousel-inner > .active.left,
.brad-slider.fade .carousel-inner > .active.right {
    opacity: 0;
    filter: alpha(opacity=0);
}

.brad-slider.fade .carousel-inner > .active.item {
    opacity: 1;
    filter: alpha(opacity=100);
}

.brad-slider.fade .carousel-inner > .active.left,
.brad-slider.fade .carousel-inner > .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.brad-slider.fade .carousel-inner > .next,
.brad-slider.fade .carousel-inner > .prev {
    left: 0;
    z-index: 1;
}


@media only screen and (max-width: 1460px) and (min-width: 1000px){
	
  body.type4 .carousel-caption h2{
	  font-size:36px!important;
	  line-height:46px!important;
  }
  
  body.type4 .carousel-caption .slider-content{
	  font-size:16px!important;
	  line-height:26px!important;
  }
  
}

.carousel-control {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  width:60px;
  height:60px;
  line-height:56px;
  text-align:center;
  margin-top:-30px;
  display:inline-block;
  font-size:30px;
  color: #fff;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  border:2px solid #fff;
  background-color:transparent;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
  text-indent:-4px;
  z-index:1001;
  left:20px;
}

.brad-slider.color-dark .carousel-control{
	color:#333;
	border-color:#333;
}


.carousel-control:after{
  content: "\f104";
  font-family:"fontAwesome";
}

.carousel-control.right{
	right:20px;
	left:auto;	
}

.carousel-control.right:after{
	content: "\f105";
	margin-left:4px;
}


.carousel-control.right {
  right: 20px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color:#fff;
}

.brad-slider.color-dark .carousel-control:hover,
.brad-slider.color-dark .carousel-control:focus {
  color:#333;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  z-index:1001;
  opacity:0;
}


.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: #fff;
}

.brad-slider.color-dark .carousel-indicators li{
	border-color:#2d2d2d;
}

.brad-slider.color-dark .carousel-indicators .active{
	background-color:#2d2d2d;
}

.carousel-caption {
  position: absolute;
  width:100%;
  height:100%;
  left: 0;
  z-index: 200;
  display:table;
}

.navigation-yes .carousel-caption {
	padding:0 80px;
}

.carousel-caption-wrapper{
	display:table-cell;
	vertical-align:middle;
}


.transparent-header .header-slider-yes .carousel-caption{
	padding-top:84px;
}

.transparent-header .header-slider-yes .carousel-caption-content{
	padding-bottom:70px;
}

.carousel-caption.color-dark .slider-content{
	color:#555;
}

.caption-halign-center .carousel-caption-inner-content{
	text-align:center;
}
.caption-halign-center .carousel-caption .slider-content{
   margin:0 auto;
   max-width:940px;
}

.caption-valign-top .carousel-caption-wrapper{
	vertical-align:top;
}

.caption-valign-bottom .carousel-caption-wrapper{
	vertical-align:bottom;
}


.caption-halign-left .carousel-caption-inner-content{
	text-align:left;
	width:50%;
}

.caption-halign-right .carousel-caption-inner-content{
	text-align:left;
	width:50%;
	margin-left:50%;
}


.carousel-caption-content{
	opacity:0;
	padding:50px 25px;
	max-width:1210px;
	margin:0 auto;
}



.carousel-caption h6 a{
	color:inherit!important;
}

.carousel-caption h6 span{
	display:inline-block;
	padding:0 8px 0 14px;
	position:relative;
}

.carousel-caption h6 span:first-child:after{
	content:none;
}

.carousel-caption h6 span:after{
	content:"/";
	position:absolute;
	left:0;
	top:0;
}


.carousel-caption h6{
	font-family:inherit;
	text-transform:uppercase;
	letter-spacing:4px;
	color:#fff;
	font-size:16px;
	line-height:27px;
	margin-bottom:10px;
}

.carousel-caption h2{
	font-size:60px;
	color:#ffffff;
	letter-spacing:2px;
	font-weight:bold;
	line-height:70px;
	position:relative;
	text-transform:none;
	margin-bottom:0;
}

.carousel-caption .slider-content{
   color: #fff;
   font-size:20px;
   line-height:30px;
   font-weight:400;
}


.carousel-caption h2.title-di-yes span{
	display:inline-block;
	padding-bottom:5px;
	position:relative;
}

.carousel-caption.color-dark h2{
	color:#222;
}

.carousel-caption.color-dark h6{
	color:#2d2d2d;
}

.carousel-caption h2.title-di-yes span:after{
	content:"";
	position:absolute;
	width:100%;
	height:3px;
	display:inline-block;
	left:0;
	bottom:0;
	background-color:#fff;
}

.carousel-caption.color-dark h2.title-di-yes span:after{
	background-color:#222;
}

.carousel-caption .slider-buttons{
	margin-top:35px;
}

.carousel-caption .slider-buttons .button:first-child{
	margin-left:0;
	margin-right:20px;
}

.carousel-caption .btn {
  text-shadow: none;
}


/*-------------------------------------------------------*/
/* Service Box */
/*-------------------------------------------------------*/

.service-box{
	padding:0;
	text-align:center;
	width:100%;
	max-width:100%;
	position:relative;
}

.service-box .front-content,
.no-touch .flip-yes.hoverlay:hover .flip-content,
.flip-yes.hoverlay.hover .flip-content{
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	z-index: 10;
}

.service-box .front-content{
	background-color:#f6f6f6;
}

.service-box .front-content,
.service-box .flip-content{
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
    padding:30px 35px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    webkit-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0 !important;
    -moz-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0s !important;
    -o-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0 !important;
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0 !important;
}
.service-box .flip-content{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);  
    z-index: -1;
	background-color:#3498db;
}
.service-box .flip-content > div ,
.service-box .front-content > div{
	display:table;
	vertical-align:middle;
	width:100%;
	height:100%;
}

.service-box .front-content > div{
	height:auto;
}

.service-box .flip-content > div > div ,
.service-box .front-content > div > div{
	display:table-cell;
	vertical-align:middle;
}
.service-box .flip-content h4{
	color:#fff;
}

.no-touch .flip-yes.hoverlay:hover .front-content,
.flip-yes.hoverlay.hover .front-content{
     -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);  
    z-index: -1;
}
.service-box .brad-icon{
	margin-bottom:30px;
	-webkit-backface-visibility:visible;f
}
.service-box  h4{
	margin-bottom:0;
}
.service-box .service-content{
	margin-top:10px;
}

.service-box .flip-content .service-content{
	color:#f0f0f0;
}

/*------------------------------------------------*/
/* animated boxes
/*------------------------------------------------*/

.animate-when-visible{
	opacity: 0;
	
}



.animate-when-visible.portfolio-items .portfolio-item > .inner-content {
	opacity:0;
}

.no-js .animate-when-visible ,
.no-cssanimations .animate-when-visible ,
.animate-when-visible.portfolio-items ,
.no-cssanimations .animate-when-visible.portfolio-items .portfolio-item > .inner-content,
.no-js .animate-when-visible.portfolio-items .portfolio-item > .inner-content {
	opacity:1!important;
}



.fadeIn.start-animation ,
.load-animation .fadeIn{
	-webkit-animation: fadeIn 0.65s ease forwards;
	-moz-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
	to { opacity: 1; }
}

@-moz-keyframes fadeIn {
	to { opacity: 1; }
}

@keyframes fadeIn {
	to { opacity: 1; }
}


.fadeInTop.start-animation,
.load-animation .fadeInTop {
	-webkit-transform: translateY(20px);
	-moz-transform:translateY(20px);
	transform:translateY(20px);
	-webkit-animation: fadeInTop 0.65s ease forwards;
	-moz-animation: fadeInTop 0.65s ease forwards;
	animation: fadeInTop 0.65s ease forwards;
}


@-webkit-keyframes fadeInTop {
	100% {
		-webkit-transform: translateY(0);
	     opacity: 1;
	}
}

@-moz-keyframes fadeInTop {
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInTop {
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}



.fadeInBottom.start-animation ,
.load-animation .fadeInBottom{
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-animation: fadeInBottom  0.65s ease forwards;
	-moz-animation: fadeInBottom  0.65s ease forwards;
	-o-animation: fadeInBottom  0.65s ease forwards;
	animation: fadeInBottom 0.65s ease forwards;
}


@-webkit-keyframes fadeInBottom {
	
	100% {
 		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes fadeInBottom {

	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}


@keyframes fadeInBottom {

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}


.fadeInLeft.start-animation ,
.load-animation .fadeInLeft{
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-animation: fadeInLeft  0.65s ease forwards;
	-moz-animation: fadeInLeft  0.65s ease forwards;
	-o-animation: fadeInLeft  0.65s ease forwards;
	animation: fadeInLeft  0.65s ease forwards;
}

@-webkit-keyframes fadeInLeft {
	
	100% {
		-webkit-transform: translateX(0);
		opacity:1;
	}
}

@-moz-keyframes fadeInLeft {
	
	100% {
		-moz-transform: translateX(0);
		opacity:1
	}
}


@keyframes fadeInLeft {
	100% {
		transform: translateX(0);
		opacity:1;
	}
}




.fadeInRight.start-animation ,
.load-animation .fadeInRight {
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-animation: fadeInRight  0.65s ease forwards;
	-moz-animation: fadeInRight  0.65s ease forwards;
	-o-animation: fadeInRight 0.65s ease forwards;
	animation: fadeInRight 0.65s ease forwards;
}


@-webkit-keyframes fadeInRight {
	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@-moz-keyframes fadeInRight {
	100% {
		-moz-transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeInRight {
	100% {
		transform: translateX(0);
	    opacity: 1;
	}
}


.fadeInTopBig.start-animation
{
	-webkit-transform: translateY(200px);
	-moz-transform:translateY(200px);
	transform:translateY(200px);
	-webkit-animation: fadeInTop 1s ease forwards;
	-moz-animation: fadeInTop 1s ease forwards;
	animation: fadeInTop 1s ease forwards;
}


.fadeInBottomBig.start-animation,
.load-animation .fadeInBottomBig {
	-webkit-transform: translateY(-200px);
	-moz-transform:translateY(-200px);
	transform:translateY(-200px);
	-webkit-animation: fadeInBottom 1s ease forwards;
	-moz-animation: fadeInBottom 1s ease forwards;
	animation: fadeInBottom 1s ease forwards;
}

.fadeInLeftBig.start-animation  {
	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
	transform: translateX(-200px);
	-webkit-animation: fadeInLeft 1s ease forwards;
	-moz-animation: fadeInLeft 1s ease forwards;
	   animation: fadeInLeft 1s ease forwards;
}

.fadeInRightBig.start-animation {
	-webkit-transform: translateX(200px);
	-moz-transform: translateX(200px);
	transform: translateX(200px);
	-webkit-animation: fadeInRight 1s ease forwards;
	-moz-animation: fadeInRight 1s ease forwards;
	animation: fadeInRight 1s ease forwards;
}

.animate-when-visible[data-animation-effect="appearFromCenter"] > li{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.appearFromCenter.start-animation {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-animation: popUp .6s ease-in forwards;
	-moz-animation: popUp .6s ease-in forwards;
	animation: popUp .6s ease-in forwards;
}

.no-js .appearFromCenter,
.no-cssanimation .appearFromCenter{
	-webkit-transform: scale(1)!important;
	-moz-transform: scale(1)!important;
	transform: scale(1)!important;
}

@-webkit-keyframes popUp {
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@-moz-keyframes popUp {
	70% { -moz-transform: scale(1.1); opacity: .8; -moz-animation-timing-function: ease-out; }
	100% { -moz-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
	70% { transform: scale(1.1); opacity: .8; animation-timing-function: ease-out; }
	100% { transform: scale(1); opacity: 1; }
}

.animate-when-visible[data-animation-effect="fallPerspective"] > li {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.fallPerspective.start-animation {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	-moz-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@-moz-keyframes fallPerspective {
	100% { -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
	100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}


.animate-when-visible[data-animation-effect="fly"] > li{
	-webkit-perspective: 600;
    -moz-perspective: 600;
     perspective: 600;
}


.fly.start-animation {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform:translateZ(300px) translateY(200px) rotateX(-70deg);
	-moz-transform:translateZ(300px) translateY(200px) rotateX(-70deg);
	transform:translateZ(300px) translateY(200px) rotateX(-70deg); 
    -webkit-animation: fly .8s ease-in-out forwards;
	-moz-animation: fly .8s ease-in-out forwards;
	animation: fly .8s ease-in-out forwards;
}
/*pop up animation*/
@-webkit-keyframes fly {
  100% { -webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@-moz-keyframes fly{
  100% { -moz-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
}
@-o-keyframes fly {
  100% { -o-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@keyframes fly {
  100% { transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
}

.animate-when-visible[data-animation-effect="flip"] > li {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.flip.start-animation {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	-moz-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
	100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}

@-moz-keyframes helix {
	100% { -moz-transform: rotateY(0deg); opacity: 1; }
}

@keyframes helix {
	100% { transform: rotateY(0deg); opacity: 1; }
}


/*------------------------------------------------*/
/*  Revolution slider
/*------------------------------------------------*/
.tp-leftarrow.large, .tp-leftarrow.default, .tp-rightarrow.large, .tp-rightarrow.default {
	font-family: 'fontAwesome';
	display: block;
	text-decoration: none;
	position: absolute;
	width: 65px!important;
	text-align: center;
	height: 65px!important;
	line-height: 65px!important;
	font-size: 28px!important;
	top: 50%;
	margin: -32px 0 0;
	color: #ddd;
    background-color:#999;
    background-color:rgba(0,0,0,0.31);
	visibility: hidden;
	z-index: 10000;
	left: 0px;
}

.tp-leftarrow.large:hover, .tp-leftarrow.default:hover, .tp-rightarrow.large:hover, .tp-rightarrow.default:hover { 
  background-color:#1abc9c;
}

.tp-rightarrow.large, .tp-rightarrow.default {
	left: auto;
	right: 0;
}
.tp-leftarrow.large::before, .tp-leftarrow.default::before, .tp-rightarrow.large::before, .tp-rightarrow.default::before {
	visibility: visible;
	display: block;
	position: absolute;
	z-index: 100;
    background-color:#999;
    background-color:rgba(0,0,0,0.25);
	opacity:1;
	top: 0;
	left: 0!important;
	right: 0!important;
	bottom: 0;
	text-align: center;
}

.tp-leftarrow.large:hover::before, .tp-leftarrow.default:hover::before, .tp-rightarrow.large:hover::before, .tp-rightarrow.default:hover::before{
	background-color:rgba(0,0,0,0.5);
}
.tp-leftarrow.large::before, .tp-leftarrow.default::before {
	content: "\f104";
	text-indent: -2px;
}
.tp-rightarrow.large::before, .tp-rightarrow.default::before { content: "\f105";text-indent: 4px; }

.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	background: #ddd!important;
	background:rgba(255,255,255,0.8)!important;
	width: 10px!important;
	height: 10px!important;
	margin: 0 5px!important;
	position: relative;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid transparent;
	vertical-align: middle
}
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
	background: #ffffff!important;
}

/* Instagram widget fix */

.instag ul.thumbnails > li{
	width:33.3333%!important;
	float:left;
	margin:0;
	padding:0 3px;
}
.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0;}.me-plugin{position:absolute;height:auto;width:auto;}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden;}.mejs-fullscreen{overflow:hidden!important;}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000;}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%;}.mejs-clear{clear:both;}.mejs-background{position:absolute;top:0;left:0;}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%;}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;}:root .mejs-poster img{display:none;}.mejs-poster img{border:0;padding:0;border:0;}.mejs-overlay{position:absolute;top:0;left:0;}.mejs-overlay-play{cursor:pointer;}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(bigplay.svg) no-repeat;}.no-svg .mejs-overlay-button{background-image:url(bigplay.png);}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px;}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(background.png);background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9));}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url(loading.gif) 50% 50% no-repeat;}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(background.png);background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%;}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0;}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url(controls.svg) no-repeat;}.no-svg .mejs-controls .mejs-button button{background-image:url(controls.png);}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999;}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}.mejs-container .mejs-controls .mejs-time span{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto;}.mejs-controls .mejs-play button{background-position:0 0;}.mejs-controls .mejs-pause button{background-position:0 -16px;}.mejs-controls .mejs-stop button{background-position:-112px 0;}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px;}.mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer;}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite;}@-webkit-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-moz-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-ms-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-o-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));width:0;}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));width:0;}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center;}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111;}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0;}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px;}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0;}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px;}.mejs-controls .mejs-mute button{background-position:-16px -16px;}.mejs-controls .mejs-unmute button{background-position:-16px 0;}.mejs-controls .mejs-volume-button{position:relative;}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(background.png);background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0;}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0;}.mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative;}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none;}.mejs-controls .mejs-captions-button{position:relative;}.mejs-controls .mejs-captions-button button{background-position:-48px 0;}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url(background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px 10px 0 10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px;}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0;}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1;}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0;}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer;}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none;}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232);}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px;}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis;}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff;}.mejs-captions-layer a{color:#fff;text-decoration:underline;}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal;}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0;}.mejs-captions-position-hover{bottom:35px;}.mejs-captions-text{padding:3px 5px;background:url(background.png);background:rgba(20,20,20,0.5);white-space:pre-wrap;}.me-cannotplay a{color:#fff;font-weight:bold;}.me-cannotplay span{padding:15px;display:block;}.mejs-controls .mejs-loop-off button{background-position:-64px -16px;}.mejs-controls .mejs-loop-on button{background-position:-64px 0;}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px;}.mejs-controls .mejs-backlight-on button{background-position:-80px 0;}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0;}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001;}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333;}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333;}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff;}.mejs-controls .mejs-sourcechooser-button{position:relative;}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px;}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(background.png);background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden;}.mejs-postroll-layer-content{width:100%;height:100%;}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(background.png);background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer;}div.mejs-speed-button{width:46px!important;position:relative;}.mejs-controls .mejs-button.mejs-speed-button button{background:transparent;width:36px;font-size:11px;line-height:normal;color:#fff;}.mejs-controls .mejs-speed-button .mejs-speed-selector{visibility:hidden;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url(background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{visibility:visible;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:rgba(33,248,248,1);}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px 0;padding:0 10px;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:white;margin-left:5px;cursor:pointer;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important;}

/* Default Button inside woocommerce */
.woocommerce .button {
	margin-top: 0!important;
	padding:12px 18px!important;
}

.woocommerce-alert .button {
	margin-top: -10px;
	margin-right: -10px;
}

.woocommerce h4.title span {
	padding-bottom: 12px;
}

.woocommerce h4.title {
	margin-bottom: 30px;
}

.woocommerce-thankyou h2 {
	font-size: 19px;
	line-height: 28px;
}
.woocommerce-noreviews{
	margin:0 0 20px!important;
}

.woocommerce table, .woocommerce th, .woocommerce td{
	border:none;
}

.woocommerce table{
	border-collapse: collapse;
    border-spacing: 0;
    border: medium none;
    vertical-align: middle;
}

.woocommerce thead tr,
.woocommerce .cart_item{
	border:1px solid #e8e8e8;
}


.woocommerce .order_review  .cart_item,
.shop_table.order_details ,cart_item{
	border:none;
}


.woocommerce .order_review  .shop_table td,
.woocommerce .order_review  .shop_table th,
.shop_table.order_details td,
.shop_table.order_details th {
	padding:2px;
	text-align:center;
}

.woocommerce .order_review  tbody tr td,
.shop_table.order_details tbody tr td{
	padding-top:10px;
}

.shop_table.my_account_orders tr td{
	padding:2px 15px;
}

.shop_table.my_account_orders tr:first-child td{
	padding-top:15px;
}

.woocommerce .order_review thead th,
.shop_table.order_details thead th{
	padding:15px 5px!important;
}

.shop_table.order_details{
	overflow:visible;
}

.woocommerce .cart_item{
	padding-top:2px;
	padding-bottom:2px;
}

/* Woocommerce search Results */
.woocommerce .page-title {
	font-size: 40px;
	line-height: 50px;
	margin-bottom:0;
	display:none;
}

.woocommerce .woocommerce-result-count {
	float: left;
	margin-bottom: 40px;
	margin-top: 5px;
	margin-right: 20px;
}

.woocommerce .woocommerce-ordering {
	float: right;
	margin-bottom: 35px;
	margin-top:-5px!important;
}


.woocommerce .before-checkout{
	margin-bottom:30px;
}

.woocommerce .chosen-container.chosen-container-single .chosen-single,
.woocommerce-page .chosen-container.chosen-container-single .chosen-single,
.woocommerce-checkout .chosen-container.chosen-container-single .chosen-single{
	background: none;
	background-color: #fff;
	border: none;
	padding-left: 15px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	font-family: inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 47px !important;
	line-height: 47px !important;
	font-size: 13px;
	font-weight: 400;
	color: #777;
	border:1px solid #ddd;
}

.woocommerce-checkout .form-row #billing_country_chzn.chzn-container-single .chzn-single div b,
.woocommerce-checkout .form-row #shipping_country_chzn.chzn-container-single .chzn-single div b,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b,
.woocommerce-account .form-row .chosen-container-single .chosen-single div b{
	background: none !important;
	width: 47px;
	height: 47px;
	position: relative;
	text-align: center;
}

.woocommerce-checkout .form-row #billing_country_chzn.chzn-container-single .chzn-single div b:before,
.woocommerce-checkout .form-row #shipping_country_chzn.chzn-container-single .chzn-single div b:before,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b:before,
.woocommerce-account .form-row .chosen-container-single .chosen-single div b:before {
	content: "\f107";
	font-family: "fontawesome";
	color: #e5e5e5;
	font-size: 13px;
}

.woocommerce-checkout .form-row .chosen-container-active .chosen-single-with-drop div,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div,
.woocommerce-account .form-row .chosen-container-active .chosen-single-with-drop div,
.woocommerce-account .form-row .chosen-container-single .chosen-single div{
	width: 47px;
	margin-right: 0;
}

.woocommerce-checkout .form-row .chosen-container .chosen-drop,
.woocommerce-account .form-row .chosen-container .chosen-drop{
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background-color: #ffffff;
	border:1px solid #ddd
}

.woocommerce-checkout .chosen-container .chosen-results li,
.woocommerce-account .chosen-container .chosen-results li{
	padding: 12px 0 10px 10px;
}

.woocommerce-checkout .chosen-container .chosen-results li.active-result.highlighted,
.woocommerce-account .chosen-container .chosen-results li.active-result.highlighted{
	background: transparent;
	color: #1abc9c;
}

.woocommerce-checkout .form-row .chosen-container-single .chosen-search input,
.woocommerce-account .form-row .chosen-container-single .chosen-search input{
	padding-left: 7px !important;
	padding-top: 7px;
	padding-bottom: 7px;
	background: none !important;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.woocommerce .bank-details h2{
	font-size:18px;
	line-height:28px;
}

.woocommerce-box.border-box{
	padding:30px 40px;
	border:1px solid #e8e8e8;
	margin-bottom:35px;
}


/* Product list widget */
ul.product_list_widget {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Woocommerce Products */
.products {
	list-style: none;
	margin: 0;
	padding: 0;
}

.products .product {
	list-style-type: none;
}

.products .product .inner-content{
	padding:20px!important;
	border:1px solid #eeeeee;
}

.products .product h4 {
	margin-bottom:0;
}

.products .product .price {
	color: #2092ef;
	line-height: 20px;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.products .product .star-rating {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	display: none!important;
}

.products .product .price del {
	color: #bababa;
	margin-right: 5px;
}


.product-wrapper {
	position: relative;
	padding: 0
}

.product-wrapper .overlay{
	background-color:#eee;
	background-color:rgba(255,255,255,0.75)!important;
}
.product-wrapper .product-detail {
	padding: 20px 0 0;
	text-align:center;
}

.product-wrapper .onsale,
.single-product-wrapper .onsale {
	background-color: #1abc9c;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	position: absolute;
	right: 15px;
	top: 15px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 101;
}

.product-wrap .product-image-secondary {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.hoverlay:hover .product-transition-yes .product-image-secondary {
	opacity: 1;
	filter: alpha(opacity=100);
}

.product-wrapper .product-overlay-buttons {
	position: absolute;
	left: 0;
	width: 100%;
	height: 50px;
	bottom: -50px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 12;
	white-space: nowrap;
}

.product-wrapper.hoverlay:hover .product-overlay-buttons {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.product-wrapper .icon-cartloading,
.product-wrapper .icon-addedtocart {
	position: absolute;
	background-color: #000;
	top: 50%;
	background-color: rgba(0,0,0,0.85);
	color: #fff;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 54px;
	display: inline-block;
	left: 50%;
	font-size: 28px;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: -25px 0 0 -25px;
	z-index: 12;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product-wrapper .added-to-cart .overlay ,
.product-wrapper .loading-yes .overlay{
	opacity:0!important;
	filter:alpha(opacity=0)!important
}
.product-wrapper .added-to-cart .icon-addedtocart {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.product-wrapper .loading-yes .icon-cartloading {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.added_to_cart {
	display: none!important;
}


.product-overlay-buttons .add-to-cart-button.single-button,
.product-overlay-buttons .product_type_variable {
	width: 100%;
}

.product-overlay-buttons .show-detail-button {
	border-left: 1px solid #e8e8e8;
}


/* Stars */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	width: 5.1em;
	font-family: "fontAwesome";
	color: #1abc9c;
}

.star-rating:before {
	content: "\f006\f006\f006\f006\f006";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	letter-spacing: 0.1em;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
	top: 0;
	position: absolute;
	left: 0;
	letter-spacing: 0.1em;
}

p.stars {
	position: relative;
	line-height: 1em;
	font-size: 1em;
}

p.stars:after {
	content: "";
	display: block;
	clear: both;
}

p.stars a {
	width: 19%;
	display: block;
	position: relative;
	float: left;
	padding: 10px 20px;
	background: rgba(0, 0, 0, 0.025);
	margin-right: 1%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

p.stars a:hover,
p.stars a.active {
	background: rgba(0, 0, 0, 0.075);
}

p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
	font-family: "fontAwesome";
	content: "\f006";
	position: absolute;
	top: 10px;
	width: 50px;
	right: 20px;
	text-align: right;
	font-weight: normal;
}

p.stars a.star-1:hover,
p.stars a.star-2:hover,
p.stars a.star-3:hover,
p.stars a.star-4:hover,
p.stars a.star-5:hover {
	text-decoration: none;
}

p.stars a.star-1:after {
	content: "\f006";
}

p.stars a.star-2:after {
	content: "\f006\f006";
}

p.stars a.star-3:after {
	content: "\f006\f006\f006";
}

p.stars a.star-4:after {
	content: "\f006\f006\f006\f006";
}

p.stars a.star-5:after {
	content: "\f006\f006\f006\f006\f006";
}

p.stars a.star-1:hover:after {
	content: "\f006";
}

p.stars a.star-2:hover:after {
	content: "\f006\f006";
}

p.stars a.star-3:hover:after {
	content: "\f006\f006\f006";
}

p.stars a.star-4:hover:after {
	content: "\f006\f006\f006\f006";
}

p.stars a.star-5:hover:after {
	content: "\f006\f006\f006\f006\f006";
}

.cart-container .widget_shopping_cart h2 {
	display: none;
}

/* Shopping Table */
.shop_table td {
	vertical-align: middle;
	padding: 10px 20px;
}

.shop_table .product-thumbnail img {
	width: 55px;
	height: 55px;
}


.shop_table thead tr th,
.cart_totals th {
	color: #454545;
	font-size: 13px;
	font-family:"Montserrat";
	font-weight:700;
	text-transform:uppercase;
	padding: 12px 20px;
}


.cart-collaterals .cart_totals th {
	padding:5px 0;
}



.shop_table .remove {
	width: 28px;
	height: 28px;
	line-height: 26px;
	border: 1px solid #666;
	color: #555;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	display: inline-block;
}

.shop_table .remove:hover {
	color: #1abc9c;
	border-color: #1abc9c;
}

.shop_table .product-remove,
.shop_table .product-thumbnail {
	text-align: center;
}

.shop_table .product-remove{
	border-right:1px solid #e8e8e8;
}

.shop_table thead .product-remove{
	border-right:none;
}

.shop_table .actions {
	padding: 20px 0;
}

.shop_table .actions .button {
	float: right;
}

.shop_table .coupon label {
	display: none;
}

.shop_table .coupon {
	float: left;
}

.shop_table .coupon .button,
.shop_table .coupon input {
	float: left;
}

.shop_table .coupon input {
	margin: 2px 10px 5px 0;
	padding:11px;
}

/* Shipping Calculator Form */
.shipping-calculator-form input[type="text"],
.brad-woocommerce-form input[type="text"],
.shipping-calculator-form input[type="password"],
.brad-woocommerce-form input[type="password"],
.shipping-calculator-form input[type="email"],
.brad-woocommerce-form input[type="email"],
.shipping-calculator-form textarea,
.brad-woocommerce-form textarea,
.shipping-calculator-form select,
.brad-woocommerce-form select {
	width: 100%;
}

.clear {
	clear: both;
}

.shipping-calculator-form .input-wrapper {
	margin-bottom: 20px;
}

.shipping-calculator-form .row-fluid {
	margin: 0 -10px!important
}

.shipping-calculator-form .row-fluid [class*="span"] {
	padding: 0 10px!important
}

.cross-sells {
	margin-top: 40px;
}

#top .form-row {
	zoom: 1;
	padding: 3px 0;
	margin: 0 0 10px;
}

#top .form-row label {
	display: block;
}

#top .form-row label.hidden {
	visibility: hidden;
}

.form-row {
	clear: right;
	margin-bottom: 20px;
}

.form-row label {
	margin-bottom: 5px;
	color: #3d3d3d;
	display: block;
	clear: both;
}

.form-row label .required {
	color: #1abc9c;
	font-size: 17px;
}

.form-row label.hidden {
	display: none;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-box {
	margin-bottom: 20px;
}

.woocommerce-box .row-fluid [class*="span"]{
	margin-bottom:0;
}

.woocommerce-box input[type="text"],
.woocommerce-box input[type="password"],
.woocommerce-box input[type="email"],
.woocommerce-box textarea,
.woocommerce-box select {
	background-color: #fff!important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.form-row-first,
.form-row-last {
	float: left;
	width: 50%;
	overflow: visible;
	margin-top: 0!important;
}

.form-row-first {
	clear: left;
	padding-right: 10px;
}

.checkout_coupon {
	margin-top: 20px;
}

.checkout_coupon .form-row {
	margin-bottom: 0;
}

.form-row-last {
	float: right;
	padding-left: 10px;
}

/* Payemnt Mehtods */
ul.payment_methods {
	overflow: hidden;
	zoom: 1;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 50px;
	margin-bottom: 25px;
}

ul.payment_methods li {
	line-height: 2em;
	text-align: left;
	margin: -1px 0 0 0;
	border: 1px solid #e5e5e5;
	padding: 15px;
}

ul.payment_methods li:first-child {
	margin-top: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

ul.payment_methods li:last-child {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

ul.payment_methods li input {
	margin: 0 1em 0 0;
}

ul.payment_methods li img {
	vertical-align: middle;
	margin: -1px 0 0 0.5em;
	position: relative;
}

ul.payment_methods li .payment_box {
	margin-left: 30px;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #fff;
	position: relative;
	border-radius: 3px;
	line-height: 1.5;
}

ul.payment_methods li .payment_box:before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 20px;
	top: -14px;
	border: 7px solid transparent;
	border-bottom: 7px solid #fff;
}

ul.payment_methods li .payment_box p {
	margin-bottom: 0;
	font-size: 13px;
	color: #aaa;
}

.payment_method_paypal label a{
	margin-left:20px;
}

/* Woocommerce Error */
.woocommerce .alert,
.woocommerce-alert {
	text-align: left;
	margin-bottom: 40px;
}

.woocommerce-alert .button {
	float: right;
	margin: 0!important;
	padding: 0!important;
	background-color: transparent!important;
	color: #fff!important;
}

.woocommerce-alert p {
	margin-bottom: 0;
}

/* Order Details */
.order_details {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 20px;
	list-style: none;
	background-color: #fdfdfd;
	padding: 0;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.shop_table.order_details {
	background-color: transparent;
	margin-bottom: 50px;
	border-right: 0;
	border-bottom: 0;
}

.order_details h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	line-height: 40px;
	color: #999;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 30px;
	font-family: inherit;
}

.woocommerce address {
	font-style: normal;
}

.order_details li {
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #999;
	border-right: 1px solid #e5e5e5;
	padding: 20px 30px 20px;
}

.order_details li strong {
	display: block;
	font-size: 14px;
	text-transform: none;
	color: #666;
	letter-spacing: -0.5px;
}

.order_details li.method {
	border: none;
}

.addresses .title {
	overflow: hidden;
	zoom: 1;
}

.addresses .title h3 {
	float: left;
}

.addresses .title .edit {
	float: right;
}

/* Prpduct Quantity buttons */
.quantity {
	overflow: hidden;
	margin-right:20px;
	margin-top:10px;
}

.quantity .minus,
.quantity .plus {
	float: left;
	border: 1px solid #2092ef;
	margin: 0;
	padding: 0;
	height: 24px;
	width:24px;
	line-height:22px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: #2092ef;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	background-color:#fff;
	-webkit-appearance: none;
	-moz-appearance:none;
}

.quantity .qty {
	background: transparent;
	width: 35px;
	float:left;
	border:none!important;
	text-align:center;
	height:24px;
	font-size:14px;
	font-family:inherit;
}


 .quantity .qty::-webkit-inner-spin-button, .quantity .qty::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}

.quantity .minus:hover,
.quantity .plus:hover {
	background-color: #2092ef;
	color:#fff;
}

.woocommerce .product_meta span{
	display:block;
	clear:both
}

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

/* Single Porduct */
.woocommerce .single_add_to_cart_button{
	padding:12px 20px!important;
}

.woocommerce table.variations {
	margin-bottom: 20px;
}

.woocommerce table.variations,
.woocommerce .variations td,
.woocommerce .variations th {
	border: none!important;
}

.woocommerce table.variations .label {
	padding-left: 0;
	padding-right: 0;
}

.woocommerce table.variations .reset_variations {
	display: inline-block;
	padding-top: 7px;
}

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

.woocommerce table.variations select {
	float: left;
	margin-right: 10px;
}

.woocommerce .thumbnails {
	margin-top: 10px;
}

.woocommerce .thumbnails > a {
	margin-right: 10px;
}

.woocommerce .thumbnails > a:last-child {
	margin-right: 0;
}

.single-product-wrapper {
	position: relative;
}

.woocommerce .out-of-stock {
	padding: 10px;
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
	text-align: center;
}

.woocommerce .single-product-summary {
	padding: 0 20px;
	width: 60%!important;
}

.woocommerce .single-product-main-image {
	padding: 0 20px;
	width: 40%!important;
}

.woocommerce .single-product-summary h2 {
	margin-bottom:5px;
}

.woocommerce .product-description{
	margin-bottom:30px;
}

.woocommerce .single-product-summary .woocommerce-product-rating {
	clear: both;
	line-height: 1;
	margin-bottom: 10px;
}

.woocommerce .single-product-summary .star-rating {
	float: left;
	margin-right: 8px;
}

.woocommerce .single-product-summary .price {
	color: #aaa;
	font-size: 21px;
	line-height: 1;
	margin-bottom: 20px;
}

.woocommerce .single-product-summary .price del {
	color: #aaa;
	margin-right: 5px;
}

.woocommerce .single-product-summary .cart {
	margin-bottom: 25px;
	margin-top:30px;
}

.woocommerce .single-product-summary .quantity {
	float: left;

}

/*single procduct tabset */

.single-product-tabset {
	margin-top: 40px;
}

.single-product-tabset .tab-content h4 {
	margin-bottom: 5px;
}

.single-product-tabset .tab-content #comments {
	margin-top: 0;
}

.single-product-tabset .tab-content .commentlist li.comment > div {
	margin-top: 30px;
}

.single-product-tabset .tab-content .commentlist li.comment:first-child > div {
	margin-top: 20px;
}

.single-product-tabset .tab-content .commentlist .star-rating {
	clear: both;
	float: none;
}

.single-product-tabset .tab-content .commentlist .meta {
	margin-top: 5px;
}

.single-product-tabset .tab-content .commentlist .meta strong {
	color: #555;
}

.single-product-tabset .tab-content .commentlist .meta time {
	color: #999;
}

.single-product-tabset .commentlist > li {
	padding-bottom: 20px;
}

.single-product-tabset #respond {
	padding-top: 0;
}

.single-product-tabset .comment-form label {
	margin-bottom: 8px;
	display: block;
	line-height: 1;
}

.single-product-tabset .comment-form label .required {
	color: #1abc9c;
}

.single-product-tabset .comment-form p {
	margin-bottom: 25px!important;
}

.single-product-tabset #respond form {
	margin-bottom: 0;
}

.related.products,
.upsells.products {
	margin-top: 40px;
}

/* login styles */
.brad-woocommerce-login .login {
	margin-top: 20px;
}

.brad-woocommerce-login label,
.input-checkbox + label {
	display: inline-block!important;
}

.brad-woocommerce-login .lost_password {
	margin-top: 12px;
}

/*price range filter*/
.widget_price_filter .price_slider_wrapper .button {
	margin: 0;
}

.widget_price_filter .price_slider_wrapper .price_slider {
	margin: 10px 5px 20px;
}

.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
	outline: 0;
}

.widget_price_filter .price_slider_wrapper .price_slider_amount {
	overflow: hidden;
	line-height: 35px;
	padding: 4px 0 0 0;
}

.widget_price_filter .price_slider_wrapper .price_label {
	float: right;
}

.widget_price_filter .ui-state-default,
.widget_price_filter .ui-widget-content .ui-state-default,
.widget_price_filter .ui-widget-header .ui-state-default {
	font-weight: normal;
}

.widget_price_filter .ui-state-hover,
.widget_price_filter .ui-widget-content .ui-state-hover,
.widget_price_filter .ui-widget-header .ui-state-hover,
.widget_price_filter .ui-state-focus,
.widget_price_filter .ui-widget-content .ui-state-focus,
.widget_price_filter .ui-widget-header .ui-state-focus {
	font-weight: normal;
}

.widget_price_filter .ui-state-active,
.widget_price_filter .ui-widget-content .ui-state-active,
.widget_price_filter .ui-widget-header .ui-state-active {
	font-weight: normal;
}

.widget_price_filter .ui-corner-all {
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 16px;
	cursor: default;
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	background-position: 0 0;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
}

.widget_price_filter .price_slider_wrapper .ui-widget-header {
	font-weight: bold;
	cursor: pointer;
}

.widget_price_filter .ui-slider-horizontal {
	height: 5px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-handle {
	top: -3px;
	margin-left: -5px;
	cursor: ew-resize;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 1px;
	height: 8px;
	background-color: #eee;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
	background-color: #1abc9c;
	color: #fff;
}

.price_slider_amount .button {
	min-width: 64px;
	padding: 10px!important;
	line-height: 110%!important;
}

/* Product list and cart container */

ul.product_list_widget li {
	padding: 12px 0;
	margin: 0;
	overflow: hidden;
	zoom: 1;
	list-style-type: none;
	text-align: left;
}

.cart-container ul.product_list_widget li {
	border-bottom-color: #444!important;
}

ul.product_list_widget li .reviewer {
	color: #aaa;
	font-size: 13px;
}

.cart-container ul.product_list_widget li {
	padding: 18px 20px;
	line-height:1;
}

ul.product_list_widget li a {
	display: block;
	color: #454545;
	line-height: 135%;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
}

.cart-container ul.product_list_widget li a ,
.cart-container ul.product_list_widget li a:hover {
	color: #fff;
}

ul.product_list_widget li a:hover {
	color: #fff;
}

ul.product_list_widget li a:after {
	display: none;
}

ul.product_list_widget li del {
	color: #999;
	padding-right: 5px;
	margin-top: 5px;
}

ul.product_list_widget li del .amount {
	color: #999!important;
}

.widget_shopping_cart_content ul.product_list_widget li .amount {
	color: inherit!important;
}

ul.product_list_widget li ins {
	margin-top: 5px;
}

ul.product_list_widget li .amount {
	color: #1abc9c;
}

ul.product_list_widget li img {
	float: left;
	margin-right: 15px;
	width: 70px;
	height: auto;
}

ul.product_list_widget li dl,
ul.product_list_widget li dl dd p {
	margin: 0 0 2px!important;
}

.cart-container ul.product_list_widget li img {
	width: 60px;
}

ul.product_list_widget .star-rating {
	float: none;
	position: relative;
	margin: 4px 0;
}

.widget_shopping_cart_content .total {
	margin-top: 10px;
	text-align: left;
	padding: 0 15px;
	font-size:13px;
}

.cart-container .widget_shopping_cart_content .total{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding-top:12px;
	padding-bottom:12px;
	text-align:center;
}

.cart-container {
	width: auto;
	overflow: visible;
	text-align: center;
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	position: relative;
	height: 89px;
	line-height: 89px;
	margin-left:20px;	
}


body.show-cart-container .cart-container {
	display : block;
	opacity: 100;
	filter: alpha(opacity=100);
}

.cart-container .widget_shopping_cart {
	position: absolute;
	right: 0;
	top: 100%;
	width: 250px;
	z-index: 12;
	background-color: #2d2d2d;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	display: none;
	opacity: 0;
	filter: alpha(opacity=100);
}



.cart-container.hover .widget_shopping_cart {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
}



.cart-container p {
	margin: 12px 0 0;
	margin-bottom: 0;
	line-height: 1.5;
}

.cart-container p.buttons {
	width: 100%;
	margin: 15px 0 0;
	padding:0 15px 10px;
	text-align:center;
}

.cart-container p.buttons .checkout {
	border-left: 1px solid #e5e5e5;
}

.widget_shopping_cart .buttons .button {
	padding: 10px 15px!important;
}

.cart-container p.buttons:hover {
	opacity: 1;
}

.cart-container p.buttons .button {
	background-color: transparent!important;
    border: 2px solid #fff!important;
   padding: 10px 15px!important;
   font-size: 11px!important;
   color: #fff!important;
   -webkit-border-radius:0;
   -moz-border-radius:0;
   letter-spacing:0;
   border-radius:0;
   min-width: initial;
   -webkit-transition:all 0.3s ease;
   -moz-transition:all 0.3s ease;
   transition:all 0.3s ease;
}


ul.product_list_widget li .quantity {
	border: none!important;
	width: auto!important;
	color: #aaa;
	line-height:120%;
	margin-top:5px;
	float:left;
}

/*layered navigation*/
.widget_layered_nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
}

.widget_layered_nav ul li {
	overflow: hidden;
	zoom: 1;
	width: auto;
	float: none;
	padding: 10px 0;
}

.widget_layered_nav ul li a,
.widget_layered_nav ul li span {
	padding: 1px 0;
	float: left;
}

.widget_layered_nav ul li a:after {
	display: none;
}

.widget_layered_nav ul small.count {
	float: right;
	margin-left: 6px;
	font-size: 1em;
	padding: 1px 0;
}

/*widget product categories*/
.widget_product_categories .children li a {
	color: #444;
}

.widget_product_categories .children li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

/*Woocommerce Search Widget*/
.widget_product_search #searchform label {
	margin-bottom: 10px;
	display: block;
	color: #999;
}

.widget_product_search #searchform input[type="text"] {
	max-width: 100%;
	width: 100%;
	margin-bottom: 5px;
}

/* digital-downloads */
.digital-downloads {
	margin: -10px 0 40px;
	padding: 0;
	list-style: none;
}

.digital-downloads li {
	list-style-type: none;
}

.digital-downloads li a:before {
	content: "\e619";
	font-family: "fontAwesome";
	margin-right: 5px;
}

.my_account_orders,
.myaccount_address,
.order-info {
	margin-bottom: 50px;
}

.addresses h4 {
	float: left;
}

.order-again {
	margin: -35px 0 50px;
}

.woocommerce-box address,
.customer_details {
	margin-top: -10px;
}


@media screen and (max-width: 800px) {

.shop_table .product-thumbnail {
	display: none!important
}
}

@media screen and (max-width: 500px) {

.shop_table .product-quantity {
	display: none!important
}

.shop_table.my_account_orders .shop-date {
	display: none!important
}
}
body div.pp_default .pp_loaderIcon{
    background-color: #ffffff;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    background-color: #ddd; 
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
}


.no-css-animations div.pp_default .pp_loaderIcon{
	background:#fff url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:inherit;color:#999;font-size:13px;left:65px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:15px;font-weight:300;line-height:14px;margin:10px 50px 10px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}

div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background-color:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:10005}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details{position:relative}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

body div.pp_overlay{
    opacity: 0.7 !important;
}

body div.pp_default .pp_content_container .pp_left{background: none; padding: 0px;}
body div.pp_default .pp_content_container .pp_right{background: none; padding: 0px;}
body div.pp_default .pp_top,
body div.pp_default .pp_top .pp_middle,
body div.pp_default .pp_top .pp_left,
body div.pp_default .pp_top .pp_right,
body div.pp_default .pp_bottom,
body div.pp_default .pp_bottom .pp_left,
body div.pp_default .pp_bottom .pp_middle,
body div.pp_default .pp_bottom .pp_right{
    background: none;
    display: none;
}

body div.pp_default .pp_expand{
    display: none !important;
}

body div.pp_default .pp_content{
    background: none;
}

body a.pp_next,
body a.pp_previous{
    background: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

body div.pp_default .pp_content:hover a.pp_next,
body div.pp_default .pp_content:hover a.pp_previous{
    opacity: 1;
}

body a.pp_next:after {
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    color: #FFFFFF;
    content: "\f105";
    display: block !important;
    font-family: 'FontAwesome',serif;
    font-size: 30px;
    height: 54px;
    line-height: 54px;
    margin: -27px 0 0;
    position: absolute;
    right: 25px;
    text-align: center;
    top: 50%;
    width: 54px;
    text-indent: 0px;
}

body a.pp_previous:after {
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    color: #FFFFFF;
    content: "\f104";
    display: block !important;
    font-family: 'FontAwesome',serif;
    font-size: 30px;
    height: 54px;
    line-height: 54px;
    margin: -27px 0 0;
    position: absolute;
    left: 25px;
    text-align: center;
    top: 50%;
    width: 54px;
    text-indent: 0px;
}

body div.pp_default .pp_content_container .pp_details{
    opacity: 0.7;
}

body div.pp_default .pp_description{
    display: none !important;
}

body div.pp_default .pp_nav{
    float: none;
    width: auto;
    margin: 0px;
}

body div.pp_default .pp_nav .currentTextHolder{
    left: auto;
    position: relative;
    float: left;
    padding: 0px 20px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
}

body .pp_gallery{
    display: none !important;
}

body div.pp_default .pp_nav .pp_play,
body div.pp_default .pp_nav .pp_pause{
    display: none;
}

body div.pp_default a.pp_arrow_previous,
body div.pp_default a.pp_arrow_next{
    background: none;
    position: relative;
    left: 0px;
}

body div.pp_default a.pp_arrow_previous:after{
    color: #FFFFFF;
    content: "\f104";
    font-family: 'FontAwesome',serif;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    text-indent: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

body div.pp_default a.pp_arrow_next:after{
    color: #FFFFFF;
    content: "\f105";
    font-family: 'FontAwesome',serif;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    text-indent: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}

body div.pp_default .pp_close{
    background: none;
    opacity: 1 !important;
}

body div.pp_default .pp_close:after{
    color: #FFFFFF;
    content: "\f00d";
    font-family: 'FontAwesome',serif;
    font-size: 15px;
    height: 15px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    text-indent: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}




div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:10005}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:12000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

.clear{clear:both}.nobr{white-space:nowrap}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerced41d.eot?#iefix) format('embedded-opentype'),url(../fonts/WooCommerce.woff) format('woff'),url(../fonts/WooCommerce.ttf) format('truetype'),url(../fonts/WooCommerce.svg#WooCommerce) format('svg');font-weight:400;font-style:normal}div.pp_woocommerce .pp_content_container{background:#fff;-webkit-border-radius:3px;border-radius:3px;box-shadow:0 1px 30px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 1px 30px 0 rgba(0,0,0,.25);padding:20px 0}div.pp_woocommerce .pp_content_container:after,div.pp_woocommerce .pp_content_container:before{content:" ";display:table}div.pp_woocommerce .pp_content_container:after{clear:both}div.pp_woocommerce .pp_loaderIcon{background:url(../images/ajax-loader.gif) center no-repeat}div.pp_woocommerce div.ppt{color:#000}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgba(0,0,0,.5);background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.2);-webkit-border-radius:2px;border-radius:2px;display:block}div.pp_woocommerce .pp_gallery ul li a:hover,div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_next:before,div.pp_woocommerce .pp_previous:before{-webkit-border-radius:100%;border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s;font-family:WooCommerce;content:"\e00b";text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_next:before:hover,div.pp_woocommerce .pp_previous:before:hover{background-color:#000}div.pp_woocommerce .pp_next:hover:before,div.pp_woocommerce .pp_previous:hover:before{display:block}div.pp_woocommerce .pp_previous:before{left:1em}div.pp_woocommerce .pp_next:before{right:1em;font-family:WooCommerce;content:"\e008"}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_nav{font-size:14px}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play{margin:0}div.pp_woocommerce .pp_nav{margin-right:1em;position:relative}div.pp_woocommerce .pp_close{-webkit-border-radius:100%;border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;line-height:1em;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s;top:-.5em;right:-.5em;font-size:1.618em!important}div.pp_woocommerce .pp_close:hover{background-color:#000}div.pp_woocommerce .pp_close:before{font-family:WooCommerce;content:"\e013";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{-webkit-border-radius:100%;border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s;position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_next:hover,div.pp_woocommerce .pp_arrow_previous:hover{background-color:#000}div.pp_woocommerce .pp_arrow_next:before,div.pp_woocommerce .pp_arrow_previous:before{font-family:WooCommerce;content:"\e00b";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-right:.5em}div.pp_woocommerce .pp_arrow_next{margin-left:.5em}div.pp_woocommerce .pp_arrow_next:before{content:"\e008"}div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{-webkit-border-radius:100%;border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;line-height:1em;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s;right:auto;left:-.5em;top:-.5em;font-size:1.618em!important}div.pp_woocommerce a.pp_contract:hover,div.pp_woocommerce a.pp_expand:hover{background-color:#000}div.pp_woocommerce a.pp_contract:before,div.pp_woocommerce a.pp_expand:before{font-family:WooCommerce;content:"\e005";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce a.pp_contract:before{content:"\e004"}div.pp_woocommerce #respond{margin:0;width:100%;background:0 0;border:none;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}@media only screen and (max-width:768px){div.pp_woocommerce{left:5%!important;right:5%!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:90%!important}div.pp_woocommerce .pp_contract,div.pp_woocommerce .pp_expand,div.pp_woocommerce .pp_gallery,div.pp_woocommerce .pp_next,div.pp_woocommerce .pp_previous{display:none!important}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close{height:44px;width:44px;font-size:44px;line-height:44px}div.pp_woocommerce .pp_arrow_next:before,div.pp_woocommerce .pp_arrow_previous:before,div.pp_woocommerce .pp_close:before{font-size:44px}div.pp_woocommerce .pp_description{display:none!important}.pp_content,div.pp_woocommerce .pp_details{width:100%!important}.pp_content img{width:100%!important;height:auto!important}.currentTextHolder{line-height:3}}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;text-indent:-100000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px solid #000;border:1px solid rgba(0,0,0,.5);display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:left}div.ppt{color:#fff!important;font-weight:700;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
.hidden-desktop {

  display: none !important;

}



@media only screen and (max-width:1460px) {

	.boxed-layout.style-minimal{

		margin-top:60px;

		margin-bottom:60px;

   }

   

   .boxed-layout.padding-yes{

		padding:0 50px;

   }

   .boxed-layout.padding-yes.hcover-padding-yes #header_wrapper,

   .boxed-layout.padding-yes.tcover-padding-yes #titlebar,

   .boxed-layout.padding-yes #footer.cover-padding-yes,

   .boxed-layout.padding-yes .fullwidth{

	   margin:0 -50px;

	   position:relative;

	   width:auto;

   }





}





@media only screen and (max-width:1140px) {

	.boxed-layout.style-minimal{

		margin-top:50px;

		margin-bottom:50px;

		padding:25px 50px;

   }

   

   .boxed-layout {

	   max-width:1040px;

   }

   

   .boxed-layout #header.stuck{

	   max-width:1040px;

   }

   

}





/* Tablet Layout */

@media only screen and (max-device-width : 768px)  and (max-device-width : 1024px) {

	


  .boxed-layout.style-minimal{

		margin-top:50px;

		margin-bottom:50px;

		padding:25px 50px;

   }

   

   .boxed-layout {

	   max-width:1000px;

   }

   

   .boxed-layout #header.stuck{

	   max-width:1000px;

   }

   	

  .section ,

  .section-parallax-yes ,

  .section-fixed-background-yes {

     background-attachment: scroll!important;

     background-position: center!important;

  }

  

 .carousel-inner.parallax-slider-yes{

	position:relative!important;

	-webkit-transform: translate(0, 0)!important;

    -moz-transform: translate(0, 0)!important;

    transform: translate(0, 0)!important;

    -o-transform: translate(0, 0)!important;

  }



  .carousel-caption h6{

	  font-size:13px!important;

  }

  

  .carousel-caption h2{

	  font-size:36px!important;

	  line-height:46px!important;

  }

  

  .carousel-caption .slider-content{

	  font-size:16px!important;

	  line-height:26px!important;

  }



}









@media (max-width: 1000px) {



.boxed-layout.style-minimal{

	margin-top:0;

	margin-bottom:0;

	padding:0;

 }

 

   

   .boxed-layout.padding-yes{

		padding:0;

   }

   .boxed-layout.padding-yes.hcover-padding-yes #header_wrapper,

   .boxed-layout.padding-yes.tcover-padding-yes #titlebar,

   .boxed-layout.padding-yes #footer.cover-padding-yes,

   .boxed-layout.padding-yes .fullwidth{

	   margin:0;

   }

   

   .right-nav-container {

   	display: none !important;

   }

   

body.type4 #header_wrapper{

	display:block;

}



#side_header{

	display:none;

}



body.type4{

	padding-left:0;

}



	

.hidden-desktop {

    display: inherit !important;

  }

  

.hidden-tablet {

    display: none !important;

}



.hidden-mobile {

    display: none !important;

 }



#top_bar .row-fluid > [class*="span"]{

	width:100%!important;

	float:none!important;

}

	



#top_bar,

#top_bar .top-menu {

	height: auto;

	text-align: center;

}



#top_bar .contact-info,

#top_bar .social-icons-container ,

#top_bar .top-menu{

	width: 100%;

	float: none;

	clear: both;

	margin-bottom: 5px

}

#top_bar .social-icons li,

#top_bar .contact-info span,

#top_bar .top-menu li {

	float: none;

	display: inline-block;

}





#top_bar .topbar-left-content .social-icons li{

	border-bottom-width:1px!important;

}



#top_bar .topbar-right-content .social-icons li{

	border-top-width:1px!important;

}



#top_bar .social-icons {

	width: 100%;

	float: none;

	margin-top:-8px;

}



.sticky-wrapper{

	height:80px!important;

}



.header_container{

	height:auto!important;

}



#header.sticky-nav.stuck{

	position:relative!important;

}



#main_navigation .logo-container #logo {

	height: 80px!important;

	line-height: 80px!important;

	max-height: 80px!important;

	float: left!important

}



#mobile-menu-container{

	display:inherit;

}



#header.type2 .logo-container{

	position:relative;

	left:0;

	margin-left:0!important;

}



#header.type3 #main_navigation .logo-container{

	float:left;

	display:inherit;

}



#header.type3 #header-search-button,

#header.type3 .cart-container,

#header.type3 .header-nav .social-icons,

#header.type3 .nav-container{

	display:none;

}





.nav-container{

	display:none;

}



.carousel-caption h6{

	font-size:13px!important;

}



.carousel-caption h2{

	font-size:36px!important;

	line-height:46px!important;

}



.carousel-caption .slider-content{

	font-size:16px!important;

	line-height:26px!important;

}







#titlebar .titlebar-subcontent br{

	display:none;

}



.carousel-inner.parallax-slider-yes{

	position:relative!important;

	-webkit-transform: translate(0, 0)!important;

    -moz-transform: translate(0, 0)!important;

    transform: translate(0, 0)!important;

    -o-transform: translate(0, 0)!important;

}



.carousel-caption{

     opacity: 1!important;

     transform: translate(0px, 0px)!Important;

     -webkit-transform: translate(0px, 0px)!Important;

}



.overlay-content{

	font-size:70%;

}





.icon-tabs-container .icons-tabs-nav a{

	height:auto;

	border:none!important;

	margin:10px 10px 30px!important;

	padding:0 20px!important;

	background-color:transparent!important

}



.icon-tabs-container .icons-tabs-nav a:after,

.icon-tabs-container .icons-tabs-nav a:before{

	content:none!important;

}



.icon-tabs-container .icons-tabs-nav{

	margin-bottom:30px;

}





}





/* !- 800 ( large portrait tablets  and large landscape phones ) */

@media screen and (max-width: 800px) {



.box1 {float:none;width:100%;border:0px;min-height:initial}
.box2 {float:none;width:100%;border:0px;min-height:initial}
.box1c {float:none;width:90%;text-align:center;margin:0 auto}
.box1c input {width:90%;margin:0 auto;margin-top:15px}
.search-form > div:after {top: 40px}

.container,

.grid-940 .container{

	max-width:600px;

}





#header .container{

	max-wdth:100%;

}



.row-fluid > [class*="span"] {

	width: 100%!important;

	float: none!important;

	clear:none!important;

}





.sticky-wrapper{

	height:auto!important;

}





.row-fluid > [class*="spanone_fifth"] ,

.row-fluid.columns-5 > [class*="span"],

.row-fluid > [class*="span3"] ,

.row-fluid.columns-4 > [class*="span"] ,

.section-with-sidebar .content .row-fluid > [class*="span"],

.testimonials-grid.masonry-yes .span6

 {

	width: 50%!important;

	float: left!important;

}



.section-with-sidebar .content .row-fluid.columns-1 > [class*="span"],

.section-with-sidebar .content .row-fluid  .span12{

	width:100%!important;

	float:none!important;

}





.row-fluid > [class*="spanone_fifth"]:nth-child(2n+1) ,

.row-fluid.columns-5 > [class*="span"]:nth-child(2n+1) ,

{

	clear:both!important;

}



.row-fluid.columns-6 > [class*="span"],

.row-fluid > [class*="span2"]

{

	width:33.3333%!important;

	float:left!important;

}



.row-fluid.columns-6 > [class*="span"]:nth-child(3n+1),

.row-fluid > [class*="span2"]:nth-child(3n+1){

	clear:both!important;

}







.columns-text br{

	display:none;

}





.row-fluid.style2 .span6:after,

.row-fluid.style2 .span4:before,

.row-fluid.style2 .span4:after,

.row-fluid.style2 .span6:before,

.row-fluid.columns-3.style2 [class*="span"]:after,

.row-fluid.columns-3.style2 [class*="span"]:before,

.row-fluid.columns-2.style2 [class*="span"]:after,

.row-fluid.columns-2.style2 [class*="span"]:before {

	display: none!important

}





.section-with-sidebar .sidebar {

	width: 100%!important;

	border-left: 0;

}





.full-width-alternate {

	padding-top: 0!important

}





.section-with-sidebar .content,

.section-with-sidebar .sidebar {

	border: none!important

}

.search-form-404 {

	padding-top: 0;

	margin-top: 0;

	border-left: 0

}



.quotes-slider > li blockquote{

	padding:0;

	font-size:21px;

	line-height:31px;

}



.section-with-sidebar .sidebar .flickr_widget a,

.recent-works-items > a {

	width: 80px!important

}





h1 br,

h2 br,

h3 br,

h4 br,

h5 br,

h6 br{

	display:none!important;

}





.footer-menu{

	float:none;

	margin-top:0;

}



.carousel-caption{

	width:100%!important;

}



.carousel-caption h6{

	margin-bottom:15px;

}



.carousel-caption h2{

	font-size:30px;

	line-height:40px;

}



.carousel-caption .slider-content{

	font-size:15px;

	line-height:24px;

}



.carousel-caption .slider-content br{

	display:none;

}





.carousel-control {

  width:40px;

  height:40px;

  line-height:38px;

  font-size:24px;

}







#titlebar.titlebar-size-medium .titlebar-heading h1 {

	font-size:24px;

	line-height:30px;

}



#titlebar.titlebar-size-medium .titlebar-subcontent{

	font-size:16px;

	line-height:25px;

}



#titlebar.titlebar-size-large .titlebar-heading h1 {

	font-size:29px;

	line-height:39px;

}



#titlebar.titlebar-size-large .titlebar-subcontent{

	font-size:18px;

	line-height:28px;

}





.overlay-content{

	font-size:90%;

}



.section ,

.section-parallax-yes ,

.section-fixed-background-yes {

   background-attachment: scroll!important;

   background-position: center!important;

}



.quotes-slider > li cite{

	font-size:11px;

	line-height:18px;

}





.posts-list h2.post-list-title{

	font-size:24px!important;

	line-height:34px!important;

}



.carousel-control{

	display:none!important;

}



.posts-list .post-list-content{

	width:100%;

	clear:both!important;

}



.posts-list .post-image-content,

.posts-list .post-meta-content{

	margin-bottom:30px!important;

}







.side-navigation-mobile{

	display:block;

}



.side-navigation{

	display:none;

}



#titlebar.titlebar-alignment-justify .titlebar-heading{

	float:none;

	width:100%;

}



#titlebar.titlebar-alignment-justify #breadcrumbs{

	display:none

}



}





/* !- (portrait phones) */

@media screen and (max-width: 500px) {



.hidden-desktop {

    display: none!important;

  }

  

.hidden-tablet {

    display: none !important;

}



.hidden-mobile {

    display: inherit !important;

  }

  

  

body.expanded{

	margin-left:-230px;

}

#mobile_navigation{

	width:230px;

	right: -230px;

}



body.expanded #header_wrapper.transparent-header{

	left:-230px;

}





body.expanded #header.to-stuck{

	left:-230px;

}



#mobile_navigation .mobile_menu{

	padding:15px 20px;

}



.section{

	background-position:center center!important;

}

	

.row-fluid > [class*="span"],

.row-fluid.columns-4 > [class*="span"],

.row-fluid > [class*="span3"],

.row-fluid > [class*="spanone_fifth"] ,

.row-fluid.columns-5 > [class*="span"] ,

.section-with-sidebar .content .row-fluid > [class*="span"],

.testimonials-grid.masonry-yes .span6 {

	width: 100%!important;

	float: none!important;

	clear:none!important

}



.row-fluid.columns-6 > [class*="span"],

.row-fluid > [class*="span2"]

{

	width:50%!important;

	float:left!important;

}



.row-fluid.columns-6 > [class*="span"]:nth-child(3n+1),

.row-fluid > [class*="span2"]:nth-child(3n+1){

	clear:none!important;

}





.row-fluid.columns-6 > [class*="span"]:nth-child(2n+1),

.row-fluid > [class*="span2"]:nth-child(2n+1){

	clear:both!important;

}





.stunning_text .big-title > div > span,

.stunning_text .big-title.extra-large-text > div > span {

	min-width: 0

}

.testimonial-grid-item .testimonial {

	padding-left: 0

}

.testimonial-grid-item .author-avatar {

	position: relative;

	margin-bottom: 20px

}

.row-fluid.style2 [class*="span"]:after,

.row-fluid.style2 [class*="span"]:before {

	display: none!important

}



.carousel-caption h6{

	font-size:11px!important;

	line-height:15px!important;

	margin-bottom:10px!important;

	letter-spacing:1px!important;

}



.carousel-caption h2{

	font-size:18px!important;

	line-height:25px!important;

	margin-bottom:10px!important;

}



.carousel-caption .slider-content{

	font-size:12px!important;

	line-height:18px!important;

}



.carousel-caption .slider-buttons{

	margin-top:15px!important;

}



.carousel-caption .slider-content br{

	display:none!important;

}



.carousel-caption .slider-buttons .button{

	padding:5px 10px!important;

	font-size:10px!important;

}



.carousel-control {

  width:30px;

  height:30px;

  line-height:28px;

  font-size:20px;

}





.posts-list h2.post-list-title{

	font-size:18px!important;

	line-height:24px!important;

}



.quotes-slider > li blockquote{

	font-size:16px;

	line-height:26px;

}



#copyright .copyright-left,

#copyright .copyright-right{

	float:none;

	width:100%;

	text-align:left!important

}



#copyright .copyright-right{

	padding-top:0

}

	

.tp-leftarrow.large, .tp-leftarrow.default, .tp-rightarrow.large, .tp-rightarrow.default {

	width:35px!important;

	height:35px!important;

	line-height:35px!important;

	font-size:14px!important;

}





.rev_slider .button{

	font-size:8px!important;

}



.rev_slider .hidden-button{

	display:none!important;

}





.img-align-left  blockquote.with-image{

	margin-left:0;

}



.testimonial .author-avatar {

	float:none;

	margin:0 auto;

	width:auto;

	margin-bottom:15px;

	

}



.callout.callout-align-justify .button {

	float:none!important;

	margin-left:0!important;

	margin-top:15px!important;

}





.page-nav-next, .page-nav-prev{

	width:100%;

	float:none;

}



.page-nav-prev{

	margin-bottom:20px

}



}



@media screen and (max-width: 960px) {

  .stunning_text .big-title > div > span {

	  line-height: 125%

  }

  /* ignore br so content fit perfectly */

  .stunning_text p br {

	  display: none;

  }

}

@media screen and (max-width: 800px) {

.box1_2018 {border:0px solid red;margin: 0 auto !important;text-align:center !important;float:none !important}
.box2_2018 {border:0px solid green;margin: 0 auto !important;text-align:center !important;float:none !important; width:100%}
.row-fluid > [class*="span2"] {float:none!important; }
.row-fluid > [class*="span3"] {float:none!important; }
h5 {margin:0}
.title{text-align:center}
.font_cart {font-size:10px}
.pm-center {text-align:center}
.pull-center: {text-align:center !important;margin:0 auto}
}
/*!
 * Visual Composer v4.3.4 (http://vc.wpbakery.com)
 * Copyright 2011-2014 Michael M - WPBakery.com
 */
/** Front end editor */
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.vc_row:before,
.vc_row:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.vc_row:after {
  clear: both;
}
/* Navbar */
/* Modal box */
/* Panel */
@media (max-width: 767px) {
  .vc_hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vc_hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vc_hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .vc_hidden-lg {
    display: none !important;
  }
}
.vc_non_responsive .vc_row .vc_col-sm-1 {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-2 {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-3 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-4 {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-5 {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-6 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-7 {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-8 {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-9 {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-10 {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-11 {
  position: relative;
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-12 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-12 {
  margin-left: 100%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-11 {
  margin-left: 91.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
  margin-left: 83.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
  margin-left: 75%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
  margin-left: 66.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
  margin-left: 58.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
  margin-left: 50%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
  margin-left: 41.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
  margin-left: 33.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
  margin-left: 25%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
  margin-left: 16.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
  margin-left: 8.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-0 {
  margin-left: 0%;
}
.vc_non_responsive .vc_row .vc_hidden-sm {
  display: none !important;
}
.vc_row {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.vc_col-xs-1, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12 {
  float: left;
}
.vc_col-xs-12 {
  width: 100%;
}
.vc_col-xs-11 {
  width: 91.66666667%;
}
.vc_col-xs-10 {
  width: 83.33333333%;
}
.vc_col-xs-9 {
  width: 75%;
}
.vc_col-xs-8 {
  width: 66.66666667%;
}
.vc_col-xs-7 {
  width: 58.33333333%;
}
.vc_col-xs-6 {
  width: 50%;
}
.vc_col-xs-5 {
  width: 41.66666667%;
}
.vc_col-xs-4 {
  width: 33.33333333%;
}
.vc_col-xs-3 {
  width: 25%;
}
.vc_col-xs-2 {
  width: 16.66666667%;
}
.vc_col-xs-1 {
  width: 8.33333333%;
}
.vc_col-xs-pull-12 {
  right: 100%;
}
.vc_col-xs-pull-11 {
  right: 91.66666667%;
}
.vc_col-xs-pull-10 {
  right: 83.33333333%;
}
.vc_col-xs-pull-9 {
  right: 75%;
}
.vc_col-xs-pull-8 {
  right: 66.66666667%;
}
.vc_col-xs-pull-7 {
  right: 58.33333333%;
}
.vc_col-xs-pull-6 {
  right: 50%;
}
.vc_col-xs-pull-5 {
  right: 41.66666667%;
}
.vc_col-xs-pull-4 {
  right: 33.33333333%;
}
.vc_col-xs-pull-3 {
  right: 25%;
}
.vc_col-xs-pull-2 {
  right: 16.66666667%;
}
.vc_col-xs-pull-1 {
  right: 8.33333333%;
}
.vc_col-xs-pull-0 {
  right: auto;
}
.vc_col-xs-push-12 {
  left: 100%;
}
.vc_col-xs-push-11 {
  left: 91.66666667%;
}
.vc_col-xs-push-10 {
  left: 83.33333333%;
}
.vc_col-xs-push-9 {
  left: 75%;
}
.vc_col-xs-push-8 {
  left: 66.66666667%;
}
.vc_col-xs-push-7 {
  left: 58.33333333%;
}
.vc_col-xs-push-6 {
  left: 50%;
}
.vc_col-xs-push-5 {
  left: 41.66666667%;
}
.vc_col-xs-push-4 {
  left: 33.33333333%;
}
.vc_col-xs-push-3 {
  left: 25%;
}
.vc_col-xs-push-2 {
  left: 16.66666667%;
}
.vc_col-xs-push-1 {
  left: 8.33333333%;
}
.vc_col-xs-push-0 {
  left: auto;
}
.vc_col-xs-offset-12 {
  margin-left: 100%;
}
.vc_col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.vc_col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.vc_col-xs-offset-9 {
  margin-left: 75%;
}
.vc_col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.vc_col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.vc_col-xs-offset-6 {
  margin-left: 50%;
}
.vc_col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.vc_col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.vc_col-xs-offset-3 {
  margin-left: 25%;
}
.vc_col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.vc_col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.vc_col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12 {
    float: left;
  }
  .vc_col-sm-12 {
    width: 100%;
  }
  .vc_col-sm-11 {
    width: 91.66666667%;
  }
  .vc_col-sm-10 {
    width: 83.33333333%;
  }
  .vc_col-sm-9 {
    width: 75%;
  }
  .vc_col-sm-8 {
    width: 66.66666667%;
  }
  .vc_col-sm-7 {
    width: 58.33333333%;
  }
  .vc_col-sm-6 {
    width: 50%;
  }
  .vc_col-sm-5 {
    width: 41.66666667%;
  }
  .vc_col-sm-4 {
    width: 33.33333333%;
  }
  .vc_col-sm-3 {
    width: 25%;
  }
  .vc_col-sm-2 {
    width: 16.66666667%;
  }
  .vc_col-sm-1 {
    width: 8.33333333%;
  }
  .vc_col-sm-pull-12 {
    right: 100%;
  }
  .vc_col-sm-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-sm-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-sm-pull-9 {
    right: 75%;
  }
  .vc_col-sm-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-sm-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-sm-pull-6 {
    right: 50%;
  }
  .vc_col-sm-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-sm-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-sm-pull-3 {
    right: 25%;
  }
  .vc_col-sm-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-sm-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-sm-pull-0 {
    right: auto;
  }
  .vc_col-sm-push-12 {
    left: 100%;
  }
  .vc_col-sm-push-11 {
    left: 91.66666667%;
  }
  .vc_col-sm-push-10 {
    left: 83.33333333%;
  }
  .vc_col-sm-push-9 {
    left: 75%;
  }
  .vc_col-sm-push-8 {
    left: 66.66666667%;
  }
  .vc_col-sm-push-7 {
    left: 58.33333333%;
  }
  .vc_col-sm-push-6 {
    left: 50%;
  }
  .vc_col-sm-push-5 {
    left: 41.66666667%;
  }
  .vc_col-sm-push-4 {
    left: 33.33333333%;
  }
  .vc_col-sm-push-3 {
    left: 25%;
  }
  .vc_col-sm-push-2 {
    left: 16.66666667%;
  }
  .vc_col-sm-push-1 {
    left: 8.33333333%;
  }
  .vc_col-sm-push-0 {
    left: auto;
  }
  .vc_col-sm-offset-12 {
    margin-left: 100%;
  }
  .vc_col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-sm-offset-9 {
    margin-left: 75%;
  }
  .vc_col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-sm-offset-6 {
    margin-left: 50%;
  }
  .vc_col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-sm-offset-3 {
    margin-left: 25%;
  }
  .vc_col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .vc_col-md-1, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12 {
    float: left;
  }
  .vc_col-md-12 {
    width: 100%;
  }
  .vc_col-md-11 {
    width: 91.66666667%;
  }
  .vc_col-md-10 {
    width: 83.33333333%;
  }
  .vc_col-md-9 {
    width: 75%;
  }
  .vc_col-md-8 {
    width: 66.66666667%;
  }
  .vc_col-md-7 {
    width: 58.33333333%;
  }
  .vc_col-md-6 {
    width: 50%;
  }
  .vc_col-md-5 {
    width: 41.66666667%;
  }
  .vc_col-md-4 {
    width: 33.33333333%;
  }
  .vc_col-md-3 {
    width: 25%;
  }
  .vc_col-md-2 {
    width: 16.66666667%;
  }
  .vc_col-md-1 {
    width: 8.33333333%;
  }
  .vc_col-md-pull-12 {
    right: 100%;
  }
  .vc_col-md-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-md-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-md-pull-9 {
    right: 75%;
  }
  .vc_col-md-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-md-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-md-pull-6 {
    right: 50%;
  }
  .vc_col-md-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-md-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-md-pull-3 {
    right: 25%;
  }
  .vc_col-md-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-md-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-md-pull-0 {
    right: auto;
  }
  .vc_col-md-push-12 {
    left: 100%;
  }
  .vc_col-md-push-11 {
    left: 91.66666667%;
  }
  .vc_col-md-push-10 {
    left: 83.33333333%;
  }
  .vc_col-md-push-9 {
    left: 75%;
  }
  .vc_col-md-push-8 {
    left: 66.66666667%;
  }
  .vc_col-md-push-7 {
    left: 58.33333333%;
  }
  .vc_col-md-push-6 {
    left: 50%;
  }
  .vc_col-md-push-5 {
    left: 41.66666667%;
  }
  .vc_col-md-push-4 {
    left: 33.33333333%;
  }
  .vc_col-md-push-3 {
    left: 25%;
  }
  .vc_col-md-push-2 {
    left: 16.66666667%;
  }
  .vc_col-md-push-1 {
    left: 8.33333333%;
  }
  .vc_col-md-push-0 {
    left: auto;
  }
  .vc_col-md-offset-12 {
    margin-left: 100%;
  }
  .vc_col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-md-offset-9 {
    margin-left: 75%;
  }
  .vc_col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-md-offset-6 {
    margin-left: 50%;
  }
  .vc_col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-md-offset-3 {
    margin-left: 25%;
  }
  .vc_col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .vc_col-lg-1, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12 {
    float: left;
  }
  .vc_col-lg-12 {
    width: 100%;
  }
  .vc_col-lg-11 {
    width: 91.66666667%;
  }
  .vc_col-lg-10 {
    width: 83.33333333%;
  }
  .vc_col-lg-9 {
    width: 75%;
  }
  .vc_col-lg-8 {
    width: 66.66666667%;
  }
  .vc_col-lg-7 {
    width: 58.33333333%;
  }
  .vc_col-lg-6 {
    width: 50%;
  }
  .vc_col-lg-5 {
    width: 41.66666667%;
  }
  .vc_col-lg-4 {
    width: 33.33333333%;
  }
  .vc_col-lg-3 {
    width: 25%;
  }
  .vc_col-lg-2 {
    width: 16.66666667%;
  }
  .vc_col-lg-1 {
    width: 8.33333333%;
  }
  .vc_col-lg-pull-12 {
    right: 100%;
  }
  .vc_col-lg-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-lg-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-lg-pull-9 {
    right: 75%;
  }
  .vc_col-lg-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-lg-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-lg-pull-6 {
    right: 50%;
  }
  .vc_col-lg-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-lg-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-lg-pull-3 {
    right: 25%;
  }
  .vc_col-lg-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-lg-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-lg-pull-0 {
    right: auto;
  }
  .vc_col-lg-push-12 {
    left: 100%;
  }
  .vc_col-lg-push-11 {
    left: 91.66666667%;
  }
  .vc_col-lg-push-10 {
    left: 83.33333333%;
  }
  .vc_col-lg-push-9 {
    left: 75%;
  }
  .vc_col-lg-push-8 {
    left: 66.66666667%;
  }
  .vc_col-lg-push-7 {
    left: 58.33333333%;
  }
  .vc_col-lg-push-6 {
    left: 50%;
  }
  .vc_col-lg-push-5 {
    left: 41.66666667%;
  }
  .vc_col-lg-push-4 {
    left: 33.33333333%;
  }
  .vc_col-lg-push-3 {
    left: 25%;
  }
  .vc_col-lg-push-2 {
    left: 16.66666667%;
  }
  .vc_col-lg-push-1 {
    left: 8.33333333%;
  }
  .vc_col-lg-push-0 {
    left: auto;
  }
  .vc_col-lg-offset-12 {
    margin-left: 100%;
  }
  .vc_col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-lg-offset-9 {
    margin-left: 75%;
  }
  .vc_col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-lg-offset-6 {
    margin-left: 50%;
  }
  .vc_col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-lg-offset-3 {
    margin-left: 25%;
  }
  .vc_col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*
//Grid
.vc_container-block {
    .container-fixed();
    @media (min-width: @screen-sm) {
        width: @container-sm;
    }
    @media (min-width: @screen-md) {
        width: @container-md;
    }
    @media (min-width: @screen-lg-min) {
        width: @container-lg;
    }
}
*/
.vc_pull-right {
  float: right !important;
}
.vc_pull-left {
  float: left !important;
}
.vc_clearfix:before,
.vc_clearfix:after {
  content: " ";
  display: table;
}
.vc_clearfix:after {
  clear: both;
}
.vc_clearfix:before,
.vc_clearfix:after {
  content: " ";
  display: table;
}
.vc_clearfix:after {
  clear: both;
}
.vc_el-clearfix {
  clear: both;
}
@media (max-width: 767px) {
  .vc_el-clearfix-xs {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vc_el-clearfix-sm {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vc_el-clearfix-md {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .vc_el-clearfix-lg {
    clear: both;
  }
}
.vc_visible {
  display: block;
}
.vc_table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.vc_table > thead > tr > th,
.vc_table > tbody > tr > th,
.vc_table > tfoot > tr > th,
.vc_table > thead > tr > td,
.vc_table > tbody > tr > td,
.vc_table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.vc_table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.vc_table > caption + thead > tr:first-child > th,
.vc_table > colgroup + thead > tr:first-child > th,
.vc_table > thead:first-child > tr:first-child > th,
.vc_table > caption + thead > tr:first-child > td,
.vc_table > colgroup + thead > tr:first-child > td,
.vc_table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.vc_table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.vc_table .table {
  background-color: #ffffff;
}
.vc_table-bordered {
  border: 1px solid #dddddd;
}
.vc_table-bordered > thead > tr > th,
.vc_table-bordered > tbody > tr > th,
.vc_table-bordered > tfoot > tr > th,
.vc_table-bordered > thead > tr > td,
.vc_table-bordered > tbody > tr > td,
.vc_table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.vc_table-bordered > thead > tr > th,
.vc_table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.vc_txt_align_left {
  text-align: left;
}
.vc_txt_align_right {
  text-align: right;
}
.vc_txt_align_center {
  text-align: center;
}
.vc_txt_align_justify {
  text-align: justify;
  text-justify: inter-word;
}
.vc_el_width_50 {
  width: 50%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vc_el_width_60 {
  width: 60%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vc_el_width_70 {
  width: 70%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vc_el_width_80 {
  width: 80%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vc_el_width_90 {
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vc_el_width_100 {
  width: 100%;
}
/* 1. Buttons
---------------------------------------------------------- */
.vc_btn {
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  padding: 9px 12px;
  font-size: 100%;
  line-height: 20px;
  border-radius: 4px;
  /* Button colors variations */
}
.vc_btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.vc_btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.vc_btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.vc_btn_square {
  border-radius: 0;
}
.vc_btn_square_outlined {
  border-radius: 0;
  background: none !important;
  border: 2px solid;
}
.vc_btn_round {
  border-radius: 25px;
}
.vc_btn_outlined {
  background: none !important;
  border: 2px solid;
}
.vc_btn-blue {
  background-color: #5472d2;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-blue:hover {
  background-color: #3c5ecc;
  color: #f7f7f7 !important;
}
.vc_btn-blue.vc_btn_outlined,
.vc_btn-blue.vc_btn_square_outlined {
  color: #5472d2 !important;
}
.vc_btn-blue.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #3253bc;
  box-shadow: 0 5px 0 #3253bc;
  margin-bottom: 5px;
}
.vc_btn-turquoise {
  background-color: #00c1cf;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-turquoise:hover {
  background-color: #00a4b0;
  color: #f7f7f7 !important;
}
.vc_btn-turquoise.vc_btn_outlined,
.vc_btn-turquoise.vc_btn_square_outlined {
  color: #00c1cf !important;
}
.vc_btn-turquoise.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #008d97;
  box-shadow: 0 5px 0 #008d97;
  margin-bottom: 5px;
}
.vc_btn-pink {
  background-color: #fe6c61;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-pink:hover {
  background-color: #fe5043;
  color: #f7f7f7 !important;
}
.vc_btn-pink.vc_btn_outlined,
.vc_btn-pink.vc_btn_square_outlined {
  color: #fe6c61 !important;
}
.vc_btn-pink.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #fe3829;
  box-shadow: 0 5px 0 #fe3829;
  margin-bottom: 5px;
}
.vc_btn-violet {
  background-color: #8d6dc4;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-violet:hover {
  background-color: #7c57bb;
  color: #f7f7f7 !important;
}
.vc_btn-violet.vc_btn_outlined,
.vc_btn-violet.vc_btn_square_outlined {
  color: #8d6dc4 !important;
}
.vc_btn-violet.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #6e48b1;
  box-shadow: 0 5px 0 #6e48b1;
  margin-bottom: 5px;
}
.vc_btn-peacoc {
  background-color: #4cadc9;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-peacoc:hover {
  background-color: #39a0bd;
  color: #f7f7f7 !important;
}
.vc_btn-peacoc.vc_btn_outlined,
.vc_btn-peacoc.vc_btn_square_outlined {
  color: #4cadc9 !important;
}
.vc_btn-peacoc.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #338faa;
  box-shadow: 0 5px 0 #338faa;
  margin-bottom: 5px;
}
.vc_btn-chino {
  background-color: #cec2ab;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-chino:hover {
  background-color: #c3b498;
  color: #f7f7f7 !important;
}
.vc_btn-chino.vc_btn_outlined,
.vc_btn-chino.vc_btn_square_outlined {
  color: #cec2ab !important;
}
.vc_btn-chino.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #b9a888;
  box-shadow: 0 5px 0 #b9a888;
  margin-bottom: 5px;
}
.vc_btn-mulled_wine {
  background-color: #50485b;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-mulled_wine:hover {
  background-color: #413a4a;
  color: #f7f7f7 !important;
}
.vc_btn-mulled_wine.vc_btn_outlined,
.vc_btn-mulled_wine.vc_btn_square_outlined {
  color: #50485b !important;
}
.vc_btn-mulled_wine.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #342f3c;
  box-shadow: 0 5px 0 #342f3c;
  margin-bottom: 5px;
}
.vc_btn-vista_blue {
  background-color: #75d69c;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-vista_blue:hover {
  background-color: #5dcf8b;
  color: #f7f7f7 !important;
}
.vc_btn-vista_blue.vc_btn_outlined,
.vc_btn-vista_blue.vc_btn_square_outlined {
  color: #75d69c !important;
}
.vc_btn-vista_blue.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #4ac97d;
  box-shadow: 0 5px 0 #4ac97d;
  margin-bottom: 5px;
}
.vc_btn-black {
  background-color: #2a2a2a;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-black:hover {
  background-color: #1b1b1b;
  color: #f7f7f7 !important;
}
.vc_btn-black.vc_btn_outlined,
.vc_btn-black.vc_btn_square_outlined {
  color: #2a2a2a !important;
}
.vc_btn-black.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #0e0e0e;
  box-shadow: 0 5px 0 #0e0e0e;
  margin-bottom: 5px;
}
.vc_btn-grey {
  background-color: #ebebeb;
  color: #666666 !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-grey:hover {
  background-color: #dcdcdc;
  color: #5e5e5e !important;
}
.vc_btn-grey.vc_btn_outlined,
.vc_btn-grey.vc_btn_square_outlined {
  color: #ebebeb !important;
}
.vc_btn-grey.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #cfcfcf;
  box-shadow: 0 5px 0 #cfcfcf;
  margin-bottom: 5px;
}
.vc_btn-orange {
  background-color: #f7be68;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-orange:hover {
  background-color: #f5b14b;
  color: #f7f7f7 !important;
}
.vc_btn-orange.vc_btn_outlined,
.vc_btn-orange.vc_btn_square_outlined {
  color: #f7be68 !important;
}
.vc_btn-orange.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #f4a733;
  box-shadow: 0 5px 0 #f4a733;
  margin-bottom: 5px;
}
.vc_btn-sky {
  background-color: #5aa1e3;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-sky:hover {
  background-color: #4092df;
  color: #f7f7f7 !important;
}
.vc_btn-sky.vc_btn_outlined,
.vc_btn-sky.vc_btn_square_outlined {
  color: #5aa1e3 !important;
}
.vc_btn-sky.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #2a86db;
  box-shadow: 0 5px 0 #2a86db;
  margin-bottom: 5px;
}
.vc_btn-green {
  background-color: #6dab3c;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-green:hover {
  background-color: #5f9434;
  color: #f7f7f7 !important;
}
.vc_btn-green.vc_btn_outlined,
.vc_btn-green.vc_btn_square_outlined {
  color: #6dab3c !important;
}
.vc_btn-green.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #53812d;
  box-shadow: 0 5px 0 #53812d;
  margin-bottom: 5px;
}
.vc_btn-juicy_pink {
  background-color: #f4524d;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-juicy_pink:hover {
  background-color: #f23630;
  color: #f7f7f7 !important;
}
.vc_btn-juicy_pink.vc_btn_outlined,
.vc_btn-juicy_pink.vc_btn_square_outlined {
  color: #f4524d !important;
}
.vc_btn-juicy_pink.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #f11f18;
  box-shadow: 0 5px 0 #f11f18;
  margin-bottom: 5px;
}
.vc_btn-sandy_brown {
  background-color: #f79468;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-sandy_brown:hover {
  background-color: #f57f4b;
  color: #f7f7f7 !important;
}
.vc_btn-sandy_brown.vc_btn_outlined,
.vc_btn-sandy_brown.vc_btn_square_outlined {
  color: #f79468 !important;
}
.vc_btn-sandy_brown.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #f46e33;
  box-shadow: 0 5px 0 #f46e33;
  margin-bottom: 5px;
}
.vc_btn-purple {
  background-color: #b97ebb;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-purple:hover {
  background-color: #ae6ab0;
  color: #f7f7f7 !important;
}
.vc_btn-purple.vc_btn_outlined,
.vc_btn-purple.vc_btn_square_outlined {
  color: #b97ebb !important;
}
.vc_btn-purple.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #a559a8;
  box-shadow: 0 5px 0 #a559a8;
  margin-bottom: 5px;
}
.vc_btn-white {
  background-color: #ffffff;
  color: #666666 !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-white:hover {
  background-color: #f0f0f0;
  color: #5e5e5e !important;
}
.vc_btn-white.vc_btn_outlined,
.vc_btn-white.vc_btn_square_outlined {
  color: #ffffff !important;
}
.vc_btn-white.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #e3e3e3;
  box-shadow: 0 5px 0 #e3e3e3;
  margin-bottom: 5px;
}
.vc_btn-grace {
  background-color: #aed13b;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_btn-grace:hover {
  background-color: #9ec02d;
  color: #f7f7f7 !important;
}
.vc_btn-grace.vc_btn_outlined,
.vc_btn-grace.vc_btn_square_outlined {
  color: #aed13b !important;
}
.vc_btn-grace.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #8dac28;
  box-shadow: 0 5px 0 #8dac28;
  margin-bottom: 5px;
}
.vc_btn-default {
  color: #7d7d7d;
  background-color: #ffffff;
  border-color: transparent;
}
.vc_btn-default:hover,
.vc_btn-default:focus,
.vc_btn-default:active,
.vc_btn-default.active,
.open > .dropdown-toggle.vc_btn-default {
  color: #7d7d7d;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.vc_btn-default:active,
.vc_btn-default.active,
.open > .dropdown-toggle.vc_btn-default {
  background-image: none;
}
.vc_btn-default .badge {
  color: #ffffff;
  background-color: #7d7d7d;
}
.vc_btn-primary {
  color: #ffffff;
  background-color: #00aef0;
  border-color: transparent;
}
.vc_btn-primary:hover,
.vc_btn-primary:focus,
.vc_btn-primary:active,
.vc_btn-primary.active,
.open > .dropdown-toggle.vc_btn-primary {
  color: #ffffff;
  background-color: #0089bd;
  border-color: rgba(0, 0, 0, 0);
}
.vc_btn-primary:active,
.vc_btn-primary.active,
.open > .dropdown-toggle.vc_btn-primary {
  background-image: none;
}
.vc_btn-primary .badge {
  color: #00aef0;
  background-color: #ffffff;
}
.vc_btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: transparent;
}
.vc_btn-success:hover,
.vc_btn-success:focus,
.vc_btn-success:active,
.vc_btn-success.active,
.open > .dropdown-toggle.vc_btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.vc_btn-success:active,
.vc_btn-success.active,
.open > .dropdown-toggle.vc_btn-success {
  background-image: none;
}
.vc_btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.vc_btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: transparent;
}
.vc_btn-info:hover,
.vc_btn-info:focus,
.vc_btn-info:active,
.vc_btn-info.active,
.open > .dropdown-toggle.vc_btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: rgba(0, 0, 0, 0);
}
.vc_btn-info:active,
.vc_btn-info.active,
.open > .dropdown-toggle.vc_btn-info {
  background-image: none;
}
.vc_btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.vc_btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: transparent;
}
.vc_btn-warning:hover,
.vc_btn-warning:focus,
.vc_btn-warning:active,
.vc_btn-warning.active,
.open > .dropdown-toggle.vc_btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.vc_btn-warning:active,
.vc_btn-warning.active,
.open > .dropdown-toggle.vc_btn-warning {
  background-image: none;
}
.vc_btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.vc_btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent;
}
.vc_btn-danger:hover,
.vc_btn-danger:focus,
.vc_btn-danger:active,
.vc_btn-danger.active,
.open > .dropdown-toggle.vc_btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.vc_btn-danger:active,
.vc_btn-danger.active,
.open > .dropdown-toggle.vc_btn-danger {
  background-image: none;
}
.vc_btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
i.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  margin-left: 5px;
}
.wpb_btn-large i.icon {
  height: 19px;
  margin-left: 9px;
}
.wpb_btn-small i.icon {
  height: 15px;
}
.wpb_btn-mini i.icon {
  display: none;
}
.wpb_address_book i.icon,
option.wpb_address_book {
  background: url(../images/icons/address-book.png) no-repeat right center;
}
.wpb_alarm_clock i.icon,
option.wpb_alarm_clock {
  background: url(../images/icons/alarm-clock.png) no-repeat right center;
}
.wpb_anchor i.icon,
option.wpb_anchor {
  background: url(../images/icons/anchor.png) no-repeat right center;
}
.wpb_application_image i.icon,
option.wpb_application_image {
  background: url(../images/icons/application-image.png) no-repeat right center;
}
.wpb_arrow i.icon,
option.wpb_arrow {
  background: url(../images/icons/arrow.png) no-repeat right center;
}
.wpb_asterisk i.icon,
option.wpb_asterisk {
  background: url(../images/icons/asterisk.png) no-repeat right center;
}
.wpb_hammer i.icon,
option.wpb_hammer {
  background: url(../images/icons/auction-hammer.png) no-repeat right center;
}
.wpb_balloon i.icon,
option.wpb_balloon {
  background: url(../images/icons/balloon.png) no-repeat right center;
}
.wpb_balloon_buzz i.icon,
option.wpb_balloon_buzz {
  background: url(../images/icons/balloon-buzz.png) no-repeat right center;
}
.wpb_balloon_facebook i.icon,
option.wpb_balloon_facebook {
  background: url(../images/icons/balloon-facebook.png) no-repeat right center;
}
.wpb_balloon_twitter i.icon,
option.wpb_balloon_twitter {
  background: url(../images/icons/balloon-twitter.png) no-repeat right center;
}
.wpb_battery i.icon,
option.wpb_battery {
  background: url(../images/icons/battery-full.png) no-repeat right center;
}
.wpb_binocular i.icon,
option.wpb_binocular {
  background: url(../images/icons/binocular.png) no-repeat right center;
}
.wpb_document_excel i.icon,
option.wpb_document_excel {
  background: url(../images/icons/blue-document-excel.png) no-repeat right center;
}
.wpb_document_image i.icon,
option.wpb_document_image {
  background: url(../images/icons/blue-document-image.png) no-repeat right center;
}
.wpb_document_music i.icon,
option.wpb_document_music {
  background: url(../images/icons/blue-document-music.png) no-repeat right center;
}
.wpb_document_office i.icon,
option.wpb_document_office {
  background: url(../images/icons/blue-document-office.png) no-repeat right center;
}
.wpb_document_pdf i.icon,
option.wpb_document_pdf {
  background: url(../images/icons/blue-document-pdf.png) no-repeat right center;
}
.wpb_document_powerpoint i.icon,
option.wpb_document_powerpoint {
  background: url(../images/icons/blue-document-powerpoint.png) no-repeat right center;
}
.wpb_document_word i.icon,
option.wpb_document_word {
  background: url(../images/icons/blue-document-word.png) no-repeat right center;
}
.wpb_bookmark i.icon,
option.wpb_bookmark {
  background: url(../images/icons/bookmark.png) no-repeat right center;
}
.wpb_camcorder i.icon,
option.wpb_camcorder {
  background: url(../images/icons/camcorder.png) no-repeat right center;
}
.wpb_camera i.icon,
option.wpb_camera {
  background: url(../images/icons/camera.png) no-repeat right center;
}
.wpb_chart i.icon,
option.wpb_chart {
  background: url(../images/icons/chart.png) no-repeat right center;
}
.wpb_chart_pie i.icon,
option.wpb_chart_pie {
  background: url(../images/icons/chart-pie.png) no-repeat right center;
}
.wpb_clock i.icon,
option.wpb_clock {
  background: url(../images/icons/clock.png) no-repeat right center;
}
.wpb_play i.icon,
option.wpb_play {
  background: url(../images/icons/control.png) no-repeat right center;
}
.wpb_fire i.icon,
option.wpb_fire {
  background: url(../images/icons/fire.png) no-repeat right center;
}
.wpb_heart i.icon,
option.wpb_heart {
  background: url(../images/icons/heart.png) no-repeat right center;
}
.wpb_mail i.icon,
option.wpb_mail {
  background: url(../images/icons/mail.png) no-repeat right center;
}
.wpb_shield i.icon,
option.wpb_shield {
  background: url(../images/icons/plus-shield.png) no-repeat right center;
}
.wpb_video i.icon,
option.wpb_video {
  background: url(../images/icons/video.png) no-repeat right center;
}
.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* 2. Alerts (Message boxes)
---------------------------------------------------------- */
.wpb_alert {
  padding: 1em 35px 1em 25px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  color: #8a6d3b;
  clear: both;
}
.wpb_alert .messagebox_text *:last-child {
  margin-bottom: 0;
}
.wpb_alert.vc_alert_square {
  border-radius: 0;
}
.wpb_alert.vc_alert_square_outlined {
  border-radius: 0;
  background: none !important;
  border-width: 2px;
}
.wpb_alert.vc_alert_round {
  border-radius: 50px;
}
.wpb_alert.vc_alert_outlined {
  background: none !important;
  border-width: 2px;
}
.wpb_alert.vc_alert_3d {
  border-width: 1px 1px 1px 1px;
}
.wpb_alert-success {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8;
}
.wpb_alert-success.vc_alert_outlined,
.wpb_alert-success.vc_alert_square_outlined {
  color: #3c763d;
}
.wpb_alert-success.vc_alert_3d {
  -webkit-box-shadow: 0 5px 0 #c1e2b3;
  box-shadow: 0 5px 0 #c1e2b3;
}
.wpb_alert-error,
.wpb_alert-danger {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede;
}
.wpb_alert-error.vc_alert_outlined,
.wpb_alert-danger.vc_alert_outlined,
.wpb_alert-error.vc_alert_square_outlined,
.wpb_alert-danger.vc_alert_square_outlined {
  color: #a94442;
}
.wpb_alert-error.vc_alert_3d,
.wpb_alert-danger.vc_alert_3d {
  -webkit-box-shadow: 0 5px 0 #e4b9b9;
  box-shadow: 0 5px 0 #e4b9b9;
}
.wpb_alert-info {
  color: #31708f;
  border-color: #bce8f1;
  background-color: #d9edf7;
}
.wpb_alert-info.vc_alert_outlined,
.wpb_alert-info.vc_alert_square_outlined {
  color: #31708f;
}
.wpb_alert-info.vc_alert_3d {
  -webkit-box-shadow: 0 5px 0 #afd9ee;
  box-shadow: 0 5px 0 #afd9ee;
}
.wpb_alert .messagebox_text,
.wpb_alert-warning .messagebox_text {
  padding-left: 40px;
  background: url(../vc/alert.png) no-repeat left center;
}
.wpb_alert-info .messagebox_text {
  background: url(../vc/info.png) no-repeat left center;
}
.wpb_alert-success .messagebox_text {
  background: url(../vc/tick.png) no-repeat left center;
}
.wpb_alert-error .messagebox_text,
.wpb_alert-danger .messagebox_text {
  background: url(../vc/exclamation.png) no-repeat left center;
}
/* 4. Separators
---------------------------------------------------------- */
/* 5. Single image
---------------------------------------------------------- */
img {
  height: auto;
}
.wpb_single_image img {
  height: auto;
  max-width: 100%;
}
.wpb_single_image.vc_align_center {
  text-align: center;
}
.wpb_single_image.vc_align_right {
  text-align: right;
}
.wpb_single_image.vc_align_left {
  text-align: left;
}
div .vc_box_rounded {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div .vc_box_outline,
div .vc_box_outline_circle {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: 1px solid #ebebeb;
}
div .vc_box_border,
div .vc_box_border_circle {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: none;
}
div .vc_box_shadow,
div .vc_box_shadow_border,
div .vc_box_shadow_border_circle,
div .vc_box_shadow_circle {
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
div .vc_box_shadow_border,
div .vc_box_shadow_border_circle {
  padding: 6px;
}
div .vc_box_shadow_3d {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
}
div .vc_box_circle,
div .vc_box_outline_circle,
div .vc_box_border_circle,
div .vc_box_shadow_circle,
div .vc_box_shadow_border_circle {
  border-radius: 5000px;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}
div .vc_box_shadow_circle,
div .vc_box_shadow_border_circle {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.vc_box_shadow_3d_wrap {
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 100%;
}
.vc_box_shadow_3d_wrap:after,
.vc_box_shadow_3d_wrap:before {
  content: "";
  position: absolute;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  left: 10px;
  bottom: 8%;
  width: 40%;
  height: 20%;
  max-height: 100px;
  max-width: 300px;
  z-index: -1;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.vc_box_shadow_3d_wrap:after {
  left: auto;
  right: 10px;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  transform: rotate(6deg);
}
.vc_box_outline.vc_box_border_blue,
.vc_box_outline_circle.vc_box_border_blue {
  border-color: #5472d2;
}
.vc_box_border.vc_box_border_blue,
.vc_box_border_circle.vc_box_border_blue {
  background-color: #5472d2;
}
.vc_box_outline.vc_box_border_turquoise,
.vc_box_outline_circle.vc_box_border_turquoise {
  border-color: #00c1cf;
}
.vc_box_border.vc_box_border_turquoise,
.vc_box_border_circle.vc_box_border_turquoise {
  background-color: #00c1cf;
}
.vc_box_outline.vc_box_border_pink,
.vc_box_outline_circle.vc_box_border_pink {
  border-color: #fe6c61;
}
.vc_box_border.vc_box_border_pink,
.vc_box_border_circle.vc_box_border_pink {
  background-color: #fe6c61;
}
.vc_box_outline.vc_box_border_violet,
.vc_box_outline_circle.vc_box_border_violet {
  border-color: #8d6dc4;
}
.vc_box_border.vc_box_border_violet,
.vc_box_border_circle.vc_box_border_violet {
  background-color: #8d6dc4;
}
.vc_box_outline.vc_box_border_peacoc,
.vc_box_outline_circle.vc_box_border_peacoc {
  border-color: #4cadc9;
}
.vc_box_border.vc_box_border_peacoc,
.vc_box_border_circle.vc_box_border_peacoc {
  background-color: #4cadc9;
}
.vc_box_outline.vc_box_border_chino,
.vc_box_outline_circle.vc_box_border_chino {
  border-color: #cec2ab;
}
.vc_box_border.vc_box_border_chino,
.vc_box_border_circle.vc_box_border_chino {
  background-color: #cec2ab;
}
.vc_box_outline.vc_box_border_mulled_wine,
.vc_box_outline_circle.vc_box_border_mulled_wine {
  border-color: #50485b;
}
.vc_box_border.vc_box_border_mulled_wine,
.vc_box_border_circle.vc_box_border_mulled_wine {
  background-color: #50485b;
}
.vc_box_outline.vc_box_border_vista_blue,
.vc_box_outline_circle.vc_box_border_vista_blue {
  border-color: #75d69c;
}
.vc_box_border.vc_box_border_vista_blue,
.vc_box_border_circle.vc_box_border_vista_blue {
  background-color: #75d69c;
}
.vc_box_outline.vc_box_border_black,
.vc_box_outline_circle.vc_box_border_black {
  border-color: #2a2a2a;
}
.vc_box_border.vc_box_border_black,
.vc_box_border_circle.vc_box_border_black {
  background-color: #2a2a2a;
}
.vc_box_outline.vc_box_border_grey,
.vc_box_outline_circle.vc_box_border_grey {
  border-color: #ebebeb;
}
.vc_box_border.vc_box_border_grey,
.vc_box_border_circle.vc_box_border_grey {
  background-color: #ebebeb;
}
.vc_box_outline.vc_box_border_orange,
.vc_box_outline_circle.vc_box_border_orange {
  border-color: #f7be68;
}
.vc_box_border.vc_box_border_orange,
.vc_box_border_circle.vc_box_border_orange {
  background-color: #f7be68;
}
.vc_box_outline.vc_box_border_sky,
.vc_box_outline_circle.vc_box_border_sky {
  border-color: #5aa1e3;
}
.vc_box_border.vc_box_border_sky,
.vc_box_border_circle.vc_box_border_sky {
  background-color: #5aa1e3;
}
.vc_box_outline.vc_box_border_green,
.vc_box_outline_circle.vc_box_border_green {
  border-color: #6dab3c;
}
.vc_box_border.vc_box_border_green,
.vc_box_border_circle.vc_box_border_green {
  background-color: #6dab3c;
}
.vc_box_outline.vc_box_border_juicy_pink,
.vc_box_outline_circle.vc_box_border_juicy_pink {
  border-color: #f4524d;
}
.vc_box_border.vc_box_border_juicy_pink,
.vc_box_border_circle.vc_box_border_juicy_pink {
  background-color: #f4524d;
}
.vc_box_outline.vc_box_border_sandy_brown,
.vc_box_outline_circle.vc_box_border_sandy_brown {
  border-color: #f79468;
}
.vc_box_border.vc_box_border_sandy_brown,
.vc_box_border_circle.vc_box_border_sandy_brown {
  background-color: #f79468;
}
.vc_box_outline.vc_box_border_purple,
.vc_box_outline_circle.vc_box_border_purple {
  border-color: #b97ebb;
}
.vc_box_border.vc_box_border_purple,
.vc_box_border_circle.vc_box_border_purple {
  background-color: #b97ebb;
}
.vc_box_outline.vc_box_border_white,
.vc_box_outline_circle.vc_box_border_white {
  border-color: #ffffff;
}
.vc_box_border.vc_box_border_white,
.vc_box_border_circle.vc_box_border_white {
  background-color: #ffffff;
}
/***************** OLD CSS *****************/
/* Content elements margins
---------------------------------------------------------- */
.wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child,
.wpb_text_column *:last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child,
.wpb_toggle_content p:last-child {
  margin-bottom: 0;
}
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 35px;
}
.fb_like,
.twitter-share-button,
.entry-content .twitter-share-button,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element,
.wpb_accordion .wpb_content_element,
.wpb_toggle_content {
  margin-bottom: 21.73913043px;
}
.wpb_column > .wpb_wrapper > *:last-child {
  margin-bottom: 0;
}
/* Facebook
---------------------------------------------------------- */
.fb_type_standard {
  height: 25px;
}
.fb_type_standard iframe {
  height: 25px;
}
.fb_type_button_count {
  height: 20px;
}
.fb_type_button_count iframe {
  height: 20px;
}
.fb_type_box_count {
  height: 62px;
}
.fb_type_box_count iframe {
  height: 62px;
}
/* Google plus
---------------------------------------------------------- */
.wpb_googleplus_type_standard {
  height: 25px;
}
.wpb_googleplus_type_small {
  height: 19px;
}
.wpb_googleplus_type_medium {
  height: 21px;
}
.wpb_googleplus_type_tall {
  height: 21px;
}
/* Pinterest
---------------------------------------------------------- */
.wpb_pinterest_type_horizontal {
  height: 21px;
}
.wpb_pinterest_type_vertical {
  height: 60px;
}
.wpb_pinterest_type_none {
  height: 21px;
}
/* Pinterest
---------------------------------------------------------- */
iframe.twitter-share-button {
  margin: 0;
}
/* Toggle / FAQ
---------------------------------------------------------- */
.wpb_toggle,
#content h4.wpb_toggle {
  background: url(../images/toggle_open.png) no-repeat left center;
  padding-left: 25px;
  clear: both;
  margin-top: 0;
}
.wpb_toggle_title_active,
#content h4.wpb_toggle_title_active {
  background: url(../images/toggle_close.png) no-repeat left center;
}
.wpb_toggle:hover {
  cursor: pointer;
}
.wpb_toggle_content {
  display: none;
  overflow: hidden;
  padding: 0px 0px 0px 25px;
  margin-top: 1em;
}
.wpb_toggle_open {
  display: block;
}
/* Widgetised column element
---------------------------------------------------------- */
.wpb_widgetised_column .wpb_wrapper > ul {
  margin: 0;
}
.wpb_widgetised_column .wpb_wrapper > ul > li {
  margin-left: 0;
  background-image: none;
  list-style: none !important;
}
.wpb_widgetised_column .wpb_wrapper > ul > li:after,
.wpb_widgetised_column .wpb_wrapper > ul > li:before {
  display: none !important;
}
/* Buttons
---------------------------------------------------------- */
.wpb_button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: .3em;
}
.wpb_button:hover,
.wpb_button:active,
.wpb_button.active,
.wpb_button.disabled,
.wpb_button[disabled] {
  background-color: #eaeaea;
}
.wpb_button:active,
.wpb_button.active {
  background-color: #d1d1d1 \9;
}
.wpb_button:first-child {
  *margin-left: 0;
}
.vc_vc_button2 .vc_btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.vc_vc_button .vc_btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.wpb_button:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.wpb_button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wpb_button.active,
.wpb_button:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.wpb_btn-large,
span.wpb_btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
button.wpb_btn-large [class^="icon-"],
span.wpb_btn-large [class^="icon-"] {
  margin-top: 1px;
}
button.wpb_btn-small,
span.wpb_btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
button.wpb_btn-small [class^="icon-"],
span.wpb_btn-small [class^="icon-"] {
  margin-top: -1px;
}
button.wpb_btn-mini,
span.wpb_btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.wpb_btn-primary,
.wpb_btn-primary:hover,
.wpb_btn-warning,
.wpb_btn-warning:hover,
.wpb_btn-danger,
.wpb_btn-danger:hover,
.wpb_btn-success,
.wpb_btn-success:hover,
.wpb_btn-info,
.wpb_btn-info:hover,
.wpb_btn-inverse,
.wpb_btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.wpb_btn-primary.active,
.wpb_btn-warning.active,
.wpb_btn-danger.active,
.wpb_btn-success.active,
.wpb_btn-info.active,
.wpb_btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.wpb_button {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
}
.wpb_btn-primary {
  background-color: #0088cc;
}
.wpb_btn-primary:hover,
.wpb_btn-primary:active,
.wpb_btn-primary.active,
.wpb_btn-primary.disabled,
.wpb_btn-primary[disabled] {
  background-color: #0077b3;
}
.wpb_btn-primary:active,
.wpb_btn-primary.active {
  background-color: #005580 \9;
}
.wpb_btn-warning {
  background-color: #ff9900;
}
.wpb_btn-warning:hover,
.wpb_btn-warning:active,
.wpb_btn-warning.active,
.wpb_btn-warning.disabled,
.wpb_btn-warning[disabled] {
  background-color: #e68a00;
}
.wpb_btn-warning:active,
.wpb_btn-warning.active {
  background-color: #b36b00 \9;
}
.wpb_btn-danger {
  background-color: #ff675b;
}
.wpb_btn-danger:hover,
.wpb_btn-danger:active,
.wpb_btn-danger.active,
.wpb_btn-danger.disabled,
.wpb_btn-danger[disabled] {
  background-color: #ff4f42;
}
.wpb_btn-danger:active,
.wpb_btn-danger.active {
  background-color: #ff200f \9;
}
.wpb_btn-success {
  background-color: #6ab165;
}
.wpb_btn-success:hover,
.wpb_btn-success:active,
.wpb_btn-success.active,
.wpb_btn-success.disabled,
.wpb_btn-success[disabled] {
  background-color: #5aa855;
}
.wpb_btn-success:active,
.wpb_btn-success.active {
  background-color: #488644 \9;
}
.wpb_btn-info {
  background-color: #58b9da;
}
.wpb_btn-info:hover,
.wpb_btn-info:active,
.wpb_btn-info.active,
.wpb_btn-info.disabled,
.wpb_btn-info[disabled] {
  background-color: #43b0d5;
}
.wpb_btn-info:active,
.wpb_btn-info.active {
  background-color: #2a97bc \9;
}
.wpb_btn-inverse {
  background-color: #555555;
}
.wpb_btn-inverse:hover,
.wpb_btn-inverse:active,
.wpb_btn-inverse.active,
.wpb_btn-inverse.disabled,
.wpb_btn-inverse[disabled] {
  background-color: #484848;
}
.wpb_btn-inverse:active,
.wpb_btn-inverse.active {
  background-color: #2f2f2f \9;
}
button.wpb_button,
input[type="submit"].wpb_button {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.wpb_button::-moz-focus-inner,
input[type="submit"].wpb_button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.wpb_button.wpb_btn-large,
input[type="submit"].wpb_button.wpb_btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.wpb_button.wpb_btn-small,
input[type="submit"].wpb_button.wpb_btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.wpb_button.wpb_btn-mini,
input[type="submit"].wpb_button.wpb_btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
/* Button
---------------------------------------------------------- */
a.wpb_button_a {
  text-decoration: none;
  border: none;
}
a.wpb_button_a:hover {
  text-decoration: none;
}
.wpb_button:hover {
  background-image: none;
}
/* Call to action
---------------------------------------------------------- */
.vc_call_to_action {
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
  padding: 2em;
  border-radius: 5px;
}
.vc_call_to_action *:last-child {
  margin-bottom: 0;
}
.vc_call_to_action.vc_cta_square {
  border-radius: 0;
}
.vc_call_to_action.vc_cta_square_outlined {
  border-radius: 0;
  background: none !important;
}
.vc_call_to_action.vc_cta_round {
  border-radius: 50px;
}
.vc_call_to_action.vc_cta_outlined {
  background: none !important;
}
.vc_call_to_action hgroup h2,
.vc_call_to_action hgroup h4 {
  margin: 0;
  clear: none;
}
.vc_call_to_action hgroup + p {
  margin-top: 1em;
}
.vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn {
  float: right;
  margin-left: 2em;
}
.vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn {
  float: left;
  margin-right: 2em;
}
.wpb_call_to_action {
  position: relative;
  background-color: #f7f7f7;
  padding: 20px;
  padding: 35px;
  border: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpb_call_to_action .wpb_button {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cta_align_left .wpb_button {
  float: left;
}
.cta_align_right .wpb_button {
  float: right;
}
.cta_align_left .wpb_button,
.cta_align_right .wpb_button {
  max-width: 27.5%;
}
.cta_align_left .wpb_call_text,
.cta_align_right .wpb_call_text {
  width: 70%;
  float: left;
  clear: none;
}
.cta_align_left .wpb_call_text {
  float: right;
}
.wpb_call_to_action .wpb_call_text,
#content .wpb_call_to_action .wpb_call_text {
  margin: 0;
  padding-top: 0;
}
.cta_align_bottom {
  text-align: center;
}
.cta_align_bottom .wpb_button {
  position: static;
  margin-top: 21.73913043px;
  display: inline-block;
}
.cta_no_button .wpb_call_text {
  width: auto;
  float: none;
}
/* Call to action responsive rules
---------------------------------------------------------- */
@media (max-width: 600px) {
  .vc_responsive .cta_align_left .wpb_button,
  .vc_responsive .cta_align_right .wpb_button {
    max-width: 70%;
    width: 70%;
    float: none;
    display: block;
    margin: 3% auto;
  }
  .vc_responsive .cta_align_left .wpb_call_text,
  .vc_responsive .cta_align_right .wpb_call_text {
    width: auto;
    max-width: none;
    text-align: center;
  }
}
/* Google maps
---------------------------------------------------------- */
.wpb_gmaps_widget .wpb_wrapper {
  background-color: #f7f7f7;
  padding: 5px;
}
.wpb_gmaps_widget .wpb_map_wraper iframe {
  margin-bottom: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: none;
}
.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.wpb_content_element .wpb_tabs_nav li a:focus,
.wpb_accordion_section .wpb_accordion_header a:focus,
.wpb_tour_next_prev_nav a:focus {
  outline: none;
}
/** Tabs/Tour Common **/
.wpb_content_element .wpb_tour_tabs_wrapper,
.wpb_content_element .wpb_tabs_nav {
  padding: 0;
}
.wpb_content_element .wpb_tabs_nav {
  margin: 0;
  padding-left: 0 !important;
  text-indent: inherit !important;
}
#content .wpb_content_element .wpb_tabs_nav {
  margin: 0;
}
.wpb_content_element .wpb_tabs_nav li {
  background-color: #ffffff;
  white-space: nowrap;
  padding: 0;
  background-image: none;
  list-style: none !important;
}
.wpb_content_element .wpb_tabs_nav li:after,
.wpb_content_element .wpb_tabs_nav li:before {
  display: none !important;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover {
  background-color: #f7f7f7;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
  cursor: default;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
  display: none;
}
/** Tabs/Tour/Accordion Common **/
.wpb_content_element {
  /* fix: #1019
  .wpb_tour_tabs_wrapper .wpb_tabs_nav li,
  .wpb_accordion_wrapper .wpb_accordion_header {
    .wpb_transition();
  }*/
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.wpb_content_element .wpb_accordion_header a {
  border-bottom: none;
  text-decoration: none;
  display: block;
  padding: 0.5em 1em;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #f7f7f7;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 1em;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child {
  margin-bottom: 0;
}
/** Tabs **/
.wpb_tabs .wpb_tabs_nav li {
  float: left;
  margin: 0 1px 0 0;
}
/** Tour **/
.wpb_tour .wpb_tabs_nav {
  float: left;
  width: 31.66666667%;
}
.wpb_tour .wpb_tabs_nav li {
  margin: 0 0 1px 0;
  clear: left;
  width: 100%;
}
.wpb_tour .wpb_tabs_nav a {
  width: 100%;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  float: left;
  width: 68.33333333%;
  padding: 0 0 0 21.73913043px;
}
.wpb_tour_next_prev_nav {
  margin-left: 31.66666667%;
  padding-left: 21.73913043px;
  font-size: 80%;
}
.wpb_tour_next_prev_nav a {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.wpb_tour_next_prev_nav a:hover {
  text-decoration: none;
  border-bottom: none;
}
.wpb_tour_next_prev_nav span {
  width: 48%;
  display: inline-block;
  padding-top: 1em;
  float: left;
}
.wpb_tour_next_prev_nav span.wpb_next_slide {
  text-align: right;
  float: right;
}
/** Accordion **/
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  margin: 0 0 1px 0;
  padding-top: 0;
  position: relative;
  text-transform: none;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding-left: 1em;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/toggle_open.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0.7em;
  top: 0.7em;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  background-image: url(../images/toggle_close.png);
}
/* tabs_tour_accordion responsive rules */
@media (max-width: 480px) {
  .vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
  .vc_responsive .wpb_tour .wpb_tab,
  .vc_responsive .wpb_tour_next_prev_nav {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .vc_responsive .wpb_tour_next_prev_nav {
    width: auto;
    padding: 0 1em;
  }
  .vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {
    margin-bottom: 1em;
  }
  .vc_responsive .wpb_tour .wpb_tab {
    padding-left: 1em;
    padding-right: 1em;
  }
}
/* Teaser Grid
---------------------------------------------------------- */
.wpb_column .wpb_wrapper .wpb_teaser_grid {
  float: none;
}
body ul.wpb_thumbnails-fluid li {
  /* some themes add bg image as a bullet */
  padding: 0;
  margin-left: 0;
  background-image: none;
  list-style: none !important;
}
body ul.wpb_thumbnails-fluid li:after,
body ul.wpb_thumbnails-fluid li:before {
  display: none !important;
}
body ul.wpb_thumbnails-fluid li .entry-content *:last-child {
  margin-bottom: 0;
}
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
  padding: 0;
  overflow: visible !important;
}
/* Grid adjustments */
/* Teaser grid
---------------------------------------------------------- */
.wpb_teaser_grid .entry-content {
  margin: 0;
  padding: 0;
  width: 100%;
}
.grid_layout-thumbnail .post-thumb {
  margin-bottom: 0;
}
.grid_layout-thumbnail .post-thumb img {
  max-width: 100%;
}
/* Carousel layout
---------------------------------------------------------- */
.wpb_carousel .wpb_wrapper {
  position: relative;
}
.wpb_carousel .prev,
.wpb_carousel .next {
  position: absolute;
  top: 3px;
  background-color: #f7f7f7;
  padding: 0px 6px 0px 6px;
  font-size: 12px;
  z-index: 10;
  text-decoration: none;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.wpb_carousel .prev:hover,
.wpb_carousel .next:hover {
  background-color: #f0f0f0;
}
.wpb_carousel .prev:focus,
.wpb_carousel .next:focus {
  outline: none;
  text-decoration: none;
}
.wpb_carousel .prev {
  right: 30px;
}
.wpb_carousel .next {
  right: 0px;
}
.wpb_carousel .wpb_thumbnails-fluid {
  width: 100%;
}
.wpb_carousel .wpb_thumbnails-fluid > [class*="vc_span"] {
  height: auto !important;
}
/*** Categories filter ***/
.wpb_teaser_grid .categories_filter,
.wpb_categories_filter {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.wpb_teaser_grid .categories_filter li,
.wpb_categories_filter li {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  background-image: none;
  list-style: none !important;
}
.wpb_teaser_grid .categories_filter li:after,
.wpb_categories_filter li:after,
.wpb_teaser_grid .categories_filter li:before,
.wpb_categories_filter li:before {
  display: none !important;
}
.wpb_teaser_grid .categories_filter li a,
.wpb_categories_filter li a {
  border: none;
  text-decoration: none;
}
.wpb_teaser_grid .categories_filter li a:hover,
.wpb_categories_filter li a:hover {
  border-bottom: 1px dotted;
}
.wpb_teaser_grid .categories_filter li.active a,
.wpb_categories_filter li.active a {
  border-bottom: 1px dotted;
}
@media (max-width: 480px) {
  .vc_responsive .wpb_row ul.wpb_thumbnails-fluid {
    margin-left: 0;
    width: auto;
  }
  .vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*="vc_col-"] {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
/* Image grid
---------------------------------------------------------- */
.wpb_image_grid .wpb_image_grid_ul {
  margin: 0;
  padding: 0;
}
.wpb_image_grid .wpb_image_grid_ul > li {
  background-image: none;
  list-style: none !important;
}
.wpb_image_grid .wpb_image_grid_ul > li:after,
.wpb_image_grid .wpb_image_grid_ul > li:before {
  display: none !important;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
  list-style: none;
  margin: 0 1px 1px 0;
  max-width: 100%;
  float: left;
}
.wpb_image_grid .wpb_image_grid_ul a {
  display: block;
}
.wpb_image_grid .wpb_image_grid_ul img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* Gallery
---------------------------------------------------------- */
.wpb_gallery .theme-default .nivoSlider {
  margin-bottom: 0;
}
.wpb_gallery .theme-default .nivo-controlNav {
  padding: 10px 0 3px 0;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
  bottom: -35px;
}
.wpb_gallery .wpb_flexslider .flex-caption {
  cursor: default;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
  line-height: 1;
}
.wpb_gallery .wpb_flexslider .flex-control-paging {
  z-index: 10;
}
/*** remove ul & li margins ***/
#content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.slides,
.wpb_gallery_slides ul.slides,
#content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.flex-direction-nav,
body .wpb_gallery_slides ul li,
.wpb_content_element .wpb_gallery_slides ul li {
  list-style: none;
  padding: 0;
  background-image: none;
  margin: 0;
}
/* Flickr stream
---------------------------------------------------------- */
.flickr_badge_image {
  margin: 0 10px 10px 0px;
  width: 72px;
  height: 72px;
  float: left;
  background: none;
  padding: 0;
}
.flickr_badge_image a {
  border: none;
}
.flickr_badge_image img {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.wpb_flickr_widget p.flickr_stream_wrap {
  clear: both;
  margin-bottom: 0;
  font-size: 80%;
}
.wpb_flickr_widget p.flickr_stream_wrap a {
  background-image: url(../images/flickr.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  display: inline-block;
}
/* Video widget
---------------------------------------------------------- */
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
  padding-top: 56%;
  position: relative;
}
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper > div {
  padding-top: 0 !important;
  position: static;
}
.wpb_video_widget .wpb_wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpb_video_wrapper .fluid-width-video-wrapper {
  padding-top: 0 !important;
  position: static;
}
/* Posts slider
---------------------------------------------------------- */
.wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
  background-color: #f7f7f7;
  opacity: 1;
  color: inherit;
  padding: 10px 15px;
  position: static;
}
.wpb_posts_slider .wpb_gallery_slides > ul > li {
  background-image: none;
  list-style: none !important;
}
.wpb_posts_slider .wpb_gallery_slides > ul > li:after,
.wpb_posts_slider .wpb_gallery_slides > ul > li:before {
  display: none !important;
}
/* Progress bar
---------------------------------------------------------- */
.vc_progress_bar .vc_single_bar {
  background: #f7f7f7;
  position: relative;
  margin-bottom: 11.66666667px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.vc_progress_bar .vc_single_bar:last-child {
  margin-bottom: 0;
}
.vc_progress_bar .vc_single_bar .vc_label {
  display: block;
  padding: 0.5em 1em;
  position: relative;
  z-index: 1;
}
.vc_progress_bar .vc_single_bar.bar_blue .vc_bar {
  background-color: #0074CC;
}
.vc_progress_bar .vc_single_bar.bar_blue .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_turquoise .vc_bar {
  background-color: #49afcd;
}
.vc_progress_bar .vc_single_bar.bar_turquoise .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_green .vc_bar {
  background-color: #5bb75b;
}
.vc_progress_bar .vc_single_bar.bar_green .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_orange .vc_bar {
  background-color: #faa732;
}
.vc_progress_bar .vc_single_bar.bar_orange .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_red .vc_bar {
  background-color: #da4f49;
}
.vc_progress_bar .vc_single_bar.bar_red .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_black .vc_bar {
  background-color: #414141;
}
.vc_progress_bar .vc_single_bar.bar_black .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar .vc_bar {
  display: block;
  position: absolute;
  height: 100%;
  background-color: #e0e0e0;
  width: 0%;
  top: 0;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: width 1s linear;
  -moz-transition: width 1s linear;
  -webkit-transition: width 1s linear;
  -o-transition: width 1s linear;
}
.vc_progress_bar .vc_single_bar .vc_bar.striped {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.vc_progress_bar .vc_single_bar .vc_bar.animated {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/*** Pie chart **/
.vc_pie_chart {
  z-index: 0;
  text-align: center;
  opacity: 0;
}
.vc_pie_chart.vc_ready {
  opacity: 1;
}
.vc_pie_chart .vc_pie_wrapper {
  position: relative;
  margin: 0 auto;
}
.vc_pie_chart canvas {
  position: relative;
  z-index: 1;
}
.vc_pie_chart .vc_pie_chart_value {
  font-size: 200%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vc_pie_chart[data-pie-color="wpb_button"] .vc_pie_chart_back {
  border-color: #f7f7f7;
}
.vc_pie_chart[data-pie-color="btn-primary"] .vc_pie_chart_back {
  border-color: #0088cc;
}
.vc_pie_chart[data-pie-color="btn-info"] .vc_pie_chart_back {
  border-color: #58b9da;
}
.vc_pie_chart[data-pie-color="btn-success"] .vc_pie_chart_back {
  border-color: #6ab165;
}
.vc_pie_chart[data-pie-color="btn-warning"] .vc_pie_chart_back {
  border-color: #ff9900;
}
.vc_pie_chart[data-pie-color="btn-danger"] .vc_pie_chart_back {
  border-color: #ff675b;
}
.vc_pie_chart[data-pie-color="btn-inverse"] .vc_pie_chart_back {
  border-color: #555555;
}
.vc_pie_chart_back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 6px solid #f7f7f7;
  border-radius: 999px;
  border-radius: 50%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vc_carousel .vc_carousel-control {
  text-shadow: none;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  /*.icon-prev,
        .icon-next {
            background-color: @vc_carousel_arrows_bg;
            .wpb_transition();
            &:hover {
                background-color: @vc_carousel_arrows_bg_hover;
            }
        }*/
}
.vc_carousel .vc_carousel-control:active,
.vc_carousel .vc_carousel-control:focus {
  outline: none;
}
.vc_carousel .vc_carousel-indicators li {
  width: 5px;
  height: 5px;
  margin: 0;
  border-color: #f7f7f7;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.vc_separator {
  display: table;
}
.vc_separator h4 {
  line-height: 1em;
  font-size: 100%;
  display: table-cell;
  white-space: pre;
}
.vc_separator h4 .normal {
  font-size: 12px;
  font-weight: normal;
}
.vc_separator.vc_separator_align_center h4 {
  padding: 0 0.8em;
}
.vc_separator.vc_separator_align_left {
  margin-left: 0;
}
.vc_separator.vc_separator_align_left h4 {
  padding: 0 0.8em 0 0;
}
.vc_separator.vc_separator_align_left .vc_sep_holder {
  width: 100%;
}
.vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l {
  display: none;
}
.vc_separator.vc_separator_align_right {
  margin-right: 0;
}
.vc_separator.vc_separator_align_right h4 {
  padding: 0 0 0 0.8em;
  margin: 0 !important;
}
.vc_separator.vc_separator_align_right .vc_sep_holder {
  width: 100%;
}
.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
  display: none;
}
.vc_separator .vc_sep_holder {
  display: table-cell;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.vc_separator .vc_sep_holder .vc_sep_line {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}
.vc_separator.vc_sep_double {
  height: 3px;
}
.vc_separator.vc_sep_double .vc_sep_line {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  height: 3px;
}
.vc_separator.vc_sep_dashed .vc_sep_line {
  border-top-style: dashed;
}
.vc_separator.vc_sep_dotted .vc_sep_line {
  border-top-style: dotted;
}
.vc_separator.vc_sep_color_blue .vc_sep_line {
  border-color: #5472d2;
}
.vc_separator.vc_sep_color_turquoise .vc_sep_line {
  border-color: #00c1cf;
}
.vc_separator.vc_sep_color_pink .vc_sep_line {
  border-color: #fe6c61;
}
.vc_separator.vc_sep_color_violet .vc_sep_line {
  border-color: #8d6dc4;
}
.vc_separator.vc_sep_color_peacoc .vc_sep_line {
  border-color: #4cadc9;
}
.vc_separator.vc_sep_color_chino .vc_sep_line {
  border-color: #cec2ab;
}
.vc_separator.vc_sep_color_mulled_wine .vc_sep_line {
  border-color: #50485b;
}
.vc_separator.vc_sep_color_vista_blue .vc_sep_line {
  border-color: #75d69c;
}
.vc_separator.vc_sep_color_black .vc_sep_line {
  border-color: #2a2a2a;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #ebebeb;
}
.vc_separator.vc_sep_color_orange .vc_sep_line {
  border-color: #f7be68;
}
.vc_separator.vc_sep_color_sky .vc_sep_line {
  border-color: #5aa1e3;
}
.vc_separator.vc_sep_color_green .vc_sep_line {
  border-color: #6dab3c;
}
.vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
  border-color: #f4524d;
}
.vc_separator.vc_sep_color_sandy_brown .vc_sep_line {
  border-color: #f79468;
}
.vc_separator.vc_sep_color_purple .vc_sep_line {
  border-color: #b97ebb;
}
.vc_separator.vc_sep_color_white .vc_sep_line {
  border-color: #ffffff;
}
.vc_separator.vc_sep_color_grace .vc_sep_line {
  border-color: #aed13b;
}
.wpb_separator,
.vc_text_separator {
  border-bottom: 1px solid #ebebeb;
}
/* Separator
---------------------------------------------------------- */
.wpb_separator {
  clear: both;
  height: 1px;
}
/* Text Separator
---------------------------------------------------------- */
.vc_text_separator {
  clear: both;
  height: 1px;
}
.vc_text_separator div {
  display: inline-block;
  background-color: #ffffff;
  padding: 1px 1em;
  position: relative;
  top: -9px;
}
.separator_align_center {
  text-align: center;
}
.separator_align_left {
  text-align: left;
}
.separator_align_right {
  text-align: right;
}
/* CSS Animations */
.wpb_animate_when_almost_visible {
  opacity: 0;
}
.wpb_start_animation.wpb_top-to-bottom {
  -webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Safari 4+ */
  -moz-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Fx 5+ */
  -o-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Opera 12+ */
  animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* IE 10+ */
  opacity: 1;
}
.wpb_start_animation.wpb_bottom-to-top {
  -webkit-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Safari 4+ */
  -moz-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Fx 5+ */
  -o-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Opera 12+ */
  animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* IE 10+ */
  opacity: 1;
}
.wpb_start_animation.wpb_left-to-right {
  -webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Safari 4+ */
  -moz-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Fx 5+ */
  -o-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Opera 12+ */
  animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* IE 10+ */
  opacity: 1;
}
.wpb_start_animation.wpb_right-to-left {
  -webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Safari 4+ */
  -moz-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Fx 5+ */
  -o-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Opera 12+ */
  animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* IE 10+ */
  opacity: 1;
}
.wpb_start_animation.wpb_appear {
  -webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Safari 4+ */
  -moz-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Fx 5+ */
  -o-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Opera 12+ */
  animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* IE 10+ */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Top to bottom keyframes */
@-webkit-keyframes wpb_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes wpb_ttb {
  0% {
    -moz-transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes wpb_ttb {
  0% {
    -o-transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes wpb_ttb {
  0% {
    transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Bottom to top keyframes */
@-webkit-keyframes wpb_btt {
  0% {
    -webkit-transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes wpb_btt {
  0% {
    -moz-transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes wpb_btt {
  0% {
    -o-transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes wpb_btt {
  0% {
    transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Left to right keyframes */
@-webkit-keyframes wpb_ltr {
  0% {
    -webkit-transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes wpb_ltr {
  0% {
    -moz-transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes wpb_ltr {
  0% {
    -o-transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes wpb_ltr {
  0% {
    transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Right to left keyframes */
@-webkit-keyframes wpb_rtl {
  0% {
    -webkit-transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes wpb_rtl {
  0% {
    -moz-transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes wpb_rtl {
  0% {
    -o-transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes wpb_rtl {
  0% {
    transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Appear from center keyframes */
@-webkit-keyframes wpb_appear {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes wpb_appear {
  0% {
    -moz-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes wpb_appear {
  0% {
    -o-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes wpb_appear {
  0% {
    transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
