/*
TenCode
*/
html, body {	
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
* {
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	letter-spacing: 0.015em;
	margin-top: 0;
}

h1 {
	font-size: 2.95em;
	margin-bottom: 27px;
	} 
h2 {
	font-size: 2.55em;
	margin-bottom: 25px;
	} 
h3 {
	font-size: 2.35em;
	letter-spacing: 0.0015em;
	margin-bottom: 24px;
} 
h4 {
	font-size: 2.0em;
	letter-spacing: 0em;
	margin-bottom: 24px;
} 
h5 {
	font-size: 1.5em;
	letter-spacing: 0em;
	margin-bottom: 21px;
} 
h6 {
	font-size: 1.2em;
	letter-spacing: -0.04em;
	margin-bottom: 20px;
}
/* gonfigure css h1 */
.page-tpg {
	padding-bottom: 20px;
}
.page-tpg-list {
	margin-bottom: 33px;
}
.page-tpg-table {
	margin: 16px 0 34px 0;
}
.clear-tpg {
	padding: 8px;
}
.page-tpg-blockquotes {
	margin: 26px 0 34px 0;
}
/* and gonfigure css h1 */

a:link, a.test-defolt {
	color: #852147;
	font-size: 1.155em;
	outline: none;
}
a:visited, 
a.test-visited {
	color: #b4c369;
}
a:hover, 
a.test-hover {
	color: #92ab19; 
	text-decoration: underline;
}
a:active, 
a.test-active {
	color: #789100; 
	text-decoration: underline;
}
a:active,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

p {	
	font-size: 0.9em;
	line-height: 1.72em;
	margin-bottom: 24px; 
}
figcaption {	
	color: #999;
	font-size: 0.8em;	
	line-height: 1.57em;
}
img { 
	margin-bottom: 15px;
}
div.row-mb {
	margin-bottom: 66px;
}
div.row-mb2 {
	margin-bottom: 10px;
}
.row-mb2 .white-input,
.row-mb2 .select-white,
.row-mb2 .green-input,
.row-mb2 .green-select {
	float: left;
	margin-right: 71px;
}


/* ---------------------- style table --------------------------------- */

table { 
	border: 1px solid #e9e9e9;
	width: 100%;
}
table th {
	background: #f9f9f9; 
	color: #222; 
	font-weight: 700;
}
table td,th {
	border: 1px solid #e9e9e9; 
	font-size: 0.75em;
	line-height: 1.55;
	padding: 15px 20px 14px 20px; 
	text-align: center;
}
table td {
	color: #111;
	font-size: 0.85em;
}


/* ------------------------ style blockquote ------------------------- */

blockquote {
	border: none; 
	font-weight: 300;
	margin-bottom: 67px;  
	margin-top: 47px; 
	padding-top: 26px;
	position: relative;
	text-align: center; 
}
blockquote span {
	background-image: url(../images/blockquote-bg.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	font-size: 1.25em; 
	line-height: 1.7em;;
	padding-bottom: 4px;
	padding-left: 60px;
}
blockquote footer:before {
	display:none;
}
blockquote footer {
	color: #aaa; 
	font-size: 0.7em;
	font-weight: 700;
	margin-top: 22px;
	text-transform: uppercase;
}
blockquote:before {
	background: rgba(0, 0, 0, 0.13);
	content: ' ';
	height: 2px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	top: -2px;
	width: 40px;
}


/* ----------------------- style input --------------------------------- */
input, textarea {
	outline: none;
	resize:none;
}
textarea  { resize:vertical; } 
input[type="text"] {
	border-radius:2px; 
	border: 1px solid #e7e7e7; 
	color: #777; 
	font-size: 1.0em; 
	height: 40px; 
	padding: 3px 12px 0 12px; 
	width: 250px; 
}
input[type="radio"], 
input[type="checkbox"]  {
	left: -9999px;
	position: absolute; 
}
input[type="checkbox"] + label:before  { 
	background-image: url(../images/checkbox-bg.png);
	background-position: -3px -3px;
	background-repeat: no-repeat;
	content: ' '; 
	display: inline-block; 
	height: 22px; 
	left: 20px;
	position: absolute;
	top: 9px;
	width: 22px; 
}
input[type="radio"]:checked + label:before , 
input[type="checkbox"]:checked + label:before  { 
	background-position: -3px -58px;
}
input[type="radio"] + label, 
input[type="checkbox"] + label { 
	color: #222; 
	cursor: pointer;	
	font-size: 0.859em;	
	font-weight: normal; 
	margin-left: 40px;
	margin-top: 12px; 
}
input[disabled="disabled"] + label , 
input[disabled="disabled"] + label  {
	opacity: 0.4;
}
input[type="radio"] + label:before  { 
	background-image: url(../images/radio-bg.png);
	background-position: -3px -3px; 
	background-repeat: no-repeat;
	content: ' '; 
	display: inline-block; 
	height: 22px; 
	left: 20px;
	position: absolute;
	top: 10px;
	width: 23px; 
}
::-webkit-input-placeholder  {color:#777;font-size: 3em;}
::-moz-placeholder           {color:#777;}/* Firefox 19+ */
:-moz-placeholder            {color:#777;}/* Firefox 18- */
:-ms-input-placeholder       {color:#777;}


/* ---------------------- style green input -------------------------- */

.green-input input[type="text"] {
	background: #9eb533;
	border: none; 
	box-shadow: inset 0 2px 0px #7e9129; 
	color:#dde8ab;
	padding-top:3px;
}
.green-input ::-webkit-input-placeholder  {color:#dde8ab;}
.green-input ::-moz-placeholder           {color:#dde8ab;}/* Firefox 19+ */
.green-input :-moz-placeholder            {color:#dde8ab;}/* Firefox 18- */
.green-input :-ms-input-placeholder       {color:#dde8ab;}

.green-checkbox input[type="checkbox"] + label:before  { 
	background-image: url(../images/checkbox-bg2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.green-checkbox input[type="radio"]:checked + label:before , 
.green-checkbox  input[type="checkbox"]:checked + label:before  { 
	background-position: 0px -46px;
}
.green-radio input[type="radio"] + label:before  { 
	background-image: url(../images/radio-bg2.png);
	background-position: 0px -1px;
	background-repeat: no-repeat;
}
.green-radio input[type="radio"]:checked + label:before   { 
	background-position: 0px -45px;
}
div.green-background {	
	background: #852147;
	margin-top: 30px;
	padding-top: 40px;
}
.green-radio  input[type="radio"] + label, 
.green-checkbox input[type="checkbox"] + label {
	color: #fff;
}

/* --------------------------- style select ------------------------------ */

.jq-selectbox.jqselect {	
	min-width: 250px;
}
.jq-selectbox__select {	
	background: #fff; 
	border-radius: 2px;	
	border: 1px solid #e7e7e7; 
	box-shadow:none; 
	color:#777;
	font-size: 1.2em; 
	height: 40px; 
	padding-left: 10px;
	padding-top:5px; 

	-webkit-transition: all 0.1s ease-in-out 0.1s;
	-moz-transition: all 0.1s ease-in-out 0.1s;
	-o-transition: all 0.1s ease-in-out 0.1s;
	transition: all 0.1s ease-in-out 0.1s;
}
.jq-selectbox__select:hover {
	background: #fff;
}
.jq-selectbox__trigger {	
	border: none;
}
.jq-selectbox__trigger-arrow {
	background-image: url(../images/select-arrow2.svg);
	background-position: center center;
	background-repeat: no-repeat;
	border: none; 
	height: 15px; 
	right: 5px;
	top: 12px;	
	width: 9px; 

	-webkit-transition: all 0.1s ease-in-out 0.1s;
	-moz-transition: all 0.1s ease-in-out 0.1s;
	-o-transition: all 0.1s ease-in-out 0.1s;
	transition: all 0.1s ease-in-out 0.1s;
}
.jq-selectbox.focused .jq-selectbox__select  {
	border: 1px solid #e7e7e7;
}
.jq-selectbox__select-text {
	color: #777;
	font-size: 0.77em;
	opacity: 0.9;
	padding-left: 3px;
	width: 190px !important;
}
.jq-selectbox__dropdown {
	border-radius: 0;
	border:1px solid #e7e7e7;
	box-shadow: none;
	top: 40px;

	-webkit-transition: all 0.1s ease-in-out 0.1s;
	-moz-transition: all 0.1s ease-in-out 0.1s;
	-o-transition: all 0.1s ease-in-out 0.1s;
	transition: all 0.1s ease-in-out 0.1s;
}

.opened .jq-selectbox__dropdown  {
	height: auto;
	opacity: 1;
	overflow: visible;
}
.jq-selectbox__dropdown li {
	font-size: 0.99em;
	height: 35px;
	margin-bottom: 0;
	padding-top: 9px;

	-webkit-transition: all 0.1s ease-in-out 0.1s;
	-moz-transition: all 0.1s ease-in-out 0.1s;
	-o-transition: all 0.1s ease-in-out 0.1s;
	transition: all 0.1s ease-in-out 0.1s;
}
.green-select .jq-selectbox__dropdown li {
	background: #92ab19;
	color: #dde8ab;
}
.green-select .jq-selectbox li.selected, .green-select .jq-selectbox li:hover,
.jq-selectbox li.selected, .jq-selectbox li:hover {
	background: #852147;
	color: #fff;
}


/*-------------------------------- style green-select ---------------------------*/
.green-select .jq-selectbox__select {
	background: #9eb533; 
	border: none;  
	box-shadow:inset 0 2px 0px #7e9129;
	color: #dde8ab; 
	outline: none; 
	text-shadow:none;
}
.green-select .jq-selectbox__select:hover {
	background: #9eb533;
}
.green-select .jq-selectbox.focused .jq-selectbox__select  {
	border: none;
}
.green-select .jq-selectbox__trigger-arrow {
	background-image: url(../images/select-arrow3.svg);
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-transition: all 0.1s ease-in-out 0.1s;
	-moz-transition: all 0.1s ease-in-out 0.1s;
	-o-transition: all 0.1s ease-in-out 0.1s;
	transition: all 0.1s ease-in-out 0.1s;
}
select {
	outline: none;
}
.green-select .jq-selectbox__select-text {
	color: #dde8ab;
	padding-top: 2px;
}


/* ----------------------- style button ------------------------------------- */
button {	
	background: #284370; 
	border-radius: 2px; 
	border: 1px solid #5E7498; 
	color: #fffdec;	
	font-size: 0.75em;	
	font-weight: 700;
	height: 40px; 
	letter-spacing: 0.06em;
	margin: 10px 6px 10px 0; 
	outline: none;	
	padding: 3px 29px 0 29px;
	text-transform: uppercase; 

	-webkit-transition: all 0.1s ease-in-out 0.1s;
	-moz-transition: all 0.1s ease-in-out 0.1s;
	-o-transition: all 0.1s ease-in-out 0.1s;
	transition: all 0.1s ease-in-out 0.1s;
}
button:hover, 
.button-hover { 
	background: #617391;
}
button:active, 
.button-active {
	box-shadow: inset 0 2px 0px #7e9129;
}

/* ----------------------------- style green-button ---------------------- */

.green-button  {
	margin-bottom: 120px;
	padding-left: 0; 
}
.green-button button {
	background: #fffdec;
	color: #852147;
}
.green-button button:hover, 
.green-button .button-hover { 
	background: #fff;
}
.green-button button:active, 
.green-button .button-active { 
	background: #fffdec;
	box-shadow: inset 0 2px 0px #e0decf; 
}

/* ---------------------------- style OL UL --------------------------------- */
ol, ul {
	margin-top: 13px;
}
ol li, ul li {
	font-size: 0.84em;
	margin-bottom: 6px;
}
ul  {
	list-style-image:url(../images/li-img.png);
}

/* ---------------------------- wp-caption alignleft -------------------------*/
.wp-caption {
	width: 220px;
}
.alignleft {
	float: left;
	margin:0 20px 20px 0;
}
.alignright {
	float: right;
	margin:0 0 20px 20px;
}
.aligncenter  {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------- progress-bar ---------------------------*/
.progress-bar {
	background: #852147;
	color: #e0e7bc;
	font-size: 0.8em;
	font-weight: 700;
	padding:1px 0 0 10px;
	text-align: left;
	text-transform: uppercase;
}
.title-skills {
	font-size: 2.0em;
	margin: 58px 0 35px 0;
	text-align: center;
	text-transform: uppercase;
}
.progress {
	background-color: #ddd;
	margin-bottom: 10px;
}

/* ---------------------------- Input -------------------------------*/
input {
	background: #fff;
	border-radius: 0 !important;
	border: 1px solid #e5e5e5;
	box-shadow: none !important;
}


/* ---------------------------- textarea -------------------------------*/
textarea {
	background: #fff;
	border-radius: 0 !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: none !important;
}

/* ----------------------------Accordion ------------------------------- */.

.panel-default {
	background: #f3f3f3;
	color: #777;
}
.panel-default>.panel-heading {
	background: rgba(0, 0, 0, 0.11);
	border-radius: 2px;
	border: none;
	padding: 0;

	-webkit-transition: all 0.1s ease-in-out 0.1s;
	-moz-transition: all 0.1s ease-in-out 0.1s;
	-o-transition: all 0.1s ease-in-out 0.1s;
	transition: all 0.1s ease-in-out 0.1s;
}
.panel-default>.panel-heading:hover {
	background: rgba(0, 0, 0, 0.06);
}
.panel-title {
	position: relative;
}
.panel-title i {
	color: #ccc;
	font-size: 0.8em;
	position: absolute;
	right: 8px;
	top:13px;
	z-index: 1;
}
.white-accordion .panel-title i {
	top:12px;
}
.panel-heading .panel-title a,
a.accordion-toggle {
	color: #777;
	display: block;
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1.2;
	padding: 12px 30px 12px 11px;
	position: relative;
	z-index: 2;

	-webkit-transition: opacity 0.05s ease-in-out 0.05s;
	-moz-transition: opacity 0.05s ease-in-out 0.05s;
	-o-transition: opacity 0.05s ease-in-out 0.05s;
	transition: opacity 0.05s ease-in-out 0.05s;
}
.panel-heading .panel-title a:hover,
a.accordion-toggle:hover {
	color: #777;
	text-decoration: none;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
	border: none !important;
}
.panel {
	background: none;
	border: none !important;
	box-shadow: none;
}
.panel-body {
	background: #f4f4f4;
	color: #777;
	font-size: 0.8em;
	line-height: 1.8;
	margin-top: 2px;
	padding: 14px 25px 17px 21px;
}

/* -- white-accordion -- */
.white-acctabs {
	margin-top: 62px;
}
.vertical-tabs.white-tab .panel-heading,
.white-tab.horizontal-tabs .panel-heading,
.white-accordion .panel-default>.panel-heading {
	background: none;
	border: 1px solid #e5e5e5;
}
.vertical-tabs.white-tab .panel-heading:hover,
.white-tab.horizontal-tabs .panel-heading:hover,
.white-accordion .panel-default>.panel-heading:hover {
	background: none;
	border: 1px solid #ccc;
}
.vertical-tabs.white-tab .panel-body,
.white-tab.horizontal-tabs .panel-body,
.white-accordion .panel-body {
	background: none;
	border: none;
}
.white-accordion .panel-heading .panel-title a, 
.white-accordion a.accordion-toggle {
	font-weight: 400;
	padding: 11px 30px 11px 10px;
}
/* -------------------------- TABS ----------------------------*/

.nav-tabs>li>a {
	background: rgba(0, 0, 0, 0.09);
	border: none;
	color: #999;
}
.tab-content>.active,
.nav-tabs>li.active>a, 
.nav-tabs>li>a:hover, 
.nav-tabs>li.active>a:focus {
	background: rgba(0, 0, 0, 0.04);
	border: none;
	color: #777;
}
.nav-tabs {
	border: none !important;
}
.tab-content>.tab-pane {
	display: block;
	height: 0;
	opacity: 0;
}
.tab-content>.tab-pane.active {
	height: auto;
	opacity: 1;
}
.tab-content>.tab-pane p {
	font-size: 0.8em;
	line-height: 1.8;
	margin-bottom: 0;
	opacity: 0;
	padding: 17px 20px 16px 20px;

	-webkit-transition: all 0.1s ease-in-out 0.1s;
	-moz-transition: all 0.1s ease-in-out 0.1s;
	-o-transition: all 0.1s ease-in-out 0.1s;
	transition: all 0.1s ease-in-out 0.1s;
}
.vertical-tabs .tab-content>.tab-pane p,
.horizontal-tabs .tab-content>.tab-pane p {
	color: #777;
}
.vertical-tabs.white-tab .tab-content>.tab-pane p,
.horizontal-tabs.white-tab .tab-content>.tab-pane p {
}
@media only screen and (max-width: 767px) {
	.horizontal-tabs p,
	.vertical-tabs p {
		font-size: 1em !important;
	}
}
.tab-content>.tab-pane.active p {
	opacity: 1;
}
.tab-content {
	margin-bottom: 5px;
}

/* -- vertical-tabs -- */
.vertical-tabs > div {
	padding-left: 0;
	padding-right: 0;
}
ul.nav-tabs {
	margin-top: 0;
	padding-top: 0;
}
.nav-tabs>li>a {
	font-size: 0.95em;
	font-weight: 700;
	line-height: 1.433;
	padding: 12px 15px 10px 16px;
}

/* -- white-tabs -- */
.nav-tabs.white-tabs>li>a {
	background: none;
	font-weight: 400;
	line-height: 1.433;
	margin-right: 0;
	padding: 11px 19px 8px 19px;
}
.tab-content.white-tabs>.active, 
.nav-tabs.white-tabs>li.active>a, 
.nav-tabs.white-tabs>li.active>a:hover, 
.nav-tabs.white-tabs>li.active>a:focus {
	background: none;
	border:1px solid #e5e5e5;
}
.tab-content .tab-pane.active  {
	border-top: 0 none;
}
.nav-tabs.white-tabs>li.active>a, 
.nav-tabs.white-tabs>li.active>a:focus {
	padding: 10px 16px 9px 16px;
}
.horizontal-tabs .nav-tabs.white-tabs>li.active>a {
	border-bottom: none;
	border-bottom:1px solid transparent;
	font-weight: 400;
	padding: 10px 18px 8px 18px;
}
.nav-tabs.white-tabs>li {
	border-radius: 3px;
}
.horizontal-tabs .nav-tabs.white-tabs>li {
	margin-right: 2px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.tabs-left>li.active>a, .tabs-left>li.active>a:hover, .tabs-left>li.active>a:focus {
	border: none;
	background-color: rgba(0, 0, 0, 0.04);
}
.white-tab .nav-tabs  {
	overflow: hidden;
	position: relative;
}
.white-tab .nav-tabs li.active:after,
.white-tab .nav-tabs li.active:before  {
	border-top: 1px solid #e5e5e5;
	content: "";
	display: block;
	left: 100%;
	margin-top: -1px;
	position: absolute;
	top: 100%;
	width: 1000px;
}
.white-tab .nav-tabs li.active:before  {
	left: auto;
	right: 100%;
}

/* -- white-left tabs -- */
.tabs-left.white-tabs>li a {
	border: none;
	line-height: 1.433;
	padding: 11px 16px 11px 16px;
}
.nav-tabs.tabs-left.white-tabs>li.active>a, .nav-tabs.tabs-left.white-tabs>li.active>a:focus {
	border-bottom:1px solid #e5e5e5;
	border-right:none;
	margin-bottom: 0;
	margin-right: 0px;
	padding: 10px 15px 10px 15px;
	z-index: 11;
}
.nav-tabs a:hover {
	text-decoration: none;
}
.horizontal-tabs .nav-tabs,
.white-tab .nav-tabs  {
	border: none;
}
.vertical-tabs.white-tab  {
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
}
.vertical-tabs.white-tab .nav-tabs  {
	overflow: visible;
}
.vertical-tabs.white-tab .tab-content  {
	margin: 0;
}
.vertical-tabs.white-tab .tab-pane.active  {
	border: 1px solid #e5e5e5;
	border-left: 0 none;
}
.vertical-tabs.white-tab .nav-tabs li.active:after,
.vertical-tabs.white-tab .nav-tabs li.active:before  {
	border: 0 none;
	border-left: 1px solid #e5e5e5;
	height: 1000px;
	left: 100%;
	margin: 0 0 0 -1px;
	width: 0;
}
.vertical-tabs.white-tab .nav-tabs li.active:before  {
	bottom: 100%;
	top: auto;
}
.vertical-tabs.white-tab .nav-tabs li:last-child  {
	margin-bottom: 0 !important;
}

/* -- TAB-ACARDION -- */
.nav-tabs .panel-title {
	position: relative;
}
.vertical-tabs .panel-title a:before ,
.horizontal-tabs .panel-title a:before  {
	color: #ccc;
	content: "\2212";
	font-family: 'Glyphicons Halflings';
	font-size: 1em;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	right: 11px;
	top: 11px;
}
.vertical-tabs .panel-title a.collapsed:before ,
.horizontal-tabs .panel-title a.collapsed:before  {
	color: #ccc;
	content: "\2b";
	font-family: 'Glyphicons Halflings';
	font-size: 1em;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	right: 11px;
	top: 11px;
}
.white-tab .white-accordion .panel-heading {
	background: #fff;
	border: 1px solid #e5e5e5;
}
.white-tab .white-accordion  .panel-body {
	background: none !important;
}
.white-tab p {
	color: #777;
	font-size: 1em;
}
.nav-tabs.myTab p {
	color: #777 !important;
}
/* ---------------------------------- Titile-divider ------------------------------------- */

.titile-divider {
	letter-spacing: -0.005em;
	margin: 80px 0;
	overflow: hidden;
	padding: 0 5px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 99;
}
.titile-divider span {
	color: #222;
	font-size: 0.7em;
	line-height: .8;
	padding: 0 12px;
	position:relative;
	text-transform: uppercase;
	z-index: 9999;
}
.titile-divider.green {
	line-height: 0.5;
}
.titile-divider.green span {
	color: #852147;
	position: relative;
	top: -2px;
}
@media all and (-webkit-min-device-pixel-ratio:0)  {
	.titile-divider.green span {
	top: -3px;
	}
}
.titile-divider.green:before {
	border: none;
	height: 1px;
}

.titile-divider span:before, .titile-divider span:after  {
	background-clip: content-box;
	background: none;
	border-bottom: 1px solid #e5e5e5;
	content: ' ';
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.titile-divider  span:before  {
	left: -10px;
	margin: 0 0 0 -50%;
}
.titile-divider  span:after  {
	left: 10px;
	margin: 0 -50% 0 0;
}
.titile-divider.green span:before, .titile-divider.green span:after  {
	background-clip: content-box;
	background: #e0e7bc;
	border-bottom: 1px solid #e5e5e5;
	content: ' ';
	display: inline-block;
	height: 25px;
	position: relative;
	top: -4px;
	vertical-align: middle;
	width: 50%;
}

/* ------------------------------  element-img ----------------------------- */
#element-img img {
	margin-right: 20px;
}
#element-img img:last-of-type {
	margin-right: 0;
}

/* --------------------- alert --------------------------------------------*/
.alert button {
	height: auto;
	margin: 0;
}