/*-----------------------------------------------------------------------------------*/
/* Global Styles
/*-----------------------------------------------------------------------------------*/
.pw-clear-floats { clear: both }
.pw-clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.pw-fadein { opacity: 0; }
.vc_editor .pw-fadein { opacity: 1; }

/* Grid > Main Classes */
.pw-grid { margin: 0 -10px }
.pw-col { float: left; margin: 0 0 20px; padding: 0 10px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.pw-col.pw-count-1 { clear: both; }
.pw-col-1 { float: none }
.pw-col-2 { width: 50% }
.pw-col-3 { width: 33.33% }
.pw-col-4 { width: 25% }
.pw-col-5 { width: 20% }
.pw-col-6 { width: 16.66666667% }
.pw-col-7 { width: 14.28% }

/*-----------------------------------------------------------------------------------*/
/* Spacing
/*-----------------------------------------------------------------------------------*/
.pw-spacing { display: block; height: auto; margin: 0 !important; padding: 0 !important; background: none !important; border: none !important; outline: none !important; }

/*-----------------------------------------------------------------------------------*/
/* Divider
/*-----------------------------------------------------------------------------------*/
.pw-divider { display: block; width: 100%; height: 0; margin: 0; background: none !important; }
.pw-divider.solid { border-top: 1px solid #eee }
.pw-divider.dashed { border-top: 2px dashed #eee }
.pw-divider.dotted { border-top: 3px dotted #eee }
.pw-divider.double { height: 5px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.pw-divider.fadeout { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#dddddd), to(#f9f9f9)) !important; background-image: -webkit-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -moz-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -o-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -ms-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; }
.pw-divider.fadein { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#dddddd), to(#f9f9f9)) !important; background-image: -webkit-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -moz-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -o-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -ms-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; }

/*-----------------------------------------------------------------------------------*/
/* Bullets
/*-----------------------------------------------------------------------------------*/
.pw-bullets ul { margin-left: 0 !important; padding-left: 0 !important; list-style: none !important; list-style-image: none !important; }
.pw-bullets ul li { padding-left: 25px !important; }
.pw-bullets-check ul li{ background: url('images/check.png') left center no-repeat; }
.pw-bullets-gray ul li{ background: url('images/bullets-gray.png') left center no-repeat; }
.pw-bullets-blue ul li{ background: url('images/bullets-blue.png') left center no-repeat; }
.pw-bullets-red ul li{ background: url('images/bullets-red.png') left center no-repeat; }
.pw-bullets-purple ul li{ background: url('images/bullets-purple.png') left center no-repeat; }



/*-----------------------------------------------------------------------------------*/
/* Social
/*-----------------------------------------------------------------------------------*/
.pw-social-icon { display: inline-block; margin-right: 8px; border: none !important; outline: none; text-decoration: none !important; }
.pw-social-icon {font-size: 18px;border: 1px solid!important;width: 35px;height: 35px;line-height: 35px;text-align: center;border-radius: 50%; }

/*-----------------------------------------------------------------------------------*/
/* Columns
/*-----------------------------------------------------------------------------------*/
.pw-one-half { width: 48% }
.pw-one-third { width: 30.66% }
.pw-two-third { width: 65.33% }
.pw-one-fourth { width: 22% }
.pw-three-fourth { width: 74% }
.pw-one-fifth { width: 16.8% }
.pw-two-fifth { width: 37.6% }
.pw-three-fifth { width: 58.4% }
.pw-four-fifth { width: 67.2% }
.pw-one-sixth { width: 13.33% }
.pw-five-sixth { width: 82.67% }
.pw-one-half, .pw-one-third, .pw-two-third, .pw-three-fourth, .pw-one-fourth, .pw-one-fifth, .pw-two-fifth, .pw-three-fifth, .pw-four-fifth, .pw-one-sixth, .pw-five-sixth { position: relative; margin-right: 4%; margin-bottom: 2em; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.pw-column-last { margin-right: 0!important; clear: right; }
.pw-column-last:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.pw-one-half, .pw-one-third, .pw-two-third, .pw-three-fourth, .pw-one-fourth, .pw-one-fifth, .pw-two-fifth, .pw-three-fifth, .pw-four-fifth, .pw-one-sixth, .pw-five-sixth { }

/*-----------------------------------------------------------------------------------*/
/* Buttons
/*-----------------------------------------------------------------------------------*/
.pw-button { font-family: inherit; margin: 5px 5px 5px 0; cursor: pointer; display: inline-block; white-space: nowrap; nowhitespace: afterproperty; text-align: center; outline: none; border: none !important; background: #333; color: #fff !important; padding: 0.8em 1em; line-height: 1em; text-decoration: none !important; -webkit-appearance: none; }
.pw-button:hover { color: #fff; opacity: 0.8; }
.pw-shortcodes span.pw-button-inner { border: none; }

.pw-button.black { background: #282828; }
.pw-button.grey { background: #eeeeee; color:#222!important; }
.pw-button.blue { background: #5bc0de; }
.pw-button.teal { background: #1abc9c; }
.pw-button.orange { background: #f26c4f; }
.pw-button.red { background: #f62459; }
.pw-button.pink { background: #EA4C89; }
.pw-button.purple { background: #9b59b6; }
.pw-button.green { background: #1bbc9b; }
.pw-button.gold { background: #f0ad4e; }
.pw-button.brown { background: #b76b33; }
.pw-button.navy { background: #34495e; }
.pw-button.rosy { background: #ff88ac; }

.pw-button { font-size: 13px }
.pw-button.small { font-size: 11px }
.pw-button.large { font-size: 16px }
.pw-button.giant { font-size: 18px }
.pw-button.left { float: left }
.pw-button.right { float: right; margin-right: 0; margin-left: 5px; }
.pw-button-icon-left { margin-right: 7px; }
.pw-button-icon-right { margin-left: 7px; }
.pw-button.aligncenter { display: block; margin: 0 auto; }

/*-----------------------------------------------------------------------------------*/
/* Highlights
/*-----------------------------------------------------------------------------------*/
.pw-highlight-yellow, .pw-highlight-yellow a { background-color: #FFF7A8; color: #695D43; }
.pw-highlight-blue, .pw-highlight-blue a { color: #5091b2; background: #e9f7fe; }
.pw-highlight-green, .pw-highlight-green a { color: #5f9025; background: #ebf6e0; }
.pw-highlight-red, .pw-highlight-red a { color: #de5959; background: #ffe9e9; }
.pw-highlight-gray, .pw-highlight-gray a { color: #666; background: #f9f9f9; }

/*-----------------------------------------------------------------------------------*/
/* Boxes

/*-----------------------------------------------------------------------------------*/
/*main*/
.pw-box { display: block; padding: 15px 20px; margin: 0; font-size: 1em; border-radius: 2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.pw-box p:last-child { margin: 0 }
/*aligns*/
.pw-box.left { float: left }
.pw-box.right { float: right }
.pw-box.center { margin: 0 auto; float: none; }
/*colors*/
.pw-box.black { color: #fff; background: #000; }
.pw-box.white { color: #000; background: #ffff; border: 1px solid #eee;  }
.pw-box.gray { color: #666; background: #f9f9f9; border: 1px solid #ddd; }
.pw-box.red { color: #de5959; background: #ffe9e9; border: 1px solid #fbc4c4; }
.pw-box.green { color: #5f9025; background: #ebf6e0; border: 1px solid #b3dc82; }
.pw-box.blue { color: #5091b2; background: #e9f7fe; border: 1px solid #b6d7e8; }
.pw-box.yellow { color: #c4690e; background: #fffdf3; border: 1px solid #f2dfa4; }

/*-----------------------------------------------------------------------------------*/
/* Toggle
/*-----------------------------------------------------------------------------------*/
.pw-toggle .pw-toggle-trigger {display: block;color: #555;display: block;padding: 9px 15px 9px 37px;border: 1px solid #eee;background: #f8f8f8 url("images/plus.png") no-repeat 15px center;outline: 0;text-transform: none;letter-spacing: normal;font-weight: normal;font-size: 1em;line-height: 1.5em;margin: 0;margin-top: 10px;cursor: pointer;font-size: 12px;text-transform: uppercase;letter-spacing: 1px;font-family: "Montserrat";font-weight: 700;}
.pw-toggle .pw-toggle-trigger:hover {background-color: #f8f8f8;text-decoration: none;}
.pw-toggle .pw-toggle-trigger.active, .pw-toggle .pw-toggle-trigger.active:hover {color: #000;background-color: #f8f8f8;background-image: url("images/minus.png");text-decoration: none;}
.pw-toggle .pw-toggle-container {display: none;overflow: hidden;padding: 15px;border: 1px solid #eee;border-top: 0px;font-size: 13px;}
.pw-toggle.state-open .pw-toggle-container { display: block; }

/*-----------------------------------------------------------------------------------*/
/* Accordion
/*-----------------------------------------------------------------------------------*/
.pw-accordion h3.pw-accordion-trigger {display: block;color: #555;display: block;padding: 10px 15px 10px 37px;background: #f8f8f8 url(images/plus.png) no-repeat 15px center;outline: 0;text-transform: none;letter-spacing: normal;font-weight: normal;font-size: 1em;line-height: 1.5em;margin: 0px 0 0 !important;cursor: pointer;text-transform: uppercase;letter-spacing: 1px;font-family: 'Montserrat';font-size: 12px;font-weight: 700;border-left: 1px solid #eee;border-right: 1px solid #eee;}
.pw-accordion h3.pw-accordion-trigger:first-child{border-top: 1px solid #eee;}
.pw-accordion h3.pw-accordion-trigger{border-bottom: 1px solid #eee;}
.pw-accordion h3.ui-accordion-header-active.pw-accordion-trigger{border-bottom: none;}
.pw-accordion h3.pw-accordion-trigger a { color: #555; text-decoration: none !important; }
.pw-accordion .ui-state-focus { outline: none }
.pw-accordion .pw-accordion-trigger:hover { background-color: #eee; text-decoration: none; }
.pw-accordion .pw-accordion-trigger.ui-state-active {background-color: #f8f8f8;background-image: url("images/minus.png");text-decoration: none;}
.pw-accordion .pw-accordion-trigger.ui-state-active a { color: #000 }
.pw-accordion .ui-accordion-content {background-color: #fff;padding: 15px;border: 1px solid #eee;border-top: 0px;font-size: 13px;}
.pw-accordion .ui-accordion-content p:last-child { margin: 0px }
.pw-accordion .ui-icon { margin-right: 7px }

/*-----------------------------------------------------------------------------------*/
/* Tabs
/*-----------------------------------------------------------------------------------*/
.pw-tabs ul.ui-tabs-nav {display: block;margin: 0 !important;padding: 0;border-bottom: solid 1px #ddd;}
.pw-tabs ul.ui-tabs-nav li {display: block;width: auto;height: 40px;padding: 0 !important;float: left !important;margin: 0 0 0 0 !important;outline: none;font-size: 13px;text-transform: uppercase;letter-spacing: 1px;font-weight: bold;}
.rtl .pw-tabs ul.ui-tabs-nav li{ float: right!important; }
.pw-tabs ul.ui-tabs-nav li.ui-state-active {position: relative;	border: solid 1px #ddd;}
.pw-tabs ul.ui-tabs-nav li a {display: block;text-decoration: none;width: auto;height: 40px;padding: 0px 20px;line-height: 40px;/* border: solid 1px #ddd; */border-bottom: none;margin: 0;/* background-color: #f5f5f5; */font-size: 1em;color: #444;outline: none;/* border-radius: 4px 4px 0 0; */}
.pw-tabs ul.ui-tabs-nav li a:hover { color: #333; background: #eee; }
.pw-tabs ul.ui-tabs-nav .ui-state-active a { background: #fff; height: 40px; color: #000 !important; }
.pw-tabs ul.ui-tabs-nav .ui-state-active a:hover { background: #fff }
.pw-tabs .tab-content {background: #fff;padding: 20px 0;/* border-left: solid 1px #ddd; *//* border-right: solid 1px #ddd; *//* border-bottom: solid 1px #ddd; */}
.pw-tabs ul.tabs:before, ul.tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.pw-tabs ul.tabs:after { clear: both }
.pw-tabs ul.tabs { zoom: 1 }
.pw-tabs .ui-tabs-hide { display: none }
.pw-tabs:before, ul.pw-tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.pw-tabs:after { clear: both }
.pw-tabs { zoom: 1 }
.pw-tabs .ui-tabs-hide { display: none }


/*-----------------------------------------------------------------------------------*/
/* Heading - v1.1
/*-----------------------------------------------------------------------------------*/
.pw-shortcodes .pw-heading { margin: 20px 0 ; padding: 0 !important; height: 40px; line-height: 40px; margin: 20px 0; font-size: 16px; }
.pw-shortcodes .pw-heading span { background: #fff; }
.pw-shortcodes .pw-heading-dotted-line { background: url("images/dotted.png") center center repeat-x; }
.pw-shortcodes .pw-heading-dashed-line { background: url("images/dashed.png") center center repeat-x; }
.pw-shortcodes .pw-heading-double-line { background: url("images/double-line.png") center center repeat-x;  }
.pw-shortcodes .pw-heading.text-align-center { text-align: center }
.pw-shortcodes .pw-heading.text-align-center span { padding-right: 15px; padding-left: 15px; }
.pw-shortcodes .pw-heading.text-align-left { text-align: left }
.pw-shortcodes .pw-heading.text-align-left span { padding-right: 15px; }
.pw-shortcodes .pw-heading.text-align-right { text-align: right }
.pw-shortcodes .pw-heading.text-align-right span { padding-left: 15px; }
.pw-shortcodes .pw-heading-icon-left { margin-right: 10px; }
.pw-shortcodes .pw-heading-icon-right { margin-left: 10px; }

/*-----------------------------------------------------------------------------------*/
/* Googlemap - v1.1
/*-----------------------------------------------------------------------------------*/
.googlemap { position: relative; max-width: inherit; }
.googlemap .map_canvas { width: 100%; height: 100%; }
.googlemap .map_canvas h3 { margin: 0 0 10px; font-size: 14px; }
.map_canvas img { max-width: none !important }

/*-----------------------------------------------------------------------------------*/
/* Divider - v1.1
/*-----------------------------------------------------------------------------------*/
.pw-divider { display: block; width: 100%; height: 0; margin: 0; background: none; }
.pw-divider.solid { border-top: 1px solid #eee }
.pw-divider.dashed { border-top: 2px dashed #eee }
.pw-divider.dotted { border-top: 3px dotted #eee }
.pw-divider.double { height: 5px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.pw-divider.fadeout { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#eeeeee), to(#ffffff)); background-image: -webkit-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -moz-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -o-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -ms-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: radial-gradient(50% 50%, #eeeeee, #ffffff); }
.pw-divider.fadein { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#ffffff), to(#eeeeee)); background-image: -webkit-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -moz-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -o-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -ms-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: radial-gradient(50% 50%, #ffffff, #eeeeee); }

/*-----------------------------------------------------------------------------------*/
/* Skillbars - 1.3
/*-----------------------------------------------------------------------------------*/
.pw-skillbar { position: relative; display: block; margin-bottom: 15px; width: 100%; background: #eee; height: 35px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -webkit-transition: 0.4s linear; -moz-transition: 0.4s linear; -ms-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; -webkit-transition-property: width, background-color; -moz-transition-property: width, background-color; -ms-transition-property: width, background-color; -o-transition-property: width, background-color; transition-property: width, background-color; }
.pw-skillbar-title { position: absolute; top: 0; left: 0; font-weight: bold; font-size: 13px; color: #fff; background: #6adcfa; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.rtl .pw-skillbar-title {left:auto; right:0; border-radius: 0 3px 3px 0!important; }
.pw-skillbar-title span { display: block; background: rgba(0,0,0,0.1); padding: 0 20px; height: 35px; line-height: 35px; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.pw-skillbar-bar { height: 35px; width: 0px; background: #6adcfa; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.pw-skill-bar-percent { position: absolute; right: 10px; top: 0; font-size: 11px; height: 35px; line-height: 35px; color: #444; color: rgba(0,0,0,0.4); }
.rtl .pw-skill-bar-percent{ right: auto; left:10px;}



/*-----------------------------------------------------------------------------------*/
/* Icons
/*-----------------------------------------------------------------------------------*/
.pw-icon { text-decoration: none !important; }
a:hover .pw-icon { text-decoration: none; opacity: 0.8; }
.pw-icon a { color: inherit; }
.pw-icon.pw-icon-circle { display: block; text-align: center; background: #000; color: #fff; border-radius: 100%; }
.pw-icon.pw-icon-xlarge { font-size: 70px; height: 150px; line-height: 150px; width: 150px; margin-bottom: 30px; }
.pw-icon.pw-icon-xlarge.pw-icon-float-left { margin-right: 30px; }
.pw-icon.pw-icon-xlarge.pw-icon-float-right { margin-left: 30px; }
.pw-icon.pw-icon-large { font-size: 32px; height: 80px; line-height: 80px; width: 80px;margin-bottom: 20px; }
.pw-icon.pw-icon-large.pw-icon-float-left { margin-right: 20px; }
.pw-icon.pw-icon-large.pw-icon-float-right { margin-left: 20px; }
.pw-icon.pw-icon-normal { font-size: 18px; height: 45px; line-height: 45px; width: 45px;margin-bottom: 20px; }
.pw-icon.pw-icon-normal.pw-icon-float-left { margin-right: 20px; }
.pw-icon.pw-icon-normal.pw-icon-float-right { margin-left: 20px; }
.pw-icon.pw-icon-small { font-size: 14px; height: 30px; line-height: 30px; width: 30px; margin-bottom: 15px;  }
.pw-icon.pw-icon-small.pw-icon-float-left { margin-right: 15px; }
.pw-icon.pw-icon-small.pw-icon-float-right { margin-left: 15px; }
.pw-icon.pw-icon-tiny { font-size: 12px; height: 25px; line-height: 25px; width: 25px; margin-bottom: 10px;  }
.pw-icon.pw-icon-tiny.pw-icon-float-left { margin-right: 10px; }
.pw-icon.pw-icon-tiny.pw-icon-float-right { margin-left: 10px; }
.pw-icon-float-left { display: block; float: left; }
.pw-icon-float-right { display: block; float: right; }
.pw-icon-float-center { margin: 0 auto; display: block; }

/*-----------------------------------------------------------------------------------*/
/* Provide some responsive support for the PW Shortcodes
/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 860px) {
	.pw-shortcodes-responsive .pw-flexslider-wrap .flex-direction-nav .flex-prev { opacity: 1; left: 10px; }
	.pw-shortcodes-responsive .pw-flexslider-wrap .flex-direction-nav .flex-next { opacity: 1; right: 10px; }
}
@media only screen and (max-width: 700px) {

	.pw-shortcodes-responsive .pw-col { width: 100%; }

	.pw-shortcodes-responsive .pw-one-half,
	.pw-shortcodes-responsive .pw-one-third,
	.pw-shortcodes-responsive .pw-two-third,
	.pw-shortcodes-responsive .pw-three-fourth,
	.pw-shortcodes-responsive .pw-one-fourth,
	.pw-shortcodes-responsive .pw-one-fifth,
	.pw-shortcodes-responsive .pw-two-fifth,
	.pw-shortcodes-responsive .pw-three-fifth,
	.pw-shortcodes-responsive .pw-four-fifth,
	.pw-shortcodes-responsive .pw-one-sixth,
	.pw-shortcodes-responsive .pw-five-sixth { width: 100%; float: none; margin-right: 0; margin-bottom: 20px; }

	.pw-shortcodes-responsive .pw-shortcodes-responsive .pw-pricing-table > div { margin-bottom: 25px }

	.pw-shortcodes-responsive .pw-shortcodes-responsive .pw-box,
	.pw-shortcodes-responsive .pw-box.left,
	.pw-shortcodes-responsive .pw-box.right { float: none; width: 100% !important; }

	.pw-shortcodes-responsive .pw-tabs ul.ui-tabs-nav { margin-left: 0 }
	.pw-shortcodes-responsive .pw-tabs ul.ui-tabs-nav li { width: 100% }
	.pw-shortcodes-responsive .pw-tabs ul.ui-tabs-nav li a { border-left-width: 1px }
	.pw-shortcodes-responsive .pw-tabs ul.ui-tabs-nav .ui-state-active a,
	.pw-shortcodes-responsive .pw-tabs ul.ui-tabs-nav .ui-state-active a:hover { height: 39px; padding-top: 0; margin-left: 0; top: auto; background-color: #eee; color: #000; font-weight: bold; }
	.pw-shortcodes-responsive .pw-callout-caption { text-align: center }
	.pw-shortcodes-responsive .pw-callout-caption { float: none; font-size: 1.6em; font-weight: 400; width: 100%; color: #555; }
	.pw-shortcodes-responsive .pw-callout-button { position: inherit; right: auto; top: auto; margin: 20px auto 0; text-align: center; }
}