div.resp_menu{
	display: none;
}

div.mean-bar{
	z-index: 999999999999;
}

a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #0c1923;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 18px;
	height: 18px;
	padding: 10px 12px 14px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mean-remove {
	display: none !important;
}

.navigation>.navigation-collapse {
	display: none
}
.navigation>.navigation-collapse span {
	display: block;
	float: right;
	font-size: 30px;
	cursor: pointer
}
.navigation::after, .navigation::before, .navigation>.navigation-collapse::after, .navigation>.navigation-collapse::before, .navigation>ul::after, .navigation>ul::before {
	clear: both;
	content: '';
	display: block
}
.navigation>ul>li {
	position: relative;
	float: left;
	margin-right: 15px
}
.navigation>ul>li>a {
	display: block;
	position: relative;
	color: #555;
	text-decoration: none
}
.navigation>ul>li.active>a, .navigation>ul>li:hover>a {
	color: #000
}
.navigation>ul>li span.fa {
	display: none;
	position: absolute;
	top: 15px;
	right: 10px;
	color: #888;
	font-size: 14px
}
.navigation>ul>li ul {
	display: none;
	position: absolute;
	width: 250px;
	left: 0;
	top: 100%;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none
}
.navigation>ul>li ul li {
	position: relative
}
.navigation>ul>li ul li:last-child {
	border: 0
}
.navigation>ul>li ul li a {
	display: block;
	padding: 10px 15px;
	color: #333;
	text-decoration: none
}
.navigation>ul>li>ul>li.active>a, .navigation>ul>li>ul>li:hover>a, .navigation>ul>li>ul>li>ul>li.active>a, .navigation>ul>li>ul>li>ul>li:hover>a, .navigation>ul>li>ul>li>ul>li>ul>li.active>a, .navigation>ul>li>ul>li>ul>li>ul>li:hover>a {
	color: rgba(225,225,225,.7)
}
.navigation>ul>li ul li ul {
	left: 100%;
	top: 0
}

@media (max-width:992px){
	div.navigation{
		display: none;
	}
}

.left-no-padding {
	padding-left: 0!important
}
.right-no-padding {
	padding-right: 0!important
}
.news {
	margin-bottom: 20px;
	position: relative
}
.news .news_title a {
	margin-bottom: 10px;
	font-size: 12px;
	color: #2e2e2e;
	text-decoration: none;
	display: block
}
.news .news_title a:hover {
	opacity: .7
}
.news .news_img_small {
	float: left;
	width: 100px
}
.news .news_img_small a {
	display: block
}
.news .news_img_small a img {
	width: 100%
}
.news .news_img_small a:hover img {
	opacity: .7
}
.news .news_img_medium {
	float: left;
	width: 170px
}
.news .news_img_medium a {
	display: block
}
.news .news_img_medium a:hover img {
	opacity: .7
}
.news .news_img_medium a img {
	width: 100%
}
.news .news_img_big a {
	width: 100%;
	display: block;
	margin-bottom: 10px
}
.news .news_img_big a:hover img {
	opacity: .7
}
.news .news_img_big a img {
	width: 100%
}
.news .news_text_small {
	margin-left: 110px
}
.news .news_text_medium {
	margin-left: 180px
}
.news .news_text_medium:after, .news .news_text_small:after {
	clear: both;
	display: block;
	content: ""
}
.news .news_date {
	font-size: 10px;
	color: #a2a2a2;
	margin-bottom: 10px
}
.news .news_description {
	font-family: 'BPG Rioni Vera';
	color: #6f6f6f
}
.news .news_more a {
	display: block;
	font-size: 10px;
	color: #2e2e2e;
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 20px;
	background: url(../../themes/images/see_more.png) right center no-repeat;
	height: 15px;
	text-decoration: none
}
.news .news_more a:hover {
	opacity: .7
}
.pagination {
	display: block
}
.pagination ul {
	font-size: 0px;
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	margin: 0 3px;
	font-size: 12px;
}
.pagination ul li a {
	text-decoration: none;
	display: block;
	padding: 6px 10px;
	color: #929292;
	border-radius: 3px
}
.pagination ul li a em {
	font-size: 16px
}
.pagination ul li.active a, .pagination ul li:hover a {
	color: #fff;
	background-color: #777
}
div.gallery_categories{
	margin-bottom: 20px;
}
div.gallery_categories div.gallery_category_item{
	float: left;
	width: 50%;
	margin-bottom: 20px;
	padding-right: 10px;
}
div.gallery_categories div.gallery_category_item a{
	position: relative;
	display: block;
	color: #fff;
}
div.gallery_categories div.gallery_category_item2{
	padding-left: 10px;
	padding-right: 0;
}
div.gallery_categories div.gallery_category_item a img{
	width: 100%;
	border-radius: 3px 3px 0 0;
}
div.gallery_categories div.gallery_category_item span{
	display: block;
	padding: 10px 15px;
	text-align: center;
	word-wrap: break-word;
	background-color: #eee;
	border-radius: 0 0 3px 3px;
}
div.gallery_categories div.gallery_category_item:hover span{
	background-color: #ddd;
}
div.gallery_inside div.gallery_inside_item{
	float: left;
	width: 25%;
	margin-bottom: 10px;
	overflow: hidden;
}
div.gallery_inside div.gallery_inside_item a{
	position: relative;
	display: block;
	margin: 5px 5px 0;
}
div.gallery_inside div.gallery_inside_item a img{
	width: 100%;
	border-radius: 3px;
}
div.gallery_inside div.gallery_inside_item a:before{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -25px;
	content: "\f002";
	color: #fff;
	font-family: "Awesome";
	font-size: 40px;
	opacity: 0;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
div.gallery_inside div.gallery_inside_item a:hover:before{
	opacity: 1;
}
div#contact_elements{
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 10px;
}
div#contact_elements div.contact_element{
	margin-bottom: 10px;
}
div#contact_elements div.contact_element em{
	display: block;
	float: left;
	width: 30px;
	color: #0066a0;
	font-size: 16px;
	text-align: center;
}
div#contact_elements div.contact_element span{
	display: block;
	margin-left: 40px;
}
div#contact_elements div.contact_element span a{
	color: #0066a0;
}
div#contact_feedback{
	float: left;
	width: 50%;
	margin-bottom: 10px;
	padding-left: 10px;
}
div#contact_feedback form div.contact_feedback{
	margin-bottom: 10px;
}
div#contact_feedback form div.contact_feedback:after{
	content: "";
	display: block;
	clear: both;
}
div#contact_feedback form div.contact_feedback textarea{
	height: 150px;
}
div#contact_feedback form div.contact_feedback button.gilaki{
	float: right;
	margin-right: 10px;
}
.video .vjs-default-skin .vjs-big-play-button{
	width: 90px;
	height: 90px;
	left: 50%;
	top: 50%;
	margin: -45px 0 0 -45px;
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 45px;
	background-color: rgba(255,255,255,0.25);
}
.video .vjs-default-skin .vjs-big-play-button:before{
	content: "\f105";
	font-family: "Awesome";
	color: rgba(255,255,255,0.7);
	font-size: 70px;
	line-height: 85px;
	text-shadow: none;
}
.video .vjs-default-skin:hover .vjs-big-play-button{
	background-color: rgba(255,255,255,0.5);
	box-shadow: none;
}
.video .vjs-default-skin:hover .vjs-big-play-button:before{
	color: rgba(255,255,255,1);
}
div.videos_wrapper{
	float: left;
	width: 70%;
	height: 300px;
}
div.videos_wrapper div.video_vd, div.videos_wrapper div.video_yt{
	display: none;
	position: absolute;
	width: 100%;
	height: 300px;
	left: 0;
	top: 0;
}
div.videos_wrapper div.video_visible{
	display: block;
}
ul.videos_playlist{
	float: left;
	width: 30%;
	height: 300px;
	overflow-x: hidden;
}
ul.videos_playlist li{
	padding: 5px;
}
ul.videos_playlist li.active{
	background-color: #ddd;
}
ul.videos_playlist li a{
	display: block;
	color: #444;
}
ul.videos_playlist li a:after{
	display: block;
	content: "";
	clear: both;
}
ul.videos_playlist li a img{
	display: block;
	float: left;
	width: 70px;
	height: 50px;
}
ul.videos_playlist li a span{
	display: block;
	margin-left: 80px;
}
.validation_errors p {
	background-color: #0076b2;
	color: #fff;
	display: block;
	padding: 5px 10px;
	border-radius: 3px;
}
div.info{
	margin-bottom: 20px;
	padding: 15px;
	text-align: center;
	background-color: #eee;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}
div.info div{
	display: inline-block;
}
div.info div em{
	margin-right: 7px;
	color: #555;
}
/* shares */
.shares{
	display: block;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.shares iframe{
	float: left;	
}
.shares .fb-like{
	float: 	left;
	width: 100px;
}
.faqwrap2 {
    margin-bottom: 10px;
}
.faqa2 {
    background: url("../../themes/images/qm.png") no-repeat ;
    color: #1a6dbb;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
    text-decoration: none;
}
.faqa2:hover {
    text-decoration: underline;
}
.faqdiv2 {
    background-color: #f5f5f5;
    display: none;
    padding: 10px;
    transition: none 0s ease 0s ;
}
.faqdiv2 div {
    line-height: 15px;
    margin-bottom: 10px;
}
.faqdiv2 div a:hover {
    text-decoration: underline;
}
div#sitemap > ul{
	float: left;
	width: 50%;
	margin-bottom: 20px;
	padding-right: 20px;
}
div#sitemap > ul li{
	margin-bottom: 5px;
}
div#sitemap > ul > li > a{
	color: #444;
}
div#sitemap > ul > li:hover > a{
	color: #999;
}
div#sitemap > ul li:after{
	content: "";
	display: block;
	clear: both;
}
div#sitemap > ul li a{
	display: block;
	margin-left: 15px;
}
div#sitemap > ul > li:before{
	display: block;
	float: left;
	margin-top: 5px;
	content: "\f111";
	color: #aaa;
	font-size: 6px;
	font-family: "Awesome";
}
div#sitemap > ul > li ul{
	margin: 10px 0px 10px 15px;
}
div#sitemap > ul > li ul li:before{
	display: block;
	float: left;
	margin-top: 5px;
	content: "\f141";
	color: #aaa;
	font-size: 10px;
	font-family: "Awesome";
}
div#sitemap > ul > li ul li > a{
	color: #999;
}
div#sitemap > ul > li ul li:hover > a{
	color: #444;
}
table.calendar.events{
	width: 100%;
	margin-bottom: 20px;
	border: 5px solid #efefef;
	border-top: 0 none;
}
table.calendar.events th{
	padding: 15px;
	background-color: #efefef;
}
table.calendar.events th.cal_prev_btn, table.calendar.events th.month, table.calendar.events th.cal_next_btn{
	text-align: center;
}
table.calendar.events th.cal_prev_btn a, table.calendar.events th.cal_next_btn a{
	display: inline-block;
	width: 30px;
	height: 30px;
	padding-top: 4px;
	color: #fff;
	font-size: 14px;
	background-color: #2c84b6;
	border-radius: 30px;
}
table.calendar.events tr.month_val td{
	padding: 20px;
}
table.calendar.events td{
	width: 14.28571428571429%;
	padding: 5px;
	text-align: center;
	min-height: 50px;
	vertical-align: middle;
}
table.calendar.events td .highlight{
	color: #fff;
	background-color: #6c6c6c;
}
table.calendar.events td .highlight a{
	background-color: #2c84b6;
}
table.calendar.events td div{
	height: 50px;
	padding: 15px;
	border-radius: 3px;
}
table.calendar.events td a{
	display: block;
	position: relative;
	color: #fff;
}
table.calendar.events td a span{
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 3px;
}
table.calendar.events td a img{
	width: 100%;
	height: 60px;
	border-radius: 3px;
}
table.calendar.events td a strong{
	display: block;
	position: absolute;
	left: 0;
	bottom: 100%;
	background-color: #2c84b6;
	color: #fff;
	padding: 5px 10px;
	display: none;
	z-index: 23235;
	font-size: 10px;
	font-weight: normal;
	border-radius: 3px;
	margin-bottom: 7px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
table.calendar.events td a strong:before{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -3px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #2c84b6;
}
ul.useful_links {
    list-style: outside none none;
    margin: 15px 0;
    padding: 0;
}
ul.useful_links li {
    display: block;
    margin-bottom: 15px;
}
ul.useful_links li span {
    display: block;
    float: left;
    font-size: 14px;
    margin-top: 2px;
}
ul.useful_links li a {
    color: #005caf;
    display: block;
    font-size: 14px;
    margin-left: 25px;
}
ul.useful_links li a:hover {
    color: #777;
    padding-left: 3px;
}
ul.useful_links_img {
    list-style: outside none none;
    margin: 15px 0;
    padding: 0;
}
ul.useful_links_img li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
ul.useful_links_img li a {
    background-color: #ccc;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 5px;
}
ul.useful_links_img li a img {
    width: 150px;
}
ul.useful_links_img li:hover a {
    background-color: #888;
}