/*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}	

body, div, img, a, p, ul, li, table, table tr, table tr td {
  -webkit-font-smoothing: antialiased; }

html, body {
  overflow-x: hidden;
  width: 100%;
  height: auto;
  color: black;
  background: white;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
}

body {
  overflow-x: hidden;	
  margin: 0;
  padding: 0;
  font-family: "Frutiger", tahoma, verdana, arial, sans-serif;
  font-size: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  body img, body input, body div, body p, body ul, body li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  body img, body div, body p {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

#stage {
	position: absolute;
	min-height: 100%;
  height: auto;
	width: 100%;
	overflow-x: hidden;
	z-index: 2;
}

header {
	position: absolute;
	width: 100%;
	height: 300px;
	background-color: #ed9314;
	background-image: url("../img/whiteLogo@2x.png");
	background-size: 200px 200px;
	background-position: center center;
	background-repeat: no-repeat;
}

#big {
	position: absolute;
	width: 100%;
	height: 70px;
	top: 300px;
	background-color: #ffe595;
	text-align: center;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
	line-height: 70px;
	font-size: 1.3em;
	text-transform: uppercase;
}

.big-nav {
	border: 2px solid #ed9314;
	padding: 0.2em 1em 0.2em 1em;
	border-radius: 20px;
	color: #ed9314;
	margin-left: 10px;
}

.big-nav:hover {
	background-color: #ed9314;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.big-selected {
	border: 2px solid #ed9314; 
	background-color: #ed9314;
	color: #fff;
}


#contactus{
  position: relative;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  color: #ed9314;
  background-color: #fff;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 1.7em;
  text-align: left;
  top: 370px;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

#gmap_canvas img{
  max-width:none!important;
  background:none!important;
}

#gmap_canvas {
  width: 300px;
  height: 300px;
}

#contactus p {
  text-transform: none;
  font-weight: lighter;
  font-size: 20px;
  margin-top: 0px;
  line-height: 24px;
  width: 100%;
  padding: 19px 0px 0px 0px;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}


#text{
	position: absolute;
  min-height: 400px;
	width: 100%;
	left: 50%;
	margin-left: -50%;
  height: auto;
	color: #ed9314;
	background-color: #fff;
	text-transform: uppercase;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
	font-size: 1.7em;
	text-align: left;
	top: 370px;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
}


#text p {
	text-transform: none;
	font-weight: lighter;
	font-size: 20px;
	margin-top: 0px;
	line-height: 24px;
	width: 100%;
color: #000;
  padding: 19px 0px 0px 0px;
	font-family: Open Sans, "Trebuchet MS", Arial, sans-serif;
}

#thankyou {
  position: relative;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  color: #ed9314;
  background-color: #fff;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 1.7em;
  text-align: left;
  top: 370px;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
  opacity: 0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}


#thankyou p {
  text-transform: none;
  font-weight: lighter;
  font-size: 20px;
  margin-top: 0px;
  line-height: 24px;
  width: 100%;
  padding: 19px 0px 0px 0px;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

#navigation {
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url("../img/menu@2x.png");
	background-size: 100% auto;
	z-index: 3;
	top: 2px;
	background-color: #ed9314;
	right: 2%;
	border-style: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#navigation.appear {
	right: 86%;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}


#small {
  overflow: hidden;
	position: absolute;
	width: 85%;
	right: 0;
	height: 50%;
	border: 1px solid #ffe595;
	background-color: #fff;
	z-index: 4;
	text-align: center;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
	line-height: 60px;
	font-size: 1.3em;
	text-transform: uppercase;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
  overflow: hidden;
}

#small.hide {
  display: none;
}

#small.appear {
	-moz-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-o-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	-webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 5px 13px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 5px 13px 0px rgba(0, 0, 0, 0.4);
  display: block;
} 


.small-nav {
	border: 2px solid #ed9314;
	color: #ed9314;
	width: 100%;
  background-color: #ffe595;
	position: absolute;
	left: 0;
}

#small-ourrange {
	top: 60px;
}

#small-contactus {
	top: 120px;
}

.small-selected {
	border: 2px solid #ed9314; 
	background-color: #ed9314;
	color: #fff;
}

#mainform {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-bottom: 0%;
  margin-top: 350px;
}

#form {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin-top: -60px;
}

#name, #companyName, #email, #contact, #message {
  width: 80%;
  margin-bottom: -15px;
}

::-webkit-input-placeholder { color:#f00; }
::-moz-placeholder { color:#f00; } /* firefox 19+ */
:-ms-input-placeholder { color:#f00; } /* ie */
input:-moz-placeholder { color:#f00; }

#submit {
  background-color: #ed9314;
  border-style: none;
  color: #fff;
  font-weight: lighter;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 10px 20px 7px 18px;
  margin-bottom: 100px;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
}

input, textarea {
  font-size: 0.6em;
  border-style: solid;
  border-radius: 5px;
  padding: 10px;
  border-color: #ed9314;
  color: #ed9314;
  border-width: 1px;
  font-family: "Frutiger", tahoma, verdana, arial, sans-serif;
}

footer {
	position: absolute;
	display: inline-block;
	bottom: 50px;
	z-index: 1;
  width: 100%;
  height: 50px;  /* This value is the height of your footer */
	background-color: #ed9314;
	text-align: center;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
	line-height: 55px;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffe595;
}


#contact-us-container {
  position: absolute;
  width: 100%;
  height: 300px;
  clear: both;
}


  #left {
    position: relative;
    width: 45%;
    height: 100%;
    float: left;
  }

  #right {
    position: relative;
    width: 45%;
    height: 100%;
    float: right;
    right: 15%;
  }




@media all and (max-width: 600px) {

#carousel {
  max-width: 300px !important;
  margin-left: -150px !important;
}
.caption {

  width: 300px !important;
}

  #footer {
display: none;
margin-top: -5%;
    height: 20%;
  }

#gmap_canvas {
display: none;
}

#mainform {
margin-top: 320px !important;
}

.arrowright {
 width: 50px !important;
  height: 50px !important;
  margin-top: -25px !important;
  margin-right: -60px !important;
  top: 30% !important;
}

.arrowleft {
 width: 50px !important;
  height: 50px !important;
  margin-top: -25px !important;
  margin-left: -60px !important;
  top: 30% !important;
}

  #imagecontainer1 {
        position: absolute;
        width: 40%;
        height: 110%;
        background-image: url("../img/carousel/image1.jpg");
        left: 10%;
        background-repeat: no-repeat;
    }


    #imagecontainer2 {
        position: absolute;
        width: 40%;
        height: 110%;
        background-image: url("../img/carousel/image4.jpg");
        right: 10%;
        background-repeat: no-repeat;
    }

}

@media all and (max-width: 800px) {


.arrowright {
 width: 50px !important;
  height: 50px !important;
  margin-top: -25px !important;
  margin-right: -60px !important;
  top: 40%;
}

.arrowleft {
 width: 50px !important;
  height: 50px !important;
  margin-top: -25px !important;
  margin-left: -60px !important;
  top: 40%;
}
  #imagecontainer1 {
      position: absolute;
      width: 40%;
      height: 110%;
      background-image: url("../img/carousel/image1.jpg");
      left: 10%;
      background-repeat: no-repeat;
  }


  #imagecontainer2 {
      position: absolute;
      width: 40%;
      height: 110%;
      background-image: url("../img/carousel/image4.jpg");
      right: 10%;
      background-repeat: no-repeat;
  }

  #small {
		display: block;
	}
	#big {
		display: none;
	}
	#text {
	top: 300px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	}

  #mainform {
    margin-top: 600px;
  }

  #left {
    width: 100%;
    top: 200px;
  }

  #right {
    position: absolute;
    width: 45%;
    height: 100%;
    float: left;
    left: 0;
  }
}

@media all and (min-width: 800px) {

  #small {
		display: none;
	}	
	#big {
		display: block;
	}
	#navigation {
		display: none;
	}

#imagecontainer1 {
      position: absolute;
      width: 40%;
      height: 150%;
      background-image: url("../img/carousel/image1.jpg");
      left: 10%;
      background-repeat: no-repeat;
  }


  #imagecontainer2 {
      position: absolute;
      width: 40%;
      height: 150%;
      background-image: url("../img/carousel/image10.jpg");
      right: 10%;
      background-repeat: no-repeat;
  }


}
#preload {
  position: absolute;
  z-index: -1;
  height: 1px;
  width: 1px;
  overflow: hidden; }


.abn {
text-align: center;
font-size: 14px !important;
color: #ed9314;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
width: 100%;
text-transform: none;
opacity: 0.7;
}


.left {
    -moz-transform: translateX(300%);
  -webkit-transform: translateX(300%);
  -o-transform: translateX(300%);
  -ms-transform: translateX(300%);
  transform: translateX(300%);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.center {
    -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}


.right {
    -moz-transform: translateX(-300%);
  -webkit-transform: translateX(-300%);
  -o-transform: translateX(-300%);
  -ms-transform: translateX(-300%);
  transform: translateX(-300%);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

/*#description {
  height: 130px;
}*/

.CSSTableGenerator {
  margin:0px;padding:0px;
  width:100%;
  
  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;
  
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;
  
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;
  
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
  width:100%;
  height:100%;
  margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{

    

}
.CSSTableGenerator td{
  vertical-align:middle;
  

  border-width:0px 1px 1px 0px;
  text-align:center;
  padding:3px;
  font-size:12px;
  font-weight:normal;
  color:#fff;
}.CSSTableGenerator tr:last-child td{
  border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
  border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
  border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{

  text-align:center;
  border-width:0px 0px 1px 1px;
  font-weight:bold;
  color:#fff;
}
.CSSTableGenerator tr:first-child:hover td{

}
.CSSTableGenerator tr:first-child td:first-child{
  border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
  border-width:0px 0px 1px 1px;
}



#footer {
overflow: hidden;
position: absolute;
width: 100%;
margin-left: -50%;
height: 5%;
left: 50%;
bottom: 0%;
background-color: #fff;
padding: 0 10% 0 10%;
z-index: 100;
}



.arrowright {
  position: absolute;
  background-image: url("../img/arrowright.png");
  width: 100px;
  height: 100px; 
  top: 50%; 
  margin-top: -50px;
  right: 10px;
  background-size: 100% auto;
  margin-right: -130px;
}


.arrowleft {
  position: absolute;
  background-image: url("../img/arrowright.png");
  width: 100px;
  height: 100px; 
  top: 50%; 
  margin-top: -50px;
  left: 10px;
    background-size: 100% auto;
      margin-left: -130px;
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

#carousel {
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 50%;
  margin-left: -50%;
  overflow: hidden;
}

.item {
  height: 500px;
}

#carousel {
  position: absolute;
  max-width: 600px;
  left: 50%;
  margin-left: -300px;
}

.caption {
  width: 600px;
  height: auto;
  background-color: rgba(0,0,0,0.7);
  bottom: 5px;
  z-index: 1000000000;
  position: absolute;
  color: #fff;
  font-weight: lighter;
  text-transform: none;
  font-size: 16px;
  padding: 20px;
  font-family: sans-serif;
}

#text.contactustext {
  width: 90% !important;
}