/*
Theme Name: Royalmile
Author: Konstantin Polosin
Author URI: https://kpolosin.github.io/
Tags: North East
Version: 1.0
*/


/* Main Style File */
/**
 * Table of Contents:
 *
 * 1.0 - General Style
 * 2.0 - Basic Structure
 * 3.0 - Header Wrapepr
 * 4.0 - Middle Wrapepr
 * 5.0 - footer Wrapepr
 * 6.0 - Single Page
 * 7.0 - Elements
 * 8.0 - Responsive Css
 
 
 
 * -----------------------------------------------------------------------------
 */
/*
 * 1.0 General Style
 * -----------------------------------------------------------------------------
 */
html, 
body, 
div, 
span, 
applet, 
object, 
iframe, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
blockquote, 
pre, 
a, 
abbr, 
acronym, 
address, 
big, 
cite, 
code, 
del, 
dfn, 
em, 
font, 
ins, 
kbd, 
q, 
s, 
samp, 
small, 
strike, 
strong, 
sub, 
sup, 
tt, 
var, 
dl, 
dt, 
dd, 
ol, 
ul, 
li, 
fieldset,
form, 
label, 
legend, 
table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td {
	border: 0;
	/*font-family: inherit;*/
  font-family: "book_antiquaregular", Arial, Helvetica, sans-serif !important;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
/*	margin: 0;
	outline: 0;
	padding: 0;*/
	vertical-align: baseline;
}


.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.widget ul,
.widget li{
	margin: 0;
	outline: 0;
	padding: 0;
	
}

.wp-caption-text,
.gallery-caption,
.bypostauthor{
	color:red;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}



embed, 
iframe, 
object, 
video{
	max-width: 100%;
	vertical-align: middle;
}


/* GEO - Semibold */
@font-face {font-family: 'Geogrotesque-SemiBold';src: url('../fonts/webfonts/geo-semibold/eot/style_169898.eot');src: url('../fonts/webfonts/geo-semibold/eot/style_169898.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/geo-semibold/woff/style_169898.woff') format('woff'),url('../fonts/webfonts/geo-semibold/ttf/style_169898.ttf') format('truetype'),url('../fonts/webfonts/geo-semibold/svg/style_169898.svg#Geogrotesque-SemiBold') format('svg');}

/* GEO - Medium */
@font-face {font-family: 'Geogrotesque-Medium';src: url('../fonts/webfonts/geo-medium/eot/1110FC_0.eot');src: url('../fonts/webfonts/geo-medium/eot/1110FC_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/geo-medium/woff/1110FC_0.woff') format('woff'),url('../fonts/webfonts/geo-medium/ttf/1110FC_0.ttf') format('truetype'),url('webfonts/1110FC_0.svg#wf') format('svg');}

/* GEO - Regular */
 @font-face {font-family: 'Geogrotesque-Regular';src: url('../fonts/webfonts/geo-regular/eot/11014B_0.eot');src: url('../fonts/webfonts/geo-regular/eot/11014B_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/geo-regular/woff/11014B_0.woff') format('woff'),url('../fonts/webfonts/geo-regular/ttf/11014B_0.ttf') format('truetype'),url('../fonts/webfonts/geo-regular/svg/11014B_0.svg#wf') format('svg');}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('fonts/webfonts/flexslider-icon.eot');
  src:url('fonts/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('fonts/webfonts/flexslider-icon.woff') format('woff'),
    url('fonts/webfonts/flexslider-icon.ttf') format('truetype'),
    url('fonts/webfonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'book_antiquaregular';
    src: url('fonts/bkant-webfont.eot');
    src: url('fonts/bkant-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bkant-webfont.woff2') format('woff2'),
         url('fonts/bkant-webfont.woff') format('woff'),
         url('fonts/bkant-webfont.ttf') format('truetype'),
         url('fonts/bkant-webfont.svg#book_antiquaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
 /**
 * 2.0 Basic Structure
 * -----------------------------------------------------------------------------
 */
body {
	margin: 0;
	padding: 0;
	/*Default font size */
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background:#fff;
}

a,
a:hover,
a:visited,
a:focus{
	text-decoration:none;
}
a:focus {
	outline: -webkit-focus-ring-color auto 0;
}
a{
	color:#333;
}

a:hover{
	color:black;
}

.main_container{
	width:100%;
	padding:0;
}

.container{
	/*max-width:1230px;*/
  max-width: 960px;
	margin: auto;
}

span{
	line-height:normal;
}

img{
	max-width:100%;
}



.image_home_three .img_main_pagination{
  height: 180px;
  max-height: 180px;
  overflow: hidden;
}


.image_home_three .img_main_pagination img{
  /*max-height: 180px !important;*/
  min-height: 180px;
      height: 200px !important;
    width: 100% !important;
}

.news_photo_block img{
  /*max-height: 270px !important; */
  /*min-height: 270px !important; */
  height: auto !important;
}


/**
 * 3.0 Header Wrapepr Start Here 
 * -----------------------------------------------------------------------------
 */
 .header_wrapper{
	width:100%;
	margin-top:10px;
}

.line{
  border-bottom: solid 1px #a30018;
  margin-bottom: 10px;
}


#primary_menu:before{
	clear:both;
}
 
#primary-menu ul.menu{
	text-align:center;
} 
 .navmenu0{
  position: relative !important;
 }

 .navmenu > ul > li > a:hover, 
 .navmenu > ul > li > a:after {
	/*background: #e09a46 !important;*/
}

.site-title{
	font-size:20px;
	text-align:center;
}

#primary_menu ul li a.menu-item{
	background:#1480b2;
}
#primary_menu ul li a.menu-item-has-children{
	background:#000;
}

.navmenu ul li.current-menu-item{
	background: transparent;
  box-shadow: inset 0 -2px 0 #a30018;
}

.navmenu ul li ul.sub-menu li.current-menu-item{
	background:#1480b2;
}

.navmenu ul li.current-menu-item a span{
	/*color:#2e3233 !important;*/
  color: #a30018;
}

.navmenu ul li.current-menu-item a{
	color:#fff !important;
}

.current-menu-parent.menu-item-has-children{
	background:#3accc3;
}
.current-menu-parent.menu-item-has-children span{
	color:#fff;
} 
#top-menu ul li.current-cat a{
	color:#fff !important;
}

.menu li ul li {
	text-align:left;
	}


	/* slider */ 
	 
    #home-recent-post-slider-wrapper{
		background:url(images/loading.gif) no-repeat center center;
		height:455px;
    }
	#home-recent-post-slider-wrapper.loaded{
		background:none;
	}
    #home-recent-post-slider-wrapper .home-recent-post-slider{
		display:none !important;
    }
    #home-recent-post-slider-wrapper .home-recent-post-slider.loaded{
		display:block !important;
    }

/* 
    ==============================================
		Navigation
    ==============================================	
*/
 
.site-description{
 text-align:center;
 margin-top:15px;
}
	 
.blue_bg{
	background:#1990c7;
	float:left;
	width:100%;
}	

.navmenu,
.navmenu ul,
.navmenu ul li,
.navmenu ul li a,
.navmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:auto;
  /**/
    /*  float: left;
    margin-left: 5px;
    */
  /**/
}
.navmenu:after,
.navmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.navmenu #menu-button {
  display: none;
}
.navmenu {
  width: auto;
  line-height: 1;
}
.menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
/*  background: #0195ff;
*/  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.navmenu > ul > li {
	display:inline-block;
  margin: 0 5px;
}
.navmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
.navmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
.navmenu.align-center ul ul {
  text-align: left;
}
.navmenu.align-right > ul > li {
  float: right;
}
.navmenu.align-right ul ul {
  text-align: right;
}
.navmenu > ul > li > a {
  padding: 0 5px;
  font-size: 17px;
  height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #2e3233;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  transition: color 0.3s, box-shadow 0.3s;

}
.navmenu > ul > li:hover > a,
.navmenu > ul > li.active > a {
  color: #920016;
  background: transparent;
  box-shadow: inset 0 -2px 0 #a30018;
}
.navmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
.navmenu > ul > li.has-sub > a::after {
  position: absolute;
    top: 5px;
    right: 5px;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.navmenu > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}
.navmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:9999;
}
.navmenu li:hover > ul {
  left: auto;
}
.navmenu.align-right li:hover > ul {
  right: 0;
}
.navmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
.navmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.navmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.navmenu ul li:hover > ul > li {
  height: auto;
}
.navmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-transform:uppercase;
  padding:15px;

}
.navmenu ul ul li:hover > a,
.navmenu ul ul li a:hover,
.navmenu ul ul li.current-menu-item a {
  /*color: #ffffff !important;*/
  color: #fff;
  /*background:#3accc3;*/
  background: transparent;
}
.navmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 22px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.navmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.navmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
} 

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .navmenu {
    width: 100%;
  }
  .navmenu ul {
    width: 100%;
    display: none;
  }
  .navmenu.align-center > ul,
  .navmenu.align-right ul ul {
    text-align: left;
  }
  .navmenu ul li,
  .navmenu ul ul li,
  .navmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  .navmenu ul li a,
  .navmenu ul ul li a {
    width: 100%;
  }
  .navmenu > ul > li,
  .navmenu.align-center > ul > li,
  .navmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  .navmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  .navmenu ul ul li:hover > a,
  .navmenu ul ul li a:hover {
    color: #000000;
  }
  .navmenu ul ul ul li a {
    padding-left: 40px;
  }
  .navmenu ul ul,
  .navmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  .navmenu > ul > li.has-sub > a::after,
  .navmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  .navmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  .navmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  .navmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  .navmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  .navmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  .navmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
.navmenu .submenu-button.submenu-opened:after {
	display: none;
}
  
#top-menu  .submenu-button::before{
  top:16px;
}
#top-menu  .submenu-button::after{
  top:11px;
}
  #top-menu ul li ul li a{
 	color:black !important;
 }


}

/* 
	Navigation 
 */

 .ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop, .ubermenu.ubermenu-main.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0 > .ubermenu-submenu-drop{
  margin-top: 25px !important;
 }
	 
 #primary_menu{
	 margin-top:50px;
   /*float: right;*/
   /*margin: 15px 0 25px 0;*/
     margin: 55px 0 10px 0;
 }
 
 .site-description{
	 margin-top:5px;
	 text-align:center;
 }
 
.navigation ul li{
	list-style:none;
	display:inline-block;
    margin: 15px 3px;
}

.navigation ul li a{
	padding:8px 15px;
	/*background:#3accc3;*/
	color:#333;
	border-radius:0px;
	border: 1px solid #a30018;
	transition:all 0.3s ease;
	border-radius:4px;
}
.navigation ul li a:hover{
	background: none;
	color:#a30018;
	border: 1px solid #333;
}


/**
 * 4.0 Middle Wrapepr Start Here 
 * -----------------------------------------------------------------------------
 */
 
  
.middle_wrapper{
	width:100%;
	padding:0px 0px;
}
.single-post .content-wrapper{
  max-width: 960px;
 /*	background:#f6f6f6;  
	padding: 30px 30px 30px 0px;
	width:100%;
	margin-top:50px; */
}
 
.left_sidebar{
	 padding:0;
	 margin:0;
 }

.content-wrapper{
	background:#fff;  
 	/*padding:10px 0px;*/
 	width:100%;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
}

.middle_wrapper .entry-title{
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 10px 0px 10px 0px;
  text-transform: capitalize;
}
.entry-content .header h1.entry-title{
  color: #333;
  font-size: 18px;
  margin: 0;
  text-transform: capitalize;
  text-align:left;
}

.middle_wrapper h1.entry-title{
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 10px 0px 10px 0px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.middle_wrapper p{
	/*color:#626262;
	font-size:13px;
	line-height:27px;
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
	font-weight:400;*/
  /*padding: 5px 15px 15px 15px;*/
    margin: 0;
    line-height: 1.5;
    text-align: justify;
    font-family: "book_antiquaregular", Arial, Helvetica, sans-serif;
    color: #464646;
    font-size: 0.95em;
}

.categories_row ul{
	width:100%;
	padding-top:15px;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.categories_row li{
	float:left;
	list-style:none;
}
.categories_row li a{
	color:#1990c7;
	text-decoration:none;
	padding-right:15px;
	font-weight:600;
}
.categories_row li a:hover{
	color:#232323;
}
.categories_row .fa{
	color:#1990c7;
	font-size:15px;
}

a.readmore{
	color:#1990c7;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	margin-top:30px;
}
a:hover.readmore{
	color:#232323;
}

.post_section{
	padding:0px;
	margin-bottom:50px;
}

.post-thumbnail{
	margin-top:0px;
	margin-bottom:20px;
}

.entry-content a.read_more{
	margin-top:20px;
}
 
a.read_more{
        border-radius: 0px;
    font-size: 13px !important;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.2s ease;
    padding: 11px 20px;
    /*background: #a30018;*/
    outline: 1px solid #a30018;
    outline-offset: 2px;
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

a.read_more:hover{
	/*background:#333;*/
  color: #a30018;
	outline: 1px solid #333;
	font-size:13px;
}
span.category {
    display: block;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
  }
  
  span.category a{
    background: #a30018 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    padding: 11px 20px;
    display: block;
	margin-bottom:5px;
	text-align:left;
 }

.overly_bg p.post_content{
	padding-top:10%;
}

.form-control{
	margin-top:50px;
	background:#dfddde;
	border:none;
	height:50px;
	border-radius:0;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
 }

.widget {
/*	margin-bottom:50px;
*/ 	padding:20px;
}
 
.widget .heading{
	color:#9f9f9f;
	font-size:18px;
	font-weight:700;
	display:inline-block;
	width:100%;
	position:relative;
	text-transform:uppercase;
}
.widget .heading:after{
	content:'';
	position:absolute;
	border-bottom:2px solid #f2f2f2;
	width:30%;
	top:13px;
	margin-left:10px;
}

.widget ul{
	font-size:15px;
}
.widget ul li{
 	list-style:none;
	padding:13px 10px;
	position:relative;
}
 .widget ul li:last-child{
	 border-bottom:0px;
 }
 
 .widget ul li:after{
	border: 2px solid #7f7f7f;
    content: "";
    display: block;
    height: 8px;
    left: -10px;
    position: absolute;
    top: 21px;
    width: 9px;
	margin-top:-2px;
 }
 #footer-widget-area .widget ul li:after{
	margin-top:-5px;
 }

.widget ul li a{
	color:#7f7f7f;
 	font-size:13px;
	letter-spacing:1px;
	text-decoration:none;
	padding-left:0px;
	display:block;
	text-transform:uppercase;
}
.widget ul li a:hover{
	color:#3accc3;
}
.widget ul li.current-cat:after{
	border-color:#3accc3 !important;
	border:none;
}

.widget ul li span{
	display: inline-block;
	font-size:13px;
 }

.footer-social a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 100%;
  margin: 2px;
  text-align:center;

}
.social_row{
	background:#111111;
	padding:8px 0px;
} 

.social_row span{
	color:#fff;
	font-size:18px;
	line-height:40px;
} 

.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption{
	max-width:100%;
}
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
}
.home-recent-post-slider{
	visibility:hidden;
}
.entry-content{
	word-wrap:break-word;
}

.loop-items .entry-content{
	word-wrap:break-word;
 	/*padding-top:25px;*/
    min-height: 240px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    margin-bottom: 15px;
}

.readmore-p {
	text-align:right;
}

.clearboth{
	clear:both;
}
	
.height30{
	height:30px;
}
	 /* 
	  About me Widget 
	 */
	.widget_aboutme .aboutme_picture{
		text-align:center;
	}
	
	.aboutme_content{
		margin:5px;
		}
	
	.widget_aboutme .aboutme_pictureimg{
		height:150px;
		width:150px;
		border-radius:50%;
		margin:5px;
	}
	 
	 .socials a
	{
	  width: 40px;
	  height: 40px;
	  line-height: 40px;
	  display: inline-block;
	  border-radius: 100%;
	  margin: 2px;
	  text-align:center;
	  }
	
	  .sidebar .widget-title.heading{
		margin-bottom:30px;
	}
	
		.socials a .fa  {
		  color: #fff;
		  font-size:18px;
		}
	
		.facebook{
		  background: #4e71a8;
		}
	 
		.twitter {
		  background: #1ebef0;
		} 
	 
		.google {
		  background: #c63232;
		} 
	 
		.youtube {
		  background: #e74c3c;
		 }
	 
		.instagram {
		  background: #3b5998;
		}
	
		 
		.tumblr {
		  background: #336378;
		}
	 
		.dribbble {
		  background: #e62387;
		}
	
	 
		.behence {
		  background: #045cfc;
		}
	 
		.linkedin {
		  background: #0077b5;
		}
		 
		.pinterest {
		  background: #c8232c;
		}
		 
		
	   .email{
		  background: #1d90dd;
		}
	 
		.vimeo{
		  background: #35c6ea;
		}
		.socials a:hover {
		  color: #3accc3 !important; 
		}
	
	


/* Comment Section */

.commentlist{
	list-style:none;
}

.comment-reply a{
	padding:2px 8px;
	background:#1990c7;
	border:2px solid #1990c7;
	color:white;
	clear:both;
	float:left;
	margin:10px 0px;
}
.comment-reply a:hover{
	background:white;
}

.comment_section{
	padding:0;
	margin-top:10px;
}
.comment_block{
	padding:25px 0;
	margin-bottom:15px;
	background:#f1f1f1;
	font-family:open sans;
	font-weight:600;
}
.comment_block h3{
	font-size:15px;
	color:#232323;
}
.comment_block span{
	font-size:13px;
	color:#676363;
	padding-top:10px;
  }
  
.comment_section cite span{
 /* background: #333;*/
  padding: 1px 5px;
  color: #3accc3;
  line-height: 30px;
}

.comment_block p{
	padding-top:5px;
}

.leave_reply{
	padding:0;
	margin-top:80px;
}

.comment-form .form-control{
	margin:0;
	background:#fff;
	border:1px solid #dedede;
}

.leave_reply .btn-primary{
	border-radius:0px;
	background:#1990c7;
	color:#fff;
	font-size:15px;
	padding:10px 30px;
	text-transform:uppercase;
	border:2px solid #1990c7;
}

.leave_reply .btn-primary:hover{
 	color:#1990c7;
	background:none;
}

.comment_section ul.children{
	margin-left:20px;
	list-style:none;
}

.comment-awaiting-moderation{
	clear:both;
	display:block;
	color:#f69307;
}
.header h2.entry-title a{
  background: none;
    text-align: left;
    margin: 0;
    font-family: "book_antiquaregular", Arial, Helvetica, sans-serif;
    color: #a30018;
    font-size: 1.1em;
}

.header h2.entry-title a:hover{
	color: #a30018;
}

.entry-header span{
	margin-right:10px;
	color:#1990c7;
	line-height:50px;
}

.entry-header .fa,.entry-header a{
  color:#fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin-left: 0px;
}
.entry-header a:hover{
	color:#634c11;
}

.entry-header .fa{
	margin-right:8px;
}

.overly_bg{
	background:rgba(0,0,0,0.5);
	height:100%;
	width:100%;
}

#respond{
	margin-top:50px;
}
.entry-header h1{
	color: #a30018 !important;
}

.loop-items .entry-header{
	margin-bottom:0px;
}

.entry-header{
	margin-bottom:0px;
}
.entry-title, .entry-title a{
	font-size:16px;
	display:inline;
}
.entry-title, .entry-title a:hover{
	color:#634c11;
}

.meta_bg{
	margin:20px 0;
}
 
.post-edit-link{
	margin-top:20px;
 	display:block;
}
.post-links{
	padding:0px 0px 30px 0px;
	text-transform:uppercase;
	font-weight:bold;
}
.post-links .fa{
	font-size:18px;
	color:#a30018;
	margin:0 3px;
}
.post-links a{	
	/*color:#3accc3;*/
  color: #a30018;
}
.post-links a:hover{	
	color:#333;
}
 
.nav-previous a{
	background: #1990c7;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 20px;
	color:#fff;
	border:2px solid #1990c7;
	transition: all 0.5s ease;
  }
 .nav-previous a:hover{
	 color:#1990c7;
	 background: none;
	 border:2px solid #1990c7;
	 transition: all 0.5s ease;
 }
 
  
.nav-next a{
	background: #1990c7;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 20px;
	color:#fff;
	border:2px solid #1990c7;
	transition: all 0.5s ease;
 }
.nav-next a:hover{
	 color:#1990c7;
	 background: none;
	 border:2px solid #1990c7;
	 transition: all 0.5s ease;
 }

.posted-on{
	 padding-top:20px;
 }

.entry-content p{
	/*padding-top:5px;*/
  text-align: justify;
    padding: 0px 0px 14px 0px;
    margin: 0;
    line-height: 1.2;
    font-family: "book_antiquaregular", Arial, Helvetica, sans-serif;
    color: #464646;
    font-size: 0.95em;
}

.entry-content b{    font-family: "book_antiquaregular", Arial, Helvetica, sans-serif;
    color: #464646;
    font-weight: bold;}

.post-navigation h2{
	margin-bottom:15px;
}
.author-heading{
    color: #494641;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
 	padding:15px;
}
.author-avatar{
	float:left;
	margin-right:15px;
}
.author-description p{
	padding:5px 0;
}

.author-bio .author-link{
	display:block;
	padding-top:3px;
	text-align:right;
	font-weight:600;
	color:#3accc3;
	text-transform:uppercase;
}

/* .recent */
.post_content {
    background:none;
    left: 5%;
    position: absolute !important;
    top: 10%;
    width: 60%;
    z-index: 9999 !important;
}
.post_content p{
	font-size:13px;
}
 
p.post_content{
	color:#fff !important;
	font-size:14px !important;
}
.post_content a,.post_content a:hover{
	color:#fff;
	font-size:18px;
}
 
.fixed{
    position:fixed;
    z-index:8888;
    top:0px;
	margin-top:0px !important;
}

.clearboth{
	clear:both;
}

.author-title{
	font-size:14px;
	color:#494641;
	letter-spacing:1px;
	text-transform:capitalize;
	margin-bottom:5px;
}

.author-info{
	background: none;
	padding:20px 0;
	clear:both;
}

#wp-calendar{
	width:100%;
}
#wp-calendar caption{
	font-size:18px;
	margin-bottom:25px;
 }

.widget caption{
	background:#1990c7;
	color:#fff;
	font-size:15px;
	padding:18px 30px;
 	width:100%;
	position:relative;
	text-transform:uppercase;
 }

.widget caption:after, .widget caption:before{
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.widget caption:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #1990c7;
	border-width: 10px;
	margin-left: -30px;
}
.widget caption:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #1990c7;
	border-width: 11px;
	margin-left: -30px;
}

#above_footer{
	padding:0px 0px 50px 0px;
}
 
.widget ul li{
	margin:0;
}

.post_content a{
	display:block;
    font-family: 'Montserrat', sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:5px;
}


.gray_bg{
	/*background:#f6f6f6;*/
}
  

.sidebar{
	background:#fff;
	/*padding:20px;*/
}

.widget_search .search-form label{
	display:block;
}

.sticky h2 a:after{ 
	content:'';
	border-bottom:3px solid #000;
	width:7%;
	display:block;
	margin:10px 0;
}

.sticky h2 a{
	color:#000;
}
.current-cat{
	background:#3accc3;
	margin-left:-9px !important;
}

.current-cat a{
	color:white !important;
}

.widget  ul{
	margin-left:10px;
}

.height10{
	 height:20px;
}
 

/**
 * 5.0 footer Wrapepr Start Here 
 * -----------------------------------------------------------------------------
 */
 
.footer_wrapper{
	background:transparent;
}

#footer-widget-area{
	margin-top:50px;
	}


.footer_wrapper .widget {
    background: none;
	padding:0;
	margin:0 15px;
}
#footer-widget-area .col-md-4{
	width:30%;
}

.footer_wrapper .widget ul li a:hover{
	color:#3accc3;
}
.footer_wrapper .widget ul li {
	border-bottom: 0px solid #333;
	color:#ccc;
	margin:0;
	padding:0;
} 
.footer_wrapper .widget ul li a {
	border-bottom: 0px dashed #ccc;
	color:#555;
	margin:0;
	padding:10px 10px;
}
.footer_wrapper .widget ul li:last-child a {
	border-bottom:0px;
}
 
.footer_wrapper ul#recentcomments li.recentcomments span{
 	padding:5px 0;
}

li.recentcomments {
padding: 5px 10px !important;
}

.footer_wrapper .current-menu-parent,.footer_wrapper .menu-item-has-children{
	background: none;
}
.footer_wrapper .current-menu-parent,.footer_wrapper .menu-item-has-children span{
	background: none;
	color:#ccc;
	padding-left:18px;
}
 
.footer_wrapper ul#recentcomments li.recentcomments a{
	font-size:13px;
	padding:10px 0;
	display:inline-block;
	margin-bottom:5px;
}
 
#footer-widget-area h3{
	color:#fff;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:10px;
}
#footer-widget-area h3:after{
	border-bottom: 1px solid #383838;
    content: "";
    display: inline-block;
    margin-left: 15px;
    position: absolute;
    top: 14px;
    width: 30%;
}
.footer_wrapper p{
	color:#555555;
	font-size:14px;
	line-height:27px;
}
	
.tagcloud{
	padding-top:10px;
}

.tagcloud a{
	border-radius:0px;
	text-align:center;
	border:2px solid black;
	color:black;
	font-size:12px;
	margin:5px 3px;
	display:inline-block;
	padding:10px 15px;
}

.footer_wrapper .tagcloud a{
	border:2px solid #383838;
	color:#383838;
}

.tagcloud a:hover{
	cursor:pointer;
	border-color:#3accc3;
	background:#3accc3;
	color:white
}

#social-profiles .fa{
	color:#3accc3;
	font-size:30px;
}

#tags .fa{
	color:#3accc3;
	font-size:30px;
}

.copy_right{
	background:transparent;
	border-top: solid 1px #a30018;
  padding:5px 0px;
	color:#464646;
	font-size:15px;
	font-weight:400;
  margin-top: 30px;
}


.pagination{
	clear:both;
  display: block;
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    background-color:#72c2e7;
    border: 0px solid #ccc;
    color: #fff;
    float: left;
    margin: 3px;
    padding: 10px 16px;
    position: relative;
    text-decoration: none;
	font-size:15px;
	border-radius:100%;
 }

.pagination > li > a.active{
	background:#1990c7;
	border:0;
	color:#fff;
	border-radius:100%;
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius:100%;
}

.breadcrumb{
	font-size:16px;
	background:none;
	padding-top:30px;
	margin:0;
	padding-left:0;
}
.breadcrumb ul li a{
	color:#1a676c;
}
.breadcrumb > .active{
	color:#1990c7;
}

.breadcrumb > li + li:before{
	color:#1a676c;
}
 


/**
 * 6.0 Single Page Start Here 
 * -----------------------------------------------------------------------------
 */
 
.single_page{
	padding:0;
}

.single_page h2{
	font-size:20px;
	color:#1990c7;
	margin:0;
	padding:15px 0;
	font-weight:600;
}

.author_block{
	padding:0;
}
.author_block h3{
	font-size:18px;
	color:#4d4d4d;
	font-weight:600;
	line-height:25px;
}
.author_block span{
	font-size:15px;
	color:999;
	font-style:italic;
	padding-top:5px;
	display:block;
}
.author_block p{
	padding-top:5px;
}

.no-padding{
	padding:0;
}

.search .fa{
	/*color:#fff;
	font-size:25px;
	line-height:56px;
	padding-left:95%;*/
	font-size:15px;
}
 
.post-thumbnail img{
	width:100%;
}
.page-header{
	margin-bottom:20px;
}

.home-recent-post-slider{
	margin-top:50px;
  }
 
.page-header{
 padding:0px 0px;
}

.not-found{
	margin-bottom:30px;
}

.page-title h1{
	margin:0;
}
.page-title .taxonomy-description p{
	margin:0px;
	margin-top:10px;
}

.not-found .page-header h1.page-title {
	font-size:17px;
	color:#303030;
	text-transform:uppercase;
	position:relative;
	background:none;
	text-align:left;
 	padding:0px;
	display:inline;
}
.page-title{
/*	font-size:17px;
	color:#333;
	text-transform:uppercase;
	position:relative;
	background:#f6f6f6;
	text-align:center;
	padding:20px 30px;
	max-width:37%;
	margin:20px auto;
	margin-bottom:50px;*/
  color: #a30018;
    font-size: 1.7em !important;
    line-height: 1.5em;
    text-align: center;
    margin: 0 10% 0 10%;
    border-bottom: 1px solid #a30018;
}

.page-title h1{
  margin-top: 20px;
  margin-bottom: 10px;
}


.page-header span{
	font-size:24px;
	color:#d1cfcf;
	display:block;
}

.page-content label{
 	margin-top:50px;
  width: 100%;
}

.related-posts{
	margin:20px 0px;
}
 
.related-posts .related-post-title{
	margin-bottom:20px;
	text-align:left;
}
.related-posts div h3.post-title{
	margin:10px 0px;
}
 


/* 
    ==============================================
		Comments Area 
    ==============================================	
*/

.comments-title{
	color: #494641;
	font-size: 15px;
	padding: 15px;
 	text-transform: uppercase;
	background:#f1f1f1;
}

.comments-area{
	margin-top:50px;
}

.comments-area .comment-reply-link{
	text-transform:uppercase;
	color:#3accc3;
	}
 
.comment-metadata a{
	color:#1990c7;
	font-size:15px;
}
.comment-content p{
	padding-top:10px;
}
.comment-list li{
	list-style:none;
}
.comment-form-comment label{
	display:block;
}

.submit{
	background:#1990c7;
	border:2px solid #1990c7;
	font-size:15px;
	text-transform:uppercase;
	border:none;
	color:#fff;
	border-radius:0px;
	padding:10px 25px;
	margin-bottom:10px;
}

.nav-next{
	margin:10px 0;
}
 
/* Pagination*/
.pagination h2.screen-reader-text{
	color:#333;
	margin-bottom:30px;
}
.pagination .current{
	border: 1px solid #333;
      transition: all 0.3s ease;
  color: #a30018;
	padding:10px;
	border-radius:4px;
}
.pagination .current:hover{
	border: 1px solid #a30018 !important;
	color:#333 !important;
      transition: all 0.3s ease;
	background: transparent !important;
}
.pagination .page-numbers{
	border: 1px solid #a30018;
      transition: all 0.3s ease;
	color:#333;
	padding:8px 15px;
	border-radius:4px;
}
.pagination .page-numbers:hover{
	border:1px solid #333;
	color: #a30018;
}

/* Pagination* End */

 .comments-area .comment-reply-title{
	font-size:20px;
	text-transform:uppercase;
}

.comment-form label{
	margin-top:15px;
	display:block;
}

.comment-form input{
	border:2px solid #ccc !important;
	transition: all 0.5s ease;
	width:50%;
	padding:8px 8px;
	display:inline-block;
	background:none;
}
 
.comment-form input:hover,.comment-form input:focus{
	border:2px solid #3accc3 !important;
    transition: all 0.5s ease;
	color:#3accc3 !important;
	background:none !important;
	font-weight:400;
}

.comment-form input[type=submit]{
	width:auto;
	border:0px;
	background:#3accc3;
	border:2px solid #3accc3 !important;
	margin:10px 0px;
}
.comment-form input[type=submit]:hover{
	background:transparent;
	color:#1990c7;
}

.comment-form-comment textarea{
	border:2px solid #dfddde;
	transition: all 0.5s ease;
	width:100%;
	padding:10px 10px;
	background:none;

}
.comment-form-comment textarea:hover,.comment-form-comment textarea:focus{
	border:2px solid #3accc3;
    transition: all 0.5s ease;
}
  
	/* 
		==============================================
		Breadcrumbs
		==============================================	
	*/

    
    
    .breadcrumbs a:focus
    {
      color: #333 !important;
    }

	.breadcrumbs{
		/*padding:10px;
		background:none;
		font-size:13px;
    margin: 0 10%;
    border-bottom: 1px solid #a30018;*/
        padding: 5px 50px 5px 50px;
    background: none;
    font-size: 13px;
    /* margin: 0 18%; */
    border-bottom: 1px solid #a30018;
    /* margin-bottom: 10px; */
    text-align: center;
    /* min-width: 100px; */
    margin: 0 auto;
    /*display: table;*/
    margin-bottom: 10px;
	}
 	
	.no-results, .error-404{
		padding:30px;
		background:#fff;
	}

/* 
	==============================================
	Search Form
	==============================================	
*/

	/* 
	==============================================
	Widget Search Form
	==============================================	
	*/
  
   .search-form input[type=text],.search-form input[type=search]{
	    background: #f2f2f2 none repeat scroll 0 0;
		border: medium none;
		border-radius: 5px;
		margin: 10px 0;
		padding: 14px;
		transition: all 0.5s ease 0s;
		width: 100%;
	}
	.search-form input[type=text]:hover,.search-form input[type=search]:hover{
		border:0px solid #1990c7;
    	transition: all 0.5s ease;
	}
	
	.search-form input[type=submit]{
		
		font-size:15px;
		text-transform:uppercase;
		
		padding:10px 25px;
		transition: all 0.5s ease;
    width: 100% !important;
        background: none;
    color: #a30018;
    border: 1px solid #333;
	}
	
	.search-form input[type=submit]:hover{
        background: none;
    color: #333;
    border: 1px solid #a30018;
	}
 
 	 
 /* TAG CLOUD */
 
 .widget_tag_cloud .tagcloud{
	 padding-top:20px;
 }
 
 /* RECENT POSTS */
 	 
 .recent_posts .recent_posts_item{
	 border-bottom:1px dashed #CCC;
	 padding-bottom:20px;
	 float:left;
	 width:100%;
 }
 
.recent_posts .recent_posts_item:last-child{
	 border-bottom:0px dotted #CCC;
 }
 
.recent_posts_item{
	 clear:both;

 }
 .recent_posts_item{
	 margin:10px 0px;
	 clear:both;
 }
 .recent_posts_item img{ 
		border:3px solid #ddd;
		float:left;
		margin:0px 15px 0px 0px;
		width:100px;
		height:100px;
 }
 
 .recent_posts_item .read_more{
	margin-top:10px;
  }
.recent_posts_item .read_more:hover{
	color:#2d7e9d;
}
 
.advertisment{
	clear:both;
	margin:5px 0px;
}

#above_post_add{
	margin-left:15px;
	margin-bottom:10px;
}

#below_post_add{
	margin-top:20px;
	}

.copy_right a{
	color:#1b9e96 !important;
}

.owl-prev{
	position: absolute;
	background: #1990c7;
	padding: 10px 15px;
	color:#fff;
	right:0px;
	margin-top:-41px;
	margin-right:38px;
}

.owl-next{
	position: absolute;
	right:0px;
	margin-top:-41px;
	margin-right:0px;
	background: #1990c7;
	padding: 10px 15px;
	color:#fff;
}
 
.owl-theme .owl-controls .owl-page span {
 	display: block;	
	width: 14px;
	height: 14px;
	background-color:transparent;
	cursor: pointer;
	border-radius: 0px;
	border: 2px solid #fff;
	transition: all 0.2s linear;
	margin:0 2px;
 }
 
.owl-theme .owl-controls .owl-page.active span {
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 2px solid #a30018;
	margin-top:0px;
}
.owl-buttons {
    display: none;
}
.owl-pagination {
    /*display: none !important;*/
    /*background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;*/
    /*bottom:0;*/
    /*display: inline-flex;*/
    /*right: 8%;*/
    /*padding: 5px;*/
    /*position: absolute;*/
 opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s, visibility 0s linear 0.6s;
  -webkit-transition: opacity 0.6s, visibility 0s linear 0.6s;
  -moz-transition: opacity 0.6s, visibility 0s linear 0.6s;
    /**/
    
    right: 0;
    padding: 5px;
    left: 0;
    position: absolute;
    bottom: -35px;
    z-index: 2;
}

div.svc_post_grid:hover .owl-pagination{
  /*display: block !important;*/
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;

}


.owl-page span{
	float:left;
}
.owl-prev .fa{
		font-size:20px !important;
		color:#fff;
}

 /* safari fix */
 .owl-page{
	 display:inline-block;
 }
  
.home-recent-post-slider{
	 position: relative;
 }
.slider-item img{
	width:100%;
}
.slider-item .overly{
	background:#000;
	opacity:0.5;
}
.entry-header span{
	line-height:24px;
}
.entry-footer span a{
	color:#333 !important;
	font-size:14px !important;
	padding-right:0px;
}
.entry-footer span a:after{
	content:''!important;
}
.entry-content .header{
	margin-top:15px;
}

.entry-content span a{
	color:#626262;
	font-size:13px;
	padding-right:10px;
 	text-transform:uppercase;
}
 
.entry-content .fa{
	color:#626262;
    margin-right: 3px;
    font-size: 11px;
}

.tags .fa{
	color:#3accc3;
	margin-right:5px;
	font-size:13px;
}

span.tags a{
	color:#3accc3;
	padding-right:0px;
 }
span.tags{
	display:block;
	margin-top:13px;
	color:#3accc3;
}
.entry-content span a:hover ,.entry-content .fa:hover{
	color:#fff;
}

.entry-content span{
	padding-right:0px;
}



/**
 * 7.0 Elements
 * -----------------------------------------------------------------------------
 */
 
 /**
 * Alignments
 */

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}


.entry-content h1{
	font-size:40px;
	color:#232323;
	margin-bottom:10px;
}

.entry-content h2{
	font-size:30px;
	color:#232323;
	margin-bottom:10px;
}

.entry-content h3{
	font-size:30px;
	color:#232323;
	margin-bottom:10px;
}
.entry-content h4{
	font-size:25px;
	color:#232323;
	margin-bottom:10px;
  padding: 0 15px;
}

.entry-content h5{
	font-size:20px;
	color:#232323;
	margin-bottom:10px;
}
.entry-content h6{
	font-size:18px;
	color:#232323;
	margin-bottom:10px;
}	

blockquote{
	background:transparent;
	padding:10px 10px 10px 20px;
	margin: 0px;
}

blockquote p{
	padding-bottom:0px !important;
}

table,tr,td, th{
	border:1px solid #f1f1f1;
	padding:10px;
}
table{
	margin-bottom:50px;
}

dt{
	font-size:18px;
	font-weight:600;
	color:#232323;
}
dd{
	font-size:15px;
	padding-left:30px;
}
dl{
	margin-bottom:50px;
}

ul li {
	/*margin-left:15px;*/
}
ol li{
	margin-left:15px;
}

address{
	font-weight:600;
}

p strong{
	font-weight:700;
}

pre{
	padding:10px;
	font-weight:400;
	color:#232323;
}

cite{
	font-style: normal;
}
big{
	font-size:20px;
}

abbr{
	text-transform:uppercase;
	color:#000;
}
em{
	font-style:italic;
}
 
q:before{
	content:'\f10d';
	content:open-quote;
	color:#000;
	font-size:25px;
}
q:after{
	content:'\f10e';
	content:close-quote;
	color:#000;
	font-size:25px;
}

sub,sup{
	color:#000;
	font-weight:600;
	font-size:12px;
}

tt{
	font-size:13px;
	letter-spacing:1px;
	color:#000;
}

var{
	font-style:italic;
}

.top_btn{
		position:fixed;
		right:70px;
		bottom:20px;
}

.cd-top {
  display: inline-block;
  height: 50px;
  width: 60px;
  /*position: fixed;*/
 
  bottom:0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background:url(images/up.png) no-repeat;
  position:relative;
  z-index:9999;
  margin-top:20px;
  visibility:hidden;
  transition:all 0.5s ease;
  opacity:0;  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 5-7 */
  filter: alpha(opacity=0);

  }
 
.cd-top.cd-is-visible{
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  transition:all 0.5s ease; 
  -moz-transition:all 0.5s ease;
   opacity:0.3;  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
 /* IE 5-7 */
  filter: alpha(opacity=30);


}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity:0.4;  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
 /* IE 5-7 */
  filter: alpha(opacity=30);
   transition:all 0.5s ease;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
.cd-top:hover{
	opacity:1;  
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
}

 
 
 /**
 * 8.0 Responsive Css Start Here 
 * -----------------------------------------------------------------------------
 */
 

 
@media screen and (min-width: 100px) and (max-width: 321px) {
	 .recent_posts_item .text-content{
		clear:both;
		padding-top:20px;
	}
 }

 
@media screen and (max-width: 767px) {

 .ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop, .ubermenu.ubermenu-main.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0 > .ubermenu-submenu-drop{
  margin-top: 0px !important;
 }
   

.text_block_sidebar{
  border-top: 1px solid #a30018;
  margin-top: 20px;
  padding: 10px 20px 10px;
}

.pagination ul{
  padding: 0 55px !important;
}
.pagination .page-numbers{
  display: inline-block;
    margin: 5px 0;
}

.flexslider{
  max-height: 200px;
}
.ubermenu .ubermenu-item-layout-image_below>.ubermenu-image{
  display: none;
}

.flexslider .slides img{
  min-height: auto; 
}

.img_main_pagination{
  width: 100% !important;
  max-height: 170px !important;
}
.copy_right{
  margin-top: -10px;
}

#custom_title_h1{
      margin-bottom: 20px !important;
    margin-top: -10px !important;
}

.hotel_info_title{
  margin-left: 20px;
}



.company_breadcrumbs,
.breadcrumbs{
  display: none;
}

.news_photo_block img{
  width: 100% !important;
  height: auto !important;
  max-height: 170px !important;
}

.svc_grid_title{
  font-size: 2em !important;
}

  .top_social {
        float: none !important;
    display: table !important;
    margin: 0 auto !important;
    text-align: center;
  padding: 10px 0 0 !important;
}
.ubermenu-responsive-toggle-content-align-left {
    text-align: center !important;
    font-size: 20px;
}

.ubermenu-responsive-toggle{
      /*border-bottom: 1px dashed #a30018 !important;*/
}

#cont_block p{
  text-align: center; 
}

.cont_titlr{
  text-align: center !important;
}
.copy_right{
  text-align: center;
}
.konstantin_polosin_copywrite{
  float: none !important;
}

.top_btn{
  display: none;
}

.top_social a{
  padding: 0px 5px;
}

   .logo img{
    display: block;
    margin: 0 auto;
    width: 50%;
    max-width: 150px;
  } 
  #top_contact{
    width: 100%;
    float: none !important;
  display: inline-block
  }

  .top_phone{
    text-align: center;
    display: block;
    width: 100%;
  }


   .header_wrapper .pull-left ,.header_wrapper .pull-right{
	   float:none !important;
   }
   .logo{
	   text-align:center;
	   margin-bottom:10px;
   }
   .post_section{
	   text-align:center;
   }
   .post_section img{
	   max-width:100%;
   }
   .pagination{
	   display:inherit;
	   text-align:center;
   }
   .pagination > li{
		display:inline-block;
	}
	.post-thumbnail img{
		width: auto;
	}
 	.footer_wrapper .col-md-4{
		margin-top:30px;
	}
	.footer_wrapper h2{
		padding:20px 0;
	}
	.search .fa{
		display:none;
	}
	.categories_row li {
		line-height:35px;
		width:100%;
	}
	
	.breadcrumb{
		text-align:center;
	}
	.single_page{
		text-align:center;
	}
	.loop-items .entry-content{
		float: none !important;
		width: auto !important;
	}
	.loop-items .entry-header{
		float:none !important;
	}
	.search-form {
		margin: auto auto 10px auto;
	}
	#above_footer{
		padding:0px !important;
	}
	.post-share .no-padding{
		padding:5px 15px;
	}
	.page-title{
		max-width:80% !important;
	}
	.middle_wrapper .container{
		padding:15px;
	}
	
	.post-links a {
		line-height: 35px;
	}
	.sidebar .search-form{
	  margin-top:30px;
	}
	.post-share .share{
		padding-bottom:20px !important;
	}
	
	.loop-items .entry-content,.loop-items .entry-content p{
		height:auto !important;
	}
	
	#footer-widget-area .col-md-4 {
		max-width: 408px;
		margin: auto;
		width: auto;
	}
	
	#footer-widget-area h3{
		margin-top:40px;
	}
	.owl-pagination{
		display:none;
	}
	.post_content{
		width:80%;
	}
	.middle_wrapper article{
		/*margin-bottom:50px;*/
	}
	.social_row .pull-left,.social_row .pull-right{
		float:none !important;
	}
	.related-posts{
		text-align:center;
		}
		
	.content-wrapper{
		margin-top:0px;
		}	
		
	#primary_menu{
    width: 100%;
		margin-top:10px;
        display: inline-block;
        border-top: 1px solid #a30018;
        margin-bottom: 0px;
		}
		
	.sidebar{
		padding:0px;
	}
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
   .header_wrapper .pull-left,.header_wrapper .pull-right{
	   float:none !important;
	   text-align:center;
   }
   .logo{
	   text-align:center;
	   margin-bottom:30px;
   }
   .post_section img{
	   max-width:100%;
   }
   .categories_row li{
	   line-height:30px;
   }
   .search .fa{
		display:none;
	}
   .post-share .no-padding{
		padding:10px 15px;
	}
	
	.footer_wrapper .widget{
		margin:0;
	}
	
 }
 
@media screen and (max-width: 990px) {
	.content-wrapper .col-sm-12{
		padding:0px !important;
	}
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto{
    min-width: 100% !important;
  }	
  .ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper {
    display: block;
    text-align: center !important;
}
#primary_menu {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    border-top: 1px solid #a30018;
    margin-bottom: 0px;
}
.ubermenu .ubermenu-item-layout-image_below>.ubermenu-image {
    display: none;
}
.top_phone{
  float: none !important;
  text-align: center !important;
}
#top_contact{
  float: none !important;
}
.top_social {
    display: block !important;
    margin: 0 auto !important;
    float: none !important;
    text-align: center !important;
    padding: 20px 0 10px !important;
}
.breadcrumbs{
  display: none !important;
}
#custom_title_h1{
      border-bottom: none !important;
}

}


/* = WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	/*position: absolute !important;*/
	/*height: 1px;*/
	/*width: 1px;*/
	overflow: hidden;
}

.screen-reader-text:focus {
	/*background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;*/
  border: none !important;
}

/**
 *  Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
 	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

#top_contact{
  float: right;
}

.top_phone{
  font-family: "book_antiquaregular", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  /*color: #2e3233;*/
  color: #858585;
  float: left;
  padding: 0 10px;
  line-height: 1.6em;
}

.top_phone a{
color: #858585;
cursor: default;
}

.top_social{
  display: inline-block;
  margin: 0 auto;
  float: right;
}

.fb_top{
  width: 34px;
  height: 34px;
  display: inline-block;
  background:url(images/facebook.png) no-repeat;
  background-size: 100%;
  margin: 0 -5px 0 0px;
}

.inst_top{
  margin: 0 0 0 5px;
  width: 34px;
  height: 34px;
  display: inline-block;
  background:url(images/inst.png) no-repeat; 
  background-size: 100%;
}

.telephone{
  display: none;
  /*width: 34px;
  height: 34px;
  display: inline-block;
  background:url(images/phone.png) no-repeat; 
  background-size: 100%;*/
}

.konstantin_polosin_copywrite{
  float: right;
}

.konstantin_polosin_copywrite img{
  opacity: 0.6;
  width: 40px;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
.konstantin_polosin_copywrite:hover img{
   opacity: 1;
   -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}

.programmer_title{
  color: #a30018;
  font-size: 2.2em !important;
  line-height: 1.5em;
  text-align: center;
  margin: 20px 15% 15px 15%;
  border-bottom: 1px solid #a30018;
}





.img_main_pagination{
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}


.img_main_pagination img{
  margin-top: -25px;
  /*max-height: 270px;*/
  max-width: 460px;
}

#custom_title_h1{
  color: #a30018;
    font-size: 1.7em !important;
    line-height: 1.5em;
    text-align: center;
    margin: 0 10% 0px 10%;
    border-bottom: 1px solid #a30018;
    font-family: "book_antiquaregular", Arial, Helvetica, sans-serif;
}

#custom_title_h1 h1{
  margin: 0 0 10px 0;
  font-size: 30px;
}

.svc_grid_title{
   color: #a30018;
    font-size: 2.2em;
    line-height: 1.5em;
    text-align: center;
    margin: 20px 15% 15px 15%;
    border-bottom: 1px solid #a30018;
}


.text_block_sidebar{
  /*max-height: 900px;*/
  overflow: auto;
}

.init_text_block_sidebar{
  margin: 0 0 40px 0;
}


.init_text_block_sidebar a{
      background: none;
    text-align: left;
    margin: 0;
    font-family: "book_antiquaregular", Arial, Helvetica, sans-serif;
    color: #a30018;
    font-size: 1.4em;
}

.text_block_img_box{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.text_block_img_box img{
  width: 100%;
  margin-top: -80px;
}

.center_link{
  text-align: center; 
}

.maps{
  margin-top: 30px; 
}

.wpb_content_element{
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.phone_contact{
  font-size: 20px;
}

.phone_contact span{
  font-size: 20px;
  color: #464646;
}

.link_contact a{
  color: #464646;
  font-size: 18px;
}

.text_contact{
  font-size: 18px;
  color: #464646;
}

.pum-content.popmake-content .wpcf7-form{
  margin-left: 0px !important;
}
.pum-container .pum-content+.pum-close{
    top: -15px !important;
    right: -15px !important;
    width: 30px !important;
    height: 30px !important;
    box-shadow: 1px 1px 5px #111 !important;
}

.wpcf7-form { 
  margin-left: -15px;
  margin-bottom:10px; 
  border-radius:7px; 
}
 
.wpcf7-form input {
     width: 100%;
    /* background: #f6efdf; */
    padding: 16px 15px;
    border: 1px solid 1px solid rgba(0, 0, 0, 0.36);
    margin-bottom: 8px;
    /* border-radius: 7px; */
}

.wpcf7-form input:focus{
  border: border: 10px solid #a30018; 
}
 
.wpcf7-form textarea { 
    padding: 5px 0px 5px 7px;
    width: 100%;
    height: 130px;
    margin-bottom: 10px;
}
 
.wpcf7-form p { 
  color:#4f2a0f; 
  margin-top:10px; 
}
 

form.invalid input.wpcf7-not-valid{
  border:1px solid red;
  background:#f0e3e3;
}
.wpcf7-not-valid-tip{
  display: none !important;
}

.wpcf7-form .wpcf7-submit { 
     padding: 8px 15px;
    /* background: #3accc3; */
    color: #333;
    border-radius: 0px;
    border: 1px solid #a30018;
    transition: all 0.3s ease;
    border-radius: 4px;
    background: none;
    width: 40%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.wpcf7-form .wpcf7-submit:hover{
  background: #a30018;
  color:#fff;
  border: 1px solid #333;
}


.cf_block_contact {
    /*background-color: rgba(0, 0, 0, 0.04);*/
    padding: 1px 0 15px 0px;
    /*border: 1px solid rgba(0, 0, 0, 0.21);*/
}

.cf_block_contact h4{
  color: #a30018;
    font-size: 1.7em !important;
    line-height: 1.5em;
    text-align: left;
    padding: 0 15px;
    /*margin: 0 10% 0 10%;*/
}

div.wpcf7 img.ajax-loader{
  position: absolute;
}

div.wpcf7-response-output {
    margin: 10px 0 10px;
    padding: 0.2em 1em;
    text-align: center;
}

div.wpcf7-mail-sent-ng{
      border: 2px solid #a30018;
}

.about_director_text{
  margin: 0;
  /*padding: 5px;*/
  padding: 40px 10px 0 10px;
}


.partner__images{
  padding: 20px 0 !important;
  outline: 1px solid rgba(163, 0, 24, 0.09);
  /*outline: 0px solid grey;*/
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}

.partner__images:hover{
  /*border: 2px;*/
  outline: 1px solid #a30018;
  outline-offset: -8px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;

}

.partner__images img{
  max-width: 250px !important;
  /*opacity: 0.8;*/
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.partner__images:hover img{
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.about_director_text h2{
  font-size: 20px;
  padding: 5px;
  margin: 0;
}

.about_director_text p{
  font-size: 17px;
  padding: 5px;
}

.botn_text_about{
  text-align: right !important;
}

.director_text_bg{
  margin-top: 0;
  /*background-color: #ebebeb;*/
}

.direktor_block{
  margin-top: 10px !important;
  box-sizing: border-box;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100%;
    margin-bottom: 25px;
}

#line_to_logo_direktor{
  margin: 22px 0;
}

.img_director{
  margin-top: 0;
  margin-bottom: 0px !important;
}


.btn_country_block{
  /*border-top: 1px solid #a30018;*/
}

.line_country_block{
  margin: 10px 0;
  /*padding-bottom: 15px;*/
  height: 1px;
  width: 100%;
 background: #a30018; 
}

.about_country h2{
  margin: 0;
  margin-left: -15px;
  padding: 0px 10px 10px 0;
    font-family: "book_antiquaregular", Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #464646;
    color: #464646;
    font-size: 1.2em;
}

.about_country p{
  padding: 10px 0 0 0;
  margin-left: -15px;
  font-size: 1.1em;
}

.flag_country{
  /*margin-right: -15px;*/
}

.flag_country img{
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }


  /*accordion slide menu*/
.accordion ul { 
  list-style-type: none; 
  border-top: 1px solid #a30018;
   border-bottom: 1px solid #a30018;
}

.accordion h3{
  color: #a30018;
}

.accordion a {
  /*color: #a30018;*/
  color: #2e3233;
  text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/


.accordion {
  width: 100%;
  /*max-width: 360px;*/
  /*margin: 30px auto 20px;*/
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  /*margin: 0 0 5px 0;*/
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.submenu_open{
  display: block;
  background: #ebebeb;
  border-top: 1px solid #a30018;
    border-bottom: 1px solid #a30018;  
  font-size: 14px;
  padding: 0;
  margin-top: -5px;
  margin-bottom: -5px;
  list-style-type: none;
}

.submenu_open li{
  margin-left: 0 !important;
}


.submenu_open a{
  display: block;
  text-decoration: none;
  color: #2e3233;
  font-size: 1.2em;
  padding: 9px;
  padding-left: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu_open a:hover{
  background: #a30018;
  color: #FFF;
}


.submenu,
.submenu_new{
  display: none;
  background: #ebebeb;
  font-size: 14px;
  padding: 0;
  /*margin-top: -5px;*/
  margin-bottom: 0px;
}
.submenu li,
.submenu_new li{
  margin-left: 0 !important;
}

.submenu li { 
  /*border-bottom: 1px solid #4b4a5e; */
}

.submenu a,
.submenu_new a {
  display: block;
  text-decoration: none;
  /*color: #d9d9d9;*/
  font-size: 1.2em;
  padding: 9px;
  padding-left: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover,
.submenu_new a:hover {
  background: #a30018;
  color: #FFF;
}


.Current{
       color: #810002 !important;
    }
   .submenu .Current:hover
   {
       color: #fff !important;
   }
   .submenu_open .Current:hover
   {
       color: #fff !important;
   }


.wpb_wrapper p{
  /*padding: 0;*/
}


.link h3{
    font-size: 20px;
      position: absolute;
    text-align: right;
    margin: 0;
    bottom: 10%;
    right: 5%;
    z-index: 01;
    opacity: 1;
    text-shadow: 1px 1px 5px #FFFFFF;
}

.link_title{
  margin: 5px 0;
}

.link_title h3{
  font-weight: bold;
    font-size: 20px;
    /*border-top: 1px solid #a30018;
    border-bottom: 1px solid #a30018;  */
    padding: 10px 0;
    padding-right: 5%;
    margin: 0;
    margin-top: -5px;
    text-align: right;
    z-index: 1;
    opacity: 1;
    text-shadow: 1px 1px 5px #FFFFFF;
}

.image_btn_trips_img{
  width: 100%;
  height: 7em;
  overflow: hidden;
  margin: 0;
}

/*.image_btn_trips_img:hover{
  outline: 1px solid grey;
}*/


a .image_btn_trips_img img{
  margin: -10% auto;

}

.image_btn_trips_img img{
  opacity: 0.5;
  width: 100%;
  height: auto;
      display: inline;
  /*max-height: 90px;*/
}

.line_top{
  width: 100%;
  height: 1px;
  background-color: red;
}

#cont_block p{
  margin: 0;
  padding: 0;
}

#cont_block a{
  cursor: default;
}


.hotel_info_title{
  font-family: "book_antiquaregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  padding: 10px 0 3px 0;
  width: 70%;
  border-bottom: 1px solid #a30018;
}

.hotel_info_description{
    margin: 0;
    line-height: 1.2;
    font-family: "book_antiquaregular", Arial, Helvetica, sans-serif;
    color: #464646;
    font-size: 0.95em;
}

.hotel_info_description ul{
  /*margin: 0;*/
  padding-left: 15px;
  padding-right: 30px;
}

.hotel_info_description ul{
  list-style-type: square;

}

/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/

.loop-items .flexslider .slides{
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.loop-items .flexslider .slides img {
  min-height: auto;
  width: auto;
  display: block;
}

.text_404{
  text-align: center;
}

.error_text{
  /*color: #a30018;*/
  color: #333;
  text-align: right;
}

.news_photo_block{

}

.trip_title:hover{
  text-decoration: none !important: 
}

.logo img{
  /*width: 100px;*/
/*logo size for new year*/
width: 120px;  
}



/* Style the "x" */
#megaMenu ul.megaMenu li.menu-item a span.uber-close[data-uber-status="open"],
#megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.uber-close[data-uber-status="open"]{
  background:red;   
}
/* Style the down arrow */
#megaMenu ul.megaMenu li.menu-item a span.uber-close[data-uber-status="closed"],
#megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.uber-close[data-uber-status="closed"]{
  background:blue;  
}

#carousel .slides{
  /*width: auto !important;*/
  /*max-height: 50px;*/
}

#carousel .slides img{
      min-height: 50px;
    width: 100%;
}

#carousel .slides li{
  max-height: 50px !important;
    overflow: hidden;
  border: 0.1px solid #bdbdbd;
      /*margin-right: 5px !important;*/
    /*margin-left: 5px;*/
    margin-top: 40px;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#carousel .slides li:hover{
   margin-top: 10px;
   -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; 
}

#carousel .flex-active-slide{
  border-top: 1px solid #a30018 !important;
  box-shadow: 0px -2px 0px #a30018 !important;
}

#carousel{
      margin-top: -49px;
    z-index: 2;
    background: none;
    /*display: none;*/
}

#slider_block_top:hover #carousel .slides li{
  margin-top: 10px !important;
}

#carousel .flex-active-slide img {
  opacity: 1;
  /*cursor: default;*/
}

#carousel img{
      /*display: block;*/
    opacity: .4;
    cursor: crosshair;
}

#carousel img:hover {
  opacity: .8;
}

.flex-viewport{
    /*overflow: hidden;*/
    /*position: relative;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*float: none;*/
    }



#info[data-readmore] a{

}


#info + [data-readmore-toggle], #info[data-readmore] a{
        /*padding: 10px;*/
    /*text-align: center;*/
    /*width: 50% !important;*/
    /*border-left: 1px solid #a30018;*/
    /*border-bottom: 1px solid #a30018;*/
    /*transition: all 0.3s ease;*/
    /*display: inline-block;*/
    /*margin: 25px 0 10px;*/
        margin-top: 15px;
    margin-bottom: 10px;
}


p.text_read_more{
text-align: center;
padding-bottom: 0;
}

p.text_read_more:before{
      content: '';
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
    position: absolute;
    display: block;
    margin: 0px -20px;
    width: 100%;
    height: 50px;
    margin-top: -65px;
    /*top: 0;*/
}
p.main_read_more{
text-align: center;
padding-bottom: 0;
}

p.main_read_more:before{
      content: '';
    /*background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));*/
    position: absolute;
    display: block;
    margin: 0px -20px;
    width: 100%;
    height: 50px;
    margin-top: -65px;
    /*top: 0;*/
}

#more_main .colored_more,
#more_main .colored_more p,
#more_main .colored_more h1,
#more_main .colored_more h2,
#more_main .colored_more h3,
#more_main .colored_more h4,
#more_main .colored_more h5,
#more_main .colored_more h6,
#more_main .colored_more span,
#more_main .colored_more strong,
#more_main .colored_more b{
  color: #6d6d6d !important;
}

/*p.read_more_main{
  text-align: center; 
  padding:  0;
}
p.read_more_main:before{
      content: '';
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
    position: absolute;
    display: block;
    margin: 0px -20px;
    width: 100%;
    height: 50px;
    margin-top: -65px;
    top: 0;
}*/


.faa-parent.animated-hover:hover>.faa-pulse, .faa-pulse.animated, .faa-pulse.animated-hover:hover{
      margin: 0px 20px !important;
}


.entry-content:after{
      /*content: '';*/
    /*background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));*/
   /* position: absolute;
    display: block;
    width: 100%;
    height: 50px;
    margin-top: -115px;*/
}


.readmore-js-toggle, .readmore-js-section {
    display: block;
    width: 100%;
    position: absolute;
}
.readmore-js-section {
    overflow: hidden;
}

a i.fa.fa-chevron-down,
a i.fa.fa-chevron-up {
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #a30018;
    font-size: 20px;
    font-weight: 100;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


a:hover i.fa.fa-chevron-down,
a:hover i.fa.fa-chevron-up{
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}



/*fore small container - search, news, archive*/
#primary .archve-serach-other-smaller > .btn_country_block{display: none !important;}
#primary .archve-serach-other-smaller div#carousel{display: none !important;}

#primary .archve-serach-other-smaller #social-block{
  display: none !important;
}
/*fore small container - search, news, archive*/

.fa-star:before {
   background: linear-gradient(#ff0a2e, #a30018);
  -webkit-background-clip: text;
  color: transparent;
}
.fa-star-o:before{
  color: #999 !important;
}


/*.star_rate {
  display: none; 
 position: absolute;
 bottom: 0;right: 0;
}*/

#first_slide_text{
  /*box-shadow: 2px 2px 10px black !important;*/
}
#second_slide_text{
  /*box-shadow: -2px -2px 10px black !important;*/
}

#social-block{
    display: block;
    z-index: 9999;
    margin-top: 20px;
    height: 30px;
    position: relative;
    border-bottom: 1px dashed #a30018;
}

#social-block .col-md-8{
  padding-left: 0px !important;
}
#social-block .col-md-4{
  padding-right: 0px !important;
}

#social-block span{
  font-size: 18px;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    float: right !important;
}

.fb-share-button {
/*background: rgb(62, 91, 151) none repeat scroll 0% 0%;*/
color: rgb(255, 255, 255);
font-family: arial;
font-size: 12px;
font-weight: 900;
box-sizing: border-box;
/*padding: 5px;*/
min-width: 50px;
margin: auto;
display: inline-block;
position: relative;
border: 2px solid white;
border-radius: 2px;
clear: both;
float: left;
}
.fb {
  color: rgb(255, 255, 255);
  background: none;
  padding: 0px;
  border: none;
  width: auto;
  border-radius: 0px;
  min-width: auto;
  font-family: arial;
  font-size: 12px;
  font-weight: 900;
}

.sertificate_column{}

.sertificate__image img{
  width: 240px !important;
    display: block !important;
    margin: 0 auto !important;
}


/*change main home page css*/
.column-items-main-page{
  margin: 15px 0 0 0 !important;
  background-color: #fff;
  position: relative;
}

.items-title{
  color: #a30018 !important;
    font-size: 2.2em;
    line-height: 1.5em;
    text-align: center;
    border-radius: 0px;
    font-weight: 400;
    transition: all 0.5s;
    padding: 11px 20px;
    /*outline: 1px solid #a30018 !important;*/
    /*outline-offset: 0px !important;*/
	/*border: 1px solid #fff;*/

}
.items-title:hover{
	transition: all 0.3s;
	/*border: 1px solid #efefef;*/
	/*color: #333 !important;*/
	/*outline-offset: -5px !important;*/
}

h2.items-title a{
	display: block;
	width: 100%;
	height: 100%;
}

.items-title-newws{
  /*position: absolute;*/
  /*top: 10%;
  left: 10%;*/
   /*text-shadow: 1px 2px 2px #000;*/
   color: #a30018 !important;
    font-size: 2.2em;
    line-height: 1.5em;
    text-align: center;
}

.items-title:before,
.items-title-newws:before{
  /*content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all .5s;
  background-color: #a30018;*/
}

.image_main-items{
  outline: 1px solid #fff;
outline-offset: -5px;
transition: all .3s;
}
.image_main-items img{
  outline: 1px solid #a30018;
  outline-offset: 0px;
transition: all .3s;
}
.column-items-main-page:hover .image_main-items{
  outline-offset: -10px;
}
.column-items-main-page:hover .image_main-items img{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  outline-offset: 10px;
}

.column-items-main-page:hover .items-title:before,
.column-items-main-page:hover .items-title-newws:before{

}
.acf_postbox { display: block !important; }

.none-display{
  display: none;
}