/*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("content.css");
@import url("style_forms.css");

html {
	background:#FFF;
}
body {
	background:#FFF;
	overflow-y:scroll;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height:1.45em;
	/*background-image:url(../image/bg_comon.jpg);*/
	background-repeat:no-repeat;
	background-position:50% 0;
	background-size:cover;
	background-attachment:fixed;
}
h1,h2,h3,h4,h5,h6, .txt-header {
	font-family: 'Merriweather', 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;
}

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;
}

.clear, .clearfix {
	clear:both;
}
.clear10 {
	clear:both;
	height:10px;
}
.clear20 {
	clear:both;
	height:20px;
}

.topic_page {
	margin-top:40px;
}

.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 {
	position:fixed;
	background:#232323;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
	-webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.375);
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.375);
}
#site_header .container {
	background:none;
}
#header_name {
	padding:0;
	margin:15px 0 0 0;
	text-align:right;
	font-size:34px;
	line-height:40px;
}
#nav_long {
	clear:both;
	margin:35px 0 15px 0;
	padding:0;
}
#site_header .nav {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0 -15px;
}
#main_nav {
}
#main_nav i {
	font-size:1.7em;
	line-height:1em;
	margin:-10px 5px;
}
#main_nav>li {
}
#main_nav>li>a {
	color:#FFF;
}
#main_nav>li>a:hover,
#main_nav>li>a:focus,
#main_nav>li.dropdown:hover>a,
#main_nav>li.active>a {
	background:none;
	color:#FF3366;
}
#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;
}

#site_content {
	min-height:400px;
	margin-top:120px;
}

.breadcrumb {
	background:#BBB;
	line-height:40px;
	color:#FFF;
	font-size:17px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	padding:0 15px;
	text-transform:uppercase;
}
.breadcrumb a {
	padding-right:5px;
	color:#333;
	text-decoration:none;
}
.breadcrumb a:hover {
	color:#FFF;
}
.breadcrumb span.bcsep {
	height:40px;
	line-height:40px;
	padding:0 20px 0 0;
	background:url(../image/breadcrumb_side.png) right 50% no-repeat;
}

#main_slider {
	position:relative;
}
#main_slider .main_slider_inner {
	width:100%;
	position:relative;
}

#footer_top {
	background:#ff3366;
	color:#232323;
	height:30px;
}

#site_footer {
	background:#232323 url(../image/logo_small.png) 50% 13px no-repeat;
	background-size:100px auto;
	padding-top:50px;
}
#site_footer .container {
	background:none;
}
footer {
	padding:10px 0;
	font-size:14px;
	color:#BFBFBF;
}
footer a {
	display: inline-block;
	color:#BFBFBF;
	padding:0;
}
footer a:hover,
footer a:focus {
	color:#999;
	text-decoration:none;
	outline:none;
}
footer hr {
	border-color:#999;
}

.footer_menu {
	display: inline-block;
	list-style:none;
	margin:5px 0;
	padding:0;
}
.footer_menu li {
	display:inline-block;
	padding:0;
	border-left:#444 solid 1px;
	border-right:#444 solid 1px;
	margin-left:-1px;
}
.footer_menu li a {
	padding:2px 15px;
	line-height:1em;
}

.list_block_item {
	position:relative;
	border-top:#333 solid 1px;
	margin:20px 0;
}
.list_block_item h2 {
	margin:3px 0 10px 0;
}
.list_block_item h3 {
	margin:3px 0 7px 0;
}
.list_block_item img {
	margin:15px 10px 0 0;
}
.list_block_item_text {
	margin-bottom:5px;
}

.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-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;
	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;
	-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:hover {
	color:#FF3366;
}

.secondary-menu {
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}
.secondary-menu li {
	margin-bottom:7px;
}
.secondary-menu li a {
	display:block;
}

/* TETSTIMONIALS */
.testi_item {
}
.testi_item_inner {
	margin:0;
}
.testi_user_img {
	float:left; 
	margin-left:-50px; 
	margin-top:3px;
	width:40px;
	height:40px;
}
.testi_user_img {
	display:none;
	float:left; 
	margin-left:-50px; 
	margin-top:3px;
	width:40px;
	height:40px;
}
.testi_user_name {
	font-weight:bold;
	font-size:1.5em;
	padding:15px 0;
	color:#FF3366;
}
.testi_tell {
	border:#FF3366 solid 3px;
	background:#FFF;
	color:#000;
	padding:15px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	font-size:1.2em;
}

/* 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;
}

@media (min-width: 1200px) {
	#main_slider {
	}
}
@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;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		font-size:inherit;
		border-radius:0px;
		background:#232323;
		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;
		color:#FFF;
		font-size:inherit;
	}
	#main_nav .dropdown-menu a:hover{
		color:#FF3366;
		background:none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#main_slider {
	}
	#site_header .nav {
	}
	#site_header .nav > li > a {
		padding-left:11px;
		padding-right:11px;
	}
	#main_nav .dropdown-menu {
	}
	#site_breadcrumb {
		font-size:13px;
	}
		
	.list_block_item img {
		max-width:150px;
		width:150px;
		height:150px;
		margin-bottom:50px;
	}
	.list_block_item_content {
		height:170px;
		overflow:hidden;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#site_content {
    margin-top: 100px;
	}
	#site_header .nav {
		font-size:16px;
	}
	#site_header .nav > li > a {
		padding-left:8px;
		padding-right:8px;
	}
		
	.list_block_item img {
		margin-bottom:0px;
	}
	
}

@media (max-width: 991px) {
	#main_slider {
		margin-top:15px;
	}
}
@media (max-width: 767px) {
	.navbar-toggle {
		border-color: #999;
		margin-right:0;
	}
	.navbar-toggle:hover,
	.navbar-toggle:focus {
		background-color: #CCC;
	}
	.navbar-toggle .icon-bar {
		background-color: #333;
	}
	#nav_long {
    margin: 0;
    padding: 0;
	}
	#main_nav {
    margin: 20px 0;
    padding: 20px 0;
	}
	#main_nav i {
		font-size:1em;
	}
		
	.list_block_item img {
		max-width:50px;
		width:50px;
		height:50px;
		margin-bottom:0px;
	}
	.list_block_item_text {
		margin-bottom:30px;
	}
	
	#currentModal .modal-dialog {
		padding:0px;
		margin:45px;
	}
}
@media (max-width: 400px) {
}
@media (max-width: 450px) {
}


.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.gallery_block {
	margin:0 -15px;
}
.portfolio-item {
	margin: 0;
	padding: 0px;
	overflow:hidden;
}
.portfolio-item .mask {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-color:none !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;
}

