@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
body {background: #fff url(../images/bg.png) fixed; border-top: 3px solid #00d7bb}
.row { width: 1200px; }
.row .row {
	margin:0;
}
.page_wrap {box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); padding: 0; margin: 0 auto; border-radius: 3px; background: #FFF}
.headline { position:relative; font-style:italic; color:#666; }
.headline a {display: inline-block; padding:5px; font-size:16px; color:#999; margin-left:10px; vertical-align:middle; font-style:normal;}
.headline a.tel:before { font-family: 'FontAwesome'; content: '\f10b'; margin-right:5px; color:#00d7bb; font-size:18px}
.headline a.mail:before { font-family: 'FontAwesome'; content: '\f003'; margin-right:5px; color:#00d7bb; }
.headline #contactform { display: inline-block; margin: 5px; position:absolute; right:0; font-size:18px; color:#999;}
.headline .link { cursor:pointer; font-size:16px; }
.headline .link:before { font-family: 'FontAwesome'; content: '\f29c';margin-right:5px; color:#00d7bb; }
.headline #contactform form { display:none; background-color:#FFF; position:relative; z-index:100; padding:5px; border:1px solid #CCC; }

.header_nav {background: #fff; padding: 40px 0}
.header_nav a { font-weight: bold; -webkit-font-smoothing: none; }
.header_logo {padding: 40px 0 0}

.blog_post {}

p {color: #333; font-size: 13px}

h1,h2,h3,h4 {font-family:'Open Sans Condensed',sans-serif; font-weight: normal}
h3 {     border-bottom: 1px solid #eee; }
.heading_dots {background: url(../images/heading_dots.png) repeat-x center}
.heading_bg {background:#FFF; padding-right: 10px}
.heading_center_bg {background:#FFF; padding:0 10px}

h1.heading_supersize {font-size: 48px; text-align:center; font-weight: normal; line-height: normal; margin:0 0 10px}
h2.heading_largesize {font-size: 36px; text-align:center; font-weight: normal}

.dropcap_green, 
.dropcap_black {  
            border-radius: 100px 100px 100px 100px;
            display: block;
			float: left;
			font-size: 18px;
			line-height: 35px;
			margin: 4px 8px 0 0;
			text-align: center;
			width: 35px;
}

.dropcap_green {background: #aec71e; color: #FFF}
.dropcap_black {background: #000; color: #FFF}

.panel {background: #fafafa}

.panel.callout {background: #C02702}

.panel.callout p {color: #FFF}


.nav-bar {margin-top: 0; background: none}
.nav-bar > li {border: 0; padding: 0; font-family: 'Open Sans Condensed',sans-serif; letter-spacing: 2px}
.nav-bar > li > a:first-child {font-size: 16px; text-transform: uppercase; padding: 10px 25px}
.nav-bar > li:last-child {border: 0}
.nav-bar > li.active:hover { background: #00d7bb; cursor: default; }{}
.nav-bar > li:hover { background: #00d7bb; color: #FFF;         
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; 
}

.nav-bar > li > a { color: #000}
.nav-bar > li > a:hover { color: #fff;}

.nav-bar > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: #848484 transparent transparent transparent; position: absolute; right: 20px; top: 25px; }

.nav-bar > li.has-flyout > a:hover:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: #fff transparent transparent transparent; position: absolute; right: 20px; top: 25px; }


.flyout {background: #FFF; border-radius: 5px; border: 0; margin-top: 15px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);}

ul.flyout li, .nav-bar li ul li { border-left: 0}
ul.flyout li a, .nav-bar li ul li a { background: #fff; border: 0; font-size: 16px;}
ul.flyout li a:hover, .nav-bar li ul li a:hover { background: #00d7bb; color: #FFF; border: 0;         
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; 
		}
		
/* gallery menu */

.gallery-nav-bar {list-style:none; text-align: center; padding-top:10px; font-family: 'Open Sans Condensed',sans-serif; letter-spacing: 2px; text-transform: uppercase}
.gallery-nav-bar li {display: inline-block; margin-right: 1px}

.gallery-nav-bar li {padding: 3px 12px}

.gallery-nav-bar li a {color: #000; padding: 3px 12px}

.gallery-nav-bar li a:hover {background: #C02702; color: #FFF; padding: 3px 12px; border-radius: 3px}


/* footer menu */

.footer_menu {text-align:center; border-top: 1px dashed #999; margin: 25px 0 0; padding: 20px 0}
.footer_menu li {display: inline; list-style: none; margin-right: 20px}
.footer_menu li a {color: #00d7bb}



/**************************************************************************************/
/*------------------------------------ pricing tables -------------------------------*/
/************************************************************************************/

/*Pricing box*/
.pricing_box  { border: 1px solid #ccc; float: left; text-align: center; padding: 0 0 20px 0; margin-top: 25px; margin-left:-1px; box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.5); background: #fff;}
.pricing_box.radius-left { -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -moz-border-bottom-left-radius: 5px;}
.pricing_box.radius-right { -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; -moz-border-bottom-right-radius: 5px;}
.pricing_box .header  { text-shadow: 0 1px 1px #fff; border-bottom: 1px solid #ccc; background:repeat; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-top-left-radius: 5px;}
.pricing_box .header { width: 100%; height: 68px; }
.pricing_box .header span { position: relative; top: 20px; font-size: 16px; font-weight: bold; line-height: 28px;}
.pricing_box .header span.info { position: relative; font-size: 12px; font-weight: normal; top: 2px; display: block; color: gray; } 
.pricing_box p { line-height: 28px;}
.pricing_box ul { list-style: none; margin: 0 0 15px 0!important; text-align: left;}

.cols-2 .pricing_box { width: 49.8%; margin-bottom:50px; }
.cols-3 .pricing_box  { width: 33%;  margin-bottom:50px;}
.cols-4 .pricing_box { width: 24.8%; font-size: 1em; }
.cols-5 .pricing_box { width: 19.5%; font-size: 0.9em;}

.pricing_box ul li { line-height: 4em; padding-left: 20px!important; margin-left:0; list-style-type: none!important;}
.pricing_box ul li.odd { background: #F9F9F9;}
.pricing_box ul li.even { background: #fff;}
.pricing_box strong { background:no-repeat 0 -9999px; height: 12px; padding-left: 20px; font-style: normal; color: gray; }
.pricing_box strong.no { background-position: 0 0;}
.pricing_box strong.yes { background-position: 0 -15px;}
.pricing_box strong.single { background-position: 0 -30px; }
.pricing_box strong.unlim { background-position: 0 -45px; }
.pricing_box strong.more{ background:no-repeat 0 0; height: 20px; width: 20px; cursor: pointer; float: right; padding: 0; margin: 14px 14px 0 0;}
.pricing_box strong.nopad { padding: 0;}
.pricing_box h3{ margin: 20px 0; font-size: 22px; display: block;}
.pricing_box h3 em{ font-size: 12px; font-weight: normal;}

.pricing_box p.button { height: 40px; background:no-repeat left 0; float: none; }
.pricing_box p.button a { font-size: 16px; font-weight:bold; line-height: 40px; background:no-repeat right -40px; padding:0 40px; }

.pricing_box p.button:hover {background-position:left -80px;}
.pricing_box p.button a:hover{background-position:right -120px;}

.pricing_box.large { position: relative; z-index: 9; margin-top: 0px; -moz-box-shadow: 0 1px 10px #cbcbcb; -webkit-box-shadow: 0 1px 10px #cbcbcb; box-shadow: 0px 1px 10px #cbcbcb; padding: 0 0 40px 0; border-radius: 5px;}
.pricing_box.large .header { color: #303E0E; text-shadow:0 1px 0 #C7DD90; height: 88px; background:repeat; border-bottom: 1px solid #b2d850;}
.pricing_box.large .header  span{ top: 30px; }
.pricing_box.large .header  span.info{ top: 14px; color: #576e1f; text-shadow:none; }

.pricing_box.large p.button { background-position:left -160px;}
.pricing_box.large p.button a{ background-position:right -200px; color: #303E0E; text-shadow:0 1px 0 #C7DD90;  }

.pricing_box.large p.button:hover { background-position:left -240px;}
.pricing_box.large p.button a:hover{ background-position:right -280px; }

/*-------------------------------------------------------------------------------------------------*/
/* Masonry
/*-------------------------------------------------------------------------------------------------*/

.centered { margin: 0 auto; }

.box {
  margin: 8px;
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px #888888;
  font-size: 100%;
  line-height: 1.4em;
  float: left;
}

.box p {font-size: .8em; font-weight: bold; margin: 0; padding: 12px 0; text-align:center}

.box h2 {
  font-size: 14px;
  font-weight: 200;
}

.box img,
#tumblelog img {
  display: block;
  width: 100%;
}

.rtl .box {
  float: right;
  text-align: right; 
  direction: rtl;
}

.col1 { width: 80px; }
.col2 { width: 200px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 211px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }

/* Images */
div.orbit .orbit-slide {
    width: 100%;
}
div.orbit-wrapper div.slider-nav {
	display:none;
}
div.orbit-wrapper .timer {
	display:none;
}
a.more {
	font-size:0.9em;
	text-align:right;
	display:block;
}
/*   						Blog */
.blog_post .eight {
	padding: 20px 0;
}
.blog_post h1 {
	margin-bottom:40px;
}
.blog_post p {
	font-size:15px;
}
/* 							Gallery styles */ 
.gallery h2 {
	color: #666;
	font-size:32px;
	text-align:center;
}
.carousel {
	position:relative;
	width: 100%;
}
.gallery .count {
	text-align:right;
	font-size:14px;
	padding:0 10px;
	color:#AAA;
}
.gallery .inner {
	width: 100%;
}
.gallery .inner img {
	width:90%;
	margin:5px 5%;
	border:2px solid #FFF;
}
figcaption {
	display:none;
}
.carousel figcaption p {
	font-size:14px;
	line-height:18px;
	color:#777;
}
.image {
	display:none;
}
.social img {
	border-radius:16px;
}
.count {
	display:none;
}
.gallery .item .social,
.social {
	display:none;
}
.active .social {
	display:block;
	float:right;
	margin-right:50px;
}
.active .count {
	display:block;
}
.active .image {
	display:block;
}
.active figcaption {
	display:block;
	color: #666;
	text-align:center;
}

.arrow {
  width: 10px;
  height: 10px;
  position:absolute;
  top:5px;
  z-index:5;
  border-top:4px solid #999;
  border-right:4px solid #999;
  cursor:pointer;
  transition:border-color 0.3s ease-out;
}
.arrow:hover{border-color:#a0d8d1;}
.arrow-left{
  left:10px;
  transform:rotate(225deg);
}
#modal .arrow-left {
	left:10px;
}
.arrow-right{
  right:10px;
  transform:rotate(45deg);
}
.right h3 {
  width:100px;
  height:100px;
  background-color:rgba(146, 45, 141,0.7);
  margin:auto;
  line-height:100px;
  color:#fff;
  font-size:2.4em;
  border-radius:50%;
}
.memo p {
	font-size:14px;
	line-height:18px;
	color:#666;
	font-style:italic;
}
/* modal layer */
#modal {
	position:absolute;
	min-height: 100%;
	width: 100%;
	display:none;
	background-color: rgba(0,0,0,0.9);
	z-index:101;
	color: #FFF;
	text-align:center;
}
#modal p {
	color:#FFF;
}
#modal .carousel {
	max-width:1300px;
	margin:0 auto;
	position:relative;
}
#modal .inner img {
	border:2px solid #a0d8d1;
	border-radius: 20px;
	max-width:100%;
}

#modal .inner:after {
	display:block;
	clear:both;
	content:" ";
	height:0;
}
#modal figcaption {
	margin-top:45px;
    position:absolute;
	max-width: 25%;
    padding: 1%;
	right: 0;
    background-color: rgba(255,255,255,0.2);
    border: 2px solid #FFF;
	border-radius: 20px;
	color: #FFF;
}
#modal .memo {
    position:absolute;
	max-width: 25%;
    padding: 1%;
	top: 50vh;
	right: 0;
	background-color: rgba(255,255,255,0.2);
    border: 2px solid #FFF;
	border-radius: 20px;
}
#modal .count {
	color: #FFF;
}
#modal .image {
	width:70%;
	text-align:center;
	float:left;
	margin-top: 45px;
}
#modal .closemodal {
	cursor:pointer;
	color:#FFF;
	font-size:30px;
	height:30px;
	width:30px;
	position:fixed;
	right:10px;
	top:10px;
	z-index: 102;
}
#modal .arrow {
	width:25px;
	height:25px;
	top: 50vh;
	position:fixed;
}

/* Related */
.row.related {
	margin: 40px 0;
	text-align:center;
}
.related h3 {
	text-align:center;
}
.row.related .four.columns {
	background-color: #f9f9f9;
	box-shadow:0px 0px 3px #CCC;
	width: 31.33333%;
	margin:1%;
	padding:0;
}
.row.related .columns p {
	margin: 0 15px;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
.show-for-large {
	display:block !important;
}
}
@media only screen and (max-width: 996px) {
.header_nav {
	padding: 20px 0;
}
@media only screen and (max-width: 768px) {
.header_logo {
	padding: 0;
}
.header_nav {
	padding: 0;
}
#modal .image {
    width: 90%;
    text-align: center;
    float: none;
    margin: 0 auto;
    margin-top: 45px;
}
#modal figcaption {
	position:relative;
	max-width: 90%;
    text-align: center;
    float: none;
	margin: 20px auto;
	right:auto;
}
#modal .memo {
	position:relative;
	max-width: 90%;
    text-align: center;
    float: none;
	margin: 20px auto;
	right:auto;
	top:0;
}
@media only screen and (max-width: 480px) {
.headline { text-align:center; margin: 0px; }
.headline a {display: inline-block; font-size:14px;}
.headline a.tel:before { font-size:16px; }
.headline .contactform { display: block; position:relative; font-size:16px; text-align:center; }
