/*
Theme Name: B&amp;T Lawyers - The Professionals Template
Theme URI: http://themes.beesoft.it/bt-lawyers
Description: An HTML Template for Lawyers and Professionals Agency and Studios in a Modern and Clean Style. 
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it
Version: 1.0

============================================================================

1.0 - Reset & Common Styles
	1.1 - BeeSoft Custom Grid
	1.2 - Custom Classes
	1.3 - Titles
	1.4 - Text and Buttons
	1.5 - Custom Stying Classes
2.0 - Main Page
	2.1 - Header
	2.2 - Menu & Navigation
	2.3 - Slider/Main View
	2.4 - Services
	2.5 - Intro & About
	2.6 - Blog Stream & Posts Block
	2.7 - Footer
3.0 - Pages
	3.1 - General Pages styles
	3.2 - Page Services
	3.3 - Page Team
	3.4 - Page Contacts
4.0 - Blog
	4.1 - Archive
	4.2 - Pagination
5.0 - Responsive
	5.1 - Desktop & Wide > 1280 width
	5.2 - Tablet Portrait 768px - 991px width
	5.3 - Smarthphone max-767px width
	5.4 - Smarthphone Landscape 480px - 767px width
6.0 - Animations

/* ============================================================================ */
/* 1.0 - Reset & Common Styles													*/
/* ============================================================================ */

* { 
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	outline: 0px; 
}

/* ============================================================================ */
/* 1.1 - BeeSoft Custom Grid													*/
/* ============================================================================ */

.container { 
	margin: 0px auto 0px auto;
	width: 95%;
	max-width: 1200px;
}

.row:after {
	content: '';
	display: block;
	clear: both;
}

.col { 
	float: left;
	margin-left: 2%;
}

.c1 { width: 6.5%; }
.c2 { width: 15%; }
.c3 { width: 23.5%; }
.c4 { width: 32%; }
.c5 { width: 40.5%; }
.c6 { width: 49%; }
.c7 { width: 57.5%; }
.c8 { width: 66%; }
.c9 { width: 74.5%; }
.c10 { width: 83%; }
.c11 { width: 91.5%; }
.c12 { width: 100%; }

.col .col { margin-bottom: 0px; }

.c4 .c3 { width: 73%; }

.c8 .col { margin-left: 3%; }
.c8 .c3 { width: 35.6%; }
.c8 .c4 { width: 48.5%; }

.col:first-child { margin-left: 0px; }

.offset1 { margin-left: 10.5% !important; }
.offset2 { margin-left: 19% !important; }
.offset3 { margin-left: 27.5% !important; }
.offset4 { margin-left: 36% !important; }
.offset5 { margin-left: 44.5% !important; }
.offset6 { margin-left: 53% !important; }
.offset7 { margin-left: 61.5% !important; }
.offset8 { margin-left: 70% !important; }
.offset9 { margin-left: 78.5% !important; }
.offset10 { margin-left: 87% !important; }
.offset11 { margin-left: 95.5% !important; }

.offset1:first-child { margin-left: 8.5% !important; }
.offset2:first-child { margin-left: 17% !important; }
.offset3:first-child { margin-left: 25.5% !important; }
.offset4:first-child { margin-left: 34% !important; }
.offset5:first-child { margin-left: 42.5% !important; }
.offset6:first-child { margin-left: 51% !important; }
.offset7:first-child { margin-left: 59.5% !important; }
.offset8:first-child { margin-left: 68% !important; }
.offset9:first-child { margin-left: 76.5% !important; }
.offset10:first-child { margin-left: 85% !important; }
.offset11:first-child { margin-left: 93.5% !important; }

.c4 .c3.offset1 { margin-left: 27% !important; }

.c8 .c3.offset1 { margin-left: 13% !important; }

/* ============================================================================ */
/* 1.2 - Custom Classes		 													*/
/* ============================================================================ */

body { 
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px; 
	color: #777;
}

h1, 
h2, 
h3, 
h4 {
	font-family: 'Prata', serif;
	font-weight: 400;
	color: #15223f;
}

h5 { 
	color: #15223f; 
}

p {
	line-height: 1.5em;
	margin-bottom: 1.2em;
}

p strong { 
	color: #15223f; 
}

input[type=text], 
input[type=email], 
input[type=tel], 
input[type=number], 
textarea {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				-o-box-sizing: border-box;
					box-sizing: border-box;
}

a { 
	text-decoration: none; 
	color: #15223f;
}

li { 
	list-style: none; 
}

img {
	display: block;
	width: 100%;
	height: auto;
}

blockquote {
	position: relative;
	margin: 1.5em 0px 1.5em 0px;
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
}

blockquote:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: -16%;
	top: -15px;
	background: url(images/misc/bg-quotes.png) no-repeat;
}

button, 
select, 
input[type=submit] { 
	-webkit-appearance: none;
		-moz-appearance: none;
			appearance: none;
	cursor: pointer; 
}


.btn {
	border-bottom: 2px solid rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	padding: 10px 20px 10px 20px;
	border-radius: 3px;
	display: inline-block;
	background: #459c9c;
	color: #fff !important;
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	transition: 0.2s ease-in-out;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}

.more { 
	color: #459c9c; 
	display: inline-block;
	line-height: 30px;
}

.more i {
	vertical-align: middle;
	margin-left: 5px;
	font-size: 20px;
}

.fr { float: right; }
.fl { float: left; }

.ar { text-align: right; }
.ac { text-align: center; }

.fancybox-skin { border-radius: 0px; }

.fancybox-nav { width: 60px; }
.fancybox-nav span { visibility: visible; }

.fancybox-next { right: -60px; }
.fancybox-prev { left: -60px; }

.fancybox-next span {
	background: url(images/misc/arrow-next.png) no-repeat 0px 0px;
	width: 46px;
	height: 46px;
}

.fancybox-prev span {
	background: url(images/misc/arrow-prev.png) no-repeat 0px 0px;
	width: 46px;
	height: 46px;
}

.fancybox-close {
	background: url(images/misc/btn-close.png) no-repeat 0px 0px;
	width: 26px;
	height: 26px;
	top: 0px;
	right: -40px;
}

/* ============================================================================ */
/* 2.0 - Home Page																*/
/* ============================================================================ */
/* 2.1 - Head																*/
/* ============================================================================ */

#head { 
	background: #192641;
	padding: 20px 0px 50px 0px; 
}

.home #head { 
	background: transparent !important; 
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 0px;
	left: 0px;
}

#head .container { position: relative; }

#logo { 
	overflow: hidden;
	margin-top: 20px; 
	width: 80%;
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	transition: 0.2s ease-in-out;
}

/* ============================================================================ */
/* 2.2 - Menu & Navigation														*/
/* ============================================================================ */

#toggle-nav { 
	display: none; 
}

#menu { 
	text-align: right; 
	line-height: 30px;
	color: #fff;
}

#menu a { 
	padding: 0px 5px 0px 5px; 
	color: #fff;
}

#menu .sel a, #menu a:hover { color: #459c9c; }

#menu ul { 
	font-size: 12px;
	padding-top: 90px;
}

#menu li { 
	display: inline-block;
	margin-left: 20px;
}

/* ============================================================================ */
/* 2.3 - Slider/Main View														*/
/* ============================================================================ */

#slider {
	background: #192641;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}

#slider .viewport { overflow: hidden; }

#slider .viewport ul { 
	margin-left: -71.5%;
	width: 500%; 
}

#slider .item {
	width: 16.2%;
	position: relative;
	float: left;
}

#slider .item:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #15223f;
	opacity: 0.9;
	top: 0px;
	left: 0px;
}

#slider .item:first-child { margin-left: 0px; }

#slider .item .title {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -100%;
	-webkit-transition: 0.5s ease-in-out; 
		-moz-transition: 0.5s ease-in-out; 
			-ms-transition: 0.5s ease-in-out; 
				transition: 0.5s ease-in-out;
}

#slider .item.sel .title { bottom: 30%; }

#slider .item .title h2 { 	
	line-height: 150%;
	font-size: 24px; 
	color: #fff;
}

#slider .item .title strong {
	margin: 5px 30% 0px 30%;
	border-top: 1px solid #fff;
	padding-top: 10px;
	display: block;
	font-size: 36px;
	font-weight: normal;
}

#slider .item .title a {
	display: block;
	color: #fff;
}

#slider .item:first-child { 
	display: block; 
}

#slider .photo {
	overflow: hidden;
	max-height: 650px;
}

#slider .arrow { 
	height: 100%; 
}

#slider .arrow.left, 
#slider .arrow.right { 
	width: 8.7%; 
}

.arrow {
	text-indent: -90000px;
	position: absolute;
	display: block;
	z-index: 50;
	top: 0px;
}

.arrow.left { 
	background: url(images/misc/arrow-left.png) no-repeat center center;
	left: 0px;
}

.arrow.right { 
	background: url(images/misc/arrow-right.png) no-repeat center center;
	right: 0px;
}

/* ============================================================================ */
/* 2.4 - Services																*/
/* ============================================================================ */

#services { 
	margin-bottom: 50px; 
}

#services .container {
	background: url(images/bg/bg-section2.jpg) no-repeat top;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1.5em 0px 1.5em 0px;
	min-height: 120px;
	position: relative;
}

#services h2 {
	margin-bottom: 15px;
	font-size: 25px;
	line-height: 120%;
}

#services h3 {
	position: absolute;
	font-size: 18px;
	height: 18px;
	bottom: 0px;
}

#services .more { position: absolute; }

/* ============================================================================ */
/* 2.5 - Intro & About															*/
/* ============================================================================ */

#indepth {
	margin-bottom: 50px;
	overflow: hidden;
}

#indepth .container { 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
	padding-top: 1.5em;
	padding-bottom: 30px;
	background: url(images/1400x400/pexels-photo-261658 (2).jpeg) no-repeat right 0px;
}

#about { padding: 0px 1.5em 0px 17%; }

#about h3 { 
	font-size: 30px; 
	margin-bottom: 10px;
}

.banner { 
	position: relative; 
	margin-bottom: 1.5em;
	overflow: hidden;
}

.banner:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #15223f;
	opacity: 0.85;
	top: 0px;
	left: 0px;
}

.banner .title {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.banner .title.top {
	bottom: auto;
	top: 0px;
}

.banner .title h3  { font-size: 16px; }

.banner .title strong {
	display: block;
	font-size: 18px;
	font-weight: normal;
}

.banner .title a {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	display: block;
	padding: 10px;
	color: #fff;
}

.callto {
	border-bottom: 2px solid rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border-radius: 3px;
	padding: 5px 10px 5px 10px;
	background: #459c9c;
	font-weight: bold;
	position: absolute;
	font-size: 11px;
	bottom: 10px;
	left: 10px;
	color: #fff !important;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}

.callto.top {
	top: 10px;
	bottom: auto;
}

.callto.ar {
	right: 10px;
	left: auto;
}

.callto a { color: #fff; }

/* ============================================================================ */
/* 2.6 - Blog Stream & Posts Block												*/
/* ============================================================================ */

.post { overflow: hidden; }

.post h2 { 
	font-size: 18px; 
	margin-top: 5px;
}

.post .cat { 
	font-weight: bold;
	font-size: 10px; 
	color: #459c9c; 
	text-transform: uppercase;
}

.post .date {
	border-right: 1px solid #ccc;
	text-align: right;
	float: left;
}

.post .date span { 
	display: block; 
	padding-right: 10px;
	line-height: 120%;
}

.post .date .d { 
	font-size: 22px; 
	font-weight: bold;
}

.post .date .m { font-size: 15px; }
.post .date .y { font-size: 11px; }

#blog .container {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#blog .head { 
	border-bottom: 1px solid #ccc; 
	padding-top: 10px;
	margin-bottom: 1.5em;
}

#blog .head h3 { 
	font-size: 30px; 
	height: 30px;
}

#blog .post { margin-bottom: 1.5em; }

#blog .post .date { 
	min-height: 120px;
	width: 18%; 
}

#blog .post .cont { margin-left: 26.5%; }

/* ============================================================================ */
/* 2.7 - Footer																	*/
/* ============================================================================ */

#foot { 
	margin-top: 50px; 
	font-size: 12px;
	color: #697796;
}

#foot strong { color: #fff; }

#foot h5 { 
	font-size: 14px; 
	margin-bottom: 10px;
	color: #fff;
}

#foot h5 small {
	font-weight: normal;
	display: block;
}

#foot a { color: #fff; }

#foot img {
	display: inline-block;
	width: auto;
}

#foot .container { 
	padding: 50px 0px 50px 0px;
	background: #192641 url(images/logos/logo-foot.png) no-repeat 95% center;
}

#newsletter { 
	margin-bottom: 3em; 
	overflow: hidden;
}

#newsletter .frm-text {
	height: 30px;
	width: 70%;
	float: left;
}

#newsletter .frm-submit {
	margin-left: -10px;
	height: 30px; 
	width: 25%; 
	float: left;
}

#foot-contact p { 
	overflow: hidden; 
	padding-top: 10px;
}

#foot-contact i {
	background: rgba(255,255,255,0.1);
	margin: -10px 10px 0px -20px;
	font-size: 50px;
	float: left;
	border-radius: 50%;
	text-align: center;
	line-height: 75px;
	width: 75px;
	height: 75px;
}

#where i {
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	font-size: 16px;
}

#credits, #foot-contact { margin-top: 0em; }

#credits p { 
	font-size: 10px; 
	line-height: 180%;
}

#partners img { 
	margin-bottom: 20px; 
	width: 100%;
}

.mail {
	background: url(images/misc/icon-mail.png) no-repeat 0px 0px;
	padding-left: 25px;
	display: inline-block;
	font-weight: bold;
	margin-top: 1.5em;
}

/* ============================================================================ */
/* 3.0 - Pages																	*/
/* ============================================================================ */
/* 3.1 - General Pages styles													*/
/* ============================================================================ */

#section { margin-bottom: 3em; }

#section .title {	
	background: #192641;
	padding: 20px 0px 20px 0px;
	border-radius: 50px 0px 50px 0px;
}

.bg1 { background: #192641 url(images/bg/bg-section1.svg) no-repeat center top fixed !important; }
.bg2 { background: #192641 url(images/bg/bg-section2.svg) no-repeat center top fixed !important; }
.bg3 { background: #192641 url(images/bg/bg-section3.svg) no-repeat center top fixed !important; }
.bg4 { background: #192641 url(images/bg/bg-section4.svg) no-repeat center top fixed !important; }

#section .title h2 {
	font-size: 30px;
	height: 30px;
	color: #fff;
}

#section .breadcrumb {
	margin-top: 10px;
	font-size: 11px;
	color: #aaa;
}

#section .breadcrumb a { color: #aaa; }
#section .breadcrumb a:hover { color: #000; }

#intro { 
	margin-bottom: 1.5em; 
}

#content { 
	margin: 50px 0px 50px 0px; 
}

/* ============================================================================ */
/* 3.2 - Page Services															*/
/* ============================================================================ */

.page .serv-list {
	overflow: hidden;
	margin-bottom: 40px;
}

.page .serv-list li {
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	padding: 20px 20px 10px 0px;
	font-size: 16px;
	overflow: hidden;
	float: left; 
	width: 42%;
	margin: 0px 2% 2% 0px;
}

.page .serv-list i {
	background: rgba(0,0,0,0.1);
	margin: -10px 10px 0px -20px;
	font-size: 45px;
	float: left;
	border-radius: 50%;
	text-align: center;
	line-height: 65px;
	width: 65px;
	height: 65px;
	color: #a6a6a6;
}

.services ul {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}

.services li {
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 30px;
	border-top: 1px dashed #ccc;
	background: url(images/misc/icon-arrow.png) no-repeat 0px 5px;
}

.services a { color: #459c9c; }

.page .icon-side { margin: -100px 0px 30px 20%; }

.page .icon-side i {
	background: #cfcfcf;
	font-size: 80px;
	border-radius: 50%;
	text-align: center;
	line-height: 150px;
	width: 150px;
	height: 150px;
	color: #a6a6a6;
}

.page .columns {
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
}

.page .gallery { 
	margin-bottom: 20px; 
	overflow: hidden;
}

.page .gallery .photo { 
	width: 33.3%;
	float: left;
	
}

.page .info {
	overflow: hidden;
	padding: 30px;
	background: #f3f3f3;
}

.page .info i {
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	font-size: 16px;
}

.page .info a {
	font-weight: bold;
	color: #459c9c;
}

.page .info h3 { 
	font-size: 20px; 
	padding: 0px 30px 0px 30px;
	line-height: 130%;
	margin-bottom: 5px; 
}

.page .info h5 { margin-bottom: 20px; }

.page .info li {
	font-size: 12px;
	padding-left: 30px;
	margin-bottom: 1.5em;
	background: url(images/misc/icon-arrow.png) no-repeat 0px 0px;
}

.page .info strong {
	font-size: 14px; 
	color: #000; 
}

.page .address h3 { padding: 0px; }

.page .attach {
	background: url(images/misc/icon-attach.png) no-repeat 20px center;
	border: 1px dashed #ccc;
	border-radius: 10px 3px 10px 3px;
	margin: 1.5em 0px 1.5em 0px;
	padding: 20px 20px 20px 70px;
}

.page .attach strong {
	display: block;
	font-size: 18px;
}

.page .text { 
	margin-bottom: 40px; 
}

.page .text a { 
	color: #192641; 
}

.page .text h1, 
.page .text h2, 
.page .text h3 { 
	margin: 20px 0px 10px 0px; 
}

.page .text ul { 
	margin-bottom: 20px; 
}

.page .text img { 
	margin-bottom: 1.5em; 
}

.img-search { 
	position: relative;
}

.img-search:before {
	content: '';
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;	
	background: url(images/misc/bg-search.png) no-repeat;
	background: pink;
}

.name {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
}

.name h1 {
	font-weight: normal;
	font-size: 30px;
	min-height: 30px;
}

.tabs .labels { 
	border-bottom: 1px solid #ccc;
	text-align: center; 
	margin-bottom: 3em;
}

.tabs .labels a {
	color: rgba(0,0,0,0.6);
	background: #f3f3f3;
	font-family: 'Prata', serif;
	padding-top: 20px;
	font-size: 20px;
	height: 20px;
	display: block;
	position: relative;
	border-radius: 10px 3px 0px 0px;
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	transition: 0.2s ease-in-out;
}

.tabs .labels a.sel, .tabs .labels a:hover { border-radius: 10px 3px 10px 0px; }

.tabs .labels a.sel, .tabs .labels a:hover {
	margin-bottom: -11px;
	padding-top: 10px;
	height: 40px;
	border-top: 1px solid rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}

.tabs .labels a.sel { color: #fff; }

.tabs .labels a.sel:after {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: -5px;
	left: 50%;
	margin-left: -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tabs .labels .l1.sel, .tabs .labels .l1.sel:after, .tabs .labels .l1:hover { background: #a43e34; }
.tabs .labels .l2.sel, .tabs .labels .l2.sel:after, .tabs .labels .l2:hover { background: #709449; }
.tabs .labels .l3.sel, .tabs .labels .l3.sel:after, .tabs .labels .l3:hover { background: #367bad; }
.tabs .labels .l4.sel, .tabs .labels .l4.sel:after, .tabs .labels .l4:hover { background: #d7ab4f; }

/**************************************************************************************/

#gallery { 
	margin-bottom: 1.5em; 
	position: relative;
}

#gallery .big {
	overflow: hidden;
	max-height: 450px;
	min-height: 350px;
}

#gallery .streetview {
	border-radius: 3px;
	background: #e5e5e5;
	position: absolute;
	height: 100%;
	width: 100%;
}

#gallery .thumbs { 
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#gallery .thumbs a { 
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	background: #fff;
	width: 100px;
	height: 70px;
	overflow: hidden;
	float: left;
	display: block;
}

#gallery .thumbs img { height: 100%; }

#map-container {
	margin-bottom: 2em;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 150px;
	border-radius: 10px 3px 10px 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-webkit-transition: 0.5s ease-in-out; 
	-moz-transition: 0.5s ease-in-out; 
	transition: 0.5s ease-in-out;
}

#map-view { 
	overflow: hidden;
	position: absolute;
	z-index: 30;
	height: 100%;
	width: 100%;
	-webkit-transition: 0.5s ease-in-out; 
	-moz-transition: 0.5s ease-in-out; 
	transition: 0.5s ease-in-out;
}

#map-overlay {
	padding: 30px 0px 20px 0px;
	background: rgba(255,255,255,0.8); 
	background: url(images/misc/bg-map-overlay.png) repeat-y left;
	position: relative;
	overflow: hidden;
	opacity: 1;
	width: 100%;
	min-height: 150px;
	z-index: 50;
	-webkit-transition: 0.5s ease-in-out; 
	-moz-transition: 0.5s ease-in-out; 
	transition: 0.5s ease-in-out;
}

#map-toggle {
	background: #709449;
	position: absolute;
	margin-top: -15px;
	z-index: 60;
	right: 14%;
	top: 50%;
	-webkit-transition: 0.5s ease-in-out; 
	-moz-transition: 0.5s ease-in-out; 
	transition: 0.5s ease-in-out;
}

#map-container.show { min-height: 450px; }

#map-container.show #map-view { 
	margin-top: 0px; 
	height: 100%;
}

#map-container.show #map-overlay {
	opacity: 0;
	z-index: -100; 
}

#map-container.show #map-toggle {
	background: #a43f34;
	margin-top: 40px;
	right: 10px;
	top: 20px;
}

#details { 
	overflow: hidden; 
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}

#details .data { 
	margin-bottom: 10px; 
	overflow: hidden;
}

#details .data strong { color: #000; }

#details .data p { font-size: 12px; }
#details .data a { color: #192641; }

#details .data img { 
	margin: 10px 10px 0px 0px;
	border: 1px solid #ccc; 
	width: 40%;
	float: left;
}

#request {
	border-radius: 10px 3px 10px 3px;
	margin-bottom: 1.5em;
	padding: 20px;
	background: #f3f3f3;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}

#request .frm-wrap { overflow: hidden; }

#request h4 {
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin: -8px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	font-size: 18px;
	height: 18px;
}

#request h4 strong { 
	display: block; 
	margin-bottom: 20px;
} 

#request .left, #request .right { width: 48%; }
#request .left { float: left; }
#request .right { float: right; }

#embed {
	min-width: 700px;
	margin: 50px 0px 50px 0px;
	padding: 20px 40px 20px 40px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

#embed iframe { min-height: 700px; }

/* ============================================================================ */
/* 3.3 - Page Team																*/
/* ============================================================================ */

.profile {
	overflow: hidden;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	border-radius: 3px;
	padding: 10px;
}

.avatar { 
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}

.avatar.side {
	float: none;
	width: 150px;
	height: 150px;
	margin: -100px 0px 30px 20%;
}

.user { margin: 30px 0px 0px 110px; }
.user h4 { font-size: 16px; }

.user small {
	margin-bottom: 10px;
	font-style: italic;
	font-size: 10px;
	display: block;
}

/* ============================================================================ */
/* 3.4 - Page Contacts															*/
/* ============================================================================ */

.frm-wrap { 
	border-top: 1px dashed #ccc;
	margin-bottom: 1em; 
	padding-top: 1em;
}

.frm-wrap label {
	color: #000;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

.frm-text, .frm-textarea, .frm-select {
	border-radius: 3px;
	padding: 4px;
	color: #777;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	transition: 0.2s ease-in-out;
}

.frm-text:focus, .frm-select:focus, .frm-textarea:focus { background: #fff5de; }

.frm-submit {
	border-bottom: 2px solid rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border-radius: 3px;
	background: #459c9c;
	color: #fff;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	transition: 0.2s ease-in-out;
}

.frm-submit:hover { border-radius: 3px; }

.frm-contact { font-size: 12px; }

.frm-contact .frm-text, .frm-contact .frm-select { 
	width: 50%; 
	height: 30px;
}

.frm-contact .frm-text.large { width: 100%; }

.frm-contact .frm-select { background: url(images/misc/arrow-down.png) no-repeat 95% center; }

.frm-contact .frm-textarea { width: 100%; }

.frm-submit {
	margin-bottom: 10px;
	font-size: 14px;
	width: 50%;
	height: 30px;
}

.frm-contact .group { overflow: hidden; }

.frm-contact .group li {
	margin-top: 10px;
	width: 50%;
	float: left;
}

.req { color: red; }

.side .frm-contact .frm-wrap { border: 0px; }
.side .frm-contact .frm-text, .side .frm-contact .frm-submit { width: 100%; }

.frm-wrap .success {
	font-weight: bold;
	color: green;
}
.frm-wrap .error {
	font-weight: bold;
	color: red;
}

#map {
	border-bottom: 3px solid rgba(0,0,0,0.1);
	margin: -30px -30px 20px -30px;
	height: 300px;
}

#map iframe {
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
}


#spots h5 {
	margin-bottom: 1.5em;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	color: #777;
}

#bottom-spots {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
	padding-top: 1.5em;
}

/* ============================================================================ */
/* 4.0 - Blog																	*/
/* ============================================================================ */
/* 4.1 - Archive																*/
/* ============================================================================ */

#category .cat-title {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
	padding-top: 5px;
}

#category .cat-back {
	margin: -10px 0px 3em 12.9%;
	font-weight: bold;
	font-size: 10px;
}

#category .cat-title h1 { 
	margin-left: 12.9%;
	font-size: 24px;
	height: 24px;
}

#category .post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}

#category .post .date { 
	width: 9.8%; 
	min-height: 70px;
}

#category .post .cont { margin: 0px 38.6% 0px 12.9%; }

#category .single .post { 
	border: 0px; 
	margin: 0px;
}

#category .single .post h2 { font-size: 30px; }
#category .single .post .date { margin-top: 10px; }
#category .single .post .cont { margin-right: 0px; }

#category .single .text { margin: 0px  12.9% 0px 12.9%; }
#category .single .text blockquote:before { left: -12%; }

#category .single .text img {
	margin: 1.5em 0px 1.5em 0px;
	width: 60%;
}

#category .single .text img.alignleft {
	margin: 0.5em 1.5em 1.5em -12%;
	float: left;
}

#category .single .text img.alignright {
	margin: 0.5em -17.5% 1.5em 1.5em;
	float: right;
}

#category .single .text ul { margin-bottom: 1.5em; }

#category .single .text li {
	background: url(images/misc/icon-arrow.png) no-repeat 0px 0px;
	margin-left: -8%;
	padding-left: 8%; 
	margin-bottom: 1em; 
	padding-bottom: 0.5em;
}

#category .single .text li ul li{
	background: none;
	margin-left: none;
	padding-left: none; 
	margin-bottom: 1em; 
	padding-bottom: 0.5em;
	list-style-type: circle;
	list-style-position: inside;
}

#category .profile {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 1.5em 0px 1.5em 0px;
	position: relative;
	margin-top: 5em;
}

#category .profile h5 {
	margin-left: 12%;
	position: absolute;
	color: #777;
	top: -15px;
}

#category .profile .avatar {
	margin-left: 12%;
	width: 12%;
	float: left;
}

#category .profile .user, #category .profile .btn-toggle { margin-left: 28%; }

#category .profile .desc { 
	margin-left: 37%; 
	height: 60px;
}

#category .item { 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	overflow: hidden;
}

#category .item .photo {
	margin-left: 12%;
	width: 25%;
	float: left;
}

#category .item .desc { margin: 0px 10% 0px 40%; }

#category .item h3 { 
	margin-bottom: 10px;
	font-size: 18px; 
}

#category .item .place { 
	margin-bottom: 20px; 
	font-size: 12px;
}

#category .item .price, #category .item .dim { 
	line-height: 20px;
	padding-left: 25px;
	margin-top: 10px;
	font-size: 16px; 
}

#category .share {
	border-top: 1px solid #ccc;
	padding: 1.5em 0px 1.5em 12%;
	margin-top: 30px;
}

#category .single .text li {
    background: url(images/misc/icon-arrow.png) no-repeat 4px 1px;
    margin-left: 3%;
    padding-left: 7%;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    background-size: 14px;
}

#categories {
	border-radius: 10px 3px 10px 3px;
	margin-bottom: 1.5em;
	text-align: right;
	padding: 20px;
	background: #f3f3f3;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}

#categories h4 {
	border-bottom: 1px solid #ccc;
	margin: -8px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	font-size: 18px;
	height: 18px;
}

#categories a {
	display: block;
	margin-top: 8px;
	padding: 0px 20px 8px 20px;
	border-bottom: 1px dashed #ccc;
}

#categories a { color: #777; }
#categories a:hover { color: #000; }

#categories .sel a, #categories .current-cat a {
	font-weight: bold;
	color: #000;
}

#categories .cloud a {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* ============================================================================ */
/* 4.2 - Pagination																*/
/* ============================================================================ */

.wp-pagenavi {
	margin-left: 12.9%;
	font-size: 11px;
}

.wp-pagenavi .pages { 
	margin-right: 49%;
	padding-top: 5px;
	float:  left; 
}

.wp-pagenavi .page, .wp-pagenavi .current {
	margin-right: 10px;
	display: inline-block;
	padding: 5px;
	background: #f3f3f3;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}

.wp-pagenavi .current {
	background: #777;
	color: #fff;
}

/* ============================================================================ */
/* 5.0 - Blog																	*/
/* ============================================================================ */
/* 5.1 - Desktop & Wide > 1280 width											*/
/* ============================================================================ */

@media only screen and (min-width: 1280px) {
	
	body { font-size: 14px; }
	
	.container { width: 80%; }
	
	#menu ul { padding-top: 110px; }
	
	.page .serv-list li { font-size: 18px; }
	
	.banner .title h3  { font-size: 18px; }
	.banner .title h3 strong { font-size: 22px; }
}

/* ============================================================================ */
/* 5.2 - Tablet Portrait 768px - 991px width									*/
/* ============================================================================ */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	#logo { 
		margin-top: 10px;
		width: 100%; 
	}

	#menu { display: none; }
	
	#menu { 
		z-index: 400;
		position: absolute;
		border-radius: 5px;
		background: #459c9c; 
		text-align: center;
		right: 0px;
		top: 55px;
		width: 100px;
		padding: 0px 20px 20px 20px;
	}
	
	#menu:before {
		content: '';
		display: block;
		position: absolute;
		background: #459c9c; 
		top: -5px;
		right: 20px;
		width: 10px;
		height: 10px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#menu ul { padding-top: 10px; }
	
	#menu li, #menu a { display: block; }
	
	#menu a, #menu .m2 a { 
		color: #fff !important; 
		padding: 5px 0px 5px 0px;
	}
	
	#menu .sel a { background: rgba(0,0,0,0.1); }
	#menu .sel ul a { background: transparent; }
	#menu .sel ul a.sel { background: rgba(0,0,0,0.1); }
	
	#menu li { 
		border-bottom: 1px solid rgba(0,0,0,0.2); 
		margin-left: 0px;
	}
	
	#toggle-nav {
		position: absolute;
		display: block;
		top: 20px;
		right: 0px;
		background: #459c9c url(images/misc/icon-toggle.png) no-repeat 10px center;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
		border-radius: 3px;
		padding: 5px 15px 5px 35px;
		border-bottom: 2px solid rgba(0,0,0,0.1);
		color: #fff !important;
		-webkit-transition: 0.2s ease-in-out; 
		-moz-transition: 0.2s ease-in-out; 
		transition: 0.2s ease-in-out;
	}
	
	#slider .item .title h2 { 
		font-size: 18px; 
	}
	
	#slider .item .title strong { 
		font-size: 24px; 
	}
	
	.page .serv-list li {
		padding-top: 30px;
		font-size: 14px;
		float: none;
		width: auto;
	}
	
	.page .serv-list i { 
		margin-top: -20px; 
	}
	
	.page .info {
		padding: 30px 10px; 
	}
	
	.page .info strong { 
		font-size: 12px; 
	}
	
	.page .info i { 
		margin-left: 0px; 
	}
	
	.banner .photo { 
		height: 130px; 
	}
	
    .banner .photo img {
	    width: auto;
	    height: 100%;
    }
    
    #category .single .text li {
	    background: url(images/misc/icon-arrow.png) no-repeat 4px 1px;
	    margin-left: 3%;
	    padding-left: 7%;
	    margin-bottom: 1em;
	    padding-bottom: 0.5em;
	    background-size: 14px;
	}
}

/* ============================================================================ */
/* 5.3 - Smarthphone max-767px width											*/
/* ============================================================================ */

@media only screen and (max-width: 767px) {

	.col, 
	.col:first-child, 
	.offset2:first-child { 
		margin: 0px 0px 2% 0px !important;
		width: 100% !important; 
		float: none;
	}
	
	.c4 .c3.offset1, 
	.c8 .c3.offset1 { 
		margin-left: 0px !important; 
	}
	
	#logo { 
		margin-top: 0px;
		width: 40%; 
	}

	#menu { display: none; }
	
	#menu { 
		z-index: 400;
		position: absolute;
		border-radius: 5px;
		background: #459c9c; 
		text-align: center;
		right: 0px;
		top: 55px;
		width: 100px;
		padding: 0px 20px 20px 20px;
	}
	
	#menu:before {
		content: '';
		display: block;
		position: absolute;
		background: #459c9c; 
		top: -5px;
		right: 20px;
		width: 10px;
		height: 10px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#menu ul { padding-top: 10px; }
	
	#menu li, #menu a { display: block; }
	
	#menu a, #menu .m2 a { 
		color: #fff !important; 
		padding: 5px 0px 5px 0px;
	}
	
	#menu .sel a { background: rgba(0,0,0,0.1); }
	#menu .sel ul a { background: transparent; }
	#menu .sel ul a.sel { background: rgba(0,0,0,0.1); }
	
	#menu li { 
		border-bottom: 1px solid rgba(0,0,0,0.2); 
		margin-left: 0px;
	}
	
	#toggle-nav {
		position: absolute;
		display: block;
		top: 20px;
		right: 0px;
		background: #459c9c url(images/misc/icon-toggle.png) no-repeat 10px center;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
		border-radius: 3px;
		padding: 5px 15px 5px 35px;
		border-bottom: 2px solid rgba(0,0,0,0.1);
		color: #fff !important;
		-webkit-transition: 0.2s ease-in-out; 
		-moz-transition: 0.2s ease-in-out; 
		transition: 0.2s ease-in-out;
	}
	
	#slider { margin-bottom: 20px; }
	
	#slider .item .title h2 { 
		font-size: 12px; 
		padding: 10px;
	}
	
	#slider .item .title strong {
		font-size: 16px;
		margin: 0px;
	}
	
	#slider .photo { height: 340px; }
	
	#slider .photo img {
		width: auto;
		height: 100%;
	}
	
	.home #blog .more.fr {
		float: left;
	}
	
	#section .title { 
		border-radius: 0px 0px 50px 0px; 
	} 
	#section .title h2 { 
		padding-left: 10px; 
		font-size: 22px;
		height: 22px;
	}
	
	#section .breadcrumb {
		padding-left: 10px; 
	}
	
	#about { 
		padding: 0px; 
	}
	
	#about h3 { 
		font-size: 20px; 
	}
	
	.page .gallery .photo {
		width: 100%;
		margin-bottom: 10px; 
	}
	
	#indepth { 
		margin-bottom: 0px; 
	}
	
	#blog .head h3 { 
		font-size: 20px; 
		height: 20px; 
	}
		
	#content { 
		margin-top: 30px; 
	}
	
	.name { 
		position: relative;
		z-index: 50;
	}
	
	.name h1 {
		font-size: 16px;
		min-height: 16px;
	}
	
	.avatar.side, 
	.page .icon-side { 
		margin-top: 0px; 
	}
	
	.page .serv-list li {
		float: none;
		width: auto;
	}
	
	.services li {
		background: url(images/misc/icon-arrow.png) no-repeat 10px 10px;
		background-size: 5% !important;
	}
	
	#blog .post { 
		margin-bottom: 20px !important; 
	}
	
	#blog .post .date { 
		min-height: 0px; 
	}
	
	#category .post .cont, 
	#blog .post .cont { 
		margin: 0px 0px 0px 60px; 
	}
	
	#category .post .date, 
	#blog .post .date { 
		width: 50px; 
	}
	
	#category .cat-title h1 {
		margin-left: 0px;
		font-size: 18px;
		min-height: 18px;
	}
	
	#category .item .photo {
		margin-left: 0px;
		width: auto;
		float: none;
	}
	
	#category .cat-back {
		margin-left: 0;
	}

	#category .single .text {
		margin: 0;
	}
	
	#category .single .text img,
	#category .single .text img.alignleft {
		width: 100%;
		margin: 0.5em 0 1.5em 0;
	}
	
	.post .date span { 
		padding-right: 20px; 
	}
	
	#category .item .desc { 
		margin: 0px; 
	}
	
	#category .share { 
		padding-left: 0px; 
	}
	
	#category .single .post h2 { 
		font-size: 20px; 
	}

	#category .single .text blockquote {
		margin: 1.5em 0 1.5em 2em;
	}
	#category .single .text blockquote:before { 
		width: 36px;
		height: 36px;
		background-size: cover !important;
		left: -44px; 
	}
	
	#category .single .text li { 
		padding-left: 12%; 
		background: url(images/misc/icon-arrow.png) no-repeat 10px 1px;
		background-size: 5% !important;
		margin-left: 0;
	}
	
	#categories {
		text-align: left;
		padding: 20px 10px;
	}
	
	#map-overlay .col { 
		margin: 0px 5% 0px 5% !important; 
		width: 90% !important; 
	}
	
	#map-toggle { 
		top: 5px; 
		right: -10px; 
	}
	
	.wp-pagenavi { 
		margin: 0px 0px 20px 0px; 
	}
	
	.wp-pagenavi .pages { 
		margin-right: 10px; 
	}
	
	.page .info { 
		margin-top: 50px; 
	}
	
	#newsletter, 
	#foot-contact, 
	#where, 
	#partners, 
	#credits { 
		padding: 0px 20px 0px 20px; 
	}
	
	#foot .tel { 
		display: block; 
	}
	
	.frm-contact .frm-text, 
	.frm-contact .frm-select {
		width: 100%;
	}
	
}
