
/**
  * pws tabs jquery plugin
  * author: alex chizhov
  * author website: http://alexchizhov.com/pwstabs
  * github: https://github.com/alexchizhovcom/pwstabs
  * version: 1.2.1
  * version from: 23.01.2015
  * licensed under the mit license
  */
@media only screen and (max-width: 60em) {
.pws_tabs_container.pws_tabs_responsive {
	width: 100% !important;
}
.pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll {
	width: 100%;
}
.pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll li {
	vertical-align: top;
	text-align: center;
}
.pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll li a {
	margin: 0;
	font-size: 1em;
	line-height: 1.125em;
	overflow: hidden;
}
.pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll li a i {
	display: block;
	margin: 0 0 5px 0;
}
.pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical {
	display: block;
	position: relative;
}
.pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical:after {
	display: block;
	content: '';
	clear: both;
}
.pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical ul.pws_tabs_controll {
	width: 100%;
	position: relative;
	float: none;
}
.pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical ul.pws_tabs_controll li {
	display: inline-block;
}
.pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical ul.pws_tabs_controll li a {
	margin: 0;
}
.pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical .pws_tabs_list {
	position: relative;
	float: none;
}
}

@media only screen and (max-width: 37.5em) {
.pws_tabs_container.pws_tabs_responsive {
	width: 100% !important;
	position: relative;
}
.pws_tabs_container.pws_tabs_responsive .pws_responsive_small_menu {
	width: 100%;
	height: 40px;
	background-color: #9bd7d5;
	display: block;
}
.pws_tabs_container.pws_tabs_responsive .pws_responsive_small_menu a {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 32px;
	font-size: 2em;
	text-align: center;
	padding: 3px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pws_tabs_container.pws_tabs_responsive .pws_responsive_small_menu a:hover {
	background-color: #70c5c2;
}
.pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll.pws_tabs_menu_popup {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 40px;
	left: 0;
	z-index: 99;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll.pws_tabs_menu_popup li {
	display: block;
	float: none;
}
.pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll.pws_tabs_menu_popup li a i {
	display: inline-block;
	margin: 0 3px 0 0;
	margin: 0 0.1875em 0 0;
}
.pws_tabs_container.pws_tabs_responsive.pws_tabs_rtl ul.pws_tabs_controll.pws_tabs_menu_popup li a i {
	display: inline-block;
	margin: 0 0 0 3px;
	margin: 0 0 0 0.1875em;
}
}
.pws_tabs_container {
	width: 100%;
}
.pws_tabs_container ul.pws_tabs_controll {
	list-style: none;
	border-bottom: solid 1px rgb(13,97,169);
}
.pws_tabs_container ul.pws_tabs_controll li {
	width: 122.5px;
	display: inline-block;
	text-align: center;
}
.pws_tabs_container ul.pws_tabs_controll li a {
	display: block;
	padding: 9px 5px;
	text-decoration: none;
	color: #afabab;
	font-size: 19px;
	font-weight: normal;
}
.pws_tabs_container ul.pws_tabs_controll li a:hover {
	color: rgb(13,97,169);
	font-size: 19px;
	font-weight: normal;
}
.pws_tabs_container ul.pws_tabs_controll li a i {
	margin-right: 8px;
}
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_noname i {
	margin-right: 0;
	margin-left: 0;
}
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active {
	background-color: white;
	color: rgb(13,97,169);
	font-size: 19px;
	font-weight: normal;
}
.pws_tabs_list {
	display: block;
	background-color: #fff;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out .3s;
	-moz-transition: all .3s ease-in-out .3s;
	-ms-transition: all .3s ease-in-out .3s;
	-o-transition: all .3s ease-in-out .3s;
	transition: all .3s ease-in-out .3s;
	overflow: hidden;
	position: relative;
}
.pws_tab_single {
	position: absolute;
	
	padding-right: 20px;
	padding-right: 1.25em;
	-webkit-transition: all .3s ease-in-out .0;
	-moz-transition: all .3s ease-in-out .0;
	-ms-transition: all .3s ease-in-out .0;
	-o-transition: all .3s ease-in-out .0;
	transition: all .3s ease-in-out .0;
}
/**
  * ######################################################
  * right to left styles
  * ######################################################
  */
.pws_tabs_container.pws_tabs_rtl {
	text-align: right;
	direction: rtl;
}
.pws_tabs_container.pws_tabs_rtl ul.pws_tabs_controll li a {
	margin-right: 0;
	margin-left: 3px;
}
.pws_tabs_container.pws_tabs_rtl ul.pws_tabs_controll li a i {
	margin-left: 8px;
	margin-right: 0;
}
.pws_tabs_container.pws_tabs_rtl .pws_tab_single {
	padding-right: 0;
	padding-left: 20px;
	padding-left: 1.25em;
}
/**
  * ######################################################
  * vertical position
  * ######################################################
  */
.pws_tabs_container.pws_tabs_vertical {
	display: block;
	position: relative;
}
.pws_tabs_container.pws_tabs_vertical:after {
	display: block;
	content: '';
	clear: both;
}
.pws_tabs_container.pws_tabs_vertical ul.pws_tabs_controll {
	width: auto;
	position: relative;
	float: left;
}
.pws_tabs_container.pws_tabs_vertical ul.pws_tabs_controll li {
	display: block;
}
.pws_tabs_container.pws_tabs_vertical ul.pws_tabs_controll li a {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 3px;
}
.pws_tabs_container.pws_tabs_vertical .pws_tabs_list {
	position: relative;
	float: left;
}
/**
  * ######################################################
  * colors - themes @1.2.0
  * ######################################################
  */
/**
* ###########################
* violet
* ###########################
*/
.pws_tabs_container.pws_tabs_responsive.pws_theme_violet .pws_responsive_small_menu {
	background-color: #c72c66;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_violet .pws_responsive_small_menu a:hover {
	background-color: #a6164c;
}
.pws_tabs_container.pws_theme_violet ul.pws_tabs_controll li a {
	background-color: #c72c66;
}
.pws_tabs_container.pws_theme_violet ul.pws_tabs_controll li a:hover {
	background-color: #a6164c;
}
.pws_tabs_container.pws_theme_violet ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #fff;
}
/**
* ###########################
* green
* ###########################
*/
.pws_tabs_container.pws_tabs_responsive.pws_theme_green .pws_responsive_small_menu {
	background-color: #86c447;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_green .pws_responsive_small_menu a:hover {
	background-color: #539312;
}
.pws_tabs_container.pws_theme_green ul.pws_tabs_controll li a {
	background-color: #86c447;
}
.pws_tabs_container.pws_theme_green ul.pws_tabs_controll li a:hover {
	background-color: #539312;
}
.pws_tabs_container.pws_theme_green ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #fff;
}
/**
* ###########################
* yellow
* ###########################
*/
.pws_tabs_container.pws_tabs_responsive.pws_theme_yellow .pws_responsive_small_menu {
	background-color: #fdb813;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_yellow .pws_responsive_small_menu a:hover {
	background-color: #ffa500;
}
.pws_tabs_container.pws_theme_yellow ul.pws_tabs_controll li a {
	background-color: #fdb813;
}
.pws_tabs_container.pws_theme_yellow ul.pws_tabs_controll li a:hover {
	background-color: #ffa500;
}
.pws_tabs_container.pws_theme_yellow ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #fff;
}
/**
* ###########################
* gold
* ###########################
*/
.pws_tabs_container.pws_tabs_responsive.pws_theme_gold .pws_responsive_small_menu {
	background-color: #f89827;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_gold .pws_responsive_small_menu a:hover {
	background-color: #fa7b00;
}
.pws_tabs_container.pws_theme_gold ul.pws_tabs_controll li a {
	background-color: #f89827;
}
.pws_tabs_container.pws_theme_gold ul.pws_tabs_controll li a:hover {
	background-color: #fa7b00;
}
.pws_tabs_container.pws_theme_gold ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #fff;
}
/**
* ###########################
* orange
* ###########################
*/
.pws_tabs_container.pws_tabs_responsive.pws_theme_orange .pws_responsive_small_menu {
	background-color: #f15b42;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_orange .pws_responsive_small_menu a:hover {
	background-color: #fd2e0b;
}
.pws_tabs_container.pws_theme_orange ul.pws_tabs_controll li a {
	background-color: #f15b42;
}
.pws_tabs_container.pws_theme_orange ul.pws_tabs_controll li a:hover {
	background-color: #fd2e0b;
}
.pws_tabs_container.pws_theme_orange ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #fff;
}
/**
* ###########################
* red
* ###########################
*/
.pws_tabs_container.pws_tabs_responsive.pws_theme_red .pws_responsive_small_menu {
	background-color: #e41937;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_red .pws_responsive_small_menu a:hover {
	background-color: #d70726;
}
.pws_tabs_container.pws_theme_red ul.pws_tabs_controll li a {
	background-color: #e41937;
}
.pws_tabs_container.pws_theme_red ul.pws_tabs_controll li a:hover {
	background-color: #d70726;
}
.pws_tabs_container.pws_theme_red ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #fff;
}
/**
* ###########################
* purple
* ###########################
*/
.pws_tabs_container.pws_tabs_responsive.pws_theme_purple .pws_responsive_small_menu {
	background-color: #672e8d;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_purple .pws_responsive_small_menu a:hover {
	background-color: #470871;
}
.pws_tabs_container.pws_theme_purple ul.pws_tabs_controll li a {
	background-color: #672e8d;
}
.pws_tabs_container.pws_theme_purple ul.pws_tabs_controll li a:hover {
	background-color: #470871;
}
.pws_tabs_container.pws_theme_purple ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #fff;
}
/**
* ###########################
* grey
* ###########################
*/
.pws_tabs_container.pws_tabs_responsive.pws_theme_grey .pws_responsive_small_menu {
	background-color: #4d4d4f;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_grey .pws_responsive_small_menu a:hover {
	background-color: #000000;
}
.pws_tabs_container.pws_theme_grey ul.pws_tabs_controll li a {
	background-color: #4d4d4f;
}
.pws_tabs_container.pws_theme_grey ul.pws_tabs_controll li a:hover {
	background-color: #000000;
}
.pws_tabs_container.pws_theme_grey ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #fff;
}
/**
  * ######################################################
  * effect: none
  * ######################################################
  */
.pws_tabs_noeffect .pws_tabs_list {
	-webkit-transition: all .1s ease-in-out 0;
	-moz-transition: all .1s ease-in-out 0;
	-ms-transition: all .1s ease-in-out 0;
	-o-transition: all .1s ease-in-out 0;
	transition: all .1s ease-in-out 0;
}
.pws_tabs_noeffect .pws_tab_single {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.pws_tabs_none_hide {
	display: none;
}
.pws_tabs_none_show {
	display: block;
}
/**
  * ######################################################
  * effect: scale
  * ######################################################
  */
.pws_tabs_scale_hide {
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.pws_tabs_scale_show {
	z-index: 1;
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
/**
  * ######################################################
  * effect: slideleft
  * ######################################################
  */
.pws_tabs_slide_left_hide {
	-webkit-transform: translatex(-100%);
	-moz-transform: translatex(-100%);
	-o-transform: translatex(-100%);
	-ms-transform: translatex(-100%);
	transform: translatex(-100%);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.pws_tabs_slide_left_show {
	-webkit-transform: translatex(0px);
	-moz-transform: translatex(0px);
	-o-transform: translatex(0px);
	-ms-transform: translatex(0px);
	transform: translatex(0px);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
/**
  * ######################################################
  * effect: slideright
  * ######################################################
  */
.pws_tabs_slide_right_hide {
	-webkit-transform: translatex(200%);
	-moz-transform: translatex(200%);
	-o-transform: translatex(200%);
	-ms-transform: translatex(200%);
	transform: translatex(200%);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.pws_tabs_slide_right_show {
	-webkit-transform: translatex(0px);
	-moz-transform: translatex(0px);
	-o-transform: translatex(0px);
	-ms-transform: translatex(0px);
	transform: translatex(0px);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
/**
  * ######################################################
  * effect: slidetop
  * ######################################################
  */
.pws_tabs_slide_top_hide {
	-webkit-transform: translatey(-100%);
	-moz-transform: translatey(-100%);
	-o-transform: translatey(-100%);
	-ms-transform: translatey(-100%);
	transform: translatey(-100%);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.pws_tabs_slide_top_show {
	-webkit-transform: translatey(0px);
	-moz-transform: translatey(0px);
	-o-transform: translatey(0px);
	-ms-transform: translatey(0px);
	transform: translatey(0px);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
/**
  * ######################################################
  * effect: slidedown
  * ######################################################
  */
.pws_tabs_slide_down_hide {
	-webkit-transform: translatey(200%);
	-moz-transform: translatey(200%);
	-o-transform: translatey(200%);
	-ms-transform: translatey(200%);
	transform: translatey(200%);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.pws_tabs_slide_down_show {
	-webkit-transform: translatey(0px);
	-moz-transform: translatey(0px);
	-o-transform: translatey(0px);
	-ms-transform: translatey(0px);
	transform: translatey(0px);
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
