/*RED - 		#E51B24
	BLUE - 		#076BB9		#6D28AA		#0091C9
	YELLOW - 	#FFCC33		#F7E214
	ORANGE - 	#F77F00
	GREEN -		#92C52C		#8CD600
	
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Roboto', sans-serif;
*/

@import url("animate.css");
@import url("bootstrap.min.css");
@import url("content.css");
@import url("style_forms.css");
@import url("collapse_sm_menu.css");

html {
	background:#FFF;
	background-image:url(../image/bg_html.png);
	background-repeat:no-repeat;
	background-position:50% 0;
	background-size:cover;
	background-attachment:fixed;
}
body {
	background:none;
	overflow-y:scroll;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	line-height:1.45em;
}
h1,h2,h3,h4,h5,h6, .txt-header {
	font-family: 'Lora', serif;
	font-weight:normal;
}
h1 {
	font-size:44px;
}
h2 {
	font-size:36px;
}
h3 {
	font-size:29px;
}
h4 {
	font-size:23px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:14px;
}

.topic_page {
	text-align:center;
}

a {
	-o-transition:color .4s ease-out, background 0.3s ease-in, border 0.3s ease-in;
	-ms-transition:color .4s ease-out, background 0.3s ease-in, border 0.3s ease-in;
	-moz-transition:color .4s ease-out, background 0.3s ease-in, border 0.3s ease-in;
	-webkit-transition:color .4s ease-out, background 0.3s ease-in, border 0.3s ease-in;
}
p {
	text-align:justify;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

hr {
	background:url(../data/files/page_backgrounds/slides/hr.png) no-repeat;
	background-position:center top;
	background-size:contain;
	height:50px;
	margin:0 0 20px 0;
	border:none !important;
}

a.img_link {	
	overflow:hidden;
	display:inline-block;
}
a.img_link img {	
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
a.img_link:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

.ge-content ul {
	padding-left:18px;
}
.ge-content li {
	list-style:none;
}
.ge-content li::before {
	position:absolute;
  content: "•";
	margin-left:-19px;
	margin-top:-1px;
	font-size:2em;
  color: #3f8d55;
}

.column {
	opacity:0;
}
.animated.column {
	opacity:1 !important;
}
.mcBlock {
	padding-left:15px !important;
	padding-right:15px !important;
}
.mcBlock > div {
	padding-left:0 !important;
	padding-right:0 !important;
}

.anchor-link {
	position: absolute;
	height:1px;
}

.clear, .clearfix {
	clear:both;
}
.clear10 {
	clear:both;
	height:10px;
}
.clear20 {
	clear:both;
	height:20px;
}

.color-box {
	padding:12px;
	margin:20px 0 0 0;
}
.color-box h2 {
	margin:0;
	padding:0 0 12px 0;
	color:#FFF;
	text-align:center;
}
.color-box-inner {
	background:#FFF;
	padding:10px;
}
.bg-red {
	background:#E51B24;
}
.bg-blue {
	background:#0091C9;
}
.bg-green {
	background:#8CD600;
}
.bg-yellow {
	background:#F7E214;
}
.bg-white {
    background: #FFF;
}

table th {
	padding:5px 10px;
	text-align:center;
}
table td.txt {
	padding:2px 10px;
}
table .img-responsive{
	width:100%;
}

.container {
}

#wrapper_main {
	position:relative;
	overflow:hidden;
}

#site_header {
	background:none;
	position:fixed;
	width:100%;
	z-index:1000;
}
#site_header .container {
	background:none;
}
#site_header_top {
	background:#2a2a2a;
}
#site_header_top a {
	color:#CBCBCB;
}
#site_header_top a:hover {
	color:#FFF;
}
#header_name {
	padding:0;
	margin:5px 0 0 0;
	text-align:right;
	font-size:34px;
	line-height:40px;
}
#nav_long {
	clear:both;
	margin:5px 0 5px 0;
	padding:0;
}
#site_header .nav {
	font-family: 'Roboto Slab', serif;
	font-family: 'Lora', serif;
	font-size:18px;
	font-weight:normal;
	margin:0 -15px;
}
#main_nav {
}
#main_nav>li {
}
#main_nav>li>a {
	color:#333;
	padding-top:10px;
	padding-bottom:10px;
}
#main_nav>li>a:hover,
#main_nav>li>a:focus,
#main_nav>li.dropdown:hover>a,
#main_nav>li.active>a {
	background:none;
	color:#0091C9;
}
#main_nav>li.active>a {
}
#main_nav .dropdown-menu > .active > a,
#main_nav .dropdown-menu > .active > a:hover {
	background:#FFF;
	color:#0091C9;
}
#main_nav hr {
	margin:0;
}

.navbar-header {
}
.navbar-brand {
	padding:0;
	height:auto;
	margin:10px 8px;
}

#site_content {
	min-height:400px;
	margin-top:45px;
}

.breadcrumb {
	background:none;
	color:#111;
	font-size:15px;
	padding:0;
	margin: -15px 0 10px 0;
}
.breadcrumb a {
	padding-right:5px;
	color:#111;
	text-decoration:none;
}
.breadcrumb a:hover {
	color:#333;
}
.breadcrumb span.bcsep {
	display:inline-block;
	color:#AFAFAF;
	padding:0 5px;
}

.inner_links {
	border-bottom:#000000 solid 1px;
	margin-bottom:20px;
}
.inner_links a {
	position:relative;
	color:#000000;
	padding:5px 0 5px 0;
	margin-right:15px;
	display:inline-block;
}
.inner_links a.active {
	background:#000000;
	color:#FFFFFF;
	padding:5px 12px;
}
.inner_links a.active:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left:-10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #000;
	clear: both;
}


#main_slider {
	position:relative;
}
#main_slider .main_slider_inner {
	width:100%;
	position:relative;
}

#footer_top {
	background:#0091C9;
	height:30px;
}

#site_footer {
	background:#2a2a2a;
}
#site_footer .container {
	background:none;
}
footer {
	padding:10px 0;
	font-size:14px;
	color:#E9E9E9;
}
footer a {
	display: inline-block;
	color:#E9E9E9;
}
footer a:hover,
footer a:focus {
	color:#FFF;
	text-decoration:underline;
	outline:none;
}
footer hr {
	border-color:#279e38;
}

.footer_menu {
	display: inline-block;
	list-style:none;
	margin:0;
	padding:0;
}
.footer_menu li {
	display:inline-block;
	padding:0;
	margin-left:-1px;
}
.footer_menu li a {
	padding:2px 10px;
	line-height:1em;
}
.footer_menu li.sep {
	display:inline-block;
	padding:0;
	border-left:#FFF solid 1px;
	margin-left:10px;
	margin-right:10px;
}
.footer_menu li.sep a {
	padding:0;
	margin-left:-1px;
}
.footer_menu li.sep a hr {
	display:none;
}

.footer_menu_1 {
	display: block;
	list-style:none;
	margin:5px 0;
	padding:0;
}
.footer_menu_1 li {
	display:block;
	background:url(../image/footer_li_arrow.png) 0 50% no-repeat;
	padding:4px 15px 4px 0;
	margin-left:-1px;
}
.footer_menu_1 li a {
	width:100%;
	padding:2px 15px 10px;
	line-height:1em;
	border-bottom:#7C7C7C solid 1px;
}
.footer_menu_1 li.sep {
	background:none;
}
.footer_menu_1 li.sep hr {
	margin-top: 7px;
  margin-bottom: 7px;
}

.footer_menu_inner {
	display: inline-block;
	list-style:none;
	margin:0;
	padding:0;
}
.footer_menu_inner li {
	display:inline-block;
	padding:0;
	margin-left:-1px;
}
.footer_menu_inner li a {
	position:relative;
	display:block;
	padding:10px 10px 5px 40px;
	line-height:1em;
	background:#FFFFFF;
	border:#BDBDBD solid 1px;
	margin:1px 20px 25px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.footer_menu_inner li a i {
	position:absolute;
	font-size:30px;
	width:50px;
	height:50px;
	top:-10px;
	left:-15px;
	line-height:50px;
	text-align:center;
	color:#B8B8B8;
	background:#FFFFFF;
	border:#BDBDBD solid 1px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.top_nav {
	display: inline-block;
	list-style:none;
	margin:5px 0;
	padding:0;
}
.top_nav li {
	display:inline-block;
	padding:0 8px;
	margin-left:-1px;
}
.top_nav li a {
	padding:2px 2px;
	line-height:1em;
}
.top_nav li:first-child {
	padding-left:0;
}
.top_nav li:last-child {
	padding-right:0;
}
.top_nav_right {
	text-align:right;
}

.pagination {
	margin:0;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}
.pagination li a {
	padding: 3px 12px;
	font-size:11px;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	color:#0091C9;
}
.pagination > .active > a,
.pagination > .active > a:hover {
	background:#0091C9;
	border:#0091C9 solid 1px;
}


/*Calender*/
#cal_box {
	padding:7px 4px;
	background:#0091C9;
}

#cal_nav {
	text-align:center; 
	margin:auto 1%;
	padding:5px 0;
	color:#FFF;
}
.cal_nav_btn {
	display:inline-block;
	width:20px;
	height:20px;
	margin:2px;
	cursor:pointer;
	cursor:hand;
}
.cal_nav_prev {
	float:left;
	background:url(../image/cal/back_arrow_btns.png) 0 0 no-repeat;
}
.cal_nav_next {
	float:right;
	background:url(../image/cal/back_arrow_btns.png) -20px 0 no-repeat;
}
a:hover .cal_nav_prev {
	background-position:0 -20px;
}
a:hover .cal_nav_next {
	background-position:-20px -20px;	
}

#cal {
	text-align:center;
	margin:auto;
	padding:0;
	font-size:12px;
	width:100%;
}
#cal_header {
	width:100%;
}
.cal_pad {
	line-height:30px;
	float:left;
	width:1%;
	height:200px;
	padding:0;
}
.cal_item {
	line-height:30px;
	float:left;
	width:14%;
	height:30px;
	font-size:13px;
	padding:0;
	-o-transition:color .4s ease-out, background 1s ease-in;
	-ms-transition:color .4s ease-out, background 1s ease-in;
	-moz-transition:color .4s ease-out, background 1s ease-in;
	-webkit-transition:color .4s ease-out, background 1s ease-in;
}
#cal_header .cal_item {
	background:url(../image/cal/back_cal_day.png);
	border:#E6E6E6 solid 1px;
	color:#666;
	height:30px;
}
#cal_items .cal_item {
	border:#E6E6E6 solid 1px;
	text-align:center;
}
#cal_items a .cal_item {
	color:#FFF;
	background:url(../image/cal/back_cal_day_a.png);
}
#cal_items a:hover .cal_item {
	color:#555;
}
#cal_items a .today,
#cal_items .today {
	font-weight:bold;
}
#cal_items .pastday {
	background:url(../image/cal/back_cal_day_past.png);
}
#cal_items a .pastday {
	background:url(../image/cal/back_cal_day_a_past.png);
}
#cal_items a .selected_date, 
#cal_items a .selected_date.today, 
#cal_items a .selected_date.pastday {
	/*color:#FFF;
	background:#E51B24;*/
}
.cal_date {
	text-align:center;
	font-size:15px;
	line-height:25px;
	margin-top:2px;
}
.disabled_date {
	color:#F8F8F8;
	background:url(../image/cal/back_cal_day.png);
}
.thismonth {
	color:#666;
	background:url(../image/cal/back_cal_day.png);
}
.thisweek {
	color:#333;
	background:#FFF;
	min-height:200px;
	border:#DDD solid 1px;
}

/* Preloader */
.wait_msg {
	display:none;
	z-index:3000;
}
.wait_msg .wait_msg_img {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../image/wait.gif) 50% 30% no-repeat;
	z-index:3002;
}
.wait_msg .wait_msg_background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
	filter:alpha(opacity = 0);
	z-index:3001;
}
/* Block Preloader */
.wait_msg_block {
	display:none;
	z-index:1500;
}
.wait_msg_block .wait_msg_img_block {
	position:absolute;
	margin:0;
	background:url(../image/wait.gif) 50% 55% no-repeat;
	z-index:1502;
}
.wait_msg_block .wait_msg_background_block {
	position:absolute;
	margin:0;
	background:#FFF;
	opacity:0.5;
	filter:alpha(opacity = 50);
	z-index:1501;
}

/* MODAL */
.modal-open .modal {
	overflow-y:auto;
}
#currentModal {
}
#currentModal .modal-dialog {
	padding:1px;
	z-index:102;
}
.modal-header {
	padding:0;
}
.modal-title {
	background: #222222;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 5px 10px;
	z-index:103;
}
.modal-description {
	background:#333;
	font-size:13px;
	line-height:17px;
	color:#FFF;
	padding:10px;
}
#currentModal .modal-dialog .modal-content {
	background:none;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

#currentModalButtons {
	position:fixed;
	width:100%;
	height:100%;
	z-index:100;
}
#currentModal #currentModalButtons .close {
	width:50px;
	height:50px;
	line-height: 50px;
	background:none;
	color:#FFF;
	margin:2px;
	padding:2px;
	font-size:3em;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	opacity:1;
	filter:alpha(opacity = 100);
	z-index:101;
}
#currentModal #currentModalButtons .close:hover {
	opacity:1;
	filter:alpha(opacity = 100);
	background:#FFF;
	color:#E51B24;
}
.prevModal,
.nextModal {
	position:absolute;
	top:50%;
	width:46px;
	height:46px;
	background:#F00;
	text-indent:100px;
	overflow:hidden;
	cursor:pointer;
	cursor:hand;
}
.prevModal {
	left:0;
	background:url(../image/arrow_large_left.png) left top no-repeat;
}
.nextModal {
	right:0;
	background:url(../image/arrow_large_right.png) left top no-repeat;
}
.prevModal:hover,
.nextModal:hover {
	background-position:left bottom;
}

#top_link {
	display:none;
	position:fixed;
	width:44px;
	height:44px;
	padding:0;
	margin:0;
	right:10px;
	bottom:10px;
	-o-transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	z-index:1000;
}
#top_link i {
	width:44px;
	height:44px;
	padding:0;
	margin:0;
	cursor:pointer;
	cursor:hand;
	-moz-border-radius:22px;
	-webkit-border-radius:22px;
	border-radius:22px;
	font-size:30px;
	line-height:40px;
	text-align:center;
	background:#CCC;
}
#top_link i:hover {
	color:#FF4B4B;
}

.secondary-menu {
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}
.secondary-menu li {
	margin-bottom:7px;
}
.secondary-menu li a {
	display:block;
}

/* FORUM */
/*#ft_reply_btn {
	margin-top:8px;
}
.forum_item {
	margin:20px 0 10px 50px;
}
.forum_shift {
	margin-left:50px;
}
.forum_user_img {
	float:left; 
	margin-left:-50px; 
	margin-top:3px;
	width:40px;
	height:40px;
}
.forum_user_name {
	font-weight:bold;
}
.forum_comment_body {
	padding:15px; 
	margin:10px 0;
}
.forum_post_time {
	position:absolute;
	margin-top:20px;
	font-size:0.7em;
}
.fc_reply {
	padding-top:40px;
}

#forum_my_stuff .nav-tabs li {
	width:50%;
	text-align:center;
}
#forum_my_stuff .nav-tabs li a {
	border-radius: 0;
	margin:0;
	padding:10px;
	font-size:16px;
}
#forum_my_stuff .nav-tabs li a {
	background:#999;
	border:#999 solid 1px;
	color:#FFF;
}
#forum_my_stuff .nav-tabs li a:hover {
	background:#CCC;
	border:#CCC solid 1px;
	color:#333;
}
#forum_my_stuff .nav-tabs li.active a {
	background:#313131;
	border:#313131 solid 1px;
	color:#FFF;
}

#forum_my_stuff .tab-content {
	padding:15px;
}
#forum_my_stuff .tab-content ul,
ul.forum_list {
	margin:0;
	padding:0;
	list-style:none;
}
#forum_my_stuff .tab-content ul li,
ul.forum_list li {
	padding-left:30px;
	margin:10px 0;
	background:url(../image/forum/list_icon.png) 0 0 no-repeat;
}*/

/* TETSTIMONIALS */
.testi_item {
	background:url(../image/tell.png) 35px 50px no-repeat;
}
.testi_item_inner {
	margin:0 0 0 50px;
}
.testi_user_img {
	float:left; 
	margin-left:-50px; 
	margin-top:3px;
	width:40px;
	height:40px;
}
.testi_user_img {
	float:left; 
	margin-left:-50px; 
	margin-top:3px;
	width:40px;
	height:40px;
}
.testi_user_name {
	font-weight:bold;
	padding:15px 0;
	color:#E51B24;
}
.testi_tell {
	background:#CCC;
	color:#333;
	padding:15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* SYSTEM MESSAGES */
#system_message {
	display:none;
	position:fixed;
	top:20%;
	width:100%;
	z-index:20000;
}
#system_message .system_message_box {
	max-width:400px;
	margin:auto;
}
#system_message_text {
	padding:15px;
	background:#000;
	color:#FFF;
	line-height:30px;
	text-align:center;
	border:#FFF solid 3px;
}



.social_share {
}
.social_share a {
	display:inline-block;
	width:50px;
	height:50px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#FBA026;
	margin:0 6px 10px 0;
	text-decoration:none;
	-webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.375);
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.375);
}
.social_share i {
	display:block;
	text-align:center;
	font-size:30px;
	line-height:50px;
	width:50px;
	height:30px;
	text-shadow: 1px 1px 2px #AAA;
}
.social_share a:hover i {
	color:#FFF;
}


.lbi {
	position:relative;
	margin:0 0 20px 0;
}
.lbi .lbi_top {
}
.lbi .lbi_content {
	padding:5px 20px 50px;
}
.lbi .lbi_bottom {
	position:absolute;
	width:100%;
	padding:10px;
	bottom:0;
}
.lbi img {
	margin:0;
}
.lbi h2 {
	margin:3px 0 10px 0;
}
.lbi h3 {
	margin:3px 0 7px 0;
}
.lbi_text {
	margin-bottom:5px;
}

.colcolord {
	margin-bottom:25px;
}
.colcolord > div {
	border: #FFFFFF solid 1px;
	background: #F8F8F8;
	color: #000000;
	text-shadow: none;
	height: 100%;
	max-width:450px;
	padding-bottom: 20px;
	margin:0 auto;
	-webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.375);
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.375);
}


@media (min-width: 1200px) {
}
@media (min-width: 992px) {
	.modal-dialog {
		width: 800px;
	}
}
@media (min-width: 768px) {
	
	#main_nav .dropdown-menu {
		left:0;
		right:auto;
		padding:0 0 5px 0;
		font-size:inherit;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
		background:#FFF;
		border-top:none;
		-webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.175);
		box-shadow: 0 5px 7px rgba(0, 0, 0, 0.175);
	}
	#main_nav .dropdown-menu a,
	#main_nav li.active .dropdown-menu a  {
		padding:2px 15px;
		font-size:inherit;
	}
	#main_nav .dropdown-menu a:hover{
		color:#DDD;
		background:none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#site_header .container {
		width:100%;
	}
	#site_header .nav {
		font-size:15px;
	}
	#site_header .nav > li > a {
		padding-left:11px;
		padding-right:11px;
	}
	#main_nav .dropdown-menu {
		font-size:14px;
	}
	#site_breadcrumb {
		font-size:13px;
	}
	.cal_item {
		line-height:25px;
		height:25px;
	}
	.cal_date {
		font-size:13px;
		line-height:20px;
	}
	.cal_pad {
		height:180px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#site_header .nav {
		font-size:16px;
	}
	#site_header .nav > li > a {
		padding-left:8px;
		padding-right:8px;
	}	
}

@media (max-width: 991px) {
	.nav-menus-wrapper {
		position: fixed;
		top:-200px;
	}
	.navbar-toggle {
		border-color: #999;
		margin-right:0;
		margin-top:15px;
	}
	.navbar-toggle:hover,
	.navbar-toggle:focus {
		background-color: #CCC;
	}
	.navbar-toggle .icon-bar {
		background-color: #333;
	}
	#nav_long {
		margin:0;
	}
}
@media (max-width: 767px) {	
	html {
		background-size:auto 120%;
		background-attachment:fixed;
		height:100%;
	}
	
	#currentModal .modal-dialog {
		padding:0px;
		margin:45px;
	}
	#site_header {
		position:absolute;
	}
	.topic_page {
		text-align:center;
		margin-top:95px;
	}
	
	.top_nav_right {
		text-align:left;
	}
}
@media (max-width: 400px) {
}
@media (max-width: 450px) {
}


.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.gallery_block {
	margin:0 -12px;  /* -15 + padding of .portfolio-item*/
}
.container .gallery_block {
	margin:0 -18px; /* -15 - padding of .portfolio-item*/
}
.ge-content .gallery_block {
	margin:0 -3px; /* 0 - padding of .portfolio-item*/
}
.gallery_block .gallery_block {
	margin:inherit;
}
.portfolio-item {
	margin: 0;
	padding: 3px;
	overflow:hidden;
}
.portfolio-item .mask {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(26,26,26,0.37) !important;
	background:url(../image/zoom.png) 50% 50% no-repeat;
	text-align:center;
	color:#000;
	font-weight:bold;
}

.gallery_img_item {
	display: block;
}
.gallery_img_item .gal_title {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:14px;
	line-height:20px;
	color:#FFF;
	padding:5px 10px;
}
.gallery_img_item .gal_description {
	font-size:12px;
	line-height:17px;
	background:#333;
	color:#FFF;
	padding:9px 10px;
}

.modal-body {
	padding:0;
	margin:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.modal-body .bg-white {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.modal-body .img_block {
	min-height:100px;
	background:#FFF;
}
.modal-body .img_block img {
	margin:auto;
}
.modal-body .fi_img_item_link {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

fieldset {
	border:#0F75BC solid 2px;
	padding:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
fieldset legend {
	color:#0F75BC;
	border:none;
	width:auto;
	margin:auto;
	padding:0 15px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.login-form-wrapper {
	width:40% !important;
}



.gallery_img_block {
	clear:both;
	margin:10px 0 20px 0;
	text-align:center;
}
.gallery_img_block a.gallery_img_item {
	display:inline-block;
	margin:5px;
	 -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
.gallery_img_block a.gallery_img_item img {
	border:#CCC solid 10px;
	-o-transition:color .4s ease-out, background 0.3s ease-in, border 0.3s ease-in;
	-ms-transition:color .4s ease-out, background 0.3s ease-in, border 0.3s ease-in;
	-moz-transition:color .4s ease-out, background 0.3s ease-in, border 0.3s ease-in;
	-webkit-transition:color .4s ease-out, background 0.3s ease-in, border 0.3s ease-in;
}
.gallery_img_block a.gallery_img_item:hover img {
	border:#0091C9 solid 10px;
}

.rotate {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}

.pd_item {
	position:relative;
	margin-bottom:20px;
	border: #B3B2B2 solid 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.375);
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.375);
}
.pd_item .title {
	position:absolute;
	bottom:0;
	width:100%;
	padding:3px 10px;
	background:rgba(0,0,0,0.60);
	color:rgba(255,255,255,1.00);
	font-weight:300;
}
.pd_item > div.imageh {
	position:relative;
	border:rgba(0,0,0,0.40) solid 1px;
	-webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.375);
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.375);
}
.pd_item > div.imageh .title {
	margin:5px 0 10px 0;
}
.pd_item .mask {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.83);	
  transform: scale(0);
  transition: .3s ease;
}
.pd_item .mask .title {
	color:rgba(255,255,255,1.00);
	font-size:1.1em;
	padding-bottom:30px;
}
.pd_item .mask a {
	margin:4px 0;
}
.pd_item .mask > div {
	position:absolute;
	bottom:50px;
	width:100%;
	text-align:center;
}
.pd_item .mask p {
	background:none;
}
.pd_item .mask.active {
	transform: scale(1);
}

/*
.nav-menu .dropdown.active ul.nav-dropdown {
	display:block; 
}*/