/* Theme Name: The Gallery
Theme URI: -
Description: The Gallery Wordpress Theme
Version: 1.06
Author: Goodlayers
Author URI: http://goodlayers.com */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border: 1px solid;
	width: 100%;
}
tr th {
	border-bottom: 1px solid;
	text-align: left;
}
tr th, tr td {
	padding: 9px 20px;
	border-right: 1px solid;
}
tr th:last-child, tr td:last-child {
	border-right: 0px;
}
table th {
	font-weight: bold;
}
/* #Basic Styles



================================================== */



	body {
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	color: #666;
	-webkit-text-size-adjust: 100%;
	line-height: 18.5px;
	overflow:visible !important;
}
/* #Typography



================================================== */



	h1, h2, h3, h4, h5, h6, .gdl-title {
	color: #181818;
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	margin-bottom: 15px;
}
h2 {
	margin-bottom: 15px;
}
h3 {
	margin-bottom: 15px;
}
h4 {
	margin-bottom: 15px;
}
h5 {
	margin-bottom: 15px;
}
h6 {
	margin-bottom: 15px;
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 15px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */



	blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/* #Links



================================================== */



	a {
	color: inherit;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: inherit;
}
p a {
	line-height: inherit;
}
/* #Lists



================================================== */



	ul, ol {
}
ul {
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc, ul {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
}
/*



	ul ul li, ul ol li,



	ol ol li, ol ul li { margin-bottom: 6px; }



	*/



	li {
	line-height: 18px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
/* #Images



================================================== */



	img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
img {
	display: block;
}
iframe {
	display: block;
}
/* #Buttons



================================================== */



	a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	height: 29px;
	line-height: 26px;
	padding: 1px 12px 0px 12px;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
}
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
a.gdl-button {
	height: 26px;
	line-height: 26px;
	padding: 1px 12px 0px 12px;
	display: inline-block;
	background: url('images/gradient-top4-32px.png') repeat-x;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.gdl-button:hover {
	background-image: url('images/gradient-bottom4-32px.png');
}
#portfolio-item-filter a.gdl-button {
	background: none repeat scroll 0 0 #333333;
	border: medium none;
	color: #FFFFFF;
	height: auto;
	padding: 0;
	text-align: center;
	width: 50px !important;
}
.gdl-image-frame {
	padding: 4px;
	display: inline-block;
}
/* #Tabs (activate in tabs.js)



================================================== */



	ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px;
}
ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}
ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px;
	border-width: 1px 1px 0 0;
	margin: 0;
	background: #f5f5f5;
	font-size: 13px;
	cursor: pointer;
}
ul.tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.tabs li:first-child a.active {
	margin-left: 0;
}
ul.tabs li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}
ul.tabs li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.tabs-content {
	margin: 0 0 20px;
	display: block;
	list-style: none;
}
ul.tabs-content > li {
	display:none;
}
ul.tabs-content > li.active {
	display: block;
}
/* Clearfixing tabs for beautiful stacking */



	ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}
/* #Forms



================================================== */







	form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff !important;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow:  0 0 3px rgba(0, 0, 0, .2);
}
textarea {
	min-height: 60px;
}
label, legend {
	display: block;
	font-weight: normal;
}
select {
	width: 220px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
/* #Custom Tag



================================================== */



	.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
	max-width: 100% !important;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	margin: 0 auto 0;
}
.shortcode-image-left {
	margin-right: 12px;
}
.shortcode-imarg-right {
	margin-left: 12px;
}
br.clear {
	clear: both;
	height: 0px;
	display: block;
}
.display-none {
	display: none;
}
.overflow-hidden {
	position: relative;
	overflow: hidden;
}
.mt0 {
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.mr0 {
	margin-right: 0px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
/*disable blank space*/



	cufon[alt=" "] {
	display: none !important;
}
/* #Theme Style



================================================== */



div.body-wrapper {
}
div#custom-full-background {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}
div#custom-full-background img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}
div.container {
	margin-top: 32px;
	overflow: hidden;
	position: relative;
	max-width:960px;
	width:100%;
}
div.container-overlay {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.preloader {
	display: block;
	background:url(images/loading.gif) center center no-repeat;
}
/*--- Header ---*/



div.header-wrapper {
	position: relative;
}
div.logo-wrapper a {
	display: block;
	font-family: 'Trebuchet MS';
	font-size: 46px !important;
	margin-bottom: 15px;
	/*margin-left: 204px;*/

	margin-top: 20px;
}
div.outer-social-wrapper {
	text-align: center;
}
div.social-wrapper {
	float: right;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}
div.social-wrapper-text {
	margin-bottom: 10px;
}
div.social-icon:first-child {
	margin-left: 0px;
}
div.social-icon {
	float: left;
	margin-left: 11px;
	opacity: 0.55;
	filter: alpha(opacity=55);
	cursor: pointer;
}
/*--- Top Navigation ---*/



div.top-navigation-wrapper {
	position: relative;
	z-index: 101;
	/*max-width: 980px;*/
	width:100%;
}
div.top-navigation-wrapper-gimmick {
	padding-bottom: 3px;
}
div.top-navigation-right {
	float: right;
	position: relative;
	width: 702px;
	z-index: 9999;
}
div.top-navigation-left {
	float: left;
	position: relative;
	z-index: 99999;
}
div.top_navigation-header-padding {
	padding-top: 15px;
}
div.top-navigation-wrapper.container {
	padding-top: 5px;
	padding-bottom: 0px;
	background: transparent;
}
/*--- Navigation ---*/



div.navigation-wrapper {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
div.navigation-wrapper ul li ul li {
	font-weight: normal;
}
div.responsive-menu-wrapper {
	display: none;
}
div.responsive-menu-wrapper select {
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
}
div#main-superfish-wrapper {
	margin-left: 10px;
}
/*--- Content ---*/



div.content-wrapper {
	width:100%;
	position: relative;
}
/*--- Page ---*/



div.page-header-wrapper {
	margin-top: 4px;
	padding-top: 18px;
	padding-bottom: 18px;
}
div.gdl-page-item {
	width:100%; /*padding-left:1.5%;*/
	padding-top: 40px;
	padding-bottom: 20px;
	float:right;
}
h1.gdl-page-title {
	font-size: 18px;
	padding: 0px 10px;
	margin-bottom: 0px;
	float: left;
	line-height: 22px;
	width:96%;
}
s h1.gdl-page-title span {
	float:left;
	font-size:25px;
}
div.gdl-page-caption {
	float: left;
	font-size: 14px;
	padding-top: 1px;
	line-height: 22px;
	color: #fff;
}
div.gdl-page-header-gimmick {
	width: 2px;
	height: 23px;
	float: left;
	margin-left: 10px;
	margin-top: -1px;
}
div.pagination {
	margin: 0px 10px 0px 10px;
	text-align: right;
	position: relative;
	z-index: 99;
}
div.pagination a, div.pagination span {
	padding: 1px 7px;
	margin-right: 5px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
}
/*--- Sidebar ---*/



div.gdl-left-sidebar {
	float: left;
}
div.gdl-right-sidebar {
	float: left;
}
div.gdl-page-float-left {
	width:100%;
	float: left;
}
div.custom-sidebar {
	border-color: inherit;
	margin-bottom: 30px;
	clear: both;
}
div.custom-sidebar div {
	border-color: inherit;
}
div.custom-sidebar ul {
	list-style: none;
	margin-left: 0px;
	border-color: inherit;
}
div.custom-sidebar ul li {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 0px;
	border-color: inherit;
}
div.custom-sidebar ul li {
	padding-left: 12px;
	background-position: 0px 4px;
}
div.custom-sidebar ul li li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
div.custom-sidebar #recentcomments a {
	background: none;
}
div.custom-sidebar #twitter_update_list {
	font-family: 'Droid Serif';
	font-style: italic;
}
div.custom-sidebar #twitter_update_list li {
	background: none;
	padding-left: 0px;
	border-bottom: 1px solid;
}
div.custom-sidebar #twitter_update_list li span {
	display: inline-block;
}
div.custom-sidebar #twitter_update_list li:last-child {
	border:none !important;
}
div.custom-sidebar #twitter_update_list li span a {
	margin-top: 0px;
	margin-right: 6px;
	padding-left: 2px;
	display: inline-block;
}
div.custom-sidebar #twitter_update_list li a {
	display: table;
	margin-top: 10px;
	float: none;
	clear: both;
}
/*--- Custom Widget ---*/



div.custom-sidebar .textwidget {
	margin-top: 15px;
}
div.custom-sidebar .gdl-recent-post-widget {
	border-color: inherit;
}
div.custom-sidebar .recent-post-widget {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 0px;
	border-color: inherit;
}
div.custom-sidebar .recent-post-widget-thumbnail {
	padding-right: 15px;
	float: left;
}
div.custom-sidebar .recent-post-widget-context {
	overflow: hidden;
	margin-top: 2px;
}
div.custom-sidebar .recent-post-widget-date {
	margin-top: 4px;
	height: 16px;
	line-height: 16px;
	font-family: 'Droid Serif';
	font-style: italic;
	padding-left: 15px;
}
div.custom-sidebar .recent-post-widget-comment-num {
	margin-top: 4px;
	height: 16px;
	line-height: 16px;
	font-family: 'Droid Serif';
	font-style: italic;
	padding-left: 15px;
}
div.custom-sidebar .twitter-whole {
	border-color: inherit;
}
div.custom-sidebar .twitter-whole ul li a {
	background: none;
	padding: 0px;
}
div.custom-sidebar .flickr-widget {
	margin-top: 10px;
	display: inline-block;
}
div.custom-sidebar .flickr_badge_image {
	margin: 10px 10px 0px 0px;
	float: left;
}
div.custom-sidebar .flickr-widget img {
	width: 56px;
	height: 56px;
}
div.custom-sidebar .contact-widget-whole ol {
	list-style: none;
	margin-left: 0px;
	margin-top: 15px;
}
div.custom-sidebar .contact-widget-whole ol li {
	margin-right: 10px;
}
div.custom-sidebar .contact-widget-whole input, div.custom-sidebar .contact-widget-whole textarea {
	margin-bottom: 16px;
}
div.custom-sidebar .screenReader {
	display: none;
}
div.custom-sidebar .gdl-recent-port-widget {
	margin-top: 10px;
}
div.custom-sidebar .recent-port-widget {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
/* Sidebar right/left */	



div.right-sidebar-wrapper {
	padding-top: 40px;
}
div.right-sidebar-wrapper .custom-sidebar-title {
	font-size: 17px;
	margin-bottom: 12px;
}
div.left-sidebar-wrapper {
	padding-top: 40px;
}
div.left-sidebar-wrapper .custom-sidebar-title {
	font-size: 17px;
	margin-bottom: 12px;
}
/* Sitemap */



div.sitemap .custom-sidebar-title {
	padding: 0px 0px 10px 0px;
	font-size: 17px;
	border-bottom: 1px solid;
	border-color: inherit;
}
/* Tag Cloud*/



.tagcloud {
	border-color: inherit;
	display: inline-block;
}
.tagcloud a {
	font-size: 12px !important;
	display: block;
	float: left;
	padding: 3px 8px 3px 8px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid;
	border-color: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* Calendar */



#calendar_wrap {
	border-color: inherit;
}
#wp-calendar {
	width: 100%;
	border-color: inherit;
	border-width: 0px;
}
#wp-calendar caption {
	font-size: 13px;
	font-weight: bold;
	margin: 5px auto 15px;
	padding-bottom: 6px;
	border-bottom: 1px solid;
	border-color: inherit;
}
#wp-calendar td {
	padding: 4px;
	text-align: center;
	border-right: 0px;
}
#wp-calendar th {
	padding: 0px;
	text-align: center;
	border-right: 0px;
	border-bottom: 0px;
	background: transparent;
}
/* search widget */



div.custom-sidebar #searchsubmit {
	position: absolute;
	height: 27px;
	top: 0px;
	right: 2px;
	cursor: pointer;
	width: 28px;
	border: 0px;
	border-image: initial;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.custom-sidebar #search-text {
	margin-right: 10px;
}
div.custom-sidebar #searchform {
	position: relative;
	margin-bottom: 0;
}
div.custom-sidebar #search-text input[type="text"] {
	margin-bottom: 0;
	width: 100%;
}
div.custom-sidebar #searchform br.clear {
	display: none;
}
/* contact form */



div.custom-sidebar label, legend {
	font-weight: bold;
	margin-bottom: 7px;
}
div.custom-sidebar .error {
	font-family: 'Droid Serif';
	font-style: italic;
	margin-bottom: 15px;
}
div.custom-sidebar #contactForm input, div.custom-sidebar #contactForm textarea {
	width: 100%;
}
/*--- Footer ---*/



div.footer-wrapper {
	position: relative;
	margin-left:0px !important;
}
div.footer-wrapper .container {
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.footer-wrapper-gimmick {
	height: 3px;
}
div.footer-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
div.footer-widget-wrapper {
	margin-left:10px;
	padding-top: 35px;
}
div.footer-widget-wrapper .custom-sidebar {
}
div.footer-widget-wrapper .custom-sidebar-title {
	font-size: 16px;
	margin-bottom: 10px;
}
/* Footer custom widget*/



div.footer-wrapper div.contact-form-wrapper input[type="text"], div.footer-wrapper div.contact-form-wrapper input[type="password"], div.footer-wrapper div.contact-form-wrapper textarea, div.footer-wrapper div.custom-sidebar #search-text input[type="text"], div.footer-wrapper div.custom-sidebar .contact-widget-whole input, div.footer-wrapper div.custom-sidebar .contact-widget-whole textarea {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.footer-wrapper a.button, div.footer-wrapper button {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0 !important;
	background: #222 !important;
}
div.footer-wrapper #wp-calendar caption {
	font-size:15px;
	border: none;
	margin-bottom: 15px;
}
div.footer-wrapper div.custom-sidebar .recent-post-widget-thumbnail {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*--- Copyright ---*/



div.copyright-wrapper {
	padding: 12px 0px;
	margin: 0px 20px;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	border-top: 1px solid;
	top:0px;
}
div.copyright-left {
	text-align: left;
	float: left;
}
div.copyright-right {
	text-align: right;
	float: right;
	margin-top:-8px;
}
/*--- Comments ---*/



div.comment-wrapper {
	margin-top: 40px;
}
div.comment-wrapper .comment-title {
	font-size: 18px;
}
div.comment-wrapper .comment-form-comment {
	margin-right: 40px;
}
div.comment-wrapper #reply-title {
	font-size: 18px;
	margin-bottom: 15px;
}
div.comment-wrapper input[type="text"], input[type="password"] {
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 25px;
	line-height: 20px;
}
div.comment-wrapper textarea {
	height: 165px;
	width: 590px;
	margin: 5px 0px 25px;
	padding: 10px;
	max-width: 100%;
	line-height: 20px;
}
div.comment-wrapper .comment-form-captcha img {
	float: left;
	margin-right: 20px;
	margin-top: 1px;
}
div.comment-wrapper .comment-form-author input, div.comment-wrapper .comment-form-email input, div.comment-wrapper .comment-form-url input {
	float: left;
}
div.comment-wrapper .comment-form-captcha input {
	float: left;
	width: 205px;
}
div.comment-wrapper .comment-form-author label, div.comment-wrapper .comment-form-email label, div.comment-wrapper .comment-form-url label, div.comment-wrapper .comment-form-captcha label {
	float: left;
	line-height: 32px;
	margin: 5px 0px 0px 10px;
}
div.comment-wrapper .comment-form-author span, div.comment-wrapper .comment-form-email span, div.comment-wrapper .comment-form-url span, div.comment-wrapper .comment-form-captcha span {
	float: left;
	line-height: 32px;
	margin-left: 2px;
}
ol.comment-list {
	margin: 0px;
	list-style: none;
}
ol.comment-list .comment-body {
	border-bottom: 1px solid;
	margin-top: 22px;
	padding-bottom: 22px;
}
ol.comment-list ul {
	margin: 0px 0px 0px 30px;
	list-style: none;
}
div.comment-avartar {
	float: left;
}
div.comment-context {
	margin-left: 80px;
}
span.comment-author {
	margin-right: 5px;
	font-size: 16px;
}
span.comment-date {
	margin-right: 5px;
	font-style: italic;
	font-family: 'Droid Serif';
	font-size: 11px;
}
span.comment-time {
	margin-right: 5px;
	font-style: italic;
}
div.comment-content {
	margin-top: 7px;
}
div.comment-wrapper #respond {
	margin-top: 30px;
}
/* Slider */



div.slider-wrapper {
	position: relative;
	overflow: hidden;
}
div.slider-bottom-gimmick {
	height: 5px;
	width: 100%;
}
div.slider-top-shadow {
	height: 6px;
	width: 100%;
	position: absolute;
	top: -1px;
	z-index: 100;
	background: url('images/gradient-vertical-6px.png');
}
div.slider-bottom-shadow {
	height: 6px;
	width: 100%;
	position: absolute;
	bottom: 4px;
	z-index: 100;
	background: url('images/gradient-vertical-6px.png') 0px 6px;
}
.gdl-slider-title {
	margin-left: -2px;
	padding-bottom: 7px;
	font-size: 28px;
	line-height: 30px;
}
/* Accordion */



ul.gdl-accordion {
	list-style: none;
	margin-left: 0px;
}
ul.gdl-accordion li {
	list-style: none;
	border-bottom: 1px solid;
	margin-bottom: 15px;
}
h2.accordion-head {
	padding: 0px 0px 0px 0px;
	line-height: 21px;
	font-size: 16px;
	cursor: pointer;
}
div.accordion-content {
	padding: 0px 0px 20px 37px;
	overflow: hidden;
}
span.accordion-head-image {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 13px;
	cursor: pointer;
	display: block;
}
div.accordion-head p {
	margin-bottom: 0px;
}
/* Gallery */



h3.gallery-header-title {
	font-size: 18px;
	margin-bottom: 25px;
	margin-left: 10px;
}
/* Toggle Box */



ul.gdl-toggle-box {
	margin-left: 0px;
}
ul.gdl-toggle-box li {
	list-style: none;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
}
h2.toggle-box-head {
	padding: 0px 0px 0px 0px;
	line-height: 21px;
	font-size: 16px;
	cursor: pointer;
}
div.toggle-box-content {
	padding: 0px 0px 20px 37px;
	overflow: hidden;
}
span.toggle-box-head-image {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 13px;
	cursor: pointer;
}
div.toggle-box-head p {
	margin-bottom: 0;
}
/* Testimonial */



h3.testimonial-header-title {
	font-size: 18px;
	margin-bottom: 25px;
	margin-left: 10px;
}
div.testimonial-no-header {
	padding-top: 47px
}
div.testimonial-icon {
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	margin-left: 1px;
}
div.testimonial-author {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	border-bottom: 1px solid;
}
div.jcarousellite {
	overflow: hidden;
}
div.jcarousellite ul {
	width: 1000%;
	margin: 0px;
	list-style: none;
}
div.jcarousellite ul li {
	float: left;
}
div.jcarousellite-nav {
	position: absolute;
	top: 0px;
	right: 10px;
	margin-right: 3px;
}
div.jcarousellite-nav .prev {
	width: 20px;
	height: 20px;
	cursor:pointer;
	float: left;
	margin-left: 5px;
}
div.jcarousellite-nav .next {
	width: 20px;
	height: 20px;
	cursor:pointer;
	float: left;
	margin-left: 5px;
	background-position: 20px 0px;
}
/* Divider */



div.divider {
	position: relative;
	margin-top: 8px;
}
div.scroll-top {
	position: absolute;
	top: -19px;
	right: 2px;
	cursor: pointer;
	font-size: 10px;
}
/* Portfolio */



h3.portfolio-header-title {
	font-size: 18px;
	margin: 33px 0px 0px 10px;
}
div.portfolio-view-all-project {
	position: absolute;
	right: 10px;
	top: 33px;
	font-style: italic;
}
div.portfolio-thumbnail-image {
	text-align: center;
	position: relative;
}
div.portfolio-thumbnail-image img {
	display: block;
	margin: 0px auto;
}
div.portfolio-thumbnail-video {
	text-align: center;
}
div.portfolio-thumbnail-video object {
	display: block;
	margin: 0px auto;
}
div.portfolio-thumbnail-slider {
	text-align: center;
	margin: 0px auto;
	overflow: hidden;
}
div.portfolio-thumbnail-slider .flexslider {
	display: block;
}
div.portfolio-thumbnail-slider ol.flex-control-nav {
	display: none;
}
div.portfolio-thumbnail-slider ul.flex-direction-nav .prev {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	bottom: 0px;
	left: 0px;
	top: auto;
}
div.portfolio-thumbnail-slider ul.flex-direction-nav .next {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	background-position: 31px 0px;
	bottom: 0px;
	left: 31px;
	top:auto;
}
div.portfolio-thumbnail-context {
	padding: 17px 15px 5px;
}
h2.portfolio-thumbnail-title {
	font-size: 15px;
	padding: 0px 0px 10px;
	margin: 0px;
}
div.portfolio-thumbnail-title a {
	color: inherit;
}
div.portfolio-thumbnail-content {
	padding-bottom: 10px;
}
div.portfolio-bottom {
	height: 15px;
	display: block;
	clear: both;
}
span.portfolio-thumbnail-image-hover {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('images/gal-hover-overlay.png');
	overflow: hidden;
	display: block;
}
span.portfolio-thumbnail-image-hover span {
	top: 50%;
	left: 50%;
	margin-left: -23px;
	margin-top: -23px;
	width: 46px;
	height: 46px;
	position: absolute;
	display: block;
}
span.portfolio-thumbnail-image-hover span.hover-link {
	background: url('images/image-overlay-link.png') no-repeat;
}
span.portfolio-thumbnail-image-hover span.hover-video {
	background: url('images/image-overlay-player.png') no-repeat;
}
span.portfolio-thumbnail-image-hover span.hover-zoom {
	background: url('images/image-overlay.png') no-repeat;
}
a.portfolio-read-more {
	margin-right: 12px;
	margin-top: 15px;
	float: left;
}
a.portfolio-visit-website {
	margin-top: 15px;
	float: left;
}
.portfolio-item-holder.masoned {
	overflow: hidden;
}
/* fullwidth portfolio */



div.sixteen.columns.portfolio-item {
	padding-bottom: 22px;
	border-bottom: 1px solid #ececec;
}
div.sixteen.columns.portfolio-item:last-child {
	padding-bottom: 0px;
	border: 0px;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.sixteen.columns.portfolio-item .portfolio-thumbnail-slider {
	float: left;
	width: 620px;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-context {
	padding-left: 20px;
	float: none;
	overflow: hidden;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-title {
	font-size: 18px;
	margin-top: 12px;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-content {
	margin-top: 12px;
}
div.sixteen.columns.portfolio-item a.portfolio-read-more {
	margin-top: 22px;
}
div.sixteen.columns.portfolio-item a.portfolio-visit-website {
	margin-top: 22px;
}
div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider {
	float: left;
	width: 320px;
}
div.sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumbnail-context {
	padding-left: 20px;
	margin-right: 10px;
}
div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider {
	float: left;
	width: 180px;
}
div.both-sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumbnail-context {
	padding-left: 20px;
	margin-right: 10px;
}
ul#portfolio-item-filter {
	margin: 0px;
	list-style:none;
}
ul#portfolio-item-filter li {
	float: left;
	margin: 0px 2px 20px 10px;
}
/* Single */



h1.single-thumbnail-title {
	padding-bottom: 12px;
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 0px;
}
h1.single-thumbnail-title a {
	color: inherit;
}
div.single-thumbnail-info {
	margin-bottom: 18px;
}
div.single-thumbnail-date {
	height: 16px;
	line-height: 16px;
	padding-left: 15px;
	float: left;
}
div.single-thumbnail-author {
	height: 16px;
	line-height: 16px;
	float: left;
	margin-left: 20px;
	padding-left: 15px;
}
div.single-thumbnail-comment {
	height: 16px;
	line-height: 16px;
	float: right;
	padding-left: 15px;
}
div.single-thumbnail-tag {
	height: 16px;
	line-height: 16px;
	float: left;
	margin-left: 20px;
	padding-left: 15px;
}
div.single-thumbnail-context {
	padding-top: 20px;
}
div.single-content {
	margin-top: 20px;
}
div.blog-thumbnail-slider ol.flex-control-nav {
	display: none;
}
div.blog-thumbnail-slider ul.flex-direction-nav .prev {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	bottom: 0px;
	left: 0px;
	top: auto;
}
div.blog-thumbnail-slider ul.flex-direction-nav .next {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	background-position: 31px 0px;
	bottom: 0px;
	left: 31px;
	top:auto;
}
div.single-port-prev-nav {
	margin-right:6px;
	float: right;
}
div.single-port-prev-nav a {
	float: left;
}
div.single-port-prev-nav .left-arrow {
	width: 8px;
	height: 5px;
	float: left;
	margin-top: 6px;
	margin-right: 8px;
}
div.single-port-next-nav {
	float: right;
	margin-right: 12px;
}
div.single-port-next-nav a {
	float: left;
}
div.single-port-next-nav .right-arrow {
	width: 8px;
	height: 5px;
	float: left;
	margin-top: 6px;
	margin-left: 8px;
}
div.single-port-nav {
	float: right;
	margin-bottom: 18px;
	width: 99%;
	padding-right:1%;
}
h1.single-port-title {
	border-bottom: 1px solid;
	font-size: 21px;
	padding-bottom: 8px;
	margin-top: 30px;
	margin-bottom: 0px;
}
h1.single-port-title a {
	color: inherit;
}
div.single-port-content {
	margin-top: 0px;
	float:left;
}
div.single-port-info {
	margin-top: 2px;
	font-style: italic;
	font-family: Droid Serif;
}
div.single-port-info span.head {
	font-weight: bold;
	margin-right: 5px;
}
div.single-port-date {
	margin-top: 8px;
}
div.single-port-tag {
	margin-top: 8px;
}
div.single-port-visit-website {
	padding-left: 28px;
	margin-top: 10px;
}
div.about-author-wrapper {
	margin-top: 40px;
	padding: 18px;
}
div.about-author-avartar {
	float: left;
}
div.about-author-info {
	margin-left: 110px;
}
div.about-author-title {
	font-size: 18px;
	margin-top: 3px;
	margin-bottom: 5px;
}
div.single-port-thumbnail-slider ol.flex-control-nav {
	display: none;
}
div.single-port-thumbnail-slider ul.flex-direction-nav .prev {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	bottom: 0px;
	left: 0px;
	top: auto;
}
div.single-port-thumbnail-slider ul.flex-direction-nav .next {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	background-position: 31px 0px;
	bottom: 0px;
	left: 31px;
	top:auto;
}
div.social-share-title {
	margin-top: 40px;
	font-size: 18px;
}
div.social-shares ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 15px;
}
div.social-shares ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
/* Blog */



h3.blog-header-title {
	font-size: 18px;
	margin: 40px 0px 25px 10px;
}
h2.blog-thumbnail-title a {
	color: inherit;
}
div.blog-thumbnail-info {
	font-family: Droid Serif;
}
div.blog-thumbnail-image, div.blog-thumbnail-video, div.blog-thumbnail-slider {
	margin-bottom: 15px;
}
a.blog-continue-reading {
	margin-top: 14px;
	display: block;
}
a.blog-read-more {
	margin-right: 15px;
	margin-top: 15px;
	float: left;
}
div.blog-item-holder .blog-item {
	padding-bottom: 25px;
	margin-bottom: 40px;
	border-bottom: 1px solid;
}
div.blog-item-holder .blog-item .blog-thumbnail-title {
	padding-bottom: 12px;
	font-size: 28px;
	margin-bottom: 0px;
}
div.blog-item-holder .blog-item .blog-thumbnail-info {
	margin-bottom: 18px;
	font-size: 12px;
}
div.blog-item-holder .blog-item .blog-thumbnail-date {
	height: 16px;
	line-height: 16px;
	padding-left: 15px;
	float: left;
}
div.blog-item-holder .blog-item .blog-thumbnail-author {
	height: 16px;
	line-height: 16px;
	float: left;
	margin-left: 20px;
	padding-left: 15px;
}
div.blog-item-holder .blog-item .blog-thumbnail-comment {
	height: 16px;
	line-height: 16px;
	float: right;
	padding-left: 15px;
}
div.blog-item-holder .blog-item .blog-thumbnail-tag {
	height: 16px;
	line-height: 16px;
	float: left;
	margin-left: 20px;
	padding-left: 15px;
}
/* Message Box */



div.message-box-wrapper {
	border:1px solid;
	padding: 20px;
	margin-bottom: 20px;
}
div.message-box-title {
	font-weight: bold;
	font-size: 14px;
	margin-top: 2px;
}
div.message-box-content {
	margin-top: 12px;
}
div.message-box-wrapper.red {
	background-color: #ffdcdd;
	border-color: #e9b9bb;
	color: #713a3c;
}
div.message-box-wrapper.red .message-box-title {
	color: #8d4345;
}
div.message-box-wrapper.yellow {
	background-color: #ffffe0;
	border-color: #e1db8b;
	color: #4d4d39;
}
div.message-box-wrapper.yellow .message-box-title {
	color: #737357;
}
div.message-box-wrapper.blue {
	background-color: #c2e1ee;
	border-color: #8ec3d9;
	color: #3d5058;
}
div.message-box-wrapper.blue .message-box-title {
	color: #475d66;
}
div.message-box-wrapper.green {
	background-color: #e1ffd9;
	border-color: #badeb1;
	color: #435b3d;
}
div.message-box-wrapper.green .message-box-title {
	color: #526d4b;
}
/* Shortcode */



.shortcode1-4 {
	width: 23%;
	margin-right: 2%;
	float: left;
}
.shortcode1-3 {
	width: 31.33%;
	margin-right: 2%;
	float: left;
}
.shortcode1-2 {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.shortcode2-3 {
	width: 64.66%;
	margin-right: 2%;
	float: left;
}
.shortcode3-4 {
	width: 73%;
	margin-right: 2%;
	float: left;
}
.shortcode1 {
	width: 98%;
	margin-right: 2%;
	float: left;
}
a.gdl-button.shortcode-large-button {
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 0px 21px 0px 21px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
a.gdl-button.shortcode-medium-button {
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 0px 15px 0px 15px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
a.gdl-button.shortcode-small-button {
	margin-bottom: 20px;
	margin-right: 10px;
	text-shadow: none;
	font-size: 11px;
}
div.shortcode-list ul {
	list-style: none;
	margin-left: 0px;
}
div.shortcode-list li {
	padding:2px 0px 2px 25px;
	border: 0px;
}
div.shortcode-list-arrow li {
	background: url('images/list/arrow.png') no-repeat;
}
div.shortcode-list-arrow2 li {
	background: url('images/list/arrow2.png') no-repeat;
}
div.shortcode-list-arrow3 li {
	background: url('images/list/arrow3.png') no-repeat;
}
div.shortcode-list-bullet li {
	background: url('images/list/bullet.png') no-repeat;
}
div.shortcode-list-bullet2 li {
	background: url('images/list/bullet2.png') no-repeat;
}
div.shortcode-list-bullet3 li {
	background: url('images/list/bullet3.png') no-repeat;
}
div.shortcode-list-check li {
	background: url('images/list/check.png') no-repeat;
}
div.shortcode-list-check2 li {
	background: url('images/list/check2.png') no-repeat;
}
div.shortcode-list-check3 li {
	background: url('images/list/check3.png') no-repeat;
}
div.shortcode-list-delete li {
	background: url('images/list/delete.png') no-repeat;
}
div.shortcode-list-delete2 li {
	background: url('images/list/delete2.png') no-repeat;
}
div.shortcode-list-delete3 li {
	background: url('images/list/delete3.png') no-repeat;
}
div.shortcode-social {
	float: left;
	margin-right: 12px;
}
div.shortcode-block-quote-left {
	width: 33%;
	float: left;
	margin: 15px 20px 15px 20px;
	padding: 20px;
	border-left: 2px solid;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
div.shortcode-block-quote-right {
	width: 33%;
	float: right;
	margin: 15px 20px 15px 20px;
	padding: 20px;
	border-left: 2px solid;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
div.shortcode-block-quote-center {
	margin: 0px 20px 20px 20px;
	text-align: center;
	padding: 20px;
	border-left: 2px solid;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
div.shortcode-dropcap {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	float: left;
	font-size: 25px;
	font-size: 25px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	float: left;
}
div.shortcode-dropcap.circle {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
/* contact form */



div.contact-form-wrapper ol {
	margin: 0px;
	list-style: none;
}
div.contact-form-wrapper ol li {
	margin-bottom: 20px;
}
div.contact-form-wrapper ol li.sending-result {
	max-width: 622px;
	display: none;
}
div.contact-form-wrapper ol li.sending-result .message-box-wrapper {
	padding: 10px 15px 10px 15px;
}
div.contact-form-wrapper ol li div.error {
	display: none;
}
div.contact-form-wrapper input[type="text"], input[type="password"] {
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 7px;
	margin: 10px 0px;
	line-height: 20px;
	max-width: 90%;
}
div.contact-form-wrapper .textarea {
	margin-right: 32px;
}
div.contact-form-wrapper textarea {
	height: 165px;
	width: 590px;
	margin: 10px 0px;
	padding: 10px;
	max-width: 100%;
	line-height: 20px;
}
div.contact-form-wrapper .contact-submit {
	float: left;
}
div.contact-form-wrapper .contact-loading {
	width: 16px;
	height: 16px;
	float: left;
	margin: 7px 0px 0px 15px;
	display:none;
	background: url('images/loading.gif');
}
/* code */



.gdl-code {
	overflow: hidden;
	padding: 15px;
	border: 1px #191919 solid;
	clear: both;
	background: #303030;
	margin-bottom: 20px;
	color: #9b9b9b;
	font-size: 13px;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}
/* Contact Form 7 */



span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="[password"], span.wpcf7-form-control-wrap textarea {
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 7px;
	margin: 10px 5px 10px;
	line-height: 20px;
}
span.wpcf7-form-control-wrap input.wpcf7-file {
	width: auto;
	height: auto;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: 0;
}
span.wpcf7-form-control-wrap textarea {
	height: 165px;
	width: 590px;
	margin: 10px 5px 10px;
	padding: 10px;
	max-width: 100%;
	line-height: 20px;
}
div.wpcf7 p {
	font-weight: bold;
}
div.wpcf7 p span.wpcf7-form-control-wrap textarea, div.wpcf7 p span.wpcf7-form-control-wrap input {
	font-weight: normal;
}
div.wpcf7 .ajax-loader {
	display: none;
}
/* Responsive anything video fix */



.anythingSlider .fluid-width-video-wrapper {
	padding: 0px !important;
}
/* bottom image slide */



div#gdl-bottom-image-slide {
	position: fixed;
	z-index: 100;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.flexslider-gallery .flex-control-nav {
	display: none;
}
.flexslider-gallery .flex-direction-nav {
	display:none;
}
/* bottom slide 1 */



div.bottom-image-slide1-wrapper {
	position: relative;
}
div.bottom-image-slide1-wrapper .bottom-image-slide-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
div#gdl-bottom-image-slide-inner {
	position: relative;
	width: 99999px;
}
div.bottom-image-slide1-wrapper .bottom-image-slide {
	float: left;
	margin: 0px 10px;
	text-align: center;
	cursor: pointer;
}
div.bottom-image-slide1-wrapper .bottom-image-slide img {
	padding: 5px;
	display: block;
	cursor: pointer;
}
div.bottom-image-slide1-wrapper .flexslider-gallery {
	padding: 5px;
	display: block;
	cursor: pointer;
	overflow: hidden;
}
div.bottom-image-slide1-wrapper .flexslider-gallery img {
	padding: 0px;
}
div.bottom-image-slide1-wrapper .bottom-image-slide-title-wrapper {
	margin: 1px auto 5px;
}
div.bottom-image-slide1-wrapper .bottom-image-slide-title {
	padding-left: 20px;
	line-height: 12px;
	height: 12px;
	background: url('images/folder.png') no-repeat;
	font-weight: bold;
}
div.bottom-image-slide1-wrapper #gdl-bottom-image-slide-inner-wrapper {
	padding: 18px 0px;
	overflow: hidden;
}
div.bottom-image-slide1-wrapper #bottom-image-slide-control {
	width: 47px;
	height: 47px;
	right: 38px;
	top: -100px;
	position: absolute;
	cursor: pointer;
	background: url('images/bottom-slide-show.png');
}
div.bottom-image-slide1-wrapper #bottom-image-slide-control.active {
	background: url('images/bottom-slide-hide.png');
}
/* bottom slide 2 */	



div.bottom-image-slide2-wrapper {
	position: relative;
}
div.bottom-image-slide2-wrapper .flexslider.flexslider-gallery {
	background-color: #000;
}
div.bottom-image-slide2-wrapper .bottom-image-slide-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000;
	opacity: 0.89;
	filter: alpha(opacity=89);
}
div#gdl-bottom-image-slide-inner {
	position: relative;
	width: 99999px;
}
div.bottom-image-slide2-wrapper .bottom-image-slide {
	float: left;
	margin: 0px 3px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
div.bottom-image-slide2-wrapper .bottom-image-slide .bottom-image-folder {
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
	width: 12px;
	height: 12px;
	background: url('images/bottom-image-folder.png');
}
div.bottom-image-slide2-wrapper .bottom-image-slide img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	display: block;
	border-top: 1px solid #fff;
}
div.bottom-image-slide2-wrapper .bottom-image-slide.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}
div.bottom-image-slide2-wrapper .bottom-image-slide-title-wrapper {
	display: none;
}
div.bottom-image-slide2-wrapper #gdl-bottom-image-slide-inner-wrapper {
	padding: 6px 0px;
	overflow: hidden;
}
div#bottom-image-slide-control {
	width: 47px;
	height: 47px;
	right: 25px;
	top: -72px;
	position: absolute;
	cursor: pointer;
	background: url('images/bottom-slide-show.png');
	z-index: 100;
}
div#bottom-image-slide-control.active {
	background: url('images/bottom-slide-hide.png');
}
/* gdl container */



div.gdl-gal-container-header-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
h1.gdl-gal-container-title {
	font-size: 18px;
	font-weight: bold !important;
	padding: 0px 10px;
	margin-bottom: 0px;
	float: left;
	line-height: 22px;
}
div.gdl-gal-container-caption {
	float: left;
	font-size: 14px;
	font-style:italic;
	padding-top: 1px;
	line-height: 22px;
	color: #fff;
}
div.gdl-gal-container-header-gimmick {
	width: 2px;
	height: 23px;
	float: left;
	margin-left: 10px;
	margin-top: -1px;
}
div.gdl-container-overlay {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: url('images/gal-container-overlay.png');
}
div#gdl-gal-container-content {
	background: none repeat scroll 0 0 #000000;
	float: left;
	opacity: 0.70 !important;
	padding-bottom: 5px;
	position: relative;
	width: 100%;
	z-index: 20;
	min-height:555px;
}
div.gdl-gal-container {
	display: none;
}
div.gdl-gal-container #gdl-gallery-image-holder {
	max-width: 100%;
	margin-right: 5px;
}
div.gdl-gal-container .gdl-gallery-image {
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}
div#gdl-gal-container-loading-overlay {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 30;
	background: url('images/gal-ajax-loading-bg.png') center center no-repeat;
}
div#gdl-gal-container-inner-loading-overlay {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 31;
	background: url('images/gal-ajax-loading2.gif') center center no-repeat;
}
div.gdl-gal-container-overlay {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #000;
	opacity: 0.2;
	filter: alpha(opacity= 20);
}
html {
	/*overflow-y: scroll;*/
	height:100%;
}
/* Gallery */



.gallery-nav-wrapper {
	position: absolute;
	right: 20px;
	top: 23px;
}
.close-gallery-wrapper {
	float: left;
	cursor: pointer;
}
.back-gallery-wrapper {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.close-gallery-icon {
	margin-right: 6px;
	margin-top: 1px;
	float: left;
	width: 16px;
	height: 16px;
	background: url(images/close-gallery.png);
}
.back-gallery-icon {
	margin-left: 6px;
	margin-top: 1px;
	float: right;
	width: 16px;
	height: 16px;
	background: url(images/back-gallery.png);
}
.gdl-gallery-image {
	float: left;
	position: relative;
	background-color: #000;
}
.gdl-gallery-image-overlay {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: url('images/gal-hover-overlay.png');
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.gdl-gallery-image-icon {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.gdl-gallery-image-icon.player {
	background: url(images/image-overlay-player.png) center center no-repeat;
}
.gdl-gallery-image-icon.image {
	background: url(images/image-overlay.png) center center no-repeat;
}
.gdl-gallery-folder-overlay {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: url('images/gal-hover-overlay.png');
	cursor: pointer;
}
.gdl-gallery-folder-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	display: block;
	background: url(images/image-overlay-folder.png);
}
/* Audio Player */



.gdl-gallery-image.audio img {
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
}
.gdl-gallery-image.audio .jp-audio {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.gdl-audio-player {
	margin-top: -42px;
	top: 50%;
	left: 17px;
	right: 17px;
	position: absolute;
	z-index: 100;
}
.jp-title {
	font-weight: bold;
	text-align: center;
}
.jp-audio {
	height: 28px;
	background-color: #343434;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.jp-audio .jp-controls {
	padding: 8px 9px 7px 12px;
	float: left;
	border-right: 1px solid #2a2a2a;
}
.jp-audio .jp-controls .jp-play {
	width: 11px;
	height: 13px;
	display: block;
	cursor: pointer;
	outline: none !important;
	background: url('images/audio-play.png') center center no-repeat;
}
.jp-audio .jp-controls .jp-pause {
	width: 11px;
	height: 13px;
	display: none;
	cursor: pointer;
	outline: none !important;
	background: url('images/audio-pause.png') 1px center no-repeat;
}
.jp-audio .jp-progress {
	border-left: 1px solid #383838;
	overflow: hidden;
	padding: 10px 12px;
}
.jp-audio .jp-seek-bar {
	background-color: #222222;
	overflow: hidden;
	width: 100% !important;
	border: 1px solid;
	border-color: #0e0e0e #111111 #222222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 3px #363636;
	-webkit-box-shadow: 0 1px 3px #363636;
	box-shadow:  0 1px 3px #363636;
}
.jp-audio .jp-play-bar {
	height: 6px;
	width: 0%;
}
.jp-audio .jp-no-solution {
	display: none;
}
.jp-time-holder {
	font-size: 11px;
	text-align: center;
	color: #9a9a9a;
	font-style: italic;
	padding-bottom: 10px;
}
.book a {
	background: none repeat scroll 0px 0px rgb(253, 184, 39);
	padding: 7px;
	line-height: 22px;
	height: 21px;
	font-weight: bold;
	color: rgb(0, 0, 0) ! important;
	border-radius: 2px 2px 2px 2px;
	float: right ! important;
	font-size: 16px;
	text-align: center;
}
.gdl-page-content {
	width:100%;
	float:left;
}
#lddbd_business_directory {
	width:100% !important;
}
.contact_dis {
	width:100%;
	float:right;
}
.contact_dis font {
	background: none repeat scroll 0 0 #111111;
	border: 1px solid #FDB827;
	border-radius: 15px 15px 15px 15px;
	float: left;
	font-size: 14px;
	font-weight: normal;
	height: 300px;
	line-height: 22px;
	margin-right: 0;
	margin-top: 26px;
	opacity: 0.72;
	padding: 3%;
	width: 39%;
}
.contact_dis .contact_dis-bg span {
	width:100%;
	padding-bottom:5px;
	float:left;
}
.contact_dis .contact_dis-bg strong {
	color: #FDB827;
	float: left;
	font-weight: normal;
	text-transform: uppercase;
	width: 130px;
}
.contact-social-icon {
	float: left;
	height: auto;
	padding-left: 35%;
	max-width: 250px;
	width:65%;
}
.contact-social-icon a img {
	margin-right:10px;
	float:left;
}
.contact_dis-bg img {
	margin:0px;
	padding:0px;
}
.contact_dis p {
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	width: 100%;
}
.cont-form {
	float: left;
	margin-left:5%;
	width: 50%;
}
.contact_dis-bg {
	background: none repeat scroll 0 0 #111111;
	/*border: 1px solid #FDB827;*/



    float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	margin-right: 0;
	margin-top: 52px;
	min-height: 145px;
	opacity: 0.72;
	padding: 3%;
	width: 39%;
}
.contact_dis-bg a {
	color: #F93E45;
	font-style: normal;
	text-decoration:none;
	font-weight: normal;
	font-size:15px;
}
.contact_dis-bg a:hover {
	text-decoration:underline;
}
.cont-form p {
	width:100%;
	float:left;
}
div.wpcf7 form {
	margin-top:10px !important;
}
div.wpcf7 p span.wpcf7-form-control-wrap textarea, div.wpcf7 p span.wpcf7-form-control-wrap input {
	width:80% !important;
	background-color: #383838;
	border: 1px solid #1F1F1F;
	color: #888888;
	margin: 10px 5px !important;
}
div.wpcf7 p span.wpcf7-form-control-wrap textarea, div.wpcf7 p span.wpcf7-form-control-wrap textarea {
	width:77% !important;
	background-color: #383838;
	border: 1px solid #1F1F1F;
	color: #888888;
}
.cont-form form p {
	width:100% !important;
	float:left;
	min-height:70px !important;
	margin:0px !important;
}
.cont-form form input[type="submit"] {
	background-color: red;
	border: medium none;
	border-radius: 0 0 0 0;
	color: #FFFFFF;
	float: left;
	font-weight: normal;
	margin: 7px 0 0 8px;
	padding: 5px 20px 7px;
}
.top-navigation-wrapper-gimmick {
	background:none !important;
}
.book-button {
	float: right !important;
	margin-right: 3px;
}
.gdl-page-content h3 {
	font-size:18px;
	margin:0px;
	padding:0px;
	color:#ffffff;
	width:100%;
}
.top-navigation {
	background: none repeat scroll 0 0 #000000;
	float: left;
	height:63px;
	margin: 0;
	width:100%;
	padding-bottom:10px;
}
.breadcrumb {
	float: left;
	margin: 0px 0 0 9px;
	padding: 0;
 ` text-align: left;
	width: 50%;
}
.footer-widget-wrapper .custom-sidebar-title span.twitter-icon {
	color:black !important;
}
/*---------------------------------------------Add new style------------------------------------*/



.portfolio-item-holder {
	width:100% !important;
	margin:0 !important;
	float:left;
}
.page-wrapper {
	width:100%;
	float:left;
}
.single-port-thumbnail-image {
	width:100%;
	float:left;
}
.single-port-thumbnail-image img {
	width:98.5%;
	height:auto;
	margin:0px;
	padding:0px;
}
.container .four.columns {
	height: auto !important;
	width: 23% !important;
	float:left !important;
}
.column, .columns {
	margin:0 7px 20px !important;
	float:none !important;
}
.hasDatepick {
	width:100%;
}
.datepick-inline {
	max-width:380px !important;
	width:100% !important;
}
.datepick-one-month {
	width:100% !important;
}
.datepick-header {
	max-width:380px !important;
	width:100% !important;
}
table.datepick {
	max-width:380px !important;
	width:100% !important;
}
.sf-menu {
	float:right !important;
}


/*----------------------------Add loation style----------------------*/

.lddbd_business_listing{
	width:100%;
	float:left;
}
.lddbd_business_listing ul{
	margin:0px;
	padding:0px;
}
.lddbd_business_listing li{
	width:96%;
	margin:0px;
	padding:1% 2%;
	float:left;
	list-style:none;
}

#location-left{
	width:60%;
	float:left;
}
#location-right{
	width:40%;
	float:left;
}

.location-name{
	width:40%;
	height:auto;
	float:left;
}
.location-email{
	width:60%;
	height:auto;
	float:left;
}
.location-contact{
	width:50%;
	height:auto;
	float:left;
}

.location-price{
	width:50%;
	height:auto;
	float:left;
}

#slidecaption{
	line-height:25px;
}	
/*----------------------------Add loation style----------------------*/



/* =Media queries

--------------------------------------------------------------*/

/* Maximun width of 1024 pixels. */

@media screen and (max-width: 1250px) {
 .top-navigation {
 height:auto !important;
}
 div.gdl-page-item {
 width:100% !important;
}
 div.top-navigation-right {
    float: right !important;
    margin: 0 !important;
    width: 580px !important;
}
body{
	overflow-x:visible !important;
}
}



/* Maximun width of 768 pixels. */

@media screen and (max-width: 768px) {
body{
	overflow-x:hidden !important;	
}
 div.logo-wrapper a {
 font-size:38px !important;
}
 .sf-menu {
 margin-right:10% !important;
}
 .top-navigation {
 padding-left: 0;
 width: 77% !important;
 height:auto;
}
 div.page-header-wrapper {
 width:94% !important;
 margin-left:0px !important;
}
 .container .four.columns {
 width:211px;
}
 h1.gdl-page-title {
 width:93%;
}
 .container .four.columns {
 height: auto !important;
 width: 44% !important;
 float:left !important;
}
 .book-button {
 margin-right:8px !important;
}
 div#main-superfish-wrapper {
 margin-left:5px !important;
}
 div.top-navigation-right {
    float: right !important;
    margin: 0 !important;
    width: 750px !important;
}
 div.footer-widget-wrapper {
 margin-left:0px !important;
}
div.top-navigation-left {
 text-align: center;
 width: 100%;
}
.booking_form_div1 {
    float: left;
    margin-left: 4%;
    width: 50%;
}
div.gdl-page-float-left{
	width:95% !important;	
}
div.supersized-caption-wrapper{
  right:0px !important;
  left:10px !important;
}
}
 @media screen and (max-width: 685px) {
 body{
overflow-x:hidden !important;
}
div.top-navigation-left {
 text-align: center;
 width: 90% !important;
}
 div.content-wrapper {
 position: relative;
 width: 95% !important;
}
div.page-header-wrapper {
 margin-left: 0 !important;
 width: 91% !important;
}
div.top-navigation-right{
	width:100% !important;
	float:left !important;
}
#location-left{
	width:100%;
}
#location-right{
	width:100%;
}
div.gdl-page-float-left{
	width:100% !important;
}
div.supersized-caption-wrapper{
  right:0px !important;
  left:10px !important;
}
.book-button {
	margin-right: 22px !important;
}
.sf-menu1{
	width:70% !important; 	
}
.sf-menu1 li a{
	padding:1px 9px 0px 8px !important;
	
}
div.top-navigation-right{
	width:990px !!important;	
}
.top-navigation{
	width:77% !important;	
}
}
 @media screen and (max-width: 568px) {
 body{
overflow-x:hidden !important;
}
 div.top-navigation-left{
	width:auto !important;
	text-align:center !important;
 }
 div.logo-wrapper a {
 margin-left: 114px;
}

.sf-menu {
    float: left !important;
    font-size: 11px !important;
    margin-left: 4% !important;
}
 div.container {
 padding:0 6px;
}
div.content-wrapper {
 position: relative;
 width: 99% !important;
}
div.page-header-wrapper {
 margin-left: 0 !important;
 width: 95% !important;
}

.lddbd_business_listing{
	width:98%;	
}
#location-right {
	padding:2% 0px;
}
div.gdl-page-float-left{
	width:100% !important;
}
.portfolio-item-holder {
    margin: 0 20% !important;
    width: 60% !important;
}
div.supersized-caption-wrapper{
	right:0px !important;
	left:10px !important;
	width:540px !important;
}
.book-button {
	float: left !important;
	margin-left: 236px !important;
}
.sf-menu1{
	width:75% !important; 
	margin-left:3% !important;
}
.top-navigation {
 padding-left: 0;
 height:auto;
 width:100% !important;
}

}


/* Maximun width of 480 pixels. */

@media screen and (max-width: 480px) {
 body{
overflow-x:hidden !important;
}
 div.top-navigation-left {
 width:85% !important;
}
 div.top-navigation-right {
 float:left;
}
div.content-wrapper {
 position: relative;
 width: 100% !important;
}
div.page-header-wrapper {
 margin-left: 0 !important;
 width: 94% !important;
}
.sf-menu1 {
    float: left !important;
    margin-left: 4% !important;
    width: 94% !important;
}
 .sf-menu {
 float:left !important;
 width: 100% !important;
}
 div.logo-wrapper a {
 font-size:38px !important;
 margin-left:12%;
}
 .gdl-page-content h3 {
 width:90%;
 font-size:13px;
}
 .book {
 float: right;
 margin: 0 0 0 0;
}
 div.page-header-wrapper {
 width:90%;
 margin-left:0 !important;
}
 div.page-header-wrapper h1 {
 float: none;
 font-size: 26px !important;
 margin-left: 12px;
}
 .contact_dis-bg {
 margin: 0;
 width: 83%;
}
 .cont-form {
 width:100%;
 margin-left:0px;
}
 .container .sixteen.columns {
 margin:0px !important;
}
 div.footer-widget-wrapper {
 margin-left:0px !important;
}
 .container .four.columns {
 height: auto !important;
 width: 87% !important;
 margin-right:0 7% !important;
}
 .breadcrumb {
 font-size:11px !important;
}
 .booking_form_div {
 margin-left:15px !important;
 width: 90% !important;
}
 .booking_form_div1 {
 margin-left:0px !important;
 width: 96% !important;
 float:left !important;
}
 .book-button {
 float: left !important;
 margin-left: 156px !important;
 padding-bottom: 20px;
}
 div.single-port-next-nav {
 float:none !important;
}
 div.container {
 padding-left: 3%;
 width: 96%;
}
 .column, .columns {
 margin:0 42px 20px !important;
}
 .sf-menu li a {
 font-size: 11px !important;
 padding: 0 6px !important;
}
 .sf-menu1 li a {
 font-size: 10px !important;
 padding: 0 10px !important;
}
 div.top-navigation-right {
 margin-left:0;
}
 .booking_form_div1 {
 margin-left:15px !important;
}
 .gdl-page-content {
 margin:0 0 0 0% !important;
}
div.gdl-page-float-left {
 width:100% !important;
}
#location-left{
	width:100%;	
}
#location-right{
	width:100%;	
	padding-top:5px;
}

#lddbd_business_directory_list .lddbd_business_listing .table-list-content{
	font-size:12px !important;	
}
#lddbd_business_directory_list .lddbd_business_listing .table-list-content1{
	font-size:12px !important;	
}
.portfolio-item-holder {
    margin: 0 6% !important;
    width: 88% !important;
}

div.supersized-caption-wrapper{
	 max-width: 450px !important;
	 right:0px !important;
}
#slidecaption2{
	font-size:13px !important;	
}
.top-navigation{
	width:100% !important;	
}
}

@media screen and (max-width: 380px) {
 body{
overflow-x:hidden !important;
}
 div.top-navigation-left {
 width:85% !important;
}
.column, .columns {
 margin: 0 20px 20px !important;
}
div.page-header-wrapper h1{
  font-size: 20px !important;
}
div.page-header-wrapper {
 margin-left: 0 !important;
 width: 93% !important;
}
div.logo-wrapper a{
	font-size:27px !important;
}	

.sf-menu1 li a{
	padding:0 8px !important;	
}
.sf-menu {
    margin-left: 0 !important;
}
.sf-menu li a{
	font-size:10px !important;
	padding:0 6px !important;
}

.lddbd_business_listing table tr th, tr td{
	padding:9px 16px !important;	
}
.portfolio-item-holder {
    margin:0% !important;
    width: 100% !important;
}
.sf-menu1 {
 margin-left:0px !important;
}

.book-button {
	float: left !important;
	margin-left: 120px !important;
}
#slidecaption2{
max-width:332px !important;	
}
.top-navigation {
 padding-left: 0;
 height:auto;
 width:100% !important;
}
}

/* Maximun width of 320 pixels. */

@media screen and (max-width: 320px) {
 body{
overflow-x:hidden !important;
}
 div.top-navigation-left {
 width:85% !important;
}
 .top-navigation {
 padding-left: 0;
 height:auto;
 width:100% !important;
}
 div.top-navigation-right {
 float:left;
}
 .sf-menu {
 float:left !important;
 margin-right:0 !important;
 width: 50% !important;
}
 .sf-menu li a {
 font-size: 13px !important;
}
 .sf-menu1 {
 float: left;
 /*width: 53% !important;*/
 margin-left:10% !important;
}
 ul.sf-menu1 li {
 padding: 8px 0 10px;
 width: 85%;
}
 div.logo-wrapper a {
 font-size:27px !important;
}
 .gdl-page-content h3 {
 width:90%;
 font-size:13px;
}
 .book {
 float: right;
 /*margin:25px 28% 0 15%;*/
}
 div.page-header-wrapper {
 width:95.5% !important;
}
 div.page-header-wrapper h1 {
 float: none;
 font-size: 24px !important;
 margin-left: 12px;
}
 .contact_dis-bg {
 margin: 0;
 width: 83%;
}
 .cont-form {
 width:100%;
 margin-left:0px;
}
 .container .sixteen.columns {
 margin:0px !important;
}
 .breadcrumb {
 font-size:13px !important;
}
 .book-button {
 float:left !important;
 margin-left:95px !important;
 padding-bottom:20px;
}
 div.container {
 padding-left:2%;
 width: 95%;
}
 ul.sf-menu li {
 width:87%;
}
 .column, .columns {
 margin:0 0 20px !important;
}
 div.top-navigation-right {
 margin-left:0;
}
 div.page-header-wrapper {
 padding-right:4px !important;
}
 .book a {
 font-size:13px !important;
}
 .gdl-page-content {
 margin:0 0 0 3% !important;
}
 .booking_form_div {
 margin-left:0px !important;
}
 .booking_form_div1 {
 margin-left:0px !important;
}
div.gdl-page-float-left {
 width:100% !important;
}

#lddbd_business_directory_list .lddbd_business_listing .table-list-content{
	font-size:12px !important;	
}
#lddbd_business_directory_list .lddbd_business_listing .table-list-content1{
	font-size:12px !important; 	
}
.lddbd_business_listing{
	width:92% !important;	
}
#location-left{
	width:100%;	
}
.location-name{
	width:100%;	
}

.location-email{
	width:100%;	
}
#location-right{
	width:100%;	
}
.location-contact {
	width:100%;	
}
.location-pirce {
	width:100%;	
}
.lddbd_business_listing table tr th, tr td{
	padding:9px 8px !important;	
}
.portfolio-item-holder {
    margin:0% !important;
    width: 100% !important;
}
div.supersized-caption-wrapper{
	top:260px !important;
	max-width:290px !important;
}
}


@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2){
.top-navigation{
	width:100% !important;
}
}



/* Maximun width of 280 pixels. */

@media screen and (max-width: 240px) {
 body{
overflow-x:hidden !important;
}
 div.top-navigation-left {
 width:auto !important;
}
 div.top-navigation-right {
 float:left;
}
 .sf-menu {
 float:left !important;
 width:37% !important;
}
 .sf-menu1 {
 float: left !important;
 width: 35% !important;
}
 div.logo-wrapper a {
 font-size:25px !important;
 margin-left:0%;
}
 .gdl-page-content h3 {
 width:90%;
 font-size:13px;
}
 .book {
 float: right;
 margin: 15px 40% 0 0;
}
 div.page-header-wrapper {
 width:90%;
}
 div.page-header-wrapper h1 {
 float: none;
 font-size: 26px !important;
 margin-left: 12px;
}
 .contact_dis-bg {
 margin: 0;
 width: 83%;
}
 .cont-form {
 width:100%;
 margin-left:0px;
}
 .container .sixteen.columns {
 margin:0px !important;
}
 .breadcrumb {
 margin:15px 0 0 9px;
}
 .book a {
 font-size:10px !important;
}
 div.top-navigation-right {
 margin-left:0;
}
 div.gdl-page-item {
 width: 100% !important;
}
 div.page-header-wrapper {
 padding-right:4px !important;
}
 .gdl-page-content {
 margin:0 0 0 2% !important;
}
 .booking_form_div {
 margin-left:0px !important;
}

#lddbd_business_directory_list .lddbd_business_listing .table-list-content{
	font-size:10px !important;	
}
#lddbd_business_directory_list .lddbd_business_listing .table-list-content1{
	font-size:10px !important;	
}
.portfolio-item-holder {
    margin:0% !important;
    width: 100% !important;
}
#slidecaption2{
	max-width:175px !important;
}	
}
 


/* =Print

------------------------------------------------*/
