/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
		/*Narun: Always force a scrollbar in none-IE*/
		overflow-y:scroll;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

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

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */







@font-face {
	font-family: 'swiss';
	src: url('swiss_721_condensed_bt.eot');
	src: url('swiss_721_condensed_bt.eot?#iefix') format('embedded-opentype'),
			 url('swiss_721_condensed_bt.woff') format('woff'),
			 url('swiss_721_condensed_bt.ttf') format('truetype'),
			 url('swiss_721_condensed_bt.svg#swiss') format('svg');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	/*-webkit-font-smoothing: subpixel-antialiased;*/
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,article,aside,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{ margin:0; padding:0; border:none; outline:0; font-size:100%; vertical-align:baseline;}
a{ text-decoration:none; color:#9d4940/*D6D4D3*/; border:none; outline:none; transition: color 0.5s; -webkit-transition:color 0.5s; -moz-transition:color 0.5s; -o-transition:color 0.5s;} a:hover{ color:#fff;}
h1,h2,h3,h4,h5,h6{ line-height:normal; text-align:left; padding:0; margin:0; font-weight:normal; font-size:30px;}
ul{ margin:0; padding:0; list-style:none;}
li{ margin:0; padding:0}
::-moz-selection{ background-color:#000; color:#fff; text-shadow: none;}
::-webkit-selection{ background-color:#000; color:#fff; text-shadow: none;}    
::selection { background-color:#000; color:#fff; text-shadow: none;}
.cleared{ clear:both; height:0;}
body, html { 
	font-family: 'swiss', Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#fff;
	background:#231F20;
	-webkit-font-smoothing: antialiased;
	/*-webkit-font-smoothing: subpixel-antialiased;*/
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
	overflow:hidden;
}
#wrapper {
	width: 100%;
	height: 100%; position:absolute; top:0; bottom:0; z-index:-1;
	margin: 0;
	cursor: hand;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
}
/*Papge Swipe*/
#wrapper li.page {
	height:100%;
	width:100%; /*width:100%/5 = 20%*/
	position:relative; overflow:hidden;
}
h1{ background: transparent url(../images/bg/dotted-grey.svg) repeat-x center center; text-align:center; width:100%; position:absolute; top:10%; color: #ccc; text-transform:uppercase; letter-spacing:1px;}
h1 span{ background-color:#231F20; padding:0 10px;}
.cloudtag{ height:94%; bottom:0; width:100%; background:transparent url(../images/cloud-tage.png) no-repeat center center; text-indent:-9999px; position:absolute; top:6%; opacity:0;}
/*End Page Swipe*/
.swipescroll{ position:absolute; bottom:40px; width:142px; height:68px; left:50%; margin-left:-71px; background:transparent url(../images/bg/swipe1.png) no-repeat; background-size:142px 68px; display:none;}
/*map page*/
.mainmap{ width:100%; position:absolute; height:100%; top:0; bottom:0; overflow:hidden; }
#mapWrap{ overflow:hidden; width:100%; height:100%; background-color:#e5e3df; }
#ggmap{ width:100%; height:100%; overflow:hidden}
#ggmap_map{ width:100%; height:100%; float:left; }
.ggmapinfobubble{ background-color:#000; overflow:visible; padding:17px;}
a.g_close{position:absolute;right:7px;top:7px;width:14px;height:14px;background:url(../images/bg/gmap-close.png) 0 0 no-repeat;border:none;outline:none;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none; cursor:pointer}
.address{ text-align:center; color:#231F20; line-height:42px;}
.footer{ position:absolute; bottom:0;  width:100%; height:25px; border-top:1px solid #2E292B; text-align:left; z-index:10; font-family:Arial, Verdana, sans-serif; font-size:12px;
background: #231f20; /* Old browsers */
background: -moz-linear-gradient(top,  #231f20 0%, #161111 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#231f20), color-stop(100%,#161111)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #231f20 0%,#161111 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #231f20 0%,#161111 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #231f20 0%,#161111 100%); /* IE10+ */
background: linear-gradient(to bottom,  #231f20 0%,#161111 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f20', endColorstr='#161111',GradientType=0 ); /* IE6-9 */
}
.footerinner{ width:1000px; margin:0 auto;}
.footleft, .footright a{ background-image: url(../images/bg/sprite.png); background-repeat:no-repeat; margin-top:5px;}
.footleft{ float:left; background-position:0 -2px; padding-left:22px;}
.footright{ float:right;}
.footright a{ color:#fff; display:inline-block; height:19px;}
a.tel{ background-position:0 -21px; padding-left:20px; height:19px;}
a.email{ background-position:0 -39px; padding-left:24px; margin-left:22px;}

/*End map page*/
/*Animate*/
.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes bounceOut {
    0% {
				opacity:0.5;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
				opacity:1
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 0.2;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
				opacity:0.5;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
				opacity:1;
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 0.2;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}









/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * 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;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * 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;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@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 {
    * {
        /*background: transparent !important;
        color: #000 !important; Black prints faster: h5bp.com/s                        Narun Block these 2 lines*/
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
