a {
	color: #565656;
	font-family: "Open Sans",Arial,sans-serif !important;
	outline-style:none!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	text-decoration: none;
}
body {
	background-color: #fff;
	color: #66808c;
	font-family: 'Montserrat';
	font-size: 16px;
}
.onlymobile{
	display: none;
}
.podklad{
	background: url('/podklad1.webp') center center no-repeat, url('/im/podklad1.jpg') center center no-repeat;
	height: 1000px;
	position: relative;
}
.stred2{
    position: absolute;
    color: #fff;
    transform: translate(-50%, -50%);
        width: 686px;
    height: 388px;
    background: #fff;
    top: 50%;
    left: 50%;
}
.stred{
    position: absolute;
    color: #fff;
    transform: translate(-50%, -50%);
        width: 1400px;
    height: 748px;
    background: transparent;
    top: 50%;
    left: 50%;
}
.sloupec{
        width: 300px;
}
.mid{
	width: 780px;
}
.itemx{
	margin-top: 36px;
}
.title{
font-size: 21px;
    /* font-weight: bold; */
    color: #4a4a4a;
    font-family: "Open Sans",Arial,sans-serif;
}
.text{

	font-family: "Open Sans",Arial,sans-serif !important;
}
.texty{
	color: #000;

	    font-size: 18px;
}
.mid .itemx{
	float: left;
	margin-top: 36px;
	width: 50%;
}
@media(max-width: 500px){
	.navbar-brand{
	    float: left;
	    width: 219px;
	    padding: 20px 0;
	}
}
@media(max-width: 1000px){
	.onlymobile{
width: 90%;
    /* padding: 10%; */
    color: #fff;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 2000;
    display: block;
	}
	.chlap{
	height: 90vh;
    margin-bottom: 0px !important;
    position: relative !important;
    top: 0px !important;
    width: auto !important;
    visibility: visible !important;
    animation-name: fadeInDown !important;
	}
}
blockquote {
	border-left-style: solid;
	color: #919191;
	font-size: 1.8em;
	letter-spacing: 2px;
	line-height: 1em;
	margin: 30px 0;
	padding: 30px 30px 30px 60px;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
	color: #fff;
	font-family: 'Montserrat';
	margin: 20px 0 10px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0 0px 0;
}
h1 {
	font-size: 4em;
	font-weight: 900;
	letter-spacing: -3px;
	text-transform: uppercase;
}
h2 {
	color: #131313;
	font-size: 2.5em;
	font-weight: 900;
	margin-top: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
h3 {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 1em;
}
.text{
	    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;

}
section a{
	color: #ef7733 !important;
}
h4 {
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    font-size: 19px;
    line-height: 1em;
}
h5 {
	font-size: 1em;
	font-weight: 400;
}
h6 {
	font-size: 0.8em;
	font-weight: 400;
	margin-top: 30px;
}
img {
	width: 100%;
}
p {
	color: #151515;
	font-family: "Open Sans",Arial,sans-serif !important;
	font-size: 15px !important;
	line-height: 1.7em;
	margin-bottom: 1em;
}
ul li {
	color: #919191;
}
p small {
	text-transform: uppercase;
}
section {
	overflow: hidden;
}
select{
	-moz-appearance:none;

}
article{
	
	padding: 70px 0;
}
section ul,
section ol {
  padding: 1em 0 0;
  list-style-position: inside;
}
section ul li ul,
section ul li ol,
section ol li ul,
section ol li ol {
  padding: 0.5em 1em;
  list-style-position: inside;
}
strong{
	color: #131313;
	 -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.padding-top{
	padding-top: 70px;
}
.arrow-list ul li {
	background: url("../img/icon-arrow.png") no-repeat 0 8px;
}
.disc-list ul li {
	background: url("../img/icon-disc-small.png") no-repeat 0 8px;
}
.small-arrow-list ul li {
	background: url("../img/icon-arrow-small.png") no-repeat 0 8px;
}
.tick-list ul li {
	background: url("../img/icon-tick.png") no-repeat 0 8px;
}
.common-list,
.disc-list ul,
.arrow-list ul,
.small-arrow-list ul,
.tick-list ul {
	padding: 1em 0 0;
	list-style: none;
}
.arrow-list ul li,
.disc-list ul li,
.small-arrow-list ul li,
.tick-list ul li {
	padding: 0 0 0 1.5em;
}
section ul li {
	line-height: 27px;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.generic{
	padding: 3em 0 3em 0;
}
/**
 *
 *
/*******************************  $Affiliates  *******************************/
.affiliates .image-wrapper{
	text-align: left;
}
.affiliates .cview{
	height: 0;
}
.ct-view{
	background: #232323;
	text-align: center;
	padding: 4em 0;
}
.ct-view h3{
	color: #fff;
}
.ct-image{
	padding: 20px;
	text-align: center;
}
.ct-image img{
	max-height: 250px;
	padding-bottom: 20px;
	width: auto;
}
/**
 *
 *
/*******************************  $Author  *******************************/
.author {
border-top: 1px solid #ccc;
margin: 50px 0;
min-height: 100px;
padding: 30px 0 30px 130px;
position: relative;
}
.author figure {
left: 0;
overflow: hidden;
position: absolute;
top: 30px;
width: 100px;
}
.author figure img{
	border-radius: 5%;
	border: 1px solid #e1e1e1;
	padding: 6px;
}
.author strong {
  color: #131313;
  display: block;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.comments h2 {
  font-size: 1.5em;
  margin: 50px 0 20px;
}
.comments textarea {
  min-height: 120px;
}
.comments .form-control {
  border: 1px solid #e1e1e1;
  height: 45px;
}
.comments .form-response {
  margin: 20px 0 0 0;
}
.comments-item {
	border: 1px solid #e1e1e1;
	border-radius: 4px;
  padding: 20px 0 20px 70px;
  position: relative;
  margin: 0 0 15px 40px;
  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.comments-item.reply {
  margin-left: 120px;
}
.comments-item figure {
  left: -32px;
  background: #fff;
  position: absolute;
  top: 13px;
  width: 100px;
}
.comments-item figure img{
	border-radius: 5%;
	border: 1px solid #e1e1e1;
	padding: 6px;
	width: 76%;
	 -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.comments-item p {
  margin-bottom: 10px;
}
.comments-item span {
  color: #919191;
  display: block;
  font-size: 0.875em;
  margin: 0 0 10px 0;
}
.comments-item .reply-link:hover {
  color: #333;
  text-decoration: underline;
}
.comments-item .reply-link i {
  font-size: 1.2em;
  padding: 0 5px 0 0;
}
/**
 *
 *
/*******************************  $Collapse  *******************************/
.panel-group .panel {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-group .panel+.panel {
	margin: 0;
}
.panel-group .panel-heading {
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0 0 10px 0;
	padding: 0;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
	border: none;
}
.panel-group .panel-body {
	background-color: transparent;
	border: 0;
	margin: 0 0 10px 0;
}
.panel-group .panel-title>a {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	color: #131313;
	display: block;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 28px;
	min-height: 48px;
	padding: 10px 10px 10px 30px;
	width: 100%;
}
.panel-group .panel-title>a i {
	float: right;
	font-size: 1.3em;
}
/**
 *
 *
/*******************************  $Buttons  ********************************/
.btn {
	border-
	border-width: 2px;
	border-radius: 0;
	color: #131312;
	font-size: 0.875em;
	font-weight: bold;
	padding: 1em 2em;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;       
	background: #F6F6F6;
	border-color: #DCDCDC;
  border-radius: 2px;
}
.btn:hover{
	background: #DCDCDC;
  border-color: #B3B3B3;
}
.btn:focus {
	outline: none;
}
.btn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	opacity: 0;
}
.btn.btn-bordered:hover,
.btn.btn-bordered.active {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #131313;
}
.btn.btn-bordered {
	border: 1px solid #131313;
	color: #919191;
	display: block;
	background: #131313;
	font-size: 1em;
	border-radius: 0;
	padding: 0.5em 2em;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.btn.btn-foot-news {
	
	border-radius: 0;
	color: #333;
	font-size: 1.3em;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn.btn-foot-news:hover{
	background-color: #333;
}
.btn.btn-search {
	border-radius: 0;
	color: #fff;
	font-size: .9em;
	height: 41px;
	padding: 0;
	width: 73px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn.btn-search:hover{
	background-color: #131313;
	
}
.btn.btn-more {
	display: inline-block;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 25px;
	padding: 8px 20px;
	width: auto;
}
.btn.btn-more i {
	padding: 0 0 0 5px;
	position: relative;
	top: 1.2px;
}
.btn.btn-sidebar i, .btn.btn-more i {
	font-size: 1.3em;
	padding: 0 5px 0 0;
}
.btn.btn-sidebar, .btn.btn-more {
	
	border-radius: 0;
	color: #fff;
	font-weight: 400;
}
.btn.btn-sidebar, .btn.btn-more:hover {
	background-color: #131313;
	border-color: #131313;
	border-color: #131313;
	
}
.button {
	line-height: 15px;
	display: inline-block;
	padding: 16px 20px;
	text-align: center;
	position: relative;
}
.button_white{
	line-height: 15px;
	display: inline-block;
	padding: 16px 20px;
	text-align: center;
	position: relative;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 2px;
	font-size: 20px;

}
.navbar-brand h1{
	display: none;
}
.button_white:hover{
	color: #fd9e4f;
	background: #fff;
}

.button_orange{
	line-height: 15px;
	display: inline-block;
	padding: 16px 20px;
	text-align: center;
	position: relative;
	color: #fd9e4f;
	border: 3px solid #fd9e4f;
	border-radius: 2px;
	font-size: 20px;

}
.button_orange:hover{
	color: #fff;
	background: #fd9e4f;
}

/* Open button */
.btn-default {
	padding: 1em 2em;
	border: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.btn-default::before,
.btn-default::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-default::before {
	top: 0;
	padding-top: 1em;
}
.btn-default::after {
	bottom: 0;
	line-height: 0;
}
.btn-default:hover::before {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.btn-default:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
/**
 *
 *
/*******************************  $Contact Form  ********************************/
.contact address {
  font-size: 0.875em;
}
.contact address i {
  
}
.contact textarea {
  min-height: 120px;
}
.contact .form-control {
  border: 1px solid #e1e1e1;
  height: 45px;
}
.contact .form-response {
  margin: 20px 0 0 0;
}
.contact .border-map{
	border: 1px solid #c0c7c0;
	padding: 6px;
	margin-bottom: 50px;
}
.contact .map2 {
	height: 350px;
}
/**
 *
 *
/*******************************  $Dedicated  *******************************/
.plan{
	background: #232323;
	border-radius: 3px;
	padding-top: 45px;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.plan .price {
	
	border-radius: 200px;
	color: #fff;
	font-size: 1.2em;
	left: 37%;
	position: absolute;
	text-align: center;
	top: -40px;
	width: 80px;
	line-height: 80px;
	height: 80px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.plan h3 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 5px 0;
	text-align: center;
	text-transform: uppercase;
}
.plan small {
	color: rgba(255,255,255,0.8);
	display: block;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
}
.plan ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.plan ul li {
	background: #fff;
	color: rgba(0,0,0,0.8);
	display: block;
	padding: 15px 30px;
}
.plan ul li span {
	padding-right: 7px;
}
.plan ul li:nth-child(even) {
	background: #eee;
}
.plan ul li:last-child a {
	border-radius: 0 0 3px 3px;
	color: rgba(255,255,255,0.9);
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 15px;
	text-align: center;
	text-transform: uppercase;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}
.plan ul li:last-child {
	background: none !important;
	border-radius: 0 0 3px 3px;
	padding: 0;
	text-align: center;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}
.plan.active{
	
}
.plan.active ul li:last-child a{
	background: #232323;
}
.plan.active .price{
	background: #232323;
}
.plan:hover{
	
}
.plan:hover .price{
	background: #232323;
}
.plan:hover ul li:last-child a{
	background: #232323;
}
/**
*
*
/******************************* $Domains *****************************/
.domains-item {
  margin: 0 auto;
  padding: 0 0 0 100px;
  position: relative;
}
.domains-item:hover i {
  background-color: transparent;
}
.domains-item a {
  display: block;
  margin: 20px 0 0 0;
}
.domains-item a:hover {
  color: #131313;
}
.domains-item i {
  border-radius: 50%;
  color: #fff;
  display: block;
	font-size: 27px;
  height: 80px;
  left: 0;
  line-height: 80px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: 80px;
}
.domains-item span {
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 27px;
	height: 80px;
	left: 0;
	line-height: 80px;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.2s ease-in-out;
	width: 80px;
}

/**
 *
 *
/*****************************  $Domain Tabs  *****************************/
.domain-tabs{
	background: url("../img/bg/bg-domains.jpg") center;
	background-size: cover;
	padding: 7em 0;
}
.domain-tabs .tab-content {
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid;
	border-color: rgba(255, 255, 255, 0.2);
	padding: 0 20px;
}
.tabbed-pills li {
	margin-bottom: 8px;
	padding-right: 70px;
}
.nav-pills>li>a{
	border-radius: 0;
}
.tabbed-pills a {
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
	font-size: 16px;
	height: 50px;
	position: relative;
}
.task a {
	display: block;
}
.tabbed-pills a:after {
	border: 25px solid transparent;
	border-left-color: #131313;
	content: " ";
	display: block;
	height: 0;
	left: 100%;
	position: absolute;
	top: 0;
	width: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tabbed-pills .active a:after, .nav-pills.tabbed-pills a:hover:after{
	border-left-color: #FFB91B;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
	color: #131313;
	background-color: #FFB91B;
	line-height: 27px;
}
.tabbed-pills a{
	background-color: #131313;
	color: #919191;
}
.nav-pills.tabbed-pills a:hover{
	background-color: #FFB91B;
	color: #fff;
}
ul.nav.nav-pills.nav-stacked.tabbed-pills{
	padding-top: 0;
}
.tab-pane-body .text-title{
	color: #FFB91B;
}
/**
*
*
/******************************* $Error 404 *****************************/
.error-404 {
  background-color: transparent;
  background-image: url("../img/404.jpg");
  background-repeat: no-repeat;
  background-position: 180px;
  background-size: cover;
  position: relative;
  max-height: 440px;
}
.error-404 h5,
.error-404 h6 {
  text-transform: uppercase;
}
.error-404 h6 {
  font-size: 2.5em;
}
.error-404 strong{
	color: #fff;
}
.content-left {

}
.error-404 .content-left h5,
.error-404 .content-left h6 {
  color: #fff;
  text-align: right;
  font-weight: 800;
  padding: 0 25px 0 0;
}
.error-404 .content-right h5,
.error-404 .content-right h6 {
  color: #fff;
  text-align: left;
  font-weight: 800;
  padding: 0 25px 0 0;
}
.content-left {
  padding: 151px 0 190px 0;
  display: inline-block;
  float: left;
  width: 45%;
}
.content-right {
  padding: 152px 0 0px 20px;
  display: inline-block;
  float: right;
  width: 55%;
}
footer.e404 {
  padding: 50px 0 0 0;
}
/**
 *
 *
/*******************************  $Facilities  *******************************/
.facilities {
	background-image: url("../img/bg/bg-facilities.jpg");
}
.facilities{
	    background-position: bottom center !important;
    background-image: linear-gradient(180deg,#fd9e4f 0%,rgba(219,70,81,0.91) 100%) !important;
}
@media (min-width: 1200px){
	.container {
	    max-width: 90%;
	}
}
.well{
	float: left !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	border: none !important;
	font-size: 14px !important;
    color: #666 !important;
        font-family: "Open Sans",Arial,sans-serif !important;
    font-weight: 500 !important;
}
.textx img{
	width: 30px;
}
.nextform{
	background-image: linear-gradient(180deg,#fb9c57 0%,#da4954 100%)!important;
	padding: 80px 0;
}
.nextform h3{
	    position: relative !important;
    padding-bottom: 0px !important;
    font-weight: 500 !important;
        font-size: 22px !important;
        color: #fff !important;
}
.textx{
	float: right;
	width: 100%;
	color: #fff;
	padding-top: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
        letter-spacing: 6px !important;
	text-align: center;
}
input[type="text"]{
	width: 100%;
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
    margin-bottom: 20px;
}
textarea{
	width: 100%;
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
    margin-bottom: 5px;
}
#sendquest{
	float: right;
	    color: #ffffff!important;
    border: 2px solid #fff !important;
    width: auto !important;
    border-color: #ffffff;
    font-weight: 600!important;
    background: transparent !important;
}
.fb_hov:hover{
	background: #435f9e;
}
.g_hov:hover{
	background: #964b00;
}
.tw_hov:hover{
	background: #4bc7f0;
}
.yt_hov:hover{
	background: #ff0000;
}
.next_sp{
	margin-left: 0px;
	margin-right: 0px;
	background-color: #343434!important;
	margin-bottom: 0px;
}
.next_sp .col-md-3{
	padding-right: 0px;
	padding-left: 0px;
}
.hideonmobile{

}
@media(max-width: 1000px){
	.hideonmobile{
		display: none;
	}
	.plachta{
		
		padding-bottom: 20px !important;
	}
	.footer-top{
		padding: 0 !important;
	}
	.row{
		width: 90%;
		padding-left: 5%;
	}
	.next_sp{
		padding: 0 !important;
		width: 100% !important;
	}
}
.next_sp a{
	display: block;
	text-align: center;
	padding: 40px 0;
}
.caption{
	text-align: left !important;
}
.caption h2{
	text-align: left !important;
	    padding-bottom: 10px !important;
    color: #333 !important;
    font-weight: 500 !important;
    line-height: 1em !important;
    font-size: 26px !important;
        font-family: "Open Sans",Arial,sans-serif !important;
}
.col-md-12{
	clear: both;
	width: 100%;
}
.thumbnail{
	border: none !important;
	font-size: 14px !important;
    color: #666 !important;
        font-family: "Open Sans",Arial,sans-serif !important;
    font-weight: 500 !important;
}
.facilities h1{
	font-weight: normal !important;
	text-align: center !important;
    font-size: 32px !important;
    color: #ffffff!important;
        letter-spacing: 0px !important;
}
.facilities p,
.facilities h3,
.facilities h4,
.facilities ul li {
	color: #fff;
}
.facilities h4 {
	font-weight: bold;
}
.skin_base h4 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
}
/**
 *
 *
/***********************  $Flickr  ************************/
.flickr-container {
	background: #f4f3f6;
	padding: 9px;
}
.flickr-feed {
	list-style: none;
	text-align: center
}
.flickr-feed .item-thumbnail {
	display: inline-block;
	list-style: none;
	margin: 3.5px;
	width: 75px;
}
.flickr-feed .item-thumbnail .icons .lightzoom,
.flickr-feed .item-thumbnail .icons .postlink {
	background: none;
	color: #fff;
}
.flickr-feed .item-thumbnail .icons a:hover {
	text-decoration: none;
}
.flickr-feed .item-thumbnail:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.flickr-feed .item-thumbnail:hover .overthumb {
	top: 0;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
.flickr-feed .item-thumbnail:hover .icons {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	top: 35%;
}
/**
 *
 *
/*******************************  $Footer  *******************************/
.container2{
	margin: 0 auto;
	max-width: 1200px !important;
	width: 1200px !important;
}
@media(max-width: 1440px){
	.container2{
		width: 90% !important;
		max-width: 90% !important;
	}
	.row{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}
footer .footer-top {
	padding: 40px 0;
	background-color: #343434;
}
footer .footer-top h4{
	color: #6a6a6a;
	margin-top: 1em;
	font-size: 1.2em;
}
.footer-top address{
	font-size: 0.875em;
	line-height: 1.7em;
  color: #717171;

	    font-family: "Open Sans",Arial,sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;

}
.footer-top address a{
	    font-family: "Open Sans",Arial,sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
	color: #6a6a6a;
}
.footer-top address a:hover{
	    font-family: "Open Sans",Arial,sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
	color: #6a6a6a;
}
.footer-top a{
	
	    font-family: "Open Sans",Arial,sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
	color: #6a6a6a;
}
.footer-top a:hover{
	
	    font-family: "Open Sans",Arial,sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
	color: #6a6a6a;
}
.footer-top address i{
	color: #6a6a6a;
}
.footer-top .foot-newsletter {
	position: relative;
}
.footer-top .foot-newsletter .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.footer-top .form-control{
	background-color: #333;
}
.footer-top .map {
	height: 170px;
	width: 100%;
}
.copy {
	background-color: #343434;
	line-height: 20px;
	padding: 15px 0;
}
.copy .top {
	float: right;
}
.copy p.down{
	padding-top: 10px;
	    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
  text-align: left;
  color: #fff;
}
.copy p.down a{
	color: #ffF;
}
/**
*
*
/******************************* $Form field *****************************/
.form-control {
	background: #F7F7F7;
	height: 40px;
	line-height: 24px;
	border-radius: 0;
	border: none;
	padding: 13px 80px 13px 13px;
}
.form-control:focus {
	outline: none;
}
/**
*
*
/******************************* $Form domain *****************************/
.form_domain {
	padding: 0;
	margin: 0;
}
.form_domain span{
	float: left;
	margin-left: 10px;
	padding: 3px 10px 0 0;
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
}
.form_domain input{
	background-color: #131313;
	border: none;
	color: #919191;
	margin:0;
	width: 43%;
	height: 40px;
	padding: 5px 10px;
	font-size: 14px;
}
.form_domain select{
	background-color: #131313;
	color: #FFf;
	height: 40px;
	width: 22%;
	margin:0 2%;
	padding: 5px 20px;
	border:none;
}
.form_domain .button{
	
	color: #131312;
	height: 38px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 30px;
	margin: 0;
	width: 15%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.form_domain .button:hover{
	background-color: #131313;
	
}
.form_domain form{
	margin:0;
	padding: 0;
}
/**
 *
 *
/*******************************  $Features 1  ********************************/
.icon-entry  {
  padding-bottom: 1.5em;
}
.icon-entry img {
  width: 70px;
  height: 70px;
  float: left;
}
.icon-entry .content {
  margin: 0 25px 0 85px;
}
/**
 *
 *
/*******************************  $Features 2 *******************************/
.features {
	text-align: center;
}
.features .features-item {
	color: #fff;
	display: inline-block;
	height: 280px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 375px;
}
.features .features-item:hover .desc {
	top: 0;
}
.features .features-item:hover .icon {
	top: -150px;
}
.features .features-item {
	background-color: #232323;
}
.features .features-item .icon i {
	
}
.features .features-item .desc {
	color: #fff;
	font-size: 1.1em;
	height: 100%;
	left: 0;
	line-height: 2em;
	padding: 40px;
	position: absolute;
	top: 150%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 100%;
}
.features .features-item .foot {
	background-color: rgba(0,0,0,0.3);
	bottom: 0;
	font-size: 1em;
	text-transform: uppercase;
	height: 60px;
	line-height: 60px;
	padding: 0 10px 0 40px;
	position: absolute;
	width: 100%;
}
.features .features-item .foot i {
	color: rgba(255,255,255,0.7);
	float: right;
	font-size: 1.5em;
}
.modal-dialog{
	width: 90%;
	padding: 5%;
}
.modal-content {
    position: relative;
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0.4196078431372) !important;
}
.modal-footer{
	border-top: none !important;
}
.features .features-item .icon {
	background-color: #131313;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 3.7em;
	height: 150px;
	left: 50%;
	line-height: 140px;
	margin: -105px 0 0 -75px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 150px;
}
/**
 *
 *
/*******************************  $Filters  ********************************/
.filters {
  list-style: none;
  margin-bottom: 20px;
}
.filters li {
  display: inline-block;
  margin: 10px 2px 0 2px;
}
/**
 *
 *
/*******************************  $Gallery  ********************************/
.gallery-grid-item {
  display: inline-block;
  margin: 9px;
  max-width: 264px;
}
.gallery-grid-item h5{
	margin: 0;
	color: #131313;
	
	padding: 20px 0;
	text-align: center;
}
.gallery-grid-item .item-thumbnail .icons{
	font-size: 2em;
}
.gallery-grid-item .item-thumbnail .icons a{
	color: #fff;
}
.gallery-grid-item .item-thumbnail .icons a:hover{
	
}
/**
 *
 *
/*******************************  $Guarantee  ********************************/
.image-wrapper {
	text-align: center;
}
.guarantee .image-wrapper img {
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin-bottom: 0;
}
.cview {
  vertical-align: middle;
  width: 100%;
}
/**
 *
 *
/*******************************  $Go to Top  ********************************/
.scrollup {
	width: 100px;
	height: 50px;
	position: fixed;
	bottom: 80px;
	padding-top: 14px;
	text-align: center;
	right: 30px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	color: #fff;
	z-index: 2000000;
}
.scrollup i {
	text-align: center;
	display: block;
	line-height: 48px;
	font-size: 20px;
}
.scrollup:hover {
	opacity: 0.9;
	color: #fff;
}
/**
 *
 *
/*******************************  $Isotope  ********************************/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  -ms-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
}
/**
 *
 *
/***********************  $Item Thumbnail  ************************/
.item-thumbnail {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.item-thumbnail img {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.item-thumbnail .overthumb {
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: absolute;
	text-align: center;
	top: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width: 100%;
}
.item-thumbnail .icons {
	display: block;
	font-size: 19px;
	height: auto;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: absolute;
	text-align: center;
	top: 100%;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	width: 100%;
}
.item-thumbnail .icons .lightzoom,
.item-thumbnail .icons .postlink {
	background: transparent;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	margin-right: 5px;
	padding: 10px;
}
.item-thumbnail .icons a:hover {
	text-decoration: none;
}
.item-thumbnail:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.item-thumbnail:hover .overthumb {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	top: 0px;
}
.item-thumbnail:hover .icons {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	top: 45%;
}
.item-thumbnail .overthumb {
	background: #131313;
}
/**
 *
 *
/******************************  $Image Hover  *****************************/
.image-hover {
  overflow: hidden;
}
.image-hover figure {
  background-color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  height: 315px;
  margin: -0.135em;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 33.333%;
  z-index: 1;
}
.image-hover figure:hover img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.image-hover figure:hover p {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.image-hover figure:hover i {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.image-hover figure a {
  z-index: 1000;
}
.image-hover figure a,
.image-hover figure figcaption {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.image-hover figure a:before,
.image-hover figure figcaption:before,
.image-hover figure a:after,
.image-hover figure figcaption:after {
  pointer-events: none;
}
.image-hover figure i {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 2em;
  height: 60px;
  left: 50%;
  line-height: 58px;
  margin: -30px 0 0 -30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  width: 60px;
}
.image-hover figure img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  -moz-transform: translate3d(-30px, 0, 0) scale(1.12);
  -o-transform: translate3d(-30px, 0, 0) scale(1.12);
  -ms-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  width: calc(100% + 60px);
}
.image-hover figure p {
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 1.7em;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding: 3px 20px 3px 0;
  text-align: right;
  text-transform: uppercase;
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  -o-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  width: 30%;
}
/**
 *
 *
/***********************  $Navigation DropDown Menu  ***********************/
.navbar .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.74);
    color: #5e5e5e;
    padding: 10px 20px;
    border-top: 2px solid #f15a29;
}
.header_edit{
	width: 95%;
	margin: 0 auto;
	max-width: 95%;
}
.navbar .navbar-nav .dropdown-menu>li>a {
	border-top: none;
	line-height: 24px;
}
.navbar .navbar-nav .dropdown-menu>li.active>a,
.navbar .navbar-nav .dropdown-menu>li>a:hover {
}
.navbar .navbar-nav .dropdown-menu>li:last-child>a {
	border-bottom: none;
}
.nav a .caret{
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.nav a:hover .caret{
	border-top-color: #999999;
	border-bottom-color: #999999;
}
/**
 *
 *
/**************************  $Navigation Navbar  ***************************/
.navbar {
    background-color: #000000;
    margin: 0;
    border-radius: 0;
    border: none;
    border-bottom: none;
}
.navbar .navbar-nav {
	float: right;
	height: 60px;
}
.navbar .navbar-nav li a {
    border-top: 3px solid transparent;
    color: #fff;
    font-size: 12px;
    line-height: 84px;
    margin: 0;
    text-transform: uppercase;
    padding: 0 18px;
}
@media(max-width: 1000px){
	.navbar .navbar-nav li a{
	    line-height: 40px !important;
	}
	.navbar .navbar-nav .dropdown-menu>li>a{
	    line-height: 24px !important;
	}
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:focus {
	background-color: transparent;
	color: #999999;
}
.navbar .navbar-nav li.active a {
	background-color: #FDFDFD;
	color: #999999;
}
.navbar .navbar-nav .search {
	width: 60px;
}
.navbar .navbar-nav .search a {
	background-color: #FDFDFD;
	border-color: #333;
	font-size: 1.5em;
	line-height: 58px;
	padding: 0;
	text-align: center;
}
.navbar-brand{
	padding: 18px 0;
}
.nav>li>a:hover, .nav>li>a:focus {
	background: transparent;
}
/**
 *
 *
/**************************  $Navigation Toggle  ***************************/
.navbar-toggle {
	margin-top: 20px;
}
.navbar-toggle {
	border-color: #919191;
}
.navbar-toggle .icon-bar{
	background-color: #919191;
}
/**
 *
 *
/*******************************  $Date  ********************************/
.ct-date .date{
position: absolute;
color: #fff;
z-index: 100;

width: 72px;
height: 72px;
font-size: 13px;
right: 15px;
text-align: center;
padding: 0px;
}
.ct-date .date span{
font-weight: 600;
display: block;
color: #fff;
text-align: center;
margin: 0px;
font-size: 24px;
padding: 8px 0px 0px;
}
.ct-date .date.comments{
	width: 72px;
height: 72px;
font-size: 18px;
text-align: center;
position: absolute;
color: #919191;
padding: 0px;
z-index: 100;
right: 15px;
margin: 72px 0 0 0;
background-color: #131313;
}
.ct-date .date.comments span{
	color: #919191;
	font-size: 25px;
	padding: 5px 0px 0px 0px;
}
/**
 *
 *
/*******************************  $News  ********************************/
.news-one-item {
	margin: 0 0 70px 0;
}
.news-one h6 {
	color: #999;
	font-family: 'Montserrat';
	font-size: 0.8em;
	letter-spacing: 2px;
	line-height: 1.5em;
	margin: 10px 0;
	text-transform: uppercase;
}
.news-one h6 a {
	
	font-size: 1em;
}
.news-one-item p {
	margin-bottom: 1.2em;
}
.news-one-item .yt-video {
	height: 353px;
}
.news-one-item blockquote {
	background-color: transparent;
	border: none;
	color: #999;
	font-size: 1.8em;
	letter-spacing: 2px;
	line-height: 1em;
	margin: 30px 0;
	padding: 0px 30px 30px 130px;
	position: relative;
}
.news-one-item blockquote i {
	color: #FFDB78;
	font-size: 3em;
	left: 0;
	position: absolute;
	top: 0px;
}
.news-one-item blockquote p{
	font-size: 0.875em;
	line-height: 1.7em;
}
.news-one-item .carousel-indicators{
	bottom: 0;
}
.news-one-item .carousel-indicators li{
	background-color: #131313;
	border: none;
}
.news-one-item.image-hover figure {
height: auto;
margin: 0;
width: 100%;
}
/**
 *
 *
/*******************************  $Parallax  *******************************/
.parallax {
	background-attachment: fixed;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 150%;
	-moz-background-size: 150%;
	background-size: 150%;
	background-position: 50% 6px;
}
.parallax:before {
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.parallax .container {
	position: relative;
	z-index: 2;
}
/**
 *
 *
/*******************************  $Patners  ********************************/
.patners {
	margin-bottom: 2em;
	margin-top: 2em;
}
.patners .item {
	max-width: 228px;
}
.patners .item a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.patners .owl-carousel {
	position: relative;
}
.patners .owl-carousel .owl-item {
	height: 80px;
	line-height: 80px;
}
.patners .owl-carousel .owl-item .item {
	margin: 0 auto;
}
.patners .owl-carousel .owl-item .item a {
	display: block;
	line-height: 80px;
	text-align: center;
	width: 100%;
}
.patners .owl-theme .owl-controls {
	height: 0;
	position: absolute;
	top: 20%;
	width: 100%;
}
.patners .owl-theme .owl-controls .owl-prev,
.patners .owl-theme .owl-controls .owl-next {
	background-color: transparent;
	color: #ff5335;
	font-size: 1.2em;
	height: 60px;
	line-height: 10px;
	position: absolute;
	top: 0;
	width: 60px;
}
.patners .owl-theme .owl-controls .owl-prev:before,
.patners .owl-theme .owl-controls .owl-next:before {
	color: #ff5335;
	font-family: 'fontello';
	font-size: 2em;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}
.patners .owl-theme .owl-controls .owl-prev:hover:before,
.patners .owl-theme .owl-controls .owl-next:hover:before {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.patners .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}
.patners .owl-theme .owl-controls .owl-prev {
	left: -27px;
}
.patners .owl-theme .owl-controls .owl-next {
	right: -35px;
}
.patners .owl-theme .owl-controls .owl-prev:before {
	
	content: '\e870';
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.patners .owl-theme .owl-controls .owl-next:before {
	
	content: '\e871';
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.patners .owl-theme .owl-controls .owl-prev:before, .patners .owl-theme .owl-controls .owl-next:before{
	opacity: .5;
	font-size: 1.5em;
}
/**
 *
 *
/*******************************  $Pricing Table ********************************/
.pricing .pricing-item {
	color: #b1b1b1;
	list-style: none;
	position: relative;
	padding: 0;
	text-align: center;
	margin: 1em auto;
}
.pricing .pricing-item:before {
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	width: 100%;
}
.pricing .pricing-item:hover:before {
	top: 100%;
}
.pricing .pricing-item li {
	padding: 10px 0;
	line-height: 1.5;
}
.pricing .pricing-item li:nth-child(even) {
	background-color: #131313;
}
.pricing .pricing-item li:nth-child(odd) {
	background-color: #232323;
}
.pricing .pricing-item li:first-child {
	font-size: 4em;
	font-style: italic;
	color: #131312;
	font-weight: 900;
	padding: 30px 0;
}
.pricing .pricing-item li:last-child {
	padding: 2em 0;
}
.pricing .pricing-item li:first-child small {
	display: block;
	font-size: 0.3em;
	font-weight: 400;
	text-transform: uppercase;
}
.pricing .pricing-item li .btn {
	width: 40%;
	color: #131312;
	text-transform: uppercase;
	border-radius: 0;
}
.pricing .pricing-item li .btn:hover{
	background-color: #232323;
}
/**
 *
 *
/*******************************  $Program  ********************************/
.program .nav-tabs {
	padding-top: 0;
}
.program .nav-tabs li a {
	border: 1px solid #eaeaea;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0 0 0 -1px;
	text-align: center;
	color: #131313;
	display: block;
	font-size: 1.1em;
	padding: 10px 21px;
}
.program .nav-tabs li.active a {
	color: #fff;
}
.program .nav-tabs li.active a:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 12px 16px 0;
	margin: 0 0 0 -16px;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -12px;
	left: 50%;
}
/**
 *
 *
/*******************************  $Revolution Slider ********************************/
.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}
.tp-banner{
	width:100%;
	position:relative;
}
/**
 *
 *
/*******************************  $Search Domain  *******************************/
.search-dom{
	background-color: #232323;
	padding: 20px 0;
}
.search-dom h3{
	color: #fff;
	font-size: 1.6em;
	margin: 8px 0 0 0;
}
/**
 *
 *
/*******************************  $Services  *******************************/
.services {
	background-image: url("../img/bg/bg-services.jpg");
	text-align: center;
}
.services h5{
	color: #fff;
}
.services .item {
	padding: 20px 0px;
	margin-bottom: 25px;
	cursor: default;
}
.services .item .icon {
	float: left;
	width: 76px;
	height: 76px;
	background: #FFB91B;
	margin-right: 25px;
	color: #131312;
	font-size: 27px;
	text-align: center;
	line-height: 74px;
	-webkit-transition: background-color 1s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.4s ease;
	-moz-transition: background-color 1s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.4s ease;
	-ms-transition: background-color 1s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.4s ease;
	-o-transition: background-color 1s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.4s ease;
	transition: background-color 1s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.4s ease;
}
.services .item:hover .icon {
	color: #FFB91B;
}
.services .item.right-icon .icon {
	float: right;
	margin-left: 25px;
	margin-right: 0;
}
.services .item.right-icon .cont h3 {
	text-align: right;
	-webkit-transition: background-color 1s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.4s ease;
	-moz-transition: background-color 1s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.4s ease;
	-ms-transition: background-color 1s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.4s ease;
	-o-transition: background-color 1s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.4s ease;
	transition: background-color 1s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.4s ease;
}
.services .item.right-icon .cont p {
	text-align: right;
}
.services .item:hover .cont h3 {
	color: #FFFFFF;
}
.services .item:hover .cont p {
	color: #FFFFFF;
	-webkit-transition: background-color 1s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.4s ease;
	-moz-transition: background-color 1s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.4s ease;
	-ms-transition: background-color 1s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.4s ease;
	-o-transition: background-color 1s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.4s ease;
	transition: background-color 1s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline 0.4s ease;
}
.services .item:hover .icon {
	background: #F0F0F0;
}

.services .item .icon i {

}
.services .item .cont {
	overflow: hidden;
	text-align: left;
}
.services .item .cont h5 {
	font-weight: 700;
	margin: 0px 0 7px;
	text-transform: uppercase;
}
.services .item .cont p {
	line-height: 1.6em;
	margin: 0;
}
/**
 *
 *
/***********************  $Section Title  ***********************/
.section-title {
	border-bottom: none;
	color: #131313;
	font-size: 37px;
	font-weight: 900;
	margin: .5em auto .5em auto;
	padding-bottom: 0.5em;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}
.cont{
	    color: #000000!important;
	    font-size: 13px;
}
.section-title.inverse {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	text-align: left;
	margin-bottom: 50px;
}
.section-title:before {
	display: none;
}
.n10s-seattle h2{
	display: none !important;
}
.n10s-seattle a{
	display: block;
}
.n10s-seattle .caption{
    display: none;
    color: #fff;
    text-align: center !important;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    line-height: 17px;
    font-size: 13px;
}
.n10s-seattle:hover .caption{
	display: block;
}
.description{
	display: none !important;
}
.generic .section-title{
	color: #ef7733 !important;
    font-size: xx-large !important;
    font-weight: normal !important;
	border-bottom: none !important;
}
.generic .section-title:before{
	display: none !important;
}
.text-title{
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}
.widget-title, {
	border-bottom: 1px solid #ebebeb;
	font-size: 18px;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	position: relative;
}
.widget-title:before {
	bottom: -1px;
	content: " ";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 30px;
}
footer .section-title,
.widget-title {
	line-height: 2;
	margin: 1em auto 5px auto;
	padding-bottom: 0em;
	border-bottom: none;
}
footer .section-title {
	    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
        font-size: 18px;
	position: relative;
}
footer .section-title:before {
	display: none;
}
/**
 *
 *
/*******************************  $Video Youtube  ********************************/
.yt-video iframe {
border: none;
height: 100%;
width: 100%;
}
.bg-video .yt-video {
  height: 0;
  left: 50%;
  padding-top: 25px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bg-video .yt-video.ratio43 {
  padding-bottom: 67.5%;
}
.bg-video .yt-video.ratio169 {
  padding-bottom: 56.25%;
}
.bg-video .yt-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/**
 *
 *
/*******************************  $Pagination ********************************/
.pagination {
	display: block;
}
.pagination>li {
	display: inline-block;
}
.pagination>li>a:hover, .pagination>li.active>a {
	background-color: transparent;
}
/**
*
*
/******************************* $Reseller *****************************/
.box-space {
	margin: 3em auto 0 auto;
}
.box-item {
	background-color: #232323;
	margin: 0 auto;
	padding: 2em 1em;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.box-item .arrow {
	display: block;
	position: absolute;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 20px solid rgba(35,35,35, 1);
	bottom: -20px;
	left: 42%;
}
.box-item:hover .arrow {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.box-item:hover h4{
	color: #131313;
}
.box-item:hover p{
	color: #fff;
}
.box-item:hover .price{
	background: #232323;
}
.box-item.light{
	opacity: .8;
}
.box-item.light-2{
	opacity: .9;
}
.box-item h4{
	color: #fff;
}
.box-item .price {
	color: #fff;
	font-size: 1.3em;
	position: absolute;
	top: -42px;
	left: 40%;
	font-weight: bold;
	border-radius: 200px;
	line-height: 80px;
	width: 80px;
	height: 80px;
	text-align: center;
}
/**
 *
 *
/*******************************  $Sidebar  ********************************/
.sidebar h5 {
	font-size: 1.5em;
	font-weight: 700;
	margin: 50px 0 10px 0;
	text-transform: uppercase;
}
.sidebar ul,
.sidebar ol {
	padding: 0;
	list-style: none;
}
.search .form-control {
	background-color: transparent;
	border: 1px solid #e1e1e1;
	height: 45px;
}
/**
 *
 *
/*******************************  $Sidebar Tags ********************************/
.tags {
	list-style: none;
	margin: 0 -3px;
}
.tags li {
	display: inline-block;
}
.tags li a {
	border: 1px solid #e1e1e1;
	display: block;
	font-size: 0.8em;
	margin: 3px;
	padding: 2px 12px;
	text-transform: uppercase;
}
.categories i {
	font-size: 0.875em;
}
/**
 *
 *
/***********************  $Sidebar - Popular Widget  ***********************/
.popular {
  list-style: none;
}
.popular li a {
  display: block;
  margin: 10px 0;
  min-height: 100px;
  padding: 0 0 0 110px;
  position: relative;
}
.popular li a:hover figure:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.popular li a h6 {
  color: #131313;
  letter-spacing: 0;
  margin: 0;
  margin-top: 0;
}
.popular li a h6 p {
  font-size: 1em;
}
.popular li a figure {
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
}
.popular li a figure:before {
  background-color: rgba(255,188,0,0.8);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -o-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
/**
 *
 *
/***********************  $Header Bottom  ***********************/
.header-bottom {
	background: #131313;
}
.pagetitle {
	float: left;
	width: 50%;
	font-size: 30px;
	text-align: left;
	font-weight: normal;
	color: #161616;
	margin: 0px;
	padding: 0px;
}
.pagenation {
	float: right;
	width: 50%;
	font-size: 14px;
	text-align: right;
	font-weight: normal;
	margin:28px 0px 0px;
	padding: 0px;
}
.pagenation a{
	color: #999999;
}
.pagenation i{
	color: rgba(255, 255, 255, 0.2);
	padding: 0 .5em;
}
.pagetitle h3 {
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 28px;
	text-transform: uppercase;
	font-weight: 300;
	color: #919191;
}
/**
 *
 *
/********************************  $Social  ********************************/
.social-links{
	text-align: right;
}
.social-links li {
	list-style: none;
	display: inline-table;
}
.social-links li span {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.social-links li a {
	display: inline-block;
	padding: 8px 8px;
	text-align: center;
	height: 38px;
	width: 38px;
	position: relative;
	vertical-align: middle;
	z-index: 1;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.social-links li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	z-index: -1;
	box-shadow: inset 0 0 0 35px #232323;
	-webkit-transform: scale3d(0.9, 0.9, 1);
	transform: scale3d(0.9, 0.9, 1);
	-webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
	transition: box-shadow 0.3s, transform 0.3s;
}
.social-links li a:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
/**
 *
 *
/********************************  $Register Login  ********************************/
.block-header {
	text-align: center;
	margin-bottom: 60px;
}
.form-block {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
	-webkit-box-shadow: 1px 1px rgba(0,0,0,.05);
	box-shadow: 1px 1px rgba(0,0,0,.05);
	padding-top: 100px;
	padding-bottom: 30px;
	margin-top: 70px;
	margin-bottom: 90px;
	position: relative;
}
.form-block .form-icon {
	position: absolute;
	left: 50%;
	top: 0;
	margin: -70px 0 0 -70px;
	border: 10px #fff solid;
	width: 140px;
	height: 140px;
}
.form-block .button {
	display: block;
}
.form-block .simple-link {
	margin-bottom: 19px;
}
.simple-link {
	font-size: 14px;
	color: #6a7483;
	display: inline-block;
	line-height: 22px;
	color: #6a7483;
}
.simple-link span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	font-size: 10px;
	vertical-align: middle;
	
	margin-right: 10px;
}
.form-wrapper {
	padding: 0 30px;
}
.form-wrapper .btn {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.form-wrapper .btn input {
	display: none;
}
.field-entry {
	margin-bottom: 19px;
}
.field-entry label {
	display: block;
	font-size: 14px;
	color: #232c3b;
	line-height: 22px;
	margin-bottom: 14px;
}
.field-entry input, .field-entry textarea {
	width: 100%;
	height: 50px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	line-height: 50px;
	padding: 0 20px;
	border: none;
	font-size: 14px;
	color: #6a7483;
}
.checkbox-entry label {
	font-size: 14px;
	color: #6a7483;
	line-height: 17px;
	display: block;
	position: relative;
	cursor: pointer;
}
.checkbox-entry {
	position: relative;
	margin: 0 0 19px 0;
}
/**
 *
 *
/*********************************  $Tabs  *********************************/
.nav-tabs>li>a {
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 1.1em;
	font-weight: 500;
	margin-right: 0;
	padding: 10px 57px;
}
.nav-tabs>li.active>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
	background-color: #fff;
	border-color: #e1e1e1;
	
}
.nav-tabs>li.active>a {
	border-bottom-color: transparent;
}
.tab-content {
	border: 1px solid;
	border-color: transparent #e1e1e1 #e1e1e1 #e1e1e1;
	padding: 20px;
}
/**
 *
 *
/*****************************  $Testimonials  *****************************/
.testimonials a.pull-left {
	display: inline-block;
	height: 110px;
	margin-right: 1.3em;
	overflow: hidden;
	width: 110px;
}
.testimonials p.meta {
	border: 1px solid #e1e1e1;
	padding: 20px;
}
.testimonials .owl-pagination{
	bottom: 30px;
	position: relative;
	left: -10px;
}
.testimonials-fullwidth .owl-pagination{
	bottom: -5px;
	position: absolute;
	left: 125px;
}
/**
 *
 *
/****************  $Extra Small devices (Phones) <= 768px  *****************/

@media handheld, only screen and (max-width: 990px){
	.form_domain .button {
		width: auto!important;
		padding: 8px 5px !important;
		font-size: 16px;
	}
	.form_domain span{
		font-size: 14px !important;
	}
	.affiliates .image-wrapper{
	text-align: center;
	}
}
@media handheld, only screen and (max-width: 768px){
	.news-one-item blockquote {
	font-size: 1em;
	}
	.features .features-item{
	width: 280px;
	}
	.features .features-item .desc {
	font-size: 1em;
	}
	.navbar .navbar-nav{
		float: none;
		height: auto;
	}
	.navbar-collapse{
		max-height: none;
	}
	.ticket{
		visibility: hidden!important;
	}
}
@media handheld, only screen and (max-width: 600px){
	.search-dom h3{
		text-align: center;
		font-size: 1.2em;
	}
	.copy p.down{
		text-align: center;
	}
	.copy .top{
		float: none;
		text-align: center;
	}
	.form_domain input{
		width: 38%;
	}
}
@media handheld, only screen and (max-width: 610px){
	.parallax {
	background-attachment: scroll;
	background-position: 0 0;
	background-size: cover;
	}
}
@media handheld, only screen and (max-width: 468px){
	.facilities h3, .facilities p{
		text-align: center;
	}
	.skin_base h4{
		font-size: .9em;
	}
	.form_domain .button {
	margin-top: 5px !important;
	}
	.program .nav-tabs li a{
		margin: 0;
		font-size: 1em;
		padding: 10px 6px;
	}
	.testimonials .owl-pagination{
		left: -40px;
	}
	.testimonials-fullwidth .owl-pagination{
		left: 125px;
	}
	.domains-item i{
		top: 36px;
	}
}

.splogo{
	width: 58%;
}

.text td, .text th {
    padding: 5px;
    min-width: 80px;
    vertical-align: middle;
}
.text p, .text ul, .text ol, .text td, .text th {
    line-height: 22px;
}
.center, .text-center {
    text-align: center !important;
}


.social_my{
	position: fixed;
	top: 50px;
	left: 0;
	width: 48px;
	height: 96px;
	z-index: 100000;
}
.70p{
	width: 70%;
}
.bold{
	font-weight: bold;
}

.slide_ma_styles9{
	z-index: 9; max-width: auto; max-height: auto; white-space: nowrap; font-family: 'Montserrat';
}
.slide_ma_styles10{
	z-index: 10; max-width: auto; max-height: auto; white-space: nowrap; font-family: 'Montserrat';
}
.slide_ma_styles11{
	z-index: 11; max-width: auto; max-height: auto; white-space: nowrap; font-family: 'Montserrat';
}
.slide_ma_styles12{
	z-index: 12; max-width: auto; max-height: auto; white-space: nowrap; font-family: 'Montserrat';
}
.slide_ma_styles13{
	z-index: 13; max-width: auto; max-height: auto; white-space: nowrap; font-family: 'Montserrat';
}
.slide_ma_styles14{
	z-index: 14; max-width: auto; max-height: auto; white-space: nowrap; font-family: 'Montserrat';
}
.fff{
	color: #fff;
}
.F26D39{
	color: #F26D39;
}
.14px{
	font-size: 14px;
}
.13px{
	font-size: 13px;
}
#owl-patners img{
	width:70%;
}
.guarantee h2{
	font-size: 14px;
}
.guarantee p{
	font-size: 13px;
}
.h1{
	font-size: 0px;
	margin-top: 0px;
	width: 150px;
}
.14p{
	font-size: 14px;
}


.plachta{
	    padding-bottom: 50px;
    background-image: linear-gradient(200deg,#fd9e4f 0%,rgba(219,70,81,0.91) 100%) !important;

}
.line_right{
	width: 100%;
	height: 2px;
	background: #000;
}
.n2-font-263ff6c4cabb8fb4b59695cca22ad543-hover {
    font-family: 'Abril Fatface','Arial';
    color: #ffffff;
    font-size: 70px;
    margin-top: -70px;
    text-shadow: none;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}
.n2-font-2fd1be985650a2977e06ed8ceb9a3ba4-hover {
    font-family: 'Merriweather','Arial';
    color: #000000;
    font-size: 30px;
    text-shadow: none;
    margin-top: 70px;
    line-height: 1.5;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: uppercase;
}
.n2-font-699e5632dd1cff456dad2f07ce845438-hover{
    font-family: 'Montserrat','Arial';
    color: #ffffff;
    color: RGBA(255,255,255,0.82);
        font-size: 20px;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}
.n2-font-1eb330d99e4bceb7e42d06fee2d0ffec-hover {
    font-family: 'Montserrat','Arial';
    color: #000000;
    font-size: 50px;
    margin-top: 22px;
    text-shadow: none;
    line-height: 1.2;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: bold;
}
@media(max-width: 1345px){
	.hidex2{
		display: none !important;
	}
	.n2-font-1eb330d99e4bceb7e42d06fee2d0ffec-hover{
	    font-size: 35px !important;
	}
	.n2-font-1eb330d99e4bceb7e42d06fee2d0ffec-hover{
	    font-size: 35px !important;
	}
	.n2-font-263ff6c4cabb8fb4b59695cca22ad543-hover{
		font-size: 50px !important;
	}
}

@media(min-width:1000px){
	.drop:hover > .dropdown-menu{
		display: block;

	}
}
.plachta2{
	width: 100%;
	height: 684px;
	margin-top: 50px;
	position: relative;
	background: url('/bgnew.webp') center center, url('/im/bg.jpg') center center;
}
.plachta2 .container2{
	height: 684px;
	position: relative;
}
.plachta2 .col-md-5{
	height: 684px;
	position: relative;
}
.itemyyyyy{
	background: #fff;
    border-width: 0px 0px 0px 5px;
    border-style: solid;
    border-color: RGBA(244,134,51,1);
    padding: 30px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
.titleyyyyy{
	font-size: 30px;
	color: #ef7733;
}
.textyyyyy{
	color: #000;
	font-size: 13px;
}
.readmore{
	display: block;
	margin-top: 30px;
	float: left;
	color: #000;
	font-size: 13px;
}
.arrows{
	float: right;
	font-size: 20px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.arrowleft{
    padding: 15px 30px;
    float: left;
    cursor: pointer;
    background: #d8d8d8;
    color: #000;
}
.arrowright{
    padding: 15px 30px;
    float: right;
    cursor: pointer;
    background: #d8d8d8;
    color: #000;
}
.arrowleft:hover{
	background: #cacaca;
}
.arrowright:hover{
	background: #cacaca;
}
@media(max-width: 1000px){
	.scrollup{
		display: none !important;
	}
}
@media(max-width: 1345px){
	.n2-font-1eb330d99e4bceb7e42d06fee2d0ffec-hover{
	    font-size: 35px !important;
	}
	.n2-font-1eb330d99e4bceb7e42d06fee2d0ffec-hover{
	    font-size: 35px !important;
	}
	.n2-font-263ff6c4cabb8fb4b59695cca22ad543-hover{
		font-size: 50px !important;
	}
}

@media(max-width: 1440px){
	.podklad{
		background: none !important;
		width: auto;
		height: auto;
	}
	.stred2{
		display: none;
	}
	.sloupec{
		width: 100%;
	}
	.mid{
		width: 100%;
	}
	.mid .itemx{
		width: 50%;
	}
	.itemx{
		float: left;
		width: 50%;
		text-align: center !important;
	}
	.stred{
		position: relative;
		transform: none !important;
		width: 100% !important;
		height: auto !important;
		left: 0px !important;
		top: 0px !important;
		margin-bottom: 50px !important;
	}
}
@media(max-width: 1000px){
	.podklad{
		display: block !important;
	}
}
@media(max-width: 790px){
	.mid .itemx{
		width: 100%;
	}
	.itemx{
		float: left;
		width: 100%;
		text-align: center !important;
	}
}