/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

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%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body a
{
	color:#589FD0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

img, input,a 
{
	outline:none;
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image, .loc-map iframe {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
body p
{
	line-height:20px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
body {
	background: url(images/top-bg.jpg) repeat-x #f3f3f3;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
h1, h2, h3, h4, h5, h6, input, a, ul, li, ol, form, p, input {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
#wrapper {
	width: 1024px;
	margin:0 auto;
}
.header-con {
	width:1024px;
	height:104px;
	padding-top:26px;
	position:relative;
	float: left;
	margin-bottom:28px;
}
.header-con h1 {
	margin-left:401px;
	line-height:104px;
	float:left;
	font-size:20px;
	color:#fff;
	font-weight:normal;
}
.logo {
	width:251px;
	float:left;
	height:70px;
	position:absolute;
	left:0px;
	top:37px;
}
.wifi {
	width:113px;
	height:88px;
	float:right;
	margin-right:5px;
}
#navigation {
	width:1024px;
	height:45px;
	float: left;
}
#navigation p {
	font-weight:bold;
	float:right;
	line-height:45px;
	color:#40a0e3;
	font-size:20px;
	margin-right:5px;
	font-family:Arial, Helvetica, sans-serif;
}
#navigation p span {
	font-size:26px;
	color:#336699;
}
#navigation ul {
	margin:0px;
	padding:0px;
	margin-left:2px;
}
#navigation ul li {
	list-style:none;
	line-height:45px;
	float:left;
	margin-right:8px;
}
#navigation ul li a {
	line-height:45px;
	text-decoration: none;
	color:#fff;
	font-size:16px;
	background:#589fd0;
	text-shadow: 1px 1px #3d6f91;
	-moz-text-shadow: 1px 1px #3d6f91;
	-o-text-shadow: 1px 1px #3d6f91;
	-ms-text-shadow: 1px 1px #3d6f91;
	-khtml-text-shadow: 1px 1px #3d6f91;
	-webkit-text-shadow: 1px 1px #3d6f91;
	padding:13px 20px 14px;
	border-radius:3px;
}
.active {
	background:#f0ba38;
	
	
}
#navigation ul li a:hover {
	line-height:45px;
	text-decoration: none;
	color:#fff;
	font-size:16px;
	background:#f0ba38;
	border-radius:4px;
	text-shadow: 1px 1px #E1AA27;
	-moz-text-shadow: 1px 1px #E1AA27;
	-o-text-shadow: 1px 1px #E1AA27;
	-ms-text-shadow: 1px 1px #E1AA27;
	-khtml-text-shadow: 1px 1px #E1AA27;
	-webkit-text-shadow: 1px 1px #E1AA27;
}

.silder-content {
	background: url(images/shadow.png) no-repeat bottom center;
	width:1024px;
	height:420px;
	float:left;
	margin-top:20px;
}
.slider {
	width:1022px;
	height:386px;
	float:left;
	border-radius:6px;
	position:relative;
	border:1px solid #cbcbcb;
}
.down-baar {
	background: url(images/at-the-rate.png) no-repeat left #e1a12f;
	width:434px;
	height:90px;
	float:left;
	position: absolute;
	left:-1px;
	top:253px;
	box-shadow:3px 2px 8px #3f3f3f;
	padding:7px 0px 0px 120px;
}
.down-baar h1 {
	font-size:40px;
	color:#fff77e;
	font-weight:bold;
	text-shadow:2px 2px 5px #b48126;
	margin-bottom:10px;
}
.down-baar h1 span {
	color:#fff;
}
.down-baar p {
	font-size:21px;
	color:#000;
	font-style:italic;
	margin-left:18px;
	font-weight:bold;
}
.left-button {
	background: url(images/slider-button.png) no-repeat 0 0;
	float:left;
	position: absolute;
	width:44px;
	height:44px;
	top:172px;
	left:33px;
}
.right-button {
	background: url(images/slider-button.png) no-repeat -44px 0px;
	float:left;
	position: absolute;
	width:44px;
	height:44px;
	top:172px;
	right:33px;
}
ul.button-nav{
	background:url(images/buttons.png) no-repeat;
	width:63px;
	height:13px;
	float:left;
	position:absolute;
	top:418px;
	left:489px;}
.content {
	width:1024px;
	float:left;
	padding-top:45px;
}
.fisrt-box {
	width:332px;
	float:left;
}
.fisrt-box p {
	text-align:center;
	color:#000;
	font-size:14px;
	line-height:26px;
}
.second {
	background:url(images/share-bg.png) no-repeat;
	width:329px;
	height:143px;
	padding-top:23px;
	border-radius:4px;
	border:1px solid #cecece;
	float:left;
	margin-bottom:10px;
}
.second h2 {
	text-align:center;
	color:#2e2e33;
	font-size:34px;
	margin-bottom:8px;
	letter-spacing: 0.04em;
}
.second h3 {
	text-align:center;
	color:#237ebc;
	font-size:30px;
	margin-bottom:8px;
}
a.click {
	background:#343538;
	width:102px;
	height:35px;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	float:left;
	line-height:35px;
	border-radius:4px;
	color:#fefefe;
	text-shadow:1px 1px #1a1a1c;
	margin-left:117px;
	box-shadow:1px 2px 2px #8a8a8a;
}
a.click:hover {
	background:#3f4044;
	
}
.margin-left {
	margin-right:12px;
}
p.grey {
	color:#555;
}
#footer {
	width:1024px;
	border-top:1px solid #b5b5b5;
	margin-top:57px;
	padding:23px 0px 45px 0px;
	float:left;
}
#footer p {
	color:#000;
	font-size:14px;
	text-align:center;
}
#footer p a {
	text-decoration:none;
	color:#000;
}

h1
{
    color: #2E2E33;
    font-size: 32px;
    margin-bottom: 8px;
    text-align: left;
	padding-bottom: 15px;
}

.inner-page
{
	float:left;
	width:94%;
	padding:18px 3%;
	margin:25px 0 0;
	background:#fff;
	border:0px;
	box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-o-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-ms-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-khtml-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-khtml-border-radius:4px;
	-o-border-radius:4px;
	min-height:400px;
}

.wpcf7 input[type="text"], .wpcf7 textarea, input[type="email"]
{
	padding: 7px 10px;
    width: 350px;
	min-height: 17px;
	margin:10px 0 15px 0;
	color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
	-khtml-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-o-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-ms-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-khtml-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
}

.wpcf7 textarea
{
	height:150px;
	resize:none;
}

.wpcf7 input[type="submit"]
{
	background:#014c8d;
	width:102px;
	height:auto;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	float:none;
	line-height:35px;
	border-radius:4px;
	color:#fefefe;
	text-shadow:1px 1px rgba(0,0,0,0.8);
	margin:0px;
	box-shadow:1px 2px 2px #8a8a8a;
	-moz-box-shadow:1px 2px 2px #8a8a8a;
	-webkit-box-shadow:1px 2px 2px #8a8a8a;
	-ms-box-shadow:1px 2px 2px #8a8a8a;
	-khtml-box-shadow:1px 2px 2px #8a8a8a;
	-o-box-shadow:1px 2px 2px #8a8a8a;
	border:1px #589fd0 solid;
}

.wpcf7 input[type="submit"]:hover
{
	background:#589fd0;
}


.wpcf7 input:focus, .wpcf7 textarea:focus
{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
	transition: border 0.2s linear 0s;
	-moz-transition: border 0.2s linear 0s;
	-webkit-transition: border 0.2s linear 0s;
	-khtml-transition: border 0.2s linear 0s;
	-ms-transition: border 0.2s linear 0s;
	-o-transition: border 0.2s linear 0s;
}

.wpcf7  span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FF0000;
    font-size: 10pt;
    left: 104%;
    margin-top: -10px;
    padding: 8px;
    position: absolute;
    top: 20%;
    width: 280px;
    z-index: 100;
}

.wpcf7 p
{
    color: #333333;
    font-size: 16px;
    letter-spacing: 0.02em;
}

.row-con
{
	float:left;
	width:100%;
}

.entry-content
{
	float:left;
	width:100%;
}

.wpcf7
{
	float:left;
	width:400px;
}

.address
{
    float: right;
    line-height: 22px;
    margin: 22px 0 0;
    text-align: right;
    width: 440px;
}

.address .sub-title
{
	font-size:18px;
	font-weight:600;
}

.map
{
	-khtml-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-o-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-ms-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-khtml-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	border:1px #d2d2d2 solid;
}

.map
{
	float:right;
	margin:35px 0 0 0;
}

#navigation ul li.current_page_item a
{
	background:#F0BA38;
	text-shadow: 1px 1px #E1AA27;
	-moz-text-shadow: 1px 1px #E1AA27;
	-o-text-shadow: 1px 1px #E1AA27;
	-ms-text-shadow: 1px 1px #E1AA27;
	-khtml-text-shadow: 1px 1px #E1AA27;
	-webkit-text-shadow: 1px 1px #E1AA27;
}

.other-links-cont
{
	margin:0;
	float:left;
	width:100%;
}

.other-links-cont a
{
    font-size: 14px;
    line-height: 18px;
	margin:3px 0 3px 4px;
    text-decoration: none;
}

.other-links-cont h1
{
    background: none repeat scroll 0 0 #E6E6E6;
    color: #2E2E33;
    font-size: 20px;
    margin-bottom: 5px;
    padding: 10px 13px;
	-khtml-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}

.page #footer
{
	border:0px;
	margin-top: 20px;
}

.other-links-cont a:hover
{
	color: #336699;
}

.slideshowlink
{
    display: none;
}

body .easingsliderlite.use-slide .easingsliderlite-slide {
    background: none repeat scroll 0 0 transparent;
}

.links-cont
{
	float:left;
	width:100%;
	margin:25px 0;
}

.links-cont .cont
{
	float:left;
	width:200px;
	margin-right:50px;
}

.links-cont .cont img
{
	margin-bottom:5px;
}

.links-cont .cont:last-child
{
	margin-right:0px;
}

.menu-button 
{
    display: none;
}

.menu-button {
    background: none repeat scroll 0 0 #5498c7;
    float: left;
    height: auto;
    padding: 0 2% 9px;
    text-align: left;
    text-decoration: none;
    width: 96%;
}

.menu-button span {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    top: 16px;
}

.menu-button img {
    float: right;
    margin: 10px 0 0;
}

.ip-invisible font
{
	margin-right:50px;
}

.large-txt
{
	font-size:16px;
	line-height: 26px;
}







.easingslider-pagination .easingslider-icon.active {
  background-color:transparent;
}







/*404 Error Page*/
.errorpage
{
	width:90%;
	padding:5%;
	text-align:center !important;
	float:none;
}
/*.error_page, h1
{
	margin:60px auto;
	text-align:center;
}*/

.error_heading
{
	margin:30px auto;
	text-align:center;
	color:#8b8b8b;
	font-size:22px;
	line-height:40px;
	width:100%;
}
.error_heading span
{
	text-align:left;
	color:#e89601;
	font-size:40px;
}

.error_graphic
{
	width:100%;
	float:none;
	text-align:center;
}
.error_graphic img
{
	margin-top:50px;
	text-align:center;
	float:none;
}
.errorpage_txt p
{
	text-align:center;
	font-size:18px;
	font-weight:normal;
}
a.home_btn
{
  text-align: center;
  background: #e89500;
  padding: 1.5%;
  font-size: 24px;
  color: #FFF;
  display: block;
  margin: 50px auto;
  width: 30%;
  text-decoration:none;
}
a.home_btn:hover
{
	background:#343434;
	text-decoration:none;
}
/*404 Error Page*/



body .active
{ background:none !important; }





@media screen and (min-Width:180px) and (max-Width:1024px) {
	

#wrapper
{
	float:left;
	width:96%;
	padding:0 2%;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-khtml-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

body .easingsliderlite.use-slide .easingsliderlite-slide img
{
	width:100% !important;
	height:auto !important;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-khtml-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

#navigation
{
	float:left;
	width:100%;
	height:auto;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-khtml-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.silder-content 
{
    float: left;
    height: auto;
    margin-bottom:35px;
    width: 100%;
}

.content
{
    float: left;
    padding: 0;
    width: 100%;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-khtml-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.second
{
	width:100%;
	text-align: center;
}

.second a.click
{
	float:none;
	padding:10px 15px;
	overflow:hidden;
	margin-left:0px;
}

.down-baar h1 {
    font-size: 30px;
	padding-bottom:0px;
}

.down-baar p
{
	margin-left:0px;
	font-size:16px;
}

.fisrt-box
{
	width:32%;
	background-position:center 0;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-khtml-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.fisrt-box.margin-left
{
	margin-right:2%;
}

#footer
{
	float:left;
	width:96%;
	padding:25px 2%;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-khtml-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.header-con
{
	float:left;
	width:100%;
}

.slider
{
	float:left;
	width:100%;
	height:auto;
}

.header-con h1
{
	display:none;
}

.down-baar
{
    background: none repeat scroll 0 0 #E1A12F;
    bottom: 10px;
    height: auto;
    padding: 15px 20px;
    width: auto;
	top:auto;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-khtml-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.easingsliderlite-pagination.outside.bottom-center 
{
    bottom: -25px;
}

}


@media screen and (min-Width:180px) and (max-Width:950px) {
	

.map {
    float: left;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-khtml-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}	

.address {
    float: left;
	text-align: left;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-khtml-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.ip-invisible font
{
	display:none;
}

}


@media screen and (min-Width:180px) and (max-Width:875px) {
	
}


@media screen and (min-Width:180px) and (max-Width:800px) 
{
	


.links-cont .cont {
    margin-right: 35px;
}

#navigation p span {
    font-size: 20px;
}	

#navigation p {
    font-size: 16px;
}

.second h2 {
    font-size: 30px;
}

.second h3 {
    font-size: 24px;
}


.second {
    height: 125px;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-khtml-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.fisrt-box p {
    font-size: 12px;
    line-height: 20px;
}
	
}

@media screen and (min-Width:180px) and (max-Width:700px) 
{

#navigation p
{
	width:100%;
	float:left;
	text-align:center;
	margin:10px 0 0 0;
}

.menu-main_nav-container
{
	float:left;
	width:100%;
	text-align:center;
}


#navigation ul li {
    display: inline;
    float: none;
    margin: 0 2px;
}
	
}


@media screen and (min-Width:180px) and (max-Width:600px) 
{

.links-cont .cont {
    margin-right:20px;
}

.fisrt-box {
    width: 332px;
	float:none;
	margin:10px auto 20px !important;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-khtml-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.fisrt-box:last-child
{
	margin-bottom:0px !important;
}

.second
{
	height:143px;
	width: 329px;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-khtml-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.down-baar {
    box-shadow: 0 1px 3px #3F3F3F;
	-moz-box-shadow: 0 1px 3px #3F3F3F;
	-webkit-box-shadow: 0 1px 3px #3F3F3F;
	-khtml-box-shadow: 0 1px 3px #3F3F3F;
	-ms-box-shadow: 0 1px 3px #3F3F3F;
	-o-box-shadow: 0 1px 3px #3F3F3F;
    left: 0;
    padding: 5px 5%;
    width: 90%;
}

.down-baar h1 {
    margin-bottom: 2px;
}

}

@media screen and (min-Width:180px) and (max-Width:480px) 
{


.links-cont .cont {
    float: none;
    margin:0px auto 20px !important;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-khtml-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.wpcf7
{
	width:100%;
}

.wpcf7 input[type="text"], .wpcf7 textarea, input[type="email"]
{
	width:90%;
	padding-left:5%;
	padding-right:5%;
}

.address
{
	width:100%;
}

.map
{
	float:left;
	width:100%;
	text-align:center;
}

.map img
{
	float:none;
	width:100%;
	max-width:400px;
}

.down-baar
{
	display:none;
}

.silder-content
{
	margin-top:0px;
}

.easingsliderlite-pagination.outside.bottom-center
{
	display:none;
}

.silder-content {
    margin-bottom: 20px;
}

.easingsliderlite-arrows
{
	height:22px;
	width:22px;
}

.easingsliderlite-arrows.easingsliderlite-prev {
    background-image: url("images/slideshow_arrow_prev_small.png");
}

.easingsliderlite-arrows.easingsliderlite-next {
    background-image: url("images/slideshow_arrow_next_small.png");
}

.wifi
{
	display:none;
}

.header-con {
    margin-bottom: 20px;
}

.logo {
    float: none;
    height: 70px;
    left: 0;
    margin: 10px auto 0;
    position: static;
    top: 37px;
    width: 251px;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-khtml-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

#navigation ul.menu {
    display: none;
}

.menu-button
{
	display:block;
}

#navigation ul li {
    display: inline;
    float: left;
    margin: 0;
    width: 100%;
}

#navigation ul
{
	margin:0px;
}

#navigation ul li a
{
	padding:0 4%;
	float:left;
	width:92%;
	border-radius:0px;
	text-align:left;
	line-height: 38px;
}

#navigation ul li a:hover
{
	border-radius:0px;
	line-height: 38px;
}

}


@media screen and (min-Width:180px) and (max-Width:380px) 
{

.ngg-gallery-thumbnail-box {
    width:100%;
}

.ngg-gallery-thumbnail
{
	margin:0px;
}

.ngg-gallery-thumbnail img {
    border: 0 none;
    margin: 0 0 15px 0 !important;
	padding:0px;
    width: 100% !important;
}

.ngg-gallery-thumbnail img:hover
{
	background:transparent;
}

}

@media screen and (min-Width:180px) and (max-Width:360px) 
{

.fisrt-box, .second
{
	width:100%;
}

}



@media screen and (min-Width:180px) and (max-Width:260px) 
{
	
.logo, .logo img
{
	width:100%;
	text-align:center;
}


}