/* ESyntaxis (Pvt) Ltd :  http: //www.esyntaxis.com Compiled by Srinath */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-top: 0;
	margin-bottom: 10px;
}
html {
  box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */  
}
*, *:before, *:after {
  box-sizing: inherit;
	-moz-box-sizing: inherit; /*Firefox 1-3*/
	-webkit-box-sizing: inherit; /* Safari */  
  
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	width: 100%;
	height: 38px;
	padding: 0 30px;
	color: #555;
	text-align: center;
	background-color: #696968;
	border-radius: 4px;
	border: 1px solid #bbb;
	cursor: pointer;
	box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	border-color: #888;
	outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	background-color: #33C3F0;
	border-color: #33C3F0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	background-color: #1EAEDB;
	border-color: #1EAEDB;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  width: 100%;  
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
textarea {
	height: 142px;
	padding-top: 6px;
	padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #33C3F0;
	outline: 0; }
label,
legend {
	margin-bottom: .5rem;
	font-weight: 600; }
fieldset {
	padding: 0;
	border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
	display: inline; }
label > .label-body {
	display: inline-block;
	margin-left: .5rem;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol, ul {
	padding-left: 24px
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin: 1.5rem 0 1.5rem 3rem;
}
li {
	margin-bottom: 1rem;
}
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
	width: 100%;
}
th {
	background-color: #BFCC89;
}
th,
td {
	padding: 5px;
	text-align: left;
	border-right: 1px solid #E1E1E1;  
	border-bottom: 1px solid #E1E1E1;
}
/* th:first-child,
td:first-child {
	padding-left: 0;
	border-left: none;
	border-right: none;
} */
th:last-child,
td:last-child {
	padding-right: 0; 
	border-left: none;
	border-right: none;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
 }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left; 
}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
	border: 0 none;	
}

/*
 * Remove default fieldset styles.
 */

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
button:disabled, input:disabled, select:disabled, textarea:disabled {
    cursor:not-allowed !important;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	background-color: #FFF;
	padding: 0;
}
a:hover {
   		-moz-transition: background .25s linear;
	   -webkit-transition: background .25s linear;
	transition: background .25s linear;
}
.container {
	position: relative;
	margin: 0 auto;
	width: 100%;
    max-width: 1252px;
    padding: 0 40px;
	box-sizing: border-box;	
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}
.logo {
	position: fixed;
    left: 20px;
	top: 20px;
	z-index: 50;
}
#mobile-menu {
	display: none;
	cursor: pointer;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 48px;
	height: 48px;
	background-color: rgba(255,255,255,0.8);
	border-radius: .5em;
	padding: 5px;
}
#mobile-menu div {
    width: 36px;
    height: 5px;
    background-color: #333;
    margin: 6px auto;
}
/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
	transition: background .25s linear;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
		transition: background .25s linear;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
	transition: background .25s linear;	
}
#social-media {
	position: fixed;
	width: auto;
	height: auto;
	top: 30%;
	left: 0;

	border-radius: 0 1em 1em 0;
	box-shadow: 0 1px 0px rgba(0,0,0,.3);

	background-color: #C3A985;
	
	border: 1px solid #696968;
	
	opacity: 0.85;
}
#social-media img {
	display: block;
	margin: 10px 5px;
	width: 36px;
	height: auto;
}
#main-navigation {
	position: fixed;
	margin: auto;
	text-align: center;
	background: url(../images/template/nav-bg.png) no-repeat center;
	z-index: 25;		
}
#main-navigation.mobile-show {
	display: block;
}
#main-navigation .strip {
	position: fixed;
	top: 0;
	width: 100%;
	height: 69px;
	background-color: rgba(0,0,0,0.50);
	border-bottom: 3px inset #65A343;

	z-index: 0;
}
#main-navigation ul {
	position: relative;
	display: table;	
	float: right;
	padding: 0;
	margin-top: 9px;
	margin-right: 10px;
	list-style-type: none;
	z-index: 50;
}
#main-navigation ul li {
	display: table-cell;
	list-style: none;
	float: left;
	padding: 0 10px;	
}
#main-navigation ul li.current {
	background-color: rgba(255,255,255,0.75);
	border-radius: 1em;
}
#main-navigation li a {
	display: block;
	padding: 10px;
}
#main-navigation ul li a:hover:before {
	content: "[";
	position: absolute;
	margin-left: -10px;
}
#main-navigation ul li a:hover:after {
	content: "]";
	position: absolute;
	margin-right: -10px;
}
#arrow_up {
	position: relative;
	margin: 0 auto;
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #000000;

	z-index:20;
}
#open {
	position: relative;
	margin: 0 auto -24px;
	width: 80px;
	height: 24px;
	background-color: rgba(0,0,0,0.8);
	border-radius: 0 0 0.25em 0.25em;
	text-align: center;
	
	cursor: pointer;
	z-index:20;
}
.home_content_wrapper {
	position: absolute;
	bottom: 45px;
}
.inner_content_wrapper {
	position: absolute;
	right: 0;
	bottom: 0;
}
.full_content_wrapper {
	position: absolute;
	width: 100%;
	margin: 220px auto 0;
	padding-bottom: 100px;
}
.photo_gallery_wrapper {
	position: absolute;
	width: 100%;
	max-width: 960px;
	margin: 220px auto 50px;
	padding-bottom: 100px;
	left: 0;
	right: 0;
}
.photo_gallery_wrapper .c4 {
	margin-bottom: 10px;
}
.photo_gallery_wrapper h3 {
	position: absolute;
	left: 20px;
	top: 5px;
	text-align: left;
}
.photo_gallery_wrapper img {
	border: 3px solid #FFF;
	border-radius: 2em;
}
.details-box {
	width: 100%;
	min-height: 286px;
	padding: 20px;
	margin-bottom: 20px;
	height: auto;
	background-color: rgba(255,255,255,0.85);
	text-align: center;
	border-radius: 1em; 
}
#home_content {
	display: block;
	position: relative;
	width: 80%;
	max-width: 900px;
	height: 120px;
	margin: 0 auto;
	padding: 40px;
	overflow: hidden;
	text-align: center;

	background: rgb(17,181,210 0.8);
	background: linear-gradient(0deg, rgba(17,181,210,0.8) 0%, rgba(96,196,220,0.9) 100%);

	-webkit-border-radius: 2em 2em 0 0;
	-moz-border-radius: 2em 2em 0 0;
	border-radius: 2em 2em 0 0;

	box-shadow: 0 0 10px 1px #363435;
}
h1 {
	margin: 0 auto 5px;
}
h3 {
	margin-bottom: 10px;
}
#inner_content {
	display: block;
	position: relative;
	width: 100%;
	max-width: 460px;
	min-height: 70vh;
	padding: 40px 40px 120px;
	overflow-y: auto;
	text-align: right;

	background: rgb(181,158,125);
	background: linear-gradient(0deg, rgba(181,158,125,0.85) 0%, rgba(120,103,80,0.9) 60%, rgba(105,105,104,0.95) 100%);

	-webkit-border-radius: 2em 0 0 2em;
	-moz-border-radius: 2em 0 0 2em;
	border-radius: 2em 0 0 2em;

	box-shadow: 1px 2px 5px 1px #363435;
}
.inner_content_wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(105,105,104,0.95) 80%);
	border-radius: 2em 0 0 0;
	 	
	z-index: 15;
}
#inner_content.large {
	max-width: 800px;
}
#close {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 32px;
	height: 32px;
	border-radius: 90%;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	line-height: 32px;

	cursor: pointer;
	z-index:20;	
}
#close-text {
	position: absolute;
	top: 56px;
	left: 12px;
	width: 32px;
	height: 72px;
	z-index: 16;
}
dt {
}
dd {
	margin: 0;
	padding: 10px;
	border-bottom: 1px dotted #8c8c8c;
}
dt:after {
    content: "";	
	position: absolute;
	margin-left: 5px;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	
	border-left:10px solid #8c8c8c; 
	opacity: 0.85;
}
dt:hover:after {
	border-left:10px solid #000; 
}
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46px;
	background:url(../images/template/soil.png) repeat-x;
}
.grass {
	position: fixed;
	bottom: 45px;
	left: 0;
	height: 76px;
	width: 100%;
	background: url(../images/template/grass.png) repeat-x;
}
.footer-note {
	margin-top: 10px;
	text-align: center;
}
/* contact us form 7 styles */
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	position: fixed;
	left: 0;
	top: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	text-align: center;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	background-color: #398f14;
	color: #FFF;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	background-color: #f7e700;
}
#validate {
	height: 76px;
	margin-top: -1px;
}
#validate:hover {
	background-color: #222;
	color: #FFF;
}
/* end of contact us form 7 styles */
/*--------------------------------------------------------------
# Common Classes
--------------------------------------------------------------*/
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.no_border {
	border: none;
}
.border {
	border: 1px solid #636363;
}
.border-dotted {
	border-bottom: 1px dotted #999;
}
.border-bottom {
	border-bottom: 1px solid #636363;
}
.border-top {
	border-top: 1px solid #636363;
}
.border-left {
	border-left: 1px solid #636363;	
}
.border-right {
	border-right: 1px solid #636363;
}
.active {
    background: #ad162d;
}
.black-bg {
	background-color: #111;
}
.white-bg {
	background-color: #FFF;
}
.green-bg {
	background-color: #65A343;
}
.grey-bg {
	background-color: #CCC;
}
.light-grey-bg {
	background-color: #E4E4E4;
}
.common-button {
	width: 132px;
	height: 30px;
	padding: 0 12px;
	margin-top: 20px;
	text-align: center;
	white-space: nowrap;
}
.common-button a {
	display: block;
}
.common-button:hover {
	background-color: #000;
}
.common-button:active {
	border: 1px  dotted #e5e5e5;
}
.alpha {
	opacity: 0.85; filter: alpha(opacity=85); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.round-corner {
	border-radius: 2em;
}
.columns-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.hide {
	display: none;
}
.success {
	background-color: #65A343;
	padding : 10px;
	margin-bottom: 10px;	
}
.error {
	background-color: #C30;
	padding: 10px;
	margin-bottom: 10px;
}
/*joomla related styles */
.popover {
	width: 200px;
	background-color: #FFC;
	border: 1px dotted #ccc;
	border-radius: 3px;
	padding: 3px;
}
/* Margin Settings */
.ma-5 {
	margin: 5px
}
.ma-10 {
	margin: 10px;
}
.ma-15 {
	margin: 15px;
}
.ma-20 {
	margin: 10px;
}
.ma-30 {
	margin: 30px;
}
.ma-40 {
	margin: 40px;
}
.mt-10 {
	margin-top: 10px;
}
.mr-10 {
	margin-right: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.ml-10 {
	margin-left: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mr-15 {
	margin-right: 15px;
}
.mb-15 {
	margin-bottom: 15px;
}
.ml-15 {
	margin-left: 15px;
}
.mtb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mlr-10 {
	margin-left: 10px;
	margin-right: 10px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mlr-15 {
	margin-left: 15px;
	margin-right: 15px;
}
.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mlr-20 {
	margin-left: 20px;
	margin-right: 20px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mlr-30 {
	margin-left: 30px;
	margin-right: 30px;
}
/* Padding Settings */
.pa-10 {
	padding: 10px;
}
.pa-20 {
	padding: 20px;
}
.pa-30 {
	padding: 30px;
}
.pa-40 {
	padding: 40px;
}
.pt-10 {
	padding-top: 10px;
}
.pr-10 {
	padding-right: 10px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pr-15 {
	padding-right: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pl-15 {
	padding-left: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pr-20 {
	padding-right: 20px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pl-20 {
	padding-left: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pr-30 {
	padding-right: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pl-30 {
	padding-left: 30px;
}
.ptb-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.plr-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.plr-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.ptb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.plr-30 {
	padding-left: 30px;
	padding-right: 30px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft
.pull-left {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.0em;
}
.alignright,
.pull-right {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.0em;	
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center-text {
	text-align: center;
}
.left-text {
	text-align: left;
}
.right-text {
	text-align: right;
}
/* ==========================================================================
   Responsive classes
   ========================================================================== */
.wfull {
	width: 100%;
	max-width: 100%
}
.w1600 {
	max-width: 1600px;
	margin: auto;
}
.w1200 {
	max-width: 1200px
}
.w960 {
	max-width: 960px
}
.w640 {
	max-width: 640px
}
.w320 {
	max-width: 320px
}
.row {
	margin-bottom: 20px;
}
.c1 {
	width: 8.33%
}
.c2 {
	width: 16.66%
}
.c3 {
	width: 25%
}
.c4 {
	width: 33.33%
}
.c5 {
	width: 41.66%
}
.c6 {
	width: 50%
}
.c7 {
	width: 58.33%
}
.c8 {
	width: 66.66%
}
.c9 {
	width: 75%
}
.c10 {
	width: 83.33%
}
.c11 {
	width: 91.66%
}
.c12 {
	width: 100%
}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
	position: relative;
	float: left;
	min-height: 1px;
	padding: 0 10px;
}
.s1 {
	margin-left: 8.33%
}
.s2 {
	margin-left: 16.66%
}
.s3 {
	margin-left: 25%
}
.s4 {
	margin-left: 33.33%
}
.s5 {
	margin-left: 41.66%
}
.s6 {
	margin-left: 50%
}
.s7 {
	margin-left: 58.33%
}
.s8 {
	margin-left: 66.66%
}
.s9 {
	margin-left: 75%
}
.s10 {
	margin-left: 83.33%
}
.s11 {
	margin-left: 91.66%
}
.end {
	float: right!important
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `: before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
.black-alpha {
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.70);
	/* For IE 5.5 - 7*/
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.rotate {
	/* Safari */
	-webkit-transform: rotate(-180deg);
	/* Firefox */
	-moz-transform: rotate(-180deg);
	/* IE */
	-ms-transform: rotate(-180deg);
	/* Opera */
	-o-transform: rotate(-180deg);
	/* Internet Explorer  four values: 0, 1, 2, or 3 which will rotate the element 0, 90, 180 or 270 degrees respectively.*/
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.upgradeie {
	margin: 0.5em 0;
	padding: 1em;
	background-color: #C30;
}

/*==========  Media Querries  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.grecaptcha-badge {
		visibility: hidden; 
	}
	#main-navigation ul li {
		padding: 0;
	}
	.full_content_wrapper .c5,
	.full_content_wrapper .c3 {
		width: 66.66%;
	}
	.full_content_wrapper .c3 {
		margin-left: 16.66%;
	}
	#reused_form .c7,
	#reused_form .c5 {
		width: 100%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#mobile-menu {
		display: block;
		z-index: 150;
	}
	#main-navigation {
		display: none;
		background: none;
	}
	#main-navigation ul {
		width: 100%;
		padding: 0;
		margin: 72px 0;
		z-index: 110;		
	}
	#main-navigation ul li {
		width: 100%;
	}
	#main-navigation .strip {
		height: 100vh;
		z-index: 100;
		background-color: rgba(0,0,0,0.80);		
	}
	#main-navigation ul li.current {
		border-radius: 0;
	}
	.logo {
		z-index: 20;
	}
	.logo img {
		width: 70%;
		height: auto;
	}
	#home_content {
		margin-bottom: 30px;
		overflow-y: scroll;
	}
	.photo_gallery_wrapper img {
		width: 100%;
		height: auto;
	}
	#social-media {
		top: inherit;
		bottom: 15%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	table { 
  		width: 100%; 
  		border-collapse: collapse; 
	}
	
}
@media only screen and (max-width : 600px) {
	#main-navigation ul {
		margin: 92px 0;
	}
	#main-navigation ul li {
		padding: 0 10px 0 0;
	}
	#main-navigation li a {
	}
	.logo img {
		width: 60%;
		height: auto;
	}	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.row {
		margin-bottom: 0!important
	}
	.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 20px
	}
	p img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;		
	}
	#inner_content {
		max-width: 360px;
	}
	.full_content_wrapper .c5,
	.full_content_wrapper .c3 {
		width: 100%;
	}
	.full_content_wrapper .c4 {
		margin-bottom: 0;
	}
	.full_content_wrapper .c3 {
		margin-left: 0;
	}
.photo_gallery_wrapper h3 {
	position: relative;
	left: inherit;
	top: inherit;
	text-align: center;
	border-top: 1px dashed #FFF;
}
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 380px) {
	#inner_content {
		max-width: 280px;
	}
}

@media print,
       (-o-min-device-pixel-ratio:5/4),
       (-webkit-min-device-pixel-ratio:1.25),
       (min-resolution:120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */


@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
	@page {
	  margin-left: 1.5cm;
	  margin-top: 1.5cm;
	  margin-right: 1cm;
	  margin-bottom: 1cm;
	}
	@page:left {
	  @bottom-left {
		content: "Page " counter(page) " of " counter(pages);
	  }
	}		
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
/* Civicrm Styles 

	.breadcrumbs,
	#top-links,
	#main-navigation,
	#crm-container.crm-public,
	#crm-submit-buttons,
	#printer-friendly {
		display: none;
	}
	#crm-container.crm-public input[type="text"],
	#crm-container.crm-public input[type="password"], 
	#crm-container.crm-public input[type="email"], 
	#crm-container.crm-public select {
		padding: 3px !important;
	}
	.crm-container div.form-item {
		padding: 2px !important;
	}
	*/	
}
