/*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");

@font-face {
	font-family: 'Trajan Sans Pro';
	src: url('../fonts/TrajanSansPro-Regular.ttf');
	src: url('../fonts/TrajanSansPro-Regular.woff') format('woff'), url('../fonts/TrajanSansPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	background:#dbdbdb;
	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: 'Montserrat', sans-serif;
	font-size:15px;
  font-weight: 400;
	line-height:1.75em;
}
h1,h2,h3,h4,h5,h6, .txt-header {
	font-family: 'Trajan Sans Pro', serif;
	font-weight:normal;
}
h1 {
	font-size:44px;
	background:url(../image/h1_bg.png) no-repeat;
	background-position:0 bottom;
	padding-bottom: 20px;
}
h2 {
	font-size:36px;
}
h3 {
	font-size:29px;
}
h4 {
	font-size:23px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:14px;
}

p {
	text-align:justify;
}

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;
	color: #0091C9;
}
:focus {
	outline:none !important;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

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);
}

.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;
}
.clear5 {
	clear:both;
	height:5px;
}
.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:#f7f7f7;
	position:fixed;
	width:260px;
	height: 100%;
	z-index:1000;
  border-right: #efefef solid 2px;
	/*-webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);*/
}
#site_header > div {
  padding: 30px 30px 80px 30px;
  margin-left: 1px;
  border-top: #0271b3 solid 20px;
}
.modal-open #site_header {
	padding-right:17px;
}
#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: 'Trajan Sans Pro', serif;
	font-size:18px;
	font-weight:normal;
	margin:0 -15px;
}
#site_header .nav-menu a {
	font-family: 'Trajan Sans Pro', serif;
}
#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 {
  float: none;
	padding:10px 0;
	height:auto;
}

.social-links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.social-links ul {
  display: table;
  margin: 0;
  padding: 0 7px 10px 7px;
  width: 100%;
  list-style: none;
}
.social-links ul li {
  display: table-cell;
  padding: 10px;
  text-align: center;
}
.social-links ul li a {
}
.social-links ul li a i {
  position: relative;
  width: 30px;
  height: 25px;
  padding: 5px 0;
  background:#FFF;
  color: #0271b3;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.375);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.375);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
/*.social-links ul li a i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:transparent;

  box-shadow: -0px 0px 5px 1px #555;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}*/
.social-links ul li a {
}
.social-links ul li a:hover i {
  color: #8f9092;
}

.social_share {
}
.social_share a {
	display:inline-block;
	margin:10px 26px 0px 0;
}
.social_share a i {  
  position: relative;
	width:50px;
	height:40px;
  padding: 5px 0;
	font-size:30px;
	line-height:30px;
	text-align:center;
  background:#FFF;
  color: #0271b3;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.375);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.375);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
/*.social_share a i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:transparent;

  box-shadow: -0px 0px 5px 1px #555;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.social_share a:hover i {
	color:#FFF;
}*/
.social_share a:hover i {
  color: #8f9092;
}

#site_content {
	min-height:400px;
	max-width: 1500px;
	padding-left: 260px;
	overflow: hidden;
	margin: auto;
	margin-bottom:0px;
	background: #FFF;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
}
#site_content_inner {
  padding: 20px 50px;
}

.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:#0271b3;
}
#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:#a3d900;
}

.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;
  margin: 0 20px 0 0;
	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 0 4px 0;
	margin-left:-1px;
	border-bottom:#7C7C7C solid 1px;
}
.footer_menu_1 li a {
	padding:2px 15px;
	line-height:1em;
}
.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;
}

/*Bootstrap Pagination*/
.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;
}
/*Text Pagination*/
.paginationControl {
	margin:0;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	text-align:center;
}
.paginationControl span {
	padding: 3px 12px;
	font-size:13px;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	color:#000;
	font-weight:bold;
}
.paginationControl > a {
	display:inline-block;
	padding: 3px 12px;
}
.paginationControl > a > span {
	color:#3399CC;
	font-weight:normal;
}


/*Calender*/
#cal_box_outer {
	background:#0091C9;
}
#cal_box {
	padding:4px 3px 4px 4px;
	margin:0 -1%;
}

#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:scroll;
}
#currentModal {
	padding:0px !important;
}
#currentModal .modal-dialog {
	padding:1px;
	z-index:102;
}
.modal-header {
	padding:0;
}
.modal-title {
	background:none;
	font-size: 16px;
	text-align:center;
	line-height: 20px;
	color: #FFFFFF;
	padding: 5px 10px;
	z-index:103;
}
.modal-description {
	background:none;
	font-size:13px;
	text-align:center;
	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:rgba(255,255,255,0.65);
	color:#000;
	margin:2px;
	padding:0px;
	font-size:2.9em;
	-moz-border-radius:50px 0px 50px 50px;
	-webkit-border-radius:50px 0px 50px 50px;
	border-radius:50px 0px 50px 50px;
	opacity:1;
	filter:alpha(opacity = 100);
	z-index:101;
}
#currentModal #currentModalButtons .close:hover {
	opacity:1;
	filter:alpha(opacity = 100);
	color:#E51B24;
}
.prevModal,
.nextModal {
	position:absolute;
	top:50%;
	width:50px;
	height:50px;
	background:rgba(255,255,255,0.65);
	text-indent:100px;
	overflow:hidden;
	cursor:pointer;
	cursor:hand;
}
.prevModal {
	left:0;
	background-image:url(../image/arrow_large_left.png);
	background-position:left top;
	background-repeat:no-repeat;
	-moz-border-radius:0px 50px 50px 0px;
	-webkit-border-radius:0px 50px 50px 0px;
	border-radius:0px 50px 50px 0px;
}
.nextModal {
	right:0;
	background-image:url(../image/arrow_large_right.png);
	background-position:left top;
	background-repeat:no-repeat;
	-moz-border-radius:50px 0px 0px 50px;
	-webkit-border-radius:50px 0px 0px 50px;
	border-radius:50px 0px 0px 50px;
}
.prevModal:hover,
.nextModal:hover {
	background-position:left bottom;
}

#top_link {
	display:block;
	position:fixed;
	width:44px;
	height:44px;
	padding:0;
	margin:0;
	right:10px;
	bottom:-100px;
	z-index:1000;
	-o-transition:bottom 0.3s ease-in-out;
	-ms-transition:bottom 0.3s ease-in-out;
	-moz-transition:bottom 0.3s ease-in-out;
	-webkit-transition:bottom 0.3s ease-in-out;
}
#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;
}
.modal-open #top_link {
	right:27px;
}
#top_link.open {
	bottom:10px;
}

.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 {
	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;
}


.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.1);
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
}


#search_default_outer {
	background:nine;
	margin: 0;
	padding: 10px 0;
}
#search_default .search_field_wrap {
	position:relative;
	border:#0085B2 solid 1px;
}
#search_default .form_textfield_home,
#search_default .form_select_home {
	display:block;
	font-size:1.0em;
	text-decoration:none;
	width:100%;
	padding:5px 50px 5px 10px;
	margin:0;
	color:#000;
	border:none;
	outline:none;
}
#search_default .search_btn {
	position:absolute;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:40px;
	top:0;
	right:0;
	padding:5px 10px;
	background:#FFF;
	border:none;
	color:#0085B2;
}
#search_default .search_btn:hover {
	background:#0085B2;
	color:#FFF;
}
#search_default .search_clear {
	position:absolute;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:30px;
	top:0;
	right:35px;
	padding:5px 10px;
	background:transparent;
	border:none;
	color:#8BA42F;
	font-weight:100;
	display:none;
	opacity:50%;
	font-size:10px;
}
#search_default .search_clear:hover {
	opacity:100%;
	color:#8BA42F;
}
#search_default .search_field_wrap:hover .search_clear {
	display:inline-block;
}

section.block_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 5px;
}

span.txt-read-more-text {
	display:none;
}

@media (min-width: 1530px) {
	html {
		/*background-image:url(../image/bg_html.jpg);*/
	}
  #site_header {
    left: 50%;
    margin-left: -750px;
  }
}
@media (min-width: 1300px) {	
	.container {
		width: 1270px;
	}
}
@media (min-width: 1200px) {
	.modal-dialog {
		width: 950px;
	}
}
@media (min-width: 992px) {
}
@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) {
	.modal-dialog {
		width: 900px;
	}
	#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;
	}
  #site_content_inner {
    padding: 10px 30px 0;
  }
}
@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;
	}	
  #site_content_inner {
    padding: 80px 20px 0;
  }
}


@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  #site_header {
    width: 100%;
    height: 70px;
    border-top-width: 1px;
  }
  #site_header > div {
    padding: 0px;
  }
  #site_content {
    padding-left: 0px;
    width: 100%;
  }
  .navbar-brand {
    float: left;
    padding: 10px;
    height: 70px;
  }
  .navbar-brand img {
    width: auto;
  }
  
	.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:relative;
	}
	
	.top_nav_right {
		text-align:left;
	}	
  #site_content_inner {
    padding: 0 20px;
  }
}
@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 {
	position:relative;
	min-height:100px;
	background:none;
	text-align:center;
}
.modal-body .img_block img {
	margin:auto;
}
.modal-body .fi_img_item_link {
	position: absolute;
	bottom:5px;
	left: 50%;
	transform: translate(-50%, 0);
}
.modal-content {
	background-color: transparent;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.modal-backdrop.in {
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.modal-backdrop {
	background-color:#000;
}
.modal-open #site_header, 
.modal-open #site_content, 
.modal-open #site_footer {
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
	-webkit-filter: url(#blur-filter);
	filter: url(#blur-filter);
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
}

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 {
	max-width: 500px;
}



.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.1);
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
}
.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.1);
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
}
.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 {
	text-align:center;
	background:none;
}
.pd_item .mask.active {
	transform: scale(1);
}

#cart_no_of_items {
	/*position: absolute;
	top: 120px;*/
	display: inline-block;
	width: 50px;
	text-align: center;
}

.pq_box {
	position: relative;
	width: 119px;
	margin: 0 -1px;
}
.pq {
	float:right; 
	width: 100%;
	margin-left:10px;
	padding: 0 35px;
	text-align: center;
}
.pq_plus,
.pq_minus,
.pq_clear span {
	display: block;
	width: 35px;
	height: 34px;
	background: #F1F1F1;
	text-align: center;
	line-height: 32px;
	border: #ccc solid 1px;
	margin: -1px;
}
.pq_plus {
	position: absolute;
	right: 1px;
	top: 1px;
}
.pq_minus {
	position: absolute;
	left: 1px;
	top: 1px;	
}
.pq_clear span {
	width: 100%;
	line-height: 30px;
}


.db_item {
	position:relative;
	text-align:center;
	margin-bottom:40px;
}
.db_item a {
	display:inline-block;
}
.db_item a .title {
	position: absolute;
	width: 100%;
	left: 50%;
	margin-left: -50%;
}
.db_item a img {
	border:rgba(0,0,0,0.10) solid 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:5px;
	margin-bottom:5px;
	-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;
}
.db_item a:hover img {
	background:#0271b3;
}
