@charset "utf-8";

.content_right ul {
	list-style-type: none; /* Remove default bullets */
	padding-left:0px;
}

.content_right ul li{
	line-height:28px;
	font-weight:600;
	position: relative;
	padding-left: 20px;
}

.content_right ul li::before {
	content: "•"; /* Unicode for bullet */
	color:#40C1AC; /* Change bullet color */
	font-size:28px;
	position: absolute;
	left: 0;
	top: 1px;
}

.content_menu{
	background-color:#3E4950;
}

.content_menu .menu{
	padding:40px 0px;
	max-width:1600px;
	margin: auto;
	position: relative;
}

.content_menu .menu a:not(.button_three){
	font-size:20px;
	line-height:24px;
	font-weight:600;
	color:#fff;
	margin:0px 35px;
	text-transform:uppercase;
	transition:all ease-in-out 0.3s;
}

.content_menu .menu a:not(.button_three):nth-child(1){
	margin-left:0px;
}

.content_menu .menu a:not(.button_three):hover{
	color:#EBCB84;
}

.content_menu .menu a.button_three{
	color:#EBCB84;
	font-size:20px;
	line-height:105px;
	position: absolute;
	right:0px;
	top:0px;
	padding:0px 70px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	background-color:#3E4950;
	transition:all ease-in-out 0.3s;
}

.content_menu .menu a.button_three img{
	vertical-align:top;
	margin-top:35px;
	margin-left:5px;
}

.content_menu .menu a.button_three:hover{
	background-color:#383838;
}

.content_container{
	width:100%;
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
}

.content_container:nth-child(4){
	padding-top:98px;
}

.content_container .content_content{
	margin:auto;
	color:#383838;
	font-size:16px;
	padding:0px 0px;
	line-height:24px
}

.content_container h2{
  font-size: 24px;
  color: #383838;
  margin: 0px;
  margin-bottom: 0px;
  line-height: 24px;
	font-weight:500;
}

.content_container h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0px;
  font-weight: 400;
	color:#000000;
	letter-spacing:2px;
	font-family:'Exo', sans-serif;
}

.content_container h4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0px;
  font-weight: 700;
  letter-spacing: 0px;
}

.menu_container .menu_button{
	margin-top:20px !important;
	margin-right:-55px !important;
}

.menu_container.open .menu_button{
	margin-right:324px !important;
}

.select_custom{
	width:233px;
	overflow:hidden;
	background:url(/images/menu_arrow.png) center right 10px no-repeat;
	border:1px solid #cdcdcd;
	border-radius:20px;
}

.select_custom select{
	border:none;
	background-color:transparent;
	color:#36404b;
	font-family:"Roboto Condensed", sans serif;
	width:250px;
	padding:9px 10px;
	font-size:18px;
	font-weight:400;
}

.content_container .content_content .content_left{
	width:23%;
	float:left;
	box-sizing:border-box;
	margin-top:9px;
}

.content_container .content_content .content_right{
	width:73%;
	float:left;
	box-sizing:border-box;
}

.banners_container,
.contact_container{
	background-color:#fff;
}

.banners_container .banners_content{
	width:1100px;
	padding:20px 0px;
	margin:auto;
}

.banners_container .banners_content span img{
	padding-bottom:13px;
}

.articles_container{
	background-color:#fff;
	padding:0px 0px 20px 0px;
}

.articles_container .articles_content{
	width:1100px;
	margin:auto;
}

.contact_container{
	padding-bottom:50px;
}

.contact_container .contact_content{
	width:1100px;
	margin:auto;
	background:url(/images/contact_bg.jpg) center center no-repeat;
	background-size:cover;
	padding:35px 0px;
	text-align:center;
	color:#fff;
	font-weight:500;
	margin-bottom:50px;
}

.contact_container .contact_content h1{
	font-size:26px;
	color:#fff;
	font-family:"Roboto Condensed", sans-serif;
	font-weight:400;
	text-transform:uppercase;
	margin-top:0px;
}

.contact_container .contact_content .contact_text{
	width:785px;
	margin:auto;
	margin-bottom:30px;
}

.contact_container .contact_content input{
	width:230px;
	padding:12px 6px;
	border:1px solid #5c1c1d;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

.contact_container .contact_content textarea{
	width:478px;
	padding:12px 6px;
	border:1px solid #5c1c1d;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin-top:15px;
	font-family:"Raleway",sans-serif;
}

.contact_container .contact_content a{
	display:inline-block;
	background-color:#ff0000;
	padding:8px 40px;
	color:#fff;
	text-decoration:none;
	margin-top:15px;
	font-size:12px;
	font-weight:bold;
}

.articles_content h1{
	font-size:30px;
	font-weight:400;
	margin:0px;
	margin-bottom:20px;
}

.top_location{
	width:120%;
	margin-bottom:0px;
	margin-left:-10%;
	font-family:'Exo',sans-serif;
}

.top_location span{
	color:#000000;
	font-size:16px;
}

.top_location a{
	color:#BBBBBB !important;
	text-decoration:none;
	font-size:14px;
}

.top_location a.selected{
	color:#1C1C59 !important;
	font-weight:500;
}

.content_content table tr td table tr td,
.content_content table tr td table tr td a{
	color:#424243;
	text-decoration:none;
}

.contact_holder table tr td{
	color:#000 !important;
}

.more_button{
	display: block;
	max-width:230px;
	background-color:#1cbfaa;
	color:#fff;
	margin: auto;
	text-align: center;
	padding:14px 0px;
	border-radius:6px;
}

.oprema_item{
	display: none;
}

.oprema_item.sel{
	display: block;
}

.oprema_item ul{
	margin:0px;
	padding:0px;
	list-style: none;
}

.oprema_item ul li{
	padding-left:20px;
	position: relative;
	margin:15px 0px;
	font-weight:400;
	line-height:20px;
}

.oprema_item ul li::before{
	content:'';
	display:block;
	width:7px;
	height:7px;
	background-color:#EBCB84;
	border-radius:50%;
	position: absolute;
	left:0px;
	top:7px;
}

.oprema_menu{
	padding:25px 20px;
	background-color:#3E4950;
	border-radius:7px;
	margin-top:30px;
	margin-bottom:50px;
}

.oprema_menu a{
	display: inline-block;
	padding:0px 20px;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	font-weight:500;
	transition: all ease-in-out 0.3s;
	position: relative;
}

.oprema_menu a:hover,
.oprema_menu a.sel{
	color:#EBCB84;
}

#header_slider_content{
	height:700px !important;
}

.info_holder{
	position: absolute;
	right:7px;
	top:-10px;
	width:12px;
	z-index:10;
}

.info_holder .info_content{
	display:none;
	width:100%;
	width:800px;
	padding:30px;
	background-color:rgba(255,255,255,0.9);
	border-radius:7px;
	font-size:16px;
	color:#444444;
	line-height:20px;
	font-weight:500;
	text-transform: none;
	margin-left:-238px;
}

.recommend_holder{
	position:relative;
}

.recommend_holder .recommend_content{
	border-radius:7px;
	position:absolute;
	box-shadow:0px 0px 7px rgba(0,0,0,0.2);
	background-color:#fff;
	right:0px;
	top:60px;
	width:100%;
	max-width:380px;
	padding:15px 35px 15px 35px;
	z-index:9;
	text-align:left !important;
	display: none;
}

.recommend_holder .recommend_content .recommend_item{
	border-bottom:1px solid #EBEBEB;
	padding:20px 0px;
	text-align:left !important;
}

.recommend_holder .recommend_content .recommend_item .title{
	width:250px;
	display:table-cell;
	text-align:left !important;
	font-size:20px;
	font-weight:800;
	color:#383838;
	vertical-align:middle;
}

.recommend_holder .recommend_content .recommend_item .image{
	width:60px;
	height:60px;
	display: table-cell;
	text-align:center;
	box-sizing: border-box;
}

.recommend_holder .recommend_content .recommend_item .image img{
	height:60px;
	width: 60px;
	border-radius:4px;
}

.recommend_holder .recommend_content .recommend_item .image .img-container{
	width:60px;
	box-sizing: border-box;
}
