﻿@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Asap:400,700);
@import url(//fonts.googleapis.com/css?family=Merriweather+Sans:300,400,700,800);
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  /*color: #b3b3b3;*/
color: #333333;
  font: 14px/18px 'Droid Sans', Arial, sans-serif;
  /*background: url(../images/bg1.png) #eeeadd;*/
background: #997b6d;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 51px;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: bold 22px/24px 'Merriweather Sans', sans-serif;
  margin-top: 73px;
  text-transform: uppercase;
  /*color: #818080;*/
color:#000000;
}
h2 span {
  color: #a60209;
}
h3 {
  font-size: 14px/19px; font-family: 'Asap', Arial, sans-serif;
  text-transform: uppercase;
  /*color: #b9b9b9;*/
color:#222222;
  margin-top: 37px;
}
h3.v2 {
  color: #606060;
}
h4 {
  font: 300 20px/25px 'Droid Sans', Arial, sans-serif;
  color: #363f45;
  margin-top: 39px;
  text-transform: uppercase;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  padding: 3px 0 21px;
  position: relative;
  z-index: 100;
  text-align: center;
}
.content_header {
  padding-bottom: 68px !important;
  border-bottom: 1px solid #323232;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 24px;
  padding-bottom: 23px;
  border-bottom: 1px solid #323232;
}
.sf-menu {
  display: inline-block;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 40px 0 0;
}
.sf-menu > li:last-child,
.sf-menu > li#last-li {
  margin: 0;
}
.sf-menu > li:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 1px;
  height: 9px;
  right: -20px;
  top: 7px;
  background: #323232;
}
.sf-menu > li:last-child:before,
.sf-menu > li#last-li:before {
  display: none;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 2px;
  font: 900 15px/20px 'Merriweather Sans', Arial, sans-serif;
  text-transform: uppercase;
  /*color: #818080;
  background: #1e1e1e;*/
color:#000000;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #a60209;
  /*background: #1e1e1e;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}
.sf-menu > li > a strong {
  width: 0%;
  height: 6px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 92px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #fa9183;*/
  opacity: 0;
  display: none;
  /* css triangle =============================================*/
  /*	&:before {
					content: "";
					display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;

				}*/
}
.sf-menu > li.current > a {
  color: #a60209;
  background: #1e1e1e;
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #a60209;
  /*background: #1e1e1e;*/
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 40px;
  left: 50%; margin-left:-62px;
  background: #363636;
  border: 1px solid #323232;
  padding: 10px 0px 10px;
  width: 125px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 18px;
  height: 10px;
  left: 50%;
  margin-left: -10px;
  top: -9px;
  background: url(../images/corner1.png) no-repeat 0 0;
}
.sf-menu ul li {
  position: relative;
  text-align: center;
  line-height: 25px;
  border-bottom: 1px solid #484848;
}
.sf-menu ul li:last-child,
.sf-menu ul li.last-submenu-li {
  border: none;
}
.sf-menu ul li a {
  font: 300 14px/29px 'Merriweather Sans', Arial, sans-serif;
  text-transform: uppercase;
  color: #1b1b1b;
  display: inline-block;
}
.sf-menu ul li a:hover {
  color: #a60209;
}
.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #a60209;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 125px; margin-left:0px;
  background: #363636;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #1b1b1b;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li {
    margin-right: 27px;
  }
  .sf-menu > li:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #997b6d;/*#a60209;*/
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  width: 100%;
  left: 0;
  /*background: #1e1e1e;*/
background: #ffffff;
  padding: 0px 0 0px;
  z-index: 999;
  border-bottom: 1px solid #323232;
}
.isStuck h1,
.isStuck .txt1 {
  /*height: 100px;*/
  display: none;
}
.isStuck nav {
  margin-top: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #a60209;
  text-decoration: none;
}
a.link1 {
  color: #a60209;
}
a.link1:hover {
  color: #000;
}
.txt1 {
  font: 300 30px/36px 'Merriweather Sans', Arial, sans-serif;
  /*color: #818080;*/
color:#000000;
  margin-top: 18px;
  letter-spacing: -1px;
}
.txt_section1 {
  margin-top: 33px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #323232;
  margin-bottom: -6px;
}
.txt_section1.v2 {
  margin-bottom: 0;
  border: none;
}
.txt_section1 h3 {
  margin-top: 4px;
}
.txt_section1 p {
  margin-top: 9px;
}
.txt_section1 .more_btn {
  margin-top: 14px;
}
.item_published {
  color: #a60209;
  float: left;
  font: 17px/20px 'Asap', sans-serif;
  text-transform: lowercase;
  text-align: center;
  margin: 0 20px 0 0;
}
.item_published span {
  display: block;
  font: bold 30px/30px 'Asap', sans-serif;
}
.article-bordered {
  border-left: 1px solid #343232;
  border-right: 1px solid #343232;
  margin: 0 37px;
  padding: 0 57px;
}

.article-bordered-main {
  border-left: 1px solid #343232;
  margin: 0 0 0 37px;
  padding: 0 0 0 57px;
}
.txt2 {
  font: 22px/30px 'Merriweather Sans', Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-top: 18px;
}
.txt3 {
  font: 13px/20px 'Asap', Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-top: 8px;
}
.color1 {
  color: #a60209;
}
.color2 {
  color: #fff;
}
.color3 {
  color: #000;
}
.box {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_upp {
  text-transform: uppercase;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin: 0 7px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: -8px;
}
.marTop2 {
  margin-top: 14px;
}
.marTop3 {
  margin-top: 68px;
}
.marTop4 {
  margin-top: 9px;
}
.marTop5 {
  margin-top: 25px;
}
.marTop6 {
  margin-top: 42px;
}
.marTop7 {
  margin-top: 20px;
}
.marTop8 {
  margin-top: 0;
}
.marTop9 {
  margin-top: 27px;
}
.marTop10 {
  margin-top: 60px;
}
.bot_line {
  padding-bottom: 40px;
  border-bottom: 1px solid #323232;
}
.hline {
  width: 100%;
  height: 1px;
  background: #323232;
  margin-top: 30px;
  margin-bottom: 0px;
}
p {
  margin-top: 23px;
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.img1 {
  margin-top: 32px;
  margin-bottom: 14px;
}
.img2 {
  margin-top: 31px;
  float: left;
  margin-right: 12px;
}
.img3 {
  margin-top: 40px;
}
.img4 {
  margin-top: 29px;
  float: left;
  margin-right: 20px; max-width:50%; 
}
blockquote {
  padding-left: 33px;
  padding-right: 40px;
  background: url(../images/quote_sign.png) 0 0px no-repeat;
  margin-top: 29px;
  overflow: hidden;
}
blockquote p {
  margin-top: 0;
}
.year_section {
  font: 13px/20px 'Asap', Arial, sans-serif;
  float: left;
  color: #b9b9b9;
  min-width: 44px;
  display: block;
  margin-top: 22px;
}
.num_section {
  font: 300 52px/52px 'Merriweather Sans', Arial, sans-serif;
  float: left;
  color: #fa9183;
  width: 52px;
  display: block;
  margin-top: -10px;
}
.date_section {
  position: relative;
  width: 100%;
  max-width: 68px;
  width: 68px;
  height: 68px;
  background-color: #a60209;
  float: left;
  text-align: center;
  margin-top: 20px;
  margin-right: 20px;
  color: #fff;
  font: bold 14px/18px 'Merriweather Sans', Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px;
}
.day {
  font: bold 37px/37px 'Droid Sans', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Droid Sans', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 36px;
}
.listWithMarker li {
  display: block;
  padding-left: 14px;
  margin-bottom: 0;
  padding-bottom: 14px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f111';
  font: normal normal 8px/20px 'FontAwesome';
  color: #a60209;
  top: -1px;
  left: 0;
}
.listWithMarker li a {
  color: #b9b9b9;
  text-decoration: none;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #a60209;
}
.list2 {
  margin: 0;
  margin-top: 14px;
  float: right;
  margin-right: -14px;
  margin-left: 10px;
}
.list2 li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 14px;
  position: relative;
}
.list2 li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: url(../images/list_dot.png) 0 0 no-repeat;
  top: 7px;
  right: -11px;
}
.list2 li:last-child:before {
  display: none;
}
.list2 li a {
  /*color: #545454;*/
  text-decoration: none;
  font: 11px/20px "Droid Sans", Arial, sans-serif;
  /*text-transform: uppercase;*/
}
.list2 li a:hover,
.list2 li.current a {
  color: #a60209;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 24px;
  text-decoration: none;
  font: 13px/18px "Asap", Arial, sans-serif;
  /*color: #818080;*/
color:#000000;
}
.more_btn:hover {
  color: #a60209;
}
.more_btn2 {
  display: inline-block;
  margin-top: 23px;
  text-decoration: none;
  font: bold 14px/18px "Merriweather Sans", Arial, sans-serif;
  padding: 17px 17px;
  float: right;
  margin-left: 20px;
  color: #fff;
  background: #a60209;
}
.more_btn2:hover {
  color: #a60209;
  background: #000;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: inline-block;
  margin-top: 13px;
  white-space: nowrap;
  text-align: left;
  float: right;
  margin-right: -2px;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 24px;
  height: 24px;
  display: inline-block;
  color: #fff;
  background: transparent;
  text-align: center;
  border-radius: 500px;
}
.soc_icons > li > a > img{
	height: 24px;
}
.soc_icons > li > a {
  background: #4264ab;
}
.soc_icons > li + li > a {
  background: #46e3ee;
}
.soc_icons > li + li + li > a {
  background: #ff9124;
}
.soc_icons i {
  font: normal normal 15px/24px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #000;
  text-decoration: none;
  background: #a60209;
}
.soc_icons > li.kanjian > a, .soc_icons > li.kanjian > a:hover {
	background: transparent;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
.main_plane {
  width: 1292px;
  margin: 50px auto 50px;
  background: #ffffff;/*#1e1e1e;*/
}
#content {
  padding: 0 0 68px 0;
  overflow: hidden;
}
.content_pages {
  /*margin-top: -24px;*/
}
.box-1 {
  position: relative;
  width: 100%;
  margin-top: 26px;
  padding: 22px 20px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #363636;
  border: 1px solid #414141;*/
background: #eeeeee;
}
.box-1.v2 {
  margin-top: 27px;
  padding: 6px 20px 16px;
}
.box-1.v2 h3 {
  margin-top: 10px;
}
.box-1.v2 p {
  margin-top: 23px;
}
.box-2 {
  position: relative;
  width: 100%;
  margin-top: 75px;
  padding: 5px 30px 25px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #363636;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map ****/
.map {
  margin-top: 20px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 358px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 12px;
  display: block;
}
.address1 dt {
  margin-bottom: 1px;
}
.address1 dd span {
  min-width: 84px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 36px 0 63px;
  border-top: 1px solid #323232;
  overflow: hidden;
  font-size: 11px;
}
.txt_priv {
  margin-top: 15px;
  /*min-width: 280px;*/
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #444;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #a60209;
}
@media only screen and (max-width: 1449px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1299px) {
  figure a,
  figure a img {
    width: 100%;
  }
  .main_plane {
    width: 100%;
  }
  .article-bordered, .article-bordered-main {
    margin: 0;
    padding: 0;
    border: none;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .img4 {
    float: none;
    margin-right: 0;
    width: 100%;
 max-width:100%;  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  h1 {
    width: 100%;
  }
  h1 img {
    width: 100%;
  }
  .txt1 {
    font: 300 20px/26px 'Merriweather Sans', Arial, sans-serif;
  }
  .article-bordered {
    padding: 0;
  }
  .list2 {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .soc_icons {
    float: none;
  }
  footer {
    text-align: center;
  }
  .box-2 {
    padding: 10px 15px 80px;
  }
  .more_btn2 {
    float: none;
    margin-left: 0;
    position: absolute;
    left: 15px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    width: 100%;
  }
  h1 img {
    width: 100%;
  }
  .marTopMobile {
    margin-top: 27px;
  }
}
/*Core variables and mixins*/

.topvid{
	height:640px;
}
@media only screen and (max-width: 979px) {
.topvid{
	height:480px;
}
}

@media only screen and (max-width: 767px) {
.topvid{
	height:315px;
}
}
@media only screen and (max-width: 479px) {
.topvid{
	height:200px;
}
}

.moretext{
	height:150px;
	overflow:hidden;
	position:relative;
}
.moretextgrad{
	padding:0px;
	margin:0px;
	position:absolute;
	height: 120px;
	width: 100%;
	bottom:0px;
	left:0px;
	z-index:10;
/*background: -moz-linear-gradient(top,  rgba(30,30,30,0) 0%, rgba(30,30,30,1) 100%);
background: -webkit-linear-gradient(top,  rgba(30,30,30,0) 0%,rgba(30,30,30,1) 100%);
background: linear-gradient(to bottom,  rgba(30,30,30,0) 0%,rgba(30,30,30,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e1e1e', endColorstr='#1e1e1e',GradientType=0 );*/
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.shadow{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
	background: #1e1e1e;
    	opacity: 0.8;
    	filter: alpha(Opacity=80);
	z-index:110;
}
.addcoment{
	position:fixed;
	top:20%;
	left:50%;
	margin-left:-300px;
	width:600px;
	z-index:115;
	background: #050505;
	display:none;
}
.addcoment span{
	display:block;
	padding:20px;
}
.addcoment input, .addcoment textarea{
	width:98%;
	border:1px solid white;
	padding:3px 5px;
	font-family: 'Droid Sans', Arial, sans-serif;
}
.addcoment textarea{
	height:150px;
	margin:20px 0;
}
@media only screen and (max-width: 600px) {
.addcoment{
	left:0%;
	width:100%;
	margin-left:0px;
}
.addcoment input, .addcoment textarea{
	width:96%;
}
}

.eventpic{
height: 240px;
    background-position: center;
    background-size: cover;
}
.eventtxt{
	float:left;
	width:70%;
}
.eventbtn{
	float:left;
	width:30%;
}
.eventtxt p{
	margin-top:0;
}

/** @section Buttons */
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 15px 14px;
	font-size: 14px;
	line-height: 1.25;
	border: 2px solid;
	font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: all 0.3s ease-in-out;
}

.button.button-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

.button.button-icon .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 1.55em;
	line-height: 1em;
}

.button.button-icon-left .icon {
	padding-right: 11px;
}

.button.button-icon-right {
	flex-direction: row-reverse;
}

.button.button-icon-right .icon {
	padding-left: 11px;
}

.button.button-icon.button-link .icon {
	top: 5px;
	font-size: 1em;
}

.button.button-icon.button-xs .icon {
	top: .05em;
	font-size: 1.2em;
	padding-right: 8px;
}

.button.button-icon.button-xs .button-icon-right {
	padding-left: 8px;
}

.button-block {
	display: block;
	width: 100%;
}

.button-default, .button-default:focus {
	color: #b9b9b9;
	background-color: #343232;
	border-color: #343232;
}

.button-default:hover, .button-default:active, .button-default.active {
	color: #ffffff;
	background-color: #a60209;
	border-color: #a60209;
}

.button-default.button-ujarak::before {
	background: #a60209;
}

.button-gray-100, .button-gray-100:focus {
	color: #363636;
	background-color: #edeff4;
	border-color: #edeff4;
}

.button-gray-100:hover, .button-gray-100:active, .button-gray-100.active {
	color: #363636;
	background-color: #dde1ea;
	border-color: #dde1ea;
}

.button-gray-100.button-ujarak::before {
	background: #dde1ea;
}

.button-primary, .button-primary:focus {
	color: #ffffff;
	background-color: #a60209;
	border-color: #a60209;
}

.button-primary:hover, .button-primary:active, .button-primary.active {
	color: #ffffff;
	background-color: #363636;
	border-color: #363636;
}

.button-primary.button-ujarak::before {
	background: #363636;
}

.button-default-outline, .button-default-outline:focus {
	color: #b9b9b9;
	background-color: transparent;
	border-color: #343232;
}

.button-default-outline:hover, .button-default-outline:active, .button-default-outline.active {
	color: #ffffff;
	background-color: #a60209;
	border-color: #a60209;
}

.button-default-outline.button-ujarak::before {
	background: #a60209;
}

.button-ghost {
	border: 0;
	background-color: transparent;
}

.button-ghost:hover {
	color: #ffffff;
	background: #a60209;
}

.button-facebook, .button-facebook:focus {
	color: #ffffff;
	background-color: #4264ab;
	border-color: #4264ab;
}

.button-facebook:hover, .button-facebook:active, .button-facebook.active {
	color: #ffffff;
	background-color: #263961;
	border-color: #263961;
}

.button-facebook.button-ujarak::before {
	background: #263961;
}

.button-twitter, .button-twitter:focus {
	color: #ffffff;
	background-color: #47e2ed;
	border-color: #47e2ed;
}

.button-twitter:hover, .button-twitter:active, .button-twitter.active {
	color: #ffffff;
	background-color: #12b0bc;
	border-color: #12b0bc;
}

.button-twitter.button-ujarak::before {
	background: #12b0bc;
}

.button-rss, .button-rss:focus {
	color: #ffffff;
	background-color: #ff9124;
	border-color: #ff9124;
}

.button-rss:hover, .button-rss:active, .button-rss.active {
	color: #ffffff;
	background-color: #bd5e00;
	border-color: #bd5e00;
}

.button-rss.button-ujarak::before {
	background: #bd5e00;
}

.button-shadow {
	box-shadow: 0 9px 21px 0 rgba(185, 185, 185, 0.15);
}

.button-shadow:hover {
	box-shadow: 0 9px 10px 0 rgba(185, 185, 185, 0.15);
}

.button-shadow:focus, .button-shadow:active {
	box-shadow: none;
}

.button-ujarak {
	position: relative;
	z-index: 0;
	transition: background .4s, border-color .4s, color .4s;
}

.button-ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #a60209;
	z-index: -1;
	opacity: 0;
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.42s, opacity 0.42s;
	border-radius: inherit;
}

.button-ujarak, .button-ujarak::before {
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-ujarak:hover {
	transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}

.button-ujarak:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.button-xs {
	padding: 8px 17px;
}

.button-sm {
	padding: 5px 25px;
	font-size: 12px;
	line-height: 1.5;
}

.button-lg {
	padding: 12px 50px;
	font-size: 14px;
	line-height: 1.5;
}

.button-xl {
	padding: 16px 50px;
	font-size: 16px;
	line-height: 28px;
}

@media (min-width: 992px) {
	.button-xl {
		padding: 20px 80px;
	}
}

.button-circle {
	border-radius: 30px;
}

.button-round-1 {
	border-radius: 5px;
}

.button-round-2 {
	border-radius: 10px;
}

.btn-primary {
	border-radius: 3px;
	font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
	color: #ffffff;
	background: #a60209;
	border-color: #a60209;
}

.btn-primary:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}