@import url(//fonts.googleapis.com/css?family=Roboto:400,900,700,500,300,100);
body {
	background: #121212;
	font: 12px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #777777;
	/*overflow-x: hidden;*/
	position: relative;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
	color: initial;
}
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;
}
p {
	margin-bottom: 18px;
	font-weight: 300;
	line-height: 18px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: right;
}
h1.navbar-brand_ a {
	display: inline-block;
	padding: 0;
}
h1.navbar-brand_ span {
	display: none;
}
h2 {
	font: 900 27px/27px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #121212;
	margin: 0 0 21px 0;
	text-transform: uppercase;
}
h2.indent {
	margin-bottom: 27px;
}
h3 {
	font: 900 15px/21px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ed1651;
	margin: 0 0 1px 0;
	text-transform: uppercase;
}
h3.indent {
	margin-bottom: 27px;
}
.extra-wrap {
	overflow: hidden;
}

.extra-wrap a{
	color: #ed1651!important;
}
.global {
	padding: 40px 0 45px 0;
	background: #ededed;
	overflow: hidden;
}
.global.indent {
	padding: 35px 0 0 0;
	background: #ededed;
}
.center {
	text-align: center;
}
/*-----menu-----*/
@media (max-width:420px){
	nav.tm_navbar li{
		float: none!important;
	}
	nav.tm_navbar li a{
		padding: 0!important;
	}
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	padding-right: 40px;
	float: right;
	min-height: 0;

}

nav.tm_navbar li {
	
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	position: relative;
	float:right;
}
nav.tm_navbar li a {
	position: relative;
	padding: 26px 11px 20px 11px;
	font: bold 15px/44px 'Roboto';
	text-transform: uppercase;
	color: #ffffff;
	background: transparent;
	border-bottom: 6px solid transparent;

	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #ffffff!important;
	background: #535353!important;
	border-bottom: 6px solid #ffffff!important;

}
nav.tm_navbar li:hover > a {

	color: #ffffff!important;
	background: #535353!important;
	border-bottom: 6px solid #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;

}
nav.tm_navbar .sfHover > a {

	color: #ffffff;
	background: #535353;
	border-bottom: 6px solid #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;

}
nav.tm_navbar li span {

	height: 4px;
	background: url(img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 2px;
	z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 195px;
	left: 0;
	top: 96px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #2e2e2e;
	padding: 0;
	margin: 0;
	text-align: left;

}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #434343;
	float:right;
	margin-right:10px;
}


nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 10px 0 10px 10px;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	border-bottom: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(img/menu-marker2.png) 0 center no-repeat;
	width: 6px;
	height: 100%;
	position: absolute;
	left: auto;
	right: 22px;
	top: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #ed1651 !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: #ed1651 !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 195px;
	right: 195px;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #242424;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 10px 0 10px 10px;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	border-bottom: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #ed1651 !important;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 11;
}
footer {
	padding: 0;
}
footer p {
	font: 12px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b3b3b3;
	margin: 0 0 27px 0;
}
footer .privacy {
	color: #ffffff;
}
footer .privacy a {
	font: 12px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
footer .privacy a:hover {
	color: #ed1651;
}
footer em {
	font-style: normal;
}
footer .box1 {
	background: #535353;
	margin-bottom: 26px;
}
.menu-list {
	padding: 0;
	margin: 38px 0 0 0;
	list-style: none;
}
.menu-list li {
	float: right;
	margin-right: 19px;
}
.menu-list li:first-child {
	margin-right: 0;
}
.menu-list li a {
	font: bold 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
@media (max-width: 992px){
	.ft-logo-img{
		width: 40%;
	}
}
.menu-list li a:hover {
	color: #ed1651;
}
.menu-list li.active a {
	color: #ed1651;
}
#toTop {
	display: none;
	width: 48px;
	height: 48px;
	background: url(img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -660px !important;
	right: 50%;
	bottom: 50px;
	z-index: 999;
}
#toTop:hover {
	background: url(img/top.png) 0 bottom no-repeat;
}
.address_icon {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
.address_icon li {
	float: left;
	margin-left: 38px;
	font: 12px 'Inder';
	color: #717171;
}
.address_icon li:first-child {
	margin-left: 0;
}
.address_icon li img {
	float: left;
	margin-right: 9px;
}
.address_icon li a {
	font: 12px 'Inder';
	color: #717171;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.address_icon li a:hover {
	color: #f08213;
}
.tools-box {
	padding-bottom: 45px;
}
.tools-box p {
	font: 18px/22px 'Inder';
	color: #3a3a3a;
	margin: 0;
}
.tools-box p a {
	color: #3a3a3a;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.tools-box p a:hover {
	color: #f08211;
}
.tools-box .col-lg-3 > div {
	border-right: 1px solid #e8e8e8;
	padding-top: 40px;
	padding-bottom: 20px;
}
.tools-box .col-lg-3 > div.indent {
	border-right: none;
}
.priv-box {
	margin-bottom: 50px;
}
.blog-box {
	padding: 63px 0 40px 0;
	position: relative;
}
.comment-box {
	padding: 11px 0 26px 0;
	background: #fed46f;
}
.comment-box figure {
	border-radius: 100%;
	float: left;
	margin-right: 45px;
	border: 3px solid #fee097;
}
.comment-box figure img {
	border-radius: 100%;
}
.comment-box .extra-wrap {
	padding-top: 15px;
}
.comment-box p {
	font-size: 14px;
	font-style: italic;
	color: #2e2e2e;
	margin-bottom: 0;
}
.comment-box p a {
	font: bold italic 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2e2e2e;
}
.comment-box p a:hover {
	text-decoration: underline;
}
.block-box {
	padding: 37px 0 29px 0;
	background: #3f3f3f;
}
.block-box p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
}
.trainerBox {
	margin-bottom: 30px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure a {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.trainerBox figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.trainerBox figure a:hover img {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.trainerBox figure img {
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.links-box {
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
	padding: 57px 0 33px 0;
	margin-bottom: 58px;
}
.links-box h3 {
	color: #ffffff;
}
.links-box h3 > span {
	background: #ffffff;
}
.links-box h5 {
	color: #ffffff;
}
.links-box p {
	color: #ffffff !important;
}
.latest-box {
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
	padding: 57px 0 48px 0;
	margin-bottom: 58px;
}
.latest-box h3 {
	color: #ffffff;
}
.latest-box h3 > span {
	background: #ffffff;
}
.latest-box h5 {
	color: #ffffff;
}
.latest-box p {
	color: #ffffff;
}
.servicesBox {
	padding: 68px 0 20px 0;
	border-top: 1px solid #eeefef;
	background: #ffffff;
}
.servicesBox .col-lg-4 {
	margin-bottom: 65px;
}
.servicesBox .col-lg-4 p {
	margin-bottom: 27px;
}
.servicesBox hr {
	border-top: 1px solid #eee;
	margin: 0;
}
.overviewBox {
	padding: 83px 0 33px 0;
	background: #ffffff;
}
.gallery-box {
	padding-bottom: 29px;
}
.blogBox {
	margin-bottom: 48px;
}
.errorBox {
	text-align: center;
	margin-bottom: 44px;
}
.errorBox1 {
	margin-bottom: 44px;
}
.errorBox1 h3 {
	font-size: 18px;
	margin-bottom: 25px;
}
.about-box {
	text-align: center;
	margin-bottom: 83px;
}
.about-box > div {
	border-top: 1px solid #eee;
	padding: 63px 0 0 0;
}
.newsform-box {
	background: url(../img/bg_pic2.jpg) center top fixed no-repeat;
	padding: 52px 0;
	margin-bottom: 60px;
}
.newsform-box p {
	font: 18px 'Istok Web';
	color: #ffffff;
	margin-bottom: 0;
	float: left;
}
.newsform-box p strong {
	font-size: 24px;
	color: #e22004;
}
.follow_list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.follow_list li {
	margin-bottom: 23px;
	display: block;
}
.follow_list li span {
	float: left;
	font-size: 25px;
	color: #ce3b28;
	margin-right: 16px;
}
.follow_list li a {
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_list li a:hover {
	color: #ce3b28;
}
.who-box .col-lg-4 {
	margin-bottom: 0;
}
.advice-box {
	background: #f8f8f8;
	padding-top: 58px;
	padding-bottom: 54px;
}
.headlines-box {
	background: #f8f8f8;
	padding-top: 58px;
	padding-bottom: 54px;
}
.banner-box {
	margin-top: 8px;
}
.banner-box .col-lg-6 {
	margin-bottom: 30px;
}
.banner-box figure a {
	display: block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.banner-box figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.banner-box figure img {
	width: 100%;
}
.banner-box hr {
	margin: 80px 0 0 0;
	border-top: 1px solid #cdcdcd;
}
.values-box p {
	color: #737885;
}
.welcome-box {
	background: #f8f8f8;
	padding: 13px 0;
	overflow: hidden;
	max-height: 472px;
	margin-bottom: 43px;
}
.welcome-box .title {
	font: 48px/48px 'Inder';
	color: #262626;
	margin-bottom: 20px;
}
.welcome-box .col-lg-5 {
	padding-top: 74px;
}
.welcome-box p {
	font-size: 14px;
	line-height: 24px;
}
.services-box {
	padding-bottom: 20px;
}
.all-box {
	margin-bottom: 64px;
}
.all-box p {
	margin-bottom: 23px;
}
.offers-box {
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	background: url(../img/pattern1.png) repeat;
	padding: 52px 0;
}
.offers-box figure {
	margin-bottom: 23px;
}
.offers-box .title {
	font: 30px/30px 'Pontano Sans';
	color: #262626;
	text-transform: uppercase;
	margin-bottom: 0;
	display: inline-block;
	margin-bottom: 16px;
}
.offers-box p {
	font: 14px/24px 'Istok Web';
	color: #737373;
	margin-bottom: 77px;
}
.offers-box .hr {
	text-align: center;
	display: block;
	margin: 0 0 19px 0;
}
.offers-box .hr em {
	width: 370px;
	display: inline-block;
	border-top: 1px solid #5ee0f4;
}
.offers-box.indent {
	background: #ffffff;
}
.offers-box .col-lg-4 {
	margin-bottom: 24px;
}
.follow_icon {
	padding: 0;
	margin: 40px 0 0 0;
	list-style: none;
	float: left;
	display: inline-block;
}
.follow_icon li {
	display: inline-block;
	margin: 0 0 0 15px;
}
.follow_icon li a {
	display: block;
	font-size: 19px;
	color: #ffffff;
}
.follow_icon li a:hover {
	color: #ed1651;
}
.testimBox {
	padding: 0 0 40px 0;
}
.clients-box {
	overflow: hidden;
	padding-bottom: 42px;
}
.info-box {
	background: #fcfcfc;
	padding: 0;
	margin-bottom: 20px;
	overflow: hidden;
}
.box-box {
	background: #fffdf6;
	padding: 34px 0;
}
.box-box p {
	font-size: 15px;
	color: #a09a93;
	margin-bottom: 29px;
}
.box-box .col-lg-4 {
	margin-bottom: 30px;
}
.watch-box figure {
	position: relative;
}
.watch-box figure img {
	width: 100%;
}
.watch-box em {
	width: 100%;
	height: 100%;
	background: url(img/play.png) right bottom no-repeat;
	display: block;
	position: absolute;
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.watch-box:hover em {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.exclusives-box {
	margin-bottom: 14px;
}
/*-----subscribeForm-----*/
.newsletter-box {
	padding: 63px 0 93px 0;
}
#newsletter {
	position: relative;
	margin-top: 34px;
}
#newsletter .btn7 {
	float: right;
}
#newsletter label {
	width: 100%;
	margin-bottom: 26px;
}
#newsletter input {
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #e2e0e0;
	font: 300 italic 15px/48px 'Open Sans';
	color: #8e8e8e;
	background: none;
	border-radius: 5px;
	height: 48px;
	width: 100%;
	padding: 0 17px;
	margin: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border-color: #e2e0e0;
}
#newsletter .error {
	position: absolute;
	top: 0;
	right: 3px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #ffc47b;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border: 1px solid #e2e0e0;
	font: 300 italic 15px/48px 'Open Sans';
	color: #8e8e8e;
	background: none;
	border-radius: 5px;
	text-align: center;
	background: #ffffff;
	height: 48px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----thumbs-----*/
.thumb-pad0 {
	padding: 0;
	margin: 0 0 25px 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}


.thumb-pad0 .thumbnail .caption p {
	margin: 0;
	color: #ed1651;
	text-transform: uppercase;
	font: 900 18px/23px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.thumb-pad0 figure {
	margin: 0 0 7px 0;
	overflow: hidden;
	position: relative;
}
.thumb-pad0 figure img {
	width: 100%;
}
.thumb-pad0 figure .box {
	background: #ed1651;
	background: rgba(237, 22, 81, 0.9);
	padding: 0 13px 11px 13px;
	float: left;
	text-align: center;
	min-height: 102px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.thumb-pad0 figure .box .title {
	font: 900 70px/70px 'Roboto';
	color: #fff;
	margin-bottom: 2px;
}
.thumb-pad0 figure .box .title span {
	display: block;
	text-transform: uppercase;
	font: 900 15px/15px 'Roboto';
	color: #fff;
}
.thumb-pad1 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 figure {
	margin: 0 0 0 0;
	overflow: hidden;
	position: relative;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad1 figure .box {
	position: absolute;
	padding: 0 0 12px 15px;
	bottom: 0;
	left: 0;
}
.thumb-pad1 figure .box .title {
	font: 900 70px/70px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0;
}
.thumb-pad1 figure .box .description {
	font: 900 18px/23px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ededed;
	text-transform: uppercase;
	margin: 0;
}
.thumb-pad2 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad2:hover .thumbnail .caption {
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	background: #535353;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	text-align: left;
}
.thumb-pad2 .thumbnail .caption {
	padding: 11px 15px 33px 12px;
	overflow: hidden;
	position: relative;
	background: #ed1651;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption .title2 {
	font: 900 15px/21px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}
.thumb-pad2 .thumbnail .caption p {
	color: #ffffff;
	margin-bottom: 0;
}
.thumb-pad2 .thumbnail .caption a {
	font-size: 22px;
	color: #ffffff;
	float: right;
	position: absolute;
	bottom: 8px;
	right: 13px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #ed1651;
}
.thumb-pad2 .thumbnail .caption > div {
	overflow: hidden;
}
.thumb-pad2 figure {
	margin: 0;
	position: relative;
}
.thumb-pad2 figure .box {
	position: absolute;
	padding: 0 0 12px 15px;
	bottom: 0;
	left: 0;
}
.thumb-pad2 figure .box .title {
	font: 900 30px/30px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0;
}
.thumb-pad2 figure .box .description {
	font: 900 12px/16px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.exhibitions-box {
	margin-bottom: 60px;
	overflow: hidden;
}
.thumb-pad3 {
	overflow: hidden;
	margin: 0 0 23px 0;
	/*padding: 0 0 20px 0;*/
}

.thumb-pad3:hover{
	filter: grayscale(100%);
	transition: all .5s;
}

.thumb-pad3 figure:hover em {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;	
}

.thumb-pad3.indent {
	border-bottom: none;
}
.thumb-pad3 .thumbnail {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: #ed1651;
}
.thumb-pad3 .thumbnail .caption {
	display: inline;
	/*padding: 10px;*/
	color: #777777;
	/*overflow: hidden;*/
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad3 .thumbnail .caption > a {
	color: white;
	text-transform: uppercase;
	font: 900 14px/18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

/*.thumb-pad3 .thumbnail .caption > a:hover {
	color: #333333;
}*/

.thumb-pad3 .thumbnail .caption .box {
	overflow: hidden;
}

.thumb-pad3 .thumbnail .caption .box p {
	float: right;
	margin-left: 17px;
	color: #333333;
}

.thumb-pad3 .thumbnail .caption .box p a:hover {	
	color: #333333!important;
}

.thumb-pad3 .thumbnail .caption .box p a {
	font-size: 12px;
	font-weight: 700;
	color: #333333;
}

.thumb-pad3 .thumbnail .caption .box span {
	font-size: 11px;
	color: #777;
	float: left;
	margin-right: 6px;
	margin-top: 6px;
}
.thumb-pad3 .thumbnail .caption .box1 {
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption .box1 a {
	font-size: 11px;
	color: #333333;
}
.thumb-pad3 .thumbnail .caption .box1 span {
	font-size: 11px;
	color: #777;
	float: left;
	margin-right: 6px;
	margin-top: 6px;
}
.thumb-pad3 figure {
	/*margin: 0 19px 0 0;*/
	float: right;
	width: 120px;
	margin-left: 5px;
	position: relative;
	display: block;
}
.thumb-pad3 figure img {
	width: 100%;
	margin-left: 10px;
}
.thumb-pad3 figure em {
	width: 100%;
	height: 100%;
	background: url(img/play.png) center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	/*opacity: 0;*/
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad4-1 {
	overflow: hidden;
}
.thumb-pad4-1 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4-1 .thumbnail .caption {
	padding: 0;
	color: #777777;
	overflow: hidden;
}
.thumb-pad4-1 figure {
	margin: 0 0 15px 0;
}
.thumb-pad4-1 figure img {
	width: 100%;
}
.thumb-pad4 {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #bebebe;
}
.thumb-pad4.indent {
	border-bottom: none;
	padding-bottom: 0;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	color: #777777;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad4 .thumbnail .caption > a {
	color: #ed1651;
	text-transform: uppercase;
	font: 900 15px/21px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad4 .thumbnail .caption > a:hover {
	color: #000000;
}
.thumb-pad4 .thumbnail .caption .box1 {
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption .box1 a {
	font-size: 11px;
	color: #777;
}
.thumb-pad4 .thumbnail .caption .box1 span {
	font-size: 11px;
	color: #777;
	float: left;
	margin-right: 6px;
	margin-top: 6px;
}
.thumb-pad4 figure {
	margin: 0 19px 0 0;
	float: left;
	position: relative;
	display: block;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad4 figure em {
	width: 100%;
	height: 100%;
	background: url(img/play.png) bottom right no-repeat;
	display: block;
	position: absolute;
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad4 figure:hover em {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 {
	margin-bottom: 14px;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #bebebe;
}
.thumb-pad5.indent {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 40px;
}
.thumb-pad5 > a {
	font: 900 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ed1651;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 > a:hover {
	color: #121212;
}
.thumb-pad5 .box {
	overflow: hidden;
}
.thumb-pad5 .box p {
	float: left;
	margin-right: 17px;
	margin-bottom: 15px;
}
.thumb-pad5 .box a {
	font-size: 11px;
	color: #777;
}
.thumb-pad5 .box span {
	font-size: 11px;
	color: #777;
	float: left;
	margin-right: 6px;
	margin-top: 6px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	color: #777777;
}
.thumb-pad5 .thumbnail figure {
	float: left;
	margin-right: 19px;
}
.thumb-pad5 .thumbnail figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	margin: 0 0 42px 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail p {
	color: #777777;
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail .txt {
	margin-top: 25px;
}
.thumb-pad6 .thumbnail .badge {
	padding: 0;
	margin: 0 34px 0 0;
	box-shadow: none;
	border: none;
	border-radius: 100%;
	text-align: center;
	background: #ffc47b;
	width: 148px;
	height: 148px;
	line-height: 148px;
	float: left;
	font-size: 70px;
	color: #ffffff;
}
.thumb-pad6 .thumbnail .badge1 {
	padding: 0;
	margin: 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
	background: none;
	width: 60px;
	float: left;
	margin-right: 24px;
	font: bold 50px/36px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffc47b;
}
.thumb-pad6 .thumbnail .badge1 span {
	font: 500 21px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b7b7b7;
	display: block;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #777777;
}
.thumb-pad6 .thumbnail .caption .title {
	font: 300 24px/30px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4d4d4d;
}
.thumb-pad6-1 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6-1 .thumbnail p {
	margin-bottom: 0;
}
.thumb-pad6-1 .thumbnail a {
	font: 12px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ed1651;
}
.thumb-pad6-1 .thumbnail a:hover {
	color: #121212;
}
.thumb-pad6-1 .thumbnail .name {
	font: 900 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #121212;
	text-transform: uppercase;
}
.thumb-pad6-1 .thumbnail .caption {
	padding: 25px 30px;
	margin-bottom: 37px;
	color: #777777;
	background: #ffffff;
	position: relative;
}
.thumb-pad6-1 .thumbnail .caption em {
	position: absolute;
	bottom: -20px;
	display: inline-block;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(img/triangle.png) no-repeat;
}
.thumb-pad7 {
	overflow: hidden;
	margin-bottom: 55px;
}
.thumb-pad7.indent {
	margin-bottom: 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	color: #777777;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption .lnk {
	font: 24px 'Istok Web';
	color: #3e3e3e;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk:hover {
	color: #4cddf3;
}
.thumb-pad7 .thumbnail .caption p {
	margin-top: 14px;
	margin-bottom: 0;
}
.thumb-pad7 .thumbnail .caption p.indent {
	margin-bottom: 19px;
}
.thumb-pad7 figure {
	margin: 0 28px 0 0;
	float: left;
}
.thumb-pad7 figure img {
	width: 100%;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	padding: 0;
	font: 12px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ed1651;
	border-radius: 0;
	border: none;
	background: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #121212;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none !important;
	padding: 0;
	margin: 0;
	text-shadow: none;
	border: 0;
	border-radius: 0;
	background: none;
	background: url(../img/more_arrow2.png) 0 top no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 3px;
	margin-left: 4px;
}
.btn-default.btn2:hover {
	background: url(../img/more_arrow2.png) 0 bottom no-repeat;
	text-decoration: none !important;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 300 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	color: #3c3c3c;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 span {
	width: 15px;
	height: 15px;
	float: left;
	display: inline-block;
	margin-right: 9px;
	margin-top: 5px;
	background: url(../img/more_arrow3.png) 0 top no-repeat;
}
.btn-default.btn3:hover {
	color: #3c3c3c;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover span {
	background: url(../img/more_arrow3.png) 0 bottom no-repeat;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 18px 'Inder';
	margin: 0;
	text-shadow: none;
	color: #f08211;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 > span {
	background: url(../img/more_arrow.png) center 0 no-repeat;
	width: 6px;
	height: 5px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.btn-default.btn4:hover {
	color: #495060;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 18px 'Inder';
	margin: 0;
	text-shadow: none;
	color: #495060;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5 > span {
	background: url(../img/more_arrow.png) center 0 no-repeat;
	width: 6px;
	height: 5px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.btn-default.btn5:hover {
	color: #f08211;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 32px;
	font: 14px/34px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	background: #9f9f9f;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6:hover {
	color: #ffffff;
	background: #f08211;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn7 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 23px;
	font: 300 18px/50px 'Roboto';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border-radius: 6px;
	border: none;
	background: #ffc47b;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn7 span {
	width: 19px;
	height: 19px;
	overflow: hidden;
	display: inline-block;
	background: url(../img/more_arrow.png) 0 top no-repeat;
	position: relative;
	top: 4px;
	margin-left: 5px;
}
.btn-default.btn7:hover {
	color: #ffffff;
	background: #3f3f3f;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
/*-----list-----*/
.list1-1 {
	margin: 0;
	padding: 5PX;
	list-style: none;
	overflow: hidden;
	position: relative;
	background-color: white;
}
.list1-1 li {
	font-size: 12px;
	line-height: 1.428571429;
	overflow: hidden;
	position: relative;
	/*padding-bottom: 15px;
	margin-bottom: 5px;*/
	padding: 10px 5px;
	border-bottom: 1px solid #ddd;
}
.list1-1 li p {
	margin-bottom: 0;
	margin-top: 1px;
}
.list1-1 li a {
	font: 900 15px/21px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #121212;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #212126!important;
}
.list1-1 li.indent {
	border-bottom: none;
	margin-bottom: 3px;
}
.list1-1 li time {
	font: 900 30px/30px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9f9f9f;
	float: right;
	    margin-left: 19px;
	width: 75px;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}
.list1 li {
	font-size: 12px;
	line-height: 1.428571429;
	overflow: hidden;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bebebe;
}
.list1 li p {
	margin-bottom: 0;
	margin-top: 1px;
}
.list1 li a {
	font: 900 15px/21px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #121212;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #ed1651;
}
.list1 li.indent {
	border-bottom: none;
	margin-bottom: 3px;
}
.list2 {
	margin: 0 0 2px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 12px;
	line-height: 1.428571429;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 9px;
	border-bottom: 1px solid #bebebe;
}
.list2 li a {
	font: 900 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ed1651;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #121212;
}
.list2 li:last-child {
	border-bottom: none;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 12px;
	line-height: 1.428571429;
	margin-bottom: 13px;
}
.list3 li a {
	font: 18px/18px 'Istok Web';
	color: #1e2731;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #e22004;
}
.list3 li p {
	margin-bottom: 0;
	margin-top: 14px;
}
.list3 li .extra-wrap {
	padding-top: 8px;
}
.list3 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 9px;
	display: inline-block;
	color: #ffffff;
	font: bold 24px/52px 'Istok Web';
	background: #e22004;
	border: none;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	text-align: center;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 12px;
	line-height: 1.428571429;
	margin-bottom: 49px;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li time {
	font: 14px 'Istok Web';
	color: #404141;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 16px;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}
.list8 li {
	font-size: 12px;
	line-height: 1.428571429;
	overflow: hidden;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bebebe;
}
.list8 li p {
	margin-bottom: 0;
	margin-top: 1px;
}
.list8 li a {
	font: 900 15px/21px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #121212;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list8 li a:hover {
	color: #ed1651;
}
.list8 li:last-child {
	border-bottom: none;
	margin-bottom: 3px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 26px 0 0 0;
	overflow: hidden;
}
#search-404 a {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 21px;
	height: 22px;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search-404 input {
	width: 100%;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	border: none;
	background: #ffffff;
	font: 13px/36px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777777;
	padding: 0 40px 0 14px;
	height: 36px;
	resize: none;
}
#search {
	margin: 28px 0 0 0;
	position: relative;
	border-radius: 38px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	display: inline-block;
	width: 213px;
	float: right;
}
#search a {
	position: absolute;
	float: left;
	top: 2px;
	right: 11px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 215px;
	outline: none;
	font: 12px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	float: left;
	color: #777777;
	background: none;
	height: 26px;
	padding: 3px 0 9px 20px;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.form-box {
	margin-bottom: 56px;
}
.map {
	margin: 0 0 25px 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 596px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	padding: 0;
	margin: 0;
	list-style: none;
}
.info li {
	border-bottom: 1px solid #bebebe;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.info li:last-child {
	border-bottom: none;
}
.info li h4 {
	font: 900 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #121212;
	text-transform: uppercase;
	margin: 0;
}
.info p {
	margin-bottom: 0;
}
.mail {
	color: #ed1651;
	font: 12px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.mail:hover {
	color: #121212;
	text-decoration: none;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 header > strong span {
 display: none;
}
 header .menuBox {
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
 display: inline-block;
 margin: 0;
}
 nav.tm_navbar {
 display: block;
 width: 100%;
 text-align: center;
 float: none;
}
 nav.tm_navbar ul {
 text-align: center;
}
 nav.tm_navbar ul li {
 float: none;
 padding: 20px 0 0 0;
 display: inline-block;
}
 nav.tm_navbar .sub-menu > ul {
 top: 80px;
}
 .thumb-pad0 .thumbnail .caption2 {
 top: 119px;
 line-height: 60px;
}
 .thumb-pad2 {
 margin-bottom: 30px;
}
 .welcome-box {
 max-height: none;
}
 .welcome-box figure img {
 width: 100%;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 .errorBox img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 header > strong span {
 display: none;
}
 header .menuBox {
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
 display: inline-block;
 margin: 0;
}
 nav.tm_navbar {
 display: block;
 width: 100%;
 text-align: center;
 float: none;
}
 nav.tm_navbar ul {
 text-align: center;
}
 nav.tm_navbar ul li {
 float: none;
 padding: 20px 0 0 0;
 display: inline-block;
}
 nav.tm_navbar .sub-menu > ul {
 top: 80px;
}
 .welcome-box {
 max-height: none;
 padding-bottom: 30px;
}
 .welcome-box figure img {
 width: 100%;
}
 .welcome-box .col-lg-5 {
 padding-top: 0;
}
 .tools-box .col-lg-3 > div {
 border-right: none;
}
 .thumb-pad0 {
 margin: 0 0 30px 0;
 overflow: hidden;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}

 .categories-box {
 margin-bottom: 40px;
}
 .list1 li .title br {
 display: none;
}
 #search {
 float: none;
}
 .servicesBox .col-lg-4 {
 margin-bottom: 0;
}
 .overviewBox {
 padding: 40px 0 33px 0;
}
 .thumb-pad1 .thumbnail .caption a br {
 display: none;
}
 .thumb-pad1 .thumbnail .caption {
 overflow: visible;
}
 .map-box {
 margin-top: 30px;
}
 .map-box figure img {
 width: auto;
}
 .thumb-pad2 .thumbnail .caption p br {
 display: none;
}
 .testimBox {
 padding: 50px 0 0 0;
}
 .thumb-pad4 .thumbnail .caption .title br {
 display: none;
}
 .thumb-pad7 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .errorBox img {
 width: 100%;
}
 .thumb-pad2 {
 margin-bottom: 30px;
}
 .list2 {
 margin-bottom: 30px;
}
 .thumb-pad1 {
 margin-bottom: 30px;
}
 .thumb-pad6 {
 height: auto !important;
}
 footer .box1 {
 text-align: center;
 padding-bottom: 15px;
}
 footer .box1 .menu-list {
 display: inline-block;
}
 footer .box1 .follow_icon {
 display: inline-block;
 float: none;
}
 .watch-box {
 margin-bottom: 35px;
}
 .thumb-pad6-1 {
 margin-bottom: 40px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 h1.navbar-brand_ {
 float: none;
 display: inline-block;
 margin: 0;
}

 .menuBox {
 text-align: center;
}

 nav.tm_navbar {
 display: block;
 width: 100%;
 float: none;
}



 nav.tm_navbar .sub-menu > ul {
 top: 80px;
}
 /*nav.tm_navbar .nav {
 display: none;
}*/
/* .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #404141;
 background: #404141;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}*/
 .list1 {
 margin-bottom: 40px;
}
 .welcome-box {
 max-height: none;
 padding-bottom: 30px;
}
 .welcome-box figure img {
 width: 100%;
}
 .welcome-box .title {
 font-size: 35px;
 line-height: 35px;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .welcome-box .col-lg-5 {
 padding-top: 0;
}
 .tools-box .col-lg-3 > div {
 border-right: none;
}
 .links-box {
 padding-bottom: 0;
}
 .links-box .col-lg-8 {
 margin-bottom: 50px;
}
 .map-box {
 margin-top: 30px;
}
 .map-box figure img {
 width: auto;
}
 .thumb-pad0 {
 margin: 0 0 30px 0;
 overflow: hidden;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 .testimBox .col-lg-3 {
 margin-bottom: 40px;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 .proffesional-box {
 padding: 70px 0;
}
 .proffesional-box .title {
 font-size: 21px;
}
 .privacyBox {
 margin-bottom: 50px;
}
 .categories-box {
 margin-bottom: 40px;
}
 .block-box article {
 margin-bottom: 50px;
}
 .list1 li .title br {
 display: none;
}
 #search {
 float: none;
}
 .thumb-pad1 {
 margin-bottom: 20px;
}
 .servicesBox .col-lg-4 {
 margin-bottom: 0;
}
 .overviewBox {
 padding: 40px 0 33px 0;
}
 .thumb-pad1 .thumbnail .caption a br {
 display: none;
}
 .testimBox {
 padding: 50px 0 0 0;
}
 .thumb-pad7 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad0 .thumbnail .caption2 {
 top: 119px;
 line-height: 60px;
}
 .thumb-pad2 {
 margin-bottom: 50px;
}
 .list2 {
 margin-bottom: 30px;
}
 footer {
 text-align: center;
}
 footer figure {
 float: none;
}
 footer p {
 float: none;
 margin-left: 0;
}
 footer .follow_icon {
 float: none;
 display: inline-block;
}
 .errorBox figure {
 margin-bottom: 35px;
}
 .thumb-pad6 {
 height: auto !important;
}
 footer .box1 {
 text-align: center;
 padding-bottom: 15px;
}
 footer .box1 .menu-list {
 display: none;
}
 footer .box1 .follow_icon {
 display: inline-block;
 float: none;
}
 .thumb-pad4 {
 margin-bottom: 30px;
}
 .watch-box {
 margin-bottom: 35px;
}
 .thumb-pad6-1 {
 margin-bottom: 40px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .latest-box {
 background: #121212;
}
 .errorBox img {
 width: 100%;
}
 .pad0Box {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .topic-box {
 width: 100%;
 float: none;
}
 .thumb-pad1 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad5 .thumbnail figure {
 float: none;
 margin: 0 0 20px 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .tools-box .col-lg-3 {
 width: 100%;
 float: none;
}
 .baner-box {
 width: 100%;
 float: none;
}
 .trainerBox {
 width: 50%;
}
 .overviewBox .col-xs-6 {
 width: 100%;
 float: none;
}
 .projects-box .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad1 figure {
 margin: 0 0 20px 0;
 float: none;
 text-align: center;
}
 .links-box .thumb-pad1 figure img {
 width: 100%;
}
 .offers-box .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad7 figure img {
 width: auto;
}
 .newsletter-box .col-xs-6 {
 width: 100%;
 float: none;
}
 .info-box .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad0 .thumbnail .caption2 {
 top: 50%;
 margin-top: -30px;
}
 .thumb-pad6 .thumbnail .badge {
 float: none;
 margin: 0 0 20px 0;
 border-radius: 0;
 width: 100%;
 height: 90px;
 line-height: 90px;
}
 .shows-box .pad2Box {
 width: 100%;
 float: none;
}
 .shows-box2 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .trainerBox {
 width: 100%;
 float: none;
}
 .gallery-box {
 width: 100%;
 float: none;
}
 .about-box .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad1 figure img {
 width: 100%;
}
 .testimBox .col-lg-3 {
 width: 100%;
 float: none;
}
 .thumb-pad7 figure img {
 width: 100%;
}
 .clients-box .col-lg-3 {
 width: 100%;
 float: none;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 63px;
}
.padBot {
	padding-bottom: 0;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
#panel{
	display: none;
}

/*================================================================*/
.top-menu {
	height: 40px;
	background-color: #535353;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.top-menu ul {
	margin: 0;
	padding: 0;
}
.top-menu ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
.top-menu ul li a {
	color: #BBBABB;
	display: inline-block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #6d6d6d;
	font-size: 14px;
}
.top-menu ul li a:hover {
	color: #FFF !important;
	text-decoration: none;
}
/* 2.1.1 - Search Button
    -----------------------------------------------------------------*/
.search-container *, .search-container:after, .search-container:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.search-container:focus {
	background: #fbfbfb;
	color: #333;
	outline: 0;
	float: right;
}
.search-container {
	display: table;
	position: relative;
	width: 40px;
	height: 40px;
	float: right;
}
.search-icon-btn {
	display: table-cell;
	height: 40px;
	color: #dddde7;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	z-index: 2;
}
.search-input {
	position: absolute;
	right: 0;
	z-index: 1;
}
.search-input input.search-bar {
	border: 1px solid #ccc;
	height: 40px;
	padding: 0;
	width: 40px;
}
.search-input input.search-bar:focus {
	padding-left: 60px;
	padding-right: 10px;
	width: 200px;
	background-color: #f2f2f4;
	color: #939399;
}
.search-input input.search-bar, .search-icon-btn {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.search-container:hover > .search-input input.search-bar {
	padding-left: 60px;
	padding-right: 10px;
	width: 200px;
	background-color: #f2f2f4;
}
.search-icon-btn{
	background-color: #ed1651;
}
.google-plus:hover {
	color: #FFF;
	background-color: #dd4b39;
}
.linkedin:hover {
	color: #FFF;
	background-color: #0976b4;
}
.twitter:hover {
	color: #FFF;
	background-color: #2e9edd;
}
.facebook:hover {
	color: #FFF;
	background-color: #3b5998;
}
.youtube:hover {
	color: #FFF;
	background-color: #e52d27;
}
.instagram:hover {
	color: #FFF;
	background-color: #3f729b;
}
.mobile-app{
	font-size: 18px;
}
@media only screen and (max-width: 1100px){
.top-menu .right-top-menu .contact, .top-menu .right-top-menu .about, .address, .clock {
    display: none;
}
}
.carousel-text{
	background: #ddd;
    color: #333;
    border-bottom: 2px solid #ed1651;
}
.carousel-text h4{
	margin: 0;
	padding: 10px 10px 5px 10px;
	font-weight: 600;
}
.carousel-text p{
	margin: 0;
	padding: 0 10px 5px 10px;
}


/* 3.9 - 3.9 - الأخبار الهامة Ticker & News On-Air
    -----------------------------------------------------------------*/
.outer {
	width: auto;
	height: 40px;
	overflow: hidden;
	background-color: #000;
	margin-bottom: 1.625em;
}

@media (max-width: 500px){
	.outer{
		height: 70px;
	}
}

@media (max-width: 330px){
	.outer{
		height: 120px;
	}
}



.outer ul {
	padding: 0;
}
.outer li {
	padding: 8px 15px 8px 0;
}
.outer li a {
	text-decoration: none;
	color: #CCC;
	font-weight: 400;
}
.breaking-ribbon h4 {
	margin: 0;
}
.newsticker h4, .news-on-air h4 {
	margin: 0;
}
.breaking-ribbon {
	color: #FFF;
	width: auto;
	height: 100%;
	padding: 8px 16px;
	float: right;
	text-transform: uppercase;
	display: inline;
	letter-spacing: .01em;
}
.breaking-ribbon h5 {
	margin: 0;
	padding-top: 4px;
}
.newsticker, .news-on-air {
	position: relative;
	overflow: hidden;
	display: block;
	color: #CCC;
	height: 40px;
	background-color: #212126;
}

@media (max-width: 500px){
	.newsticker, .news-on-air{
		height: 70px;
	}
}

@media (max-width: 330px){
	.newsticker, .news-on-air{
		height: 120px;
	}
}
.news-on-air .fa {
	padding-right: 8px;
}
.outer .category {
	color: #FFF;
}
.outer a:hover {
	color: #FFF !important;
}
.navi {
	float: right;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
button.up, button.down {
	background-color: transparent;
	border: none;
	color: #FFF;
	float: left;
	font-size: 18px;
	transition: color .2s;
	opacity: .5;
	padding-right: 2px;
}
button.up:hover, button.down:hover {
	opacity: 1;
}
/*news ticker end*/
.presenters{
	margin-bottom: 0px;
    background: #ed1651;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 900;
    font-stretch: normal;
    font-size: 28px;
    line-height: 36px;
    font-family: Roboto;
}

.thumbnail figure .theme1_caption{
	background-color: white;
	border-top: 2px solid #ed1651;
	font-size: 24px;
	color: #ed1651;
	font-weight: 700;
	padding: 5px 10px;
}

.theme2_caption{
	/*background-color: #d6144b;*/
	background: linear-gradient(to top, #bd1345, #ed1651);
	border-top: 2px solid #ed1651;
	font-size: 24px;
	color: white;
	font-weight: 700;
	padding: 5px 10px;
}

@media(max-width: 768px){
	.theme2_caption{
		margin-top: 50px;
	}
}


.theme3_caption{
	background-color: #e8e8e9;
	/*background: linear-gradient(to top, #bd1345, #ed1651);*/
	font-size: 22px;
	color: black;
	font-weight: 700;
	padding: 5px 10px;
}

.theme4_caption{
	/*margin-top: 50px;*/
	/*background-color: #d6144b;*/
	background: linear-gradient(to top, #bd1345, #ed1651);
	border-bottom: 4px solid rgba(0,0,0,0.5);
	font-size: 24px;
	color: white;
	font-weight: 700;
	padding: 5px 10px;
	margin-bottom: 20px;	
}

@media (max-width: 992px){
	.theme3_caption, .theme4_caption{
		margin-top: 50px;
	}
}
.social_plugin{
	background-color: white;
}

.social_plugin img{
	width: 30%;
	/*padding: 10px;*/
}

.vid{
	background: #ed1651;
}
.scl-main-bx{
	box-shadow: 0 0 3px 0px rgba(53,53,53,0.24);
}t
._1drm ._1drn{
	border: none!important;
}
.advert-btn{
	background: linear-gradient(to top, #bd1345, #ed1651);
	transition: all 0.3s;
}
.advert-btn:hover{
	background: linear-gradient(to top, #ed1651, #bd1345);
	transition: all 0.3s;
}
.advert-btn span{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: right;
	display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
}
.ftr-contact ul{
	margin-right: 20px;
	padding: 0;
}
.ftr-contact h3{
	margin-bottom: 20px;
}
.ftr-contact ul li{
	list-style-type: none;
	margin-bottom: 10px;
}
.ftr-contact{
	font-size: 14px;

}
.ftr-contact .fa, .ftr-contact .fas{
	color: #ed1651;
}
.ftr-contact span{
	padding-left: 10px;
	color: #fff;
}
.ft-xtra-links ul{
	margin: 0;
	padding: 0;
}
.ft-xtra-links ul li{
	list-style-type: none;
	padding: 8px; 
}
.ft-xtra-links ul li a{
	color: #fff;
	font-size: 16px;
}
.ft-xtra-links ul li a:hover{
	color: #ed1651;
}
.bottom-footer{
	background-color: #ed1651;
	color: 	#fff;
	padding: 10px 0;
}
.bottom-footer a{
	color: #fff;
}

@media (max-width: 992px){
	.bottom-footer div{
		text-align: center!important;
	}
}



/**/

#about, #blog{
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}


#mySidenav a, #mySidenav2 a {
  position: absolute;
  /*left: -80px;*/
  transition: 0.3s;
  padding: 15px 0;
  /*width: 100px;*/
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 8px 0 0 8px;
  z-index: 999;
  background-color: #ed1651;
}
.flaticon-search:before {
    content: "\f100";
    margin-left: 0;
    margin-right: 20px;
}
#mySidenav a:hover {
  right:  0;
}

#about {
  top: 233px;
  padding: 0!important;
  right:  0px;
  width: 230px;
 
}

.aboutclas{
	right: -185px!important;
}

#mySidenav2 #about input{
	width: 166px;
	height: 58px;
	color: black;
	border: none;
}

#mySidenav2 #about span{
	background: #ed1651;
	border: none;
	height: 58px;
	padding: 14px 9px;
	cursor: pointer;
}

#mySidenav2 #about span:focus{
	outline: none;
}

#blog {
  top: 300px;
  right: -25px;
  width: 70px;

}

#mySidenav #blog i{
	padding-right: 38px;
}

.fa-facebook-f:hover{
	color: #3b5999;
	transition: all .5s;
}

.fa-twitter:hover{
	color: #55acee;
	transition: all .5s;
}

#projects {
  top: 365px;
  right: -25px;
  width: 70px;
}

#mySidenav #projects i{
	padding-right: 35px;
}

#contact {
  top: 430px;
  right: -65px;
  width: 110px;
}

#mySidenav #contact i{
	padding-right: 10px;
	transition: all .5s;
}

.fa-apple:hover{
	color: #7D7D7D;
}

.fa-android:hover{
	color: #a4c639;
}
.flaticon-download:before {
    content: "\f101";
    margin-right: 13px;
    margin-left: 0;
}
#mySidenav #contact i:first-child{
	padding-right: 5px;
}

@media (max-width: 768px){
	.ft-xtra-links{
		text-align: center;
	}
}


/*opinion polls*/

.button-open{
	position: fixed;
	bottom: 10px;
	left: 10px;
	background-color: white;
	color: #ed1651;
	padding: 10px 20px;
	border: 1.5px solid rgba(237,22,81,0.5);
	border-radius: 25px;
	cursor: pointer;
	/*box-shadow: -6px 10px 5px rgba(0,0,0,0.5);*/
	box-shadow: 0 0 16px rgba(0,0,0,0.5);
	font-weight: 700;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}
.button-open:hover{
	background-color: rgba(237,22,81,0.7);
	color: #fff;
}

.opinion{
	width: 350px;
	border-top: 3px solid #ed1651;
	position: fixed;
	left: 30px;
	bottom: 60px;
	box-shadow: 0px 0px 2px 0.1px;
	transition: all 0.3s;
}

@media (max-width: 768px){
	.opinion{
		width: 60%;
	}
}

.bottomslide{
	bottom: -320px
}

.op-header{
	padding: 5px;
	color: #ed1651;
	font-size: 20px;
	font-weight: 700;
	background-color: white;
}

.questions{
	background-color: #fdefef;
	padding: 20px;
}

.que-text{
	font-size: 16px;
	color: black;
	font-weight: 500;
}

.op{
	background-color: white;
	margin-bottom: 10px;
	font-size: 16px;
	transition: all .3s;
	box-sizing: border-box;
	border-left: 5px solid #fcdde5;
	box-shadow: 0px 0px 2px 0.1px;
}

@media (max-width: 768px){
	.op{
		font-size: 12px;
	}
}

.op:hover, .op:active{
	border-color: #ed1651!important;
	cursor: pointer;
	color: black;
	font-weight: 700;
	box-shadow: 0px 0px 5px 0.3px;
}

.op span{
	padding: 5px;
	color: #ed1651;
	font-weight: 700;
}

.options{
	margin-top: 15px;
}

.options button{
	background: linear-gradient(to top, #bd1345, #ed1651);
	border: none;
	text-align: center;
	color: white;
	margin-top: 15px;
	border-radius: 15px 0 15px 0;
	transition: .5s;
}

.options button:hover{
	color: white;
	background: linear-gradient(to top, #ed1651, #bd1345);

}

.op1{
	width: 38%;
	background-color: #fcdde5;
	padding: 5px;
	display: inline-block;
}

.op2{
	width: 55%;
	background-color: #fcdde5;
	padding: 5px;
	display: inline-block;
}

.op3{
	width: 46%;
	background-color: #fcdde5;
	padding: 5px;
	display: inline-block;
}
.zind{
	z-index: 111111!important;
}

.close{
	padding: 5px;
	font-size: 16px;
}
.featured-box{
	text-align: center;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}
.featured-box .box-content{
	    border-radius: 8px;
    border-top: 3px solid #33B8FF;
    border-top-width: 4px;
    padding: 20px 15px 15px 15px;
    background: #fff;
}
.featured-box .box-content i{
	font-size: 100px;
	margin-bottom: 25px;
}
.featured-box h4{
	font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    text-transform: uppercase;
}

.featured-box .box-content p{
	font-size: 14px;
	line-height: 20px;
}
.featured-box-primary h4{
	color: #3b5998;
}
.featured-box-primary .box-content i{
	color: #3b5998;
}
.featured-box-primary .box-content{
	border-top-color: #3b5998;
}
.featured-box-secondry h4{
	color: #00acee;
}
.featured-box-secondry .box-content i{
	color: #00acee;
}
.featured-box-secondry .box-content{
	border-top-color: #00acee;
}
.featured-box-third h4{
	color: #FD1D1D;
}
.featured-box-third .box-content i{
	color: #FD1D1D;
}
.featured-box-third .box-content{
	border-top-color: #FD1D1D;
}


