/*
Template: 2015 Blue Wave
Credit: http://www.com/view/2015-blue-wave
*/
/**
{
	border: 1px solid green;
}*/
body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.7em; 
	background-color: #fff;
	background-image:url(../images/body.jpg);
	background-position: top;
	background-repeat: repeat-x
}

a, a:link, a:visited { 
	color: #000; 
	font-weight: bold; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

a.gototop { 
	display: block; 
	clear: both; 
	float: right; 
	width: 87px; 
	height: 22px; 
	background: url(../images/top.png)  no-repeat; 
	outline: none; 
}

a.gototop:hover { 
	background: url(../images/top_hover.png); 
}

p { 
	margin: 0 0 10px 0; 
	padding: 0; 
}

img { 
	border: none; 
}

em { 
	color: #000; 
	font-weight: bold; 
	font-style: normal; 
}

h1, h2, h3, h4, h5, h6 { color: #3779ba; font-weight: normal; }
h1 { font-size: 38px; margin: 0 0 20px 0; padding: 5px 0 }
h2 { font-size: 30px; margin: 0 0 15px 0; padding: 5px 0; }
h3 { font-size: 24px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

a.more { 
	clear: both; 
	display: block; 
	width: 104px; 
	height: 28px; 
	padding: 3px 0 0 0; 
	text-align: center; 
	font-size: 11px; 
	color: #000; 
	font-weight: bold; 
	background: url(../images/button.png); 
}

a.more:hover { 
	text-decoration: none; 
	color: #fff; 
	background: url(../images/button_hover.png); 
}

.float_l { float: left }
.float_r { float: right }

.image_wrapper { 
	display: inline-block; 
	border: 5px solid #fff; 
	background: none; 
	margin-bottom: 5px; 
}

.image_fl { 
	float: left; 
	margin: 3px 15px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 15px; 
}

.list { 
	margin: 20px 0 20px 20px; 
	padding: 0; 
	list-style: none; 
}

.list li { 
	color:#ED1C24; 
	margin: 0 0 20px 0; 
	padding: 0 0 0 20px; 
	background: url(../images/list.jpg) no-repeat scroll 0 5px;  
	font-size: 16px;
}

#wrapper {
	width: 960px;
	padding: 0 9px;
	margin: 0 auto;
	background: url(../images/wrapper.png) repeat-y
}

#header {
	width: 880px;
	height: 230px;
	padding: 0 40px;
	background: url(../images/header.jpg) no-repeat
}

/* menu */
#menu {
	padding: 15px 0 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	height: 35px;
	padding: 0 5px;
	margin: 0 25px 0 0;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #1d364b;	
	font-weight: normal;
	outline: none;
}

#menu ul li a:hover, #menu ul li .current { 
	color: #000; 
	background: url(../images/menu_hover.png) center bottom no-repeat; 
}

/* end of menu */

#site_title { 
	clear: both; 
	margin: 0 0 0 220px; 
}

#site_title h1 { 
	margin: 0; 
	padding: 0; 
}

#site_title h1 a { 
	display: block; 
	width: 450px; 
	height: 142px; 
	color: #F60; 
	text-indent: -10000px; 
	background: url(../images/title.png) no-repeat; 
}	


#middle {
	clear: both;
	width: 880px;
	height: 30px;
	padding: 20px 40px;
	background: url(../images/middle.jpg) no-repeat;
}


#main {
	clear: both;
	width: 880px;
	padding: 10px 40px 0;
	background: url(../images/main.jpg) no-repeat top
}

#slider_wrapper {
	clear: both;
	width: 880px;
	height: 320px;
	background: url(../images/slider.png) bottom center no-repeat
}

#slider {
	overflow: hidden;
	width: 880px;
	height: 300px;
}

#content {
	clear: both;
	width: 880px;
	padding-top: 20px 
}

.col_w880 { clear: both; width: 880px; margin-bottom: 40px; }
.col_w260 { float: left; width: 260px; margin-right: 45px; margin-bottom: 40px;}
.col_w260b { width: 260px }
.col_w400 { width: 400px }
.col_w570 { width: 570px }
.col_last { margin: 0 }

.fp_box h2 { font-size: 24px; }

.portfolio h6 { margin-bottom: 0 }

.home_intro { 
	font-size: 20px; 
	font-weight: normal; 
	line-height: 34px; 
}

.home_intro p { 
	float: left; 
	width: 880px; 
}

.intro { 
	font-size: 20px; 
	font-weight: normal; 
	line-height: 34px; 
}

#map img { 
	width: 300px; 
	height: 200px; 
	border: 1px solid #999;
	padding: 4px; 
}

#gallery { 
	margin: 0; 
	padding: 0; 
}

#gallery .gallery_box { 
	display: block; 
	float: left; 
	width: 205px; 
	margin: 0 20px 20px 0; 
}

#gallery .lmb { 
	margin: 0 0 20px 0; 
}

.gallery_box h3 { 
	margin-bottom: 0; 
}

.gallery_box h3 a { 
	font-size: 14px; 
	font-weight: bold; 
	color: #1184df; 
	margin-bottom: 0; 
}

.gallery_box p { 
	font-style: italic; 
	font-size: 11px; 
	font-weight: bold; 
}

.gallery_box a img { 
	border: 1px solid #ccc; 
	width: 175px; 
	height: 120px;  
	padding: 8px; 
}

.gallery_box a img:hover { 
	background: #ccc; 
}

.post_box { 
	clear: both; 
	margin-bottom: 30px; 
}

.post_box h2 { 
	font-size: 20px; 
	margin-bottom: 10px; 
}

.post_box p.post_meta { 
	margin-bottom: 0; 
}

.post_box p span.cat a { 
	color: #cb5c02; 
	font-weight: 400; 
}

.post_box img { 
	width: 550px; 
	height: 160px; 
	border: 10px solid #eee; 
	margin-bottom: 10px; 
}

.post_box a.more { 
	float: right; 
}

#contact_form { 
	padding: 0; 
	width: 400px; 
}

#contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form form .input_field { 
	width: 280px; 
	color: #333; 
	padding: 5px; 
	border: 1px solid #ccc;  
	background: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px; 
}

#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 10px; 
	font-size: 13px; 
	color: #666; 
}

#contact_form form textarea { 
	width: 388px; 
	height: 200px; 
	padding: 5px; 
	color: #333; 
	border: 1px solid #ccc;  
	background: #fff; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form .submit_btn {
	margin: 10px 0px;
	padding: 5px 14px;
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
	font-size: 13px;
}

#footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
	background: #d7e8f9;
}

#footer a { color: #000 }

.morphing-btn-wrap {
  display: inline-block;
  position: relative;
  text-align: center;
}

.morphing-btn {
  -webkit-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  -moz-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  -o-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  transition: color 0.3s 0.2s, width 0.2s 0s;
  white-space: nowrap;
  box-sizing: border-box;
}

.morphing-btn_circle {
  color: transparent !important;
  padding-left: 0;
  padding-right: 0;
  width: 35.6px !important;

  /* Override inline style rule */
  -webkit-transition: color 0.2s 0s, width .3s 0.2s;
  -moz-transition: color 0.2s 0s, width .3s 0.2s;
  -o-transition: color 0.2s 0s, width .3s 0.2s;
  transition: color 0.2s 0s, width .3s 0.2s;
}

.morphing-btn-clone {
  position: fixed;
  background: #3779ba;
  border-radius: 50%;
  z-index: 3;
  -webkit-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  -moz-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  -o-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.morphing-btn-clone_visible {
  display: block;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}

.fancybox-morphing .fancybox-bg {
  background: #3779ba;
  opacity: 1;
}

.fancybox-morphing .fancybox-toolbar {
  top: 20px;
  right: 40px;
}

.fancybox-morphing .fancybox-button--close {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.fancybox-morphing .fancybox-button--close::after, 
.fancybox-morphing .fancybox-button--close::before {
    height: 1.55px;
    width: 22px;
    left: calc(50% - 11px);
}

.fancybox-morphing .fancybox-button--close:hover {
  background: rgba(0, 0, 0, 0.25);
}

/* Styling for element used in example */

#lmFOM_Info, #lmComingSoon_Info {
  margin: 0;
  position: relative;
  background: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lmFOM_Info a {
  color: #fff;
}

#lmComingSoon_Info a {
  color: #fff;
}