﻿/*
@import url(//fonts.googleapis.com/css?family=Asap:400,700);
@import url(//fonts.googleapis.com/css?family=Droid+Sans);
*/
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
textarea, input[type=text], input[type=email], input[type=search], input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
/*------ template stylization ------*/
body {
	background: #ffffff url(../img/bg1.jpg);
}
.red {
	color: #e5222d;
}
.green {
	color: #126c2d;
}
.yellow {
	color: #ffc20f;
}
.shadowcontent {
	max-width: 1354px;
	margin: 0 auto;
	background: #ffffff;
	box-shadow: 0 0 3px 1px #ebeae8;
}
/*---------------row_s----------------*/
.row_slider {
	background: #FFF;
}
.row_1 {
	padding: 50px 0 66px;
	background: #FFF;
}
.row_2 {
	border-top: 1px solid #e3e3e3;
	padding: 29px 0 50px;
	background: #FFF;
}
.row_3 {
	border-top: 1px solid #e3e3e3;
	padding: 18px 0 25px;
	background: #fbfbfb;
}
.row_4 {
	padding: 50px 0 46px;
	background: #FFF;
}
.row_4 h2 {
	padding-bottom: 33px;
}
.row_5 {
	border-top: 1px solid #e3e3e3;
	padding: 29px 0 74px;
	background: #FFF;
}
.row_6 {
	padding: 50px 0 59px;
	background: #FFF;
}
.row_6 h2 {
	padding-bottom: 28px;
}
.row_7 {
	border-top: 1px solid #e3e3e3;
	padding: 29px 0 50px;
	background: #FFF;
}
.row_7 h2 {
	padding-bottom: 36px;
}
.row_8 {
	padding: 50px 0 91px;
	background: #FFF;
}
.row_8 h2 {
	padding-bottom: 33px;
}
.row_9 {
	padding: 50px 0 73px;
	background: #FFF;
}
.row_9 h2 {
	padding-bottom: 33px;
}
.row_10 {
	border-top: 1px solid #e3e3e3;
	padding: 5px 0 94px;
	background: #FFF;
}
.row_11 {
	padding: 50px 0 54px;
	background: #FFF;
}
.row_11 h2 {
	padding-bottom: 33px;
}
.row_12 {
	padding: 57px 0 60px;
	background: #FFF;
}
.row_12 h2 {
	padding-bottom: 33px;
}
.row_14 {
	padding: 50px 0 54px;
	background: #FFF;
}
.row_14 h2 {
	padding-bottom: 33px;
}
.padbot1 {
	padding-bottom: 35px;
}
.padbot2 {
	padding-bottom: 33px;
}
.padbot3 {
	padding-bottom: 19px;
}
.padbot4 {
	padding-bottom: 28px !important;
}
.mbot1 {
	margin-bottom: 37px;
}
.mbot2 {
	margin-bottom: 26px;
}
.mbot3 {
	margin-bottom: 42px;
}
.mbot4 {
	margin-bottom: 46px;
}
.mbot5 {
	margin-bottom: 21px !important;
}
/*----------- Back to top --------------*/
#toTop {
	display: none;
	width: 27px;
	height: 19px;
	overflow: hidden;
	background: url(../img/totop.png) 0 bottom no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 60px;
	z-index: 999;
}
#toTop:hover {
	background-position: 0 0;
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*---------------headings links------------------*/
p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 400;
	color: #606060;
	margin: 0;
	padding: 0;
	margin-bottom: 33px;
}
h2 {
	font-family: 'Asap', sans-serif;
	font-size: 34px;
	line-height: 36px;
	font-weight: 700;
	color: #595252;
	margin: 0;
	padding: 0;
	padding: 32px 0 28px;
}
h3 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 19px;
	line-height: 26px;
	font-weight: 400;
	color: #e5222d;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
h4 {
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 400;
	color: #000000;
	margin: 0;
}
.btn1 {
	position: relative;
	border: none;
	border-radius: 0;
	background: #ffc20f;
	box-sizing: border-box;
	z-index: 10;
	text-transform: capitalize;
	line-height: 0;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	padding: 7px 25px;
	color: #FFF;
	margin-left: 2px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn1:hover {
	background: #4e4e4e;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link1 {
	text-transform: uppercase;
	position: relative;
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	border: none;
	border-radius: 8px;
	padding: 0;
	margin-right: 9px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 1;
}
.btn-link1:hover {
	color: #e5222d;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link2 {
	text-transform: uppercase;
	position: relative;
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: 400;
	color: #e5222d;
	border: none;
	border-radius: 8px;
	padding: 0;
	margin-right: 9px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 1;
}
.btn-link2:hover {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link3 {
	position: relative;
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: 400;
	color: #606060;
	border: none;
	border-radius: 8px;
	padding: 0;
	margin-right: 9px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 1;
}
.btn-link3:hover {
	color: #e5222d;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/************* header ***************/
header {
	text-align: center;
	padding-bottom: 0;
	background: #FFF;
}
/*--------------social----------------*/
.socialbox {
	position: relative;
	float: right;
	overflow: hidden;
	margin-top: 72px;
}
.socialbox p {
	font-family: 'Asap', sans-serif;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	display: inline-block;
	color: #4e4e4e;
	top: -6px;
	margin-bottom: 0;
}
.social_icons {
	overflow: hidden;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	display: inline-block;
	margin: 0;
	z-index: 10;
}
.social_icons > li {
	float: left;
	cursor: pointer;
	overflow: hidden;
	margin-left: 13px;
	margin-right: 0;
}
.social_icons > li:first-child {
	margin-left: 5px;
}
.social_icons > li a i {
	font-size: 23px;
	color: #ababab;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.social_icons > li a:hover i {
	color: #363434;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*-------- Logo -------- */
.navbar-brand_ {
	float: left;
	display: block;
	position: relative;
	text-align: center;
	padding: 41px 0 16px;
	margin: 0;
}
.navbar-brand_ img {
	max-width: 100%;
}
.navbar-brand_a:hover {
	text-decoration: none;
}
.rightside {
	position: relative;
	margin-top: 43px;
	float: right;
}
/*-----------------navbar---------------------*/
.menuheader {
	float: none;
	width: 100%;
	margin: 0;
	margin-top: 18px;
	background: url(../img/patternmenu.jpg) repeat;
	min-height: 80px;
	padding-top: 30px;
}
.tm_navbar {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	min-height: 20px;
}
.tm_navbar .nav {
	float: none;
	position: relative;
	display: inline-block;
}
.tm_navbar ul {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
}
.tm_navbar .nav li:first-child {
	position: relative;
	zoom: 1;
	background: none;
	background: transparent;
}
.tm_navbar .nav li {
	text-align: center;
	float: left;
	padding: 0;
	position: relative;
	padding: 0 40px;
	zoom: 1;
	background: url(../img/linemenu.jpg) left center no-repeat;
}
.tm_navbar .nav li.last a {
	margin: 0 1px 0 17px;
}
.tm_navbar .nav li a {
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	font-family: 'Asap', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	/*color: #181412;*/
        color: #fff;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	text-shadow: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tm_navbar .nav > li > a .indicator1 {
	background: url(../img/indicator.png) no-repeat 0 bottom;
	width: 7px;
	height: 5px;
	display: inline-block;
	top: 22px;
	right: 50%;
	margin-left: -4px;
	position: absolute;
	z-index: 5;
}
.tm_navbar .nav li a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	/*color: #765c0b;*/
        color: #eee;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tm_navbar .nav > .active > a, .tm_navbar .nav > .active > a:hover, .tm_navbar .nav > .active > a:focus {
	/*color: #765c0b;*/
        color: #eee;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tm_navbar .nav > li.sfHover.active > a .sf-sub-indicator, .tm_navbar .nav > li.active > a .sf-sub-indicator {
	/*color: #765c0b;*/
        color: #eee;
	background-position: 0 0;
}
.tm_navbar .nav > li.sfHover > a, .tm_navbar .nav > li.sfHover > a:hover, .tm_navbar .nav > li > a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	/*color: #765c0b;*/
        color: #eee;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*---------submenu1-------------*/
.tm_navbar .nav ul {
	position: absolute;
	display: none;
	top: 42px;
	left: 50%;
	width: 120px;
	padding: 13px 0 12px 0;
	list-style: none;
	zoom: 1;
	z-index: 14;
	background: #ffffff;
	margin: 0;
	margin-left: -63px;
	border: 1px solid #eaeaea;
}
.tm_navbar .nav ul li:first-child {
	text-align: center;
	width: 100%;
	padding: 0 0 0;
	display: block;
	position: relative;
	zoom: 1;
	z-index: 10;
	border: none;
	background: transparent;
}
.tm_navbar .nav ul li:first-child img {
	position: absolute;
	top: -26px;
	left: 18px;
}
.arrowup {
	position: absolute;
	top: 6px;
	left: 144px;
	z-index: 100;
}
.tm_navbar .nav ul li {
	text-align: center;
	width: 100%;
	padding: 3px 0 2px;
	display: block;
	position: relative;
	border: none;
	zoom: 1;
	z-index: 14;
	background: transparent;
	border-top: 1px solid #eaeaea;
}
.tm_navbar .nav ul li a {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	color: #1b1b1b;
	padding: 0;
	font-family: 'Asap', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	text-shadow: none;
	border-bottom: none !important;
}
.tm_navbar .nav ul li a:hover {
	color: #cacaca;
	border-bottom: none !important;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul li.sfHover > a {
	text-decoration: none;
	color: #cacaca;
	border-bottom: none !important;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul ul li.sfHover > a {
	text-decoration: none;
	color: #cacaca;
	border-bottom: none !important;
}
/*-----indicator2-------*/
.tm_navbar .nav ul .indicator2 {
	background: url(../img/indicator2.png) no-repeat 0 0;
	width: 5px;
	height: 7px;
	position: absolute;
	display: block;
	top: 7px;
	left: auto;
	right: -14px;
	z-index: 5;
}
/*-------------------select------------------*/
.select-menu {
	display: none !important;
}
/************** header end **************/
/************** content **************/
/*--------------------boxyoutube-------------------*/
.boxtube {
	position: relative;
	overflow: hidden;
	width: 205px;
	height: 170px;
	border: none;
	margin-bottom: 32px;
}
.boxtube .boxtube1 {
	width: 100%;
	height: 100%;
	border: none;
}
/*-----------testimonials1--------------*/
.list-quote1.extra {
	padding-bottom: 34px;
}
.list-quote1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-quote1 li {
	background: url("../img/blocquote1.png") no-repeat 0 8px;
	margin-bottom: 12px;
}
.quote-1 {
	border: medium none;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	padding-left: 39px;
	padding-top: 4px;
}
.quote-1 p {
	vertical-align: text-top;
	margin: 0;
	padding: 0;
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 400;
	color: #949393;
	margin-bottom: 11px;
}
/*----------------staff----------------*/
.list-staff {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin-bottom: 0;
}
.list-staff > li {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding-bottom: 43px;
}
.list-staff > li figure {
	float: left;
	margin-right: 30px;
}
.list-staff > li p {
	margin-top: 6px;
	margin-bottom: 0;
}
.staffinfo1 {
	overflow: hidden;
}
/*----------------partners----------------*/
.list-partners {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.list-partners > li {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding-bottom: 30px;
}
.list-partners > li figure {
	float: left;
	margin-right: 9px;
}
.list-partners > li p {
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: 400;
	color: #606060;
	margin-top: 16px;
	margin-bottom: 0;
}
.partnersinfo {
	position: relative;
}
/*----------about------------*/
.about figure {
	margin-bottom: 29px;
}
/*------ list-mission ------- */
.list-mission {
	padding: 0;
	margin: 0;
	margin-top: 0;
	list-style: none;
	overflow: hidden;
	margin-bottom: 6px;
}
.list-mission h3 {
	margin-bottom: 16px;
}
.list-mission p {
	margin-bottom: 0;
}
.list-mission .overflow {
	overflow: hidden;
}
.list-mission a {
	color: #e5222d;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-mission a:hover {
	color: #126c2d;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-mission li {
	overflow: hidden;
	margin-bottom: 30px;
}
.list-mission li:first-child {
	padding: 0;
	border: none;
	margin: 0;
	margin-bottom: 30px;
	margin-top: -5px;
}
/*---------------list_team-------------------*/
.list_team {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 100;
}
.list_team li {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 40px;
}
.list_team li figure a > img {
	width: 100%;
}
.list_team li figure a {
	position: relative;
	width: 100%;
	display: block;
}
.list_team li figure a span {
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list_team li figure a span img {
	text-align: center;
	position: absolute;
	top: -80px;
	margin-top: 0;
	left: 50%;
	margin-left: -17px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list_team li figure a:hover span {
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list_team li figure a:hover span img {
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 50%;
	margin-left: -17px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*-----------testimonials2--------------*/
.list-quote2.extra {
	padding-bottom: 34px;
}
.list-quote2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-quote2 li {
	background: url("../img/blocquote1.png") no-repeat 15px 9px;
	margin-bottom: 12px;
}
.quote-2 {
	border: medium none;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	padding-left: 38px;
	padding-top: 4px;
}
.quote-2 p {
	vertical-align: text-top;
	margin: 0;
	padding: 0;
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 400;
	color: #606060;
	margin-bottom: 11px;
}
/*------ list-spotlight ------- */
.list-spotlight {
	padding: 0;
	margin: 0;
	margin-top: 0;
	list-style: none;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 6px;
}
.list-spotlight h3 {
	margin-bottom: 16px;
}
.list-spotlight p {
	margin-bottom: 0;
}
.list-spotlight .overflow {
	overflow: hidden;
}
.list-spotlight a {
	color: #e5222d;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-spotlight a:hover {
	color: #126c2d;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-spotlight li {
	overflow: hidden;
	margin-bottom: 31px;
}
.list-spotlight li:first-child {
	padding: 0;
	border: none;
	margin: 0;
	margin-bottom: 31px;
	margin-top: -5px;
}
/*-----table-----*/
.table {
	border-color: #eaeaea !important;
}
.table *, .table *:before, .table *:after {
	border-color: #eaeaea !important;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	/*text-transform: uppercase;*/
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	text-align: center;
	width: 199px;
	padding: 14px 5px 10px;
}
.table-bordered > thead > tr > th:first-child, .table-bordered > thead > tr > td:first-child {
	width: 170px;
}
.table-bordered > tbody > tr > td:first-child {
	text-transform: uppercase;
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	text-align: center;
}
.table-bordered > tbody > tr > td {
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	color: #606060;
	text-align: center;
	padding: 19px 5px 16px;
}
/*----------------events----------------*/
.list-events {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin-bottom: 0;
}
.list-events .btn-link2 {
	margin-top: 6px;
	display: inline-block;
	margin-bottom: 2px;
}
.list-events > li {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding-bottom: 43px;
}
.list-events > li figure {
	float: left;
	margin-right: 30px;
}
.list-events > li p {
	margin-top: 0;
	margin-bottom: 0;
}
.eventsinfo1 {
	overflow: hidden;
}
/*--------------------list-blog----------------------*/
.list-blog {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	margin-bottom: 11px;
}
.list-blog li {
	overflow: hidden;
	position: relative;
	margin: 0;
	margin-bottom: 60px;
}
.list-blog li h3 {
	margin-bottom: 6px;
	line-height: 18px;
}
.list-blog li h3 a {
	color: #e5222d;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-blog li h3 a:hover {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-blog li figure {
	float: left;
	margin-bottom: 10px;
	margin-right: 31px;
}
.list-blog li .textinfo1 {
	overflow: hidden;
}
.list-blog li .textinfo1 p {
	margin-bottom: 37px;
	color: #606060;
}
.linkbox {
	position: relative;
	overflow: hidden;
}
/*----------------featured----------------*/
.list-featured {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin-bottom: 0;
}
.list-featured .btn-link2 {
	margin-top: 6px;
	display: inline-block;
	margin-bottom: 2px;
}
.list-featured > li {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding-bottom: 26px;
	margin-bottom: 45px;
	border-bottom: 1px solid #e3e3e3;
}
.list-featured > li > a {
	text-align: center;
	font-family: 'Droid Sans', sans-serif;
	font-size: 19px;
	line-height: 26px;
	font-weight: 400;
	color: #e5222d;
	float: left;
	min-width: 71px;
	padding: 0 18px 25px 17px;
	margin-right: 30px;
	border-right: 1px solid #e3e3e3;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-featured > li > a:hover {
	color: #126c2d;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-featured > li p {
	margin-top: 0;
	margin-bottom: 0;
	color: #606060;
}
.list-featured > li p a {
	color: #000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-featured > li p a:hover {
	color: #e5222d;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.featuredinfo {
	overflow: hidden;
}
/*-------- contacts page --------*/
.gmap {
	margin-top: 0;
}
.map {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
.map iframe {
	width: 100%;
	height: 425px;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.address h2 {
	padding: 56px 0 32px;
}
address {
	margin: 0;
	margin-bottom: 24px;
}
address strong {
	margin: 0;
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 400;
	color: #606060;
	font-weight: normal;
	display: block;
	margin-bottom: 17px;
}
address p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 400;
	color: #606060;
	margin-bottom: 0;
}
address .info p:first-child {
	margin-bottom: 10px;
}
.info > p span {
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 400;
	color: #606060;
	width: 60px;
	display: inline-block;
}
.info a {
	color: #e5222d;
	text-decoration: none;
	font-weight: normal;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.info a:hover {
	text-decoration: none;
	color: #606060;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*------------contact form------------*/
.contact-form .coll-1, .contact-form .coll-2, .contact-form .coll-3 {
	margin-right: 5px;
	margin-bottom: 4px;
	width: 199px;
	display: inline-block;
}
.contact-form .coll-3 {
	margin-right: 0;
}
.coll-message {
	position: relative;
}
#contact-form {
	margin-top: 4px;
	position: relative;
}
#contact-form label {
	position: relative;
	/*!*/

  display: block;
}
#contact-form span {
	display: block;
}
#contact-form ._placeholder {
	width: 100%!important;
	position: absolute;
	/*!*/

  left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 400;
	color: #606060;
	padding: 12px 10px 10px 14px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 400;
	opacity: .4;
	filter: alpha(opacity=40);
	box-shadow: none;
	padding: 12px 10px 10px 14px;
	width: 100%;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #contact-form textarea {
	outline: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 400;
	color: #606060;
	width: 100%;
	height: 41px;
	border-radius: 0;
	padding: 12px 10px 10px 14px;
	border: 1px solid #e7e8e6;
	background: #FFF;
}
#contact-form textarea {
	height: 160px;
	resize: none;
	margin: 0 0 19px;
	overflow: hidden;
}
.req {
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 400;
	color: #606060;
	position: relative;
	display: inline-block;
	margin-left: 18px;
	top: 2px;
}
#contact-form > label {
	margin-bottom: 0;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px/20px Arial;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 3px;
	top: 0;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 22px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #f0f0f2;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.7s linear;
	transition: all 0.7s linear;
	padding: 0;
}
#contact-form.success .success-message {
	height: 50px;
	padding: 15px 0;
	border: 1px #e7e8e6 solid;
	background: #FFF;
	-webkit-transition: all 0.7s linear;
	transition: all 0.7s linear;
}
.btns {
	float: right;
	overflow: hidden;
}
/*-----------------privacy page-------------------*/
.privacy_page h2 {
	padding-bottom: 29px;
}
.mtop2 {
	margin-top: 17px;
	position: relative;
}
.mbot0 {
	margin-bottom: 0 !important;
}
.mbot4 {
	margin-bottom: 54px !important;
}
.privacy_page p {
	margin-bottom: 37px;
}
.privacy_link {
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 400;
	color: #e5222d;
}
.privacy_link:hover {
	color: #606060;
}
/*404 page*/
/*404 page*/
.mbot0 {
	margin-bottom: 0 !important;
}
.block-404 .forminfo h2 {
	color: #e5222d;
	margin-top: 0;
	padding: 24px 0 28px;
	word-spacing: -2px;
}
.block-404 p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 19px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 33px;
	color: #606060;
}
.block-404 p br {
	display: none;
}
.form-404 {
	width: 295px;
	display: block;
	position: relative;
	padding-right: 36px;
}
.form-404 input {
	outline: none;
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 400;
	color: #606060;
	width: 100%;
	height: 41px;
	padding: 12px 10px 10px 14px;
	border: 1px solid #e7e8e6;
	background: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
	float: left;
}
.form-404 input:focus {
	box-shadow: none;
	outline: none;
	border: 1px solid #f0f0f0;
}
.form-404 a {
	position: absolute;
	margin-top: 0 !important;
	width: 22px;
	height: 22px;
	overflow: hidden;
	padding: 0;
	top: 8px;
	right: 2px;
	float: right;
	box-shadow: none;
	outline: none;
	border: none;
	opacity: 1;
}
.form-404 a img {
	position: absolute;
	top: 0;
	left: 0;
}
.form-404 a:hover {
	box-shadow: none;
}
.form-404 a:hover img {
	top: -22px;
}
/**/
/************* content end **************/
/************** footer **************/
footer {
	border-top: 1px solid #d4d4d4;
	padding: 49px 0 40px;
	background: #ebebeb;
}
.footerpriv {
	font-family: 'Droid Sans', serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: 400;
	color: #545454;
	margin: 0;
}
.privacylink {
	font-family: 'Droid Sans', serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: 400;
	color: #545454;
	margin: 0;
}
.privacylink:hover {
	text-decoration: none;
	color: #e5222d;
}
/*----------footermenu----------*/
.footermenu {
	position: relative;
	margin: 0;
	overflow: visible;
	display: inline-block;
}
.footermenu li {
	float: left;
	padding: 0 0 0 48px;
	position: relative;
	zoom: 1;
}
.footermenu li a {
	position: relative;
	text-decoration: none;
	font-family: 'Droid Sans', serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #4e4e4e;
	padding: 0;
	border: none;
	border-radius: 0;
	text-shadow: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footermenu li a:hover {
	color: #e5222d;
	background: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footermenu li.active a {
	color: #e5222d;
	background: none;
}
/************** footer end **************/
/*-------------- media queries -------------------*/
/**********************************************************/
@media (min-width: 1220px) {
.block-404 p br {
	display: block;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 2px;
	width: 258px;
	display: inline-block;
}
.contact-form .coll-3 {
	width: 238px;
	margin-right: 0;
}
.boxtube {
	width: 270px;
	height: 166px;
}
.tm_navbar .nav li {
	padding: 0 60px;
}
.container {
	padding: 0;
}
}
/**********************************************************/
@media (min-width: 768px) and (max-width: 991px) {
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 0;
	width: 100%;
	display: inline-block;
}
.list-blog li figure {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	margin-right: 0;
}
.list-blog li figure img {
	width: 100%;
}
.footermenu li {
	float: left;
	padding: 0 0 0 28px;
}
.boxtube {
	position: relative;
	overflow: hidden;
	width: 330px;
	height: 200px;
	border: none;
}
.tm_navbar .nav li {
	padding: 0 20px;
}
}
/**********************************************************/
@media (max-width: 767px) {
.img404 img {
	width: 100%;
}
.form-404 {
	width: 100%;
}
.map iframe {
	width: 100%;
	height: 250px;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 0;
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
}
.list-blog li figure {
	margin-right: 20px;
}
.list-blog li .textinfo1 {
	overflow: visible;
}
.about figure {
	margin-bottom: 10px;
	float: left;
	margin-right: 20px;
}
.footerpriv {
	text-align: center;
}
.footerrow .pull-right {
	display: none;
}
.boxtube {
	width: 100%;
	height: 300px;
}
.menuheader {
	min-height: 50px;
	padding-top: 0;
	padding: 0 20px;
}
.menuheader {
	float: none;
	margin-top: 0;
	margin-right: 0;
}
.tm_navbar {
	padding: 20px 0;
}
.sf-menu {
	display: none !important;
}
.select-menu {
	display: block !important;
	color: #FFF;
	border: 1px solid #343434;
	background: #343434 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5px;
}
.select-menu option {
	padding: 0;
}
}
/**********************************************************/
@media (max-width: 550px) {
.list-blog li figure {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	margin-right: 0;
}
.list-blog li figure img {
	width: 100%;
}
.colteam {
	width: 50%;
}
.about figure {
	margin-bottom: 20px;
	float: none;
	width: 100%;
	margin-right: 0;
}
.about figure img {
	width: 100%;
}
}
/**********************************************************/
@media (max-width: 480px) {
.colquote {
	width: 100%;
}
.partnerscol {
	width: 100%;
}
.socialbox {
	position: relative;
	float: none;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	text-align: left;
}
}
/**********************************************************/
@media (max-width: 400px) {
.colteam {
	width: 100%;
}
}
/*Core variables and mixins*/
img {
	max-width: 100%;
}

.playerTitle{
    padding-top: 4px; 
    font-family: 'Asap', sans-serif; 
    font-size: 16px; 
    font-weight: 700;
}
.fullNameBold{
    color: #15317E;
    font-family: 'Asap', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.2em;
}
.playerInfo{
    color: #285e8e;
    font-family: 'Asap', sans-serif;
    font-size: 17px; 
    font-weight: 200;
}

