
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
/*****IPHONE SCROLLING********/
.scroller{
 overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

/*********Internal Styles*******/
.mp-pusher li{
  background: rgba(0,0,0,0.8);
  background-size: 100% 100%;
  margin: 5px 0;
  color: white;
}
.mp-level{
    background: url(img/bkgd.jpg) no-repeat !important;
  background-position: 10% 10% !important
}
.mp-pusher .li a{
  color: white !important;
}
.mp-pusher .mp-menu ul li > a{

  color: white !important;
}
.dropdown-menu .sub-arrow{
	margin-top: 10px !important;
	margin-right: 10px !important;
}
i{
float: left;  
padding-top: 4px;
color: #989898;
}
#mp-menu{
  margin-left: -8px;
  z-index:1;
}
#Contact .black a{color: #e0ba6f; }
.container p{
  color: black;
}
.container strong{
  font-size: 19px;
}
.mp-back{
  color: white !important;
  background-color: rgba(0,0,0,0.5);
}
footer li{
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nav li{
  background: transparent !important;
}
.navbar-default{
  background: transparent !important;
  border: none;
}
.navbar-default ul li a{
  border-right: 1px solid white !important;
  background: transparent !important;
}
.dropdown-menu ul li a{
    border-right: none !important;
}
.navbar-nav{
  top: 55px;
}
.dropdown-menu li a{
  height: 35px;
}

/*******NEW STYLES************/

.mp-level{padding-top: 90px;}

#element::-webkit-scrollbar { 
    display: none; 
}

.container{ width: 100% !important; overflow-x: hidden !important;}

header {
	background: url(../img/header.png) no-repeat top center;
	width: 100%;
	height: 120px;
	position: fixed !important;
	top: 0 !important;
	left: -17px !important;
	z-index: 999;
}

.slider-button{ font-size: 6em;}

.fa-navicon{color: #e0ba6f !important; font-size: 1.4em !important; padding-left: 15px;}

body p{
	font-size: 18px;
	font-family: FuturaL, Century Gothic, Arial, Helvetica, sans-serif;
}

.appear-contact{display:none;}

.mp-menu li{
  background: rgba(0,0,0,0.7) !important;
  background-size: 100% 100%; 
  padding: 10px 5px 10px 20px;
  margin: 0px 0 !important;
  color: white;
  border: 1px solid #e0ba6f;
}
.mp-menu h2 span a:hover{
	background: none !important;
}
.row{
	margin: 20px auto;	
	width: 75%;
}

.ribbon{
	width: 200px;
	position: absolute;
	top: -15px;
	right: 0;
	z-index: 99;
}

td label{
	color: black;
	font-weight: 0;
}

i{
	padding-top: 1px !important;
	color: #585858 !important;
}
.hidden-sm{
	margin-top: 0px;
}

#ContentWrapper{
	display: none !important;	
}

.Feature{
	width: 100%;
}

.mp-menu h2 span a{
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	color: black !important;
	padding: 10px 10px;
}

.container{
	margin-top: 0;	
	width: 100% !important;
}

.banner-container{ padding-left: 0 !important; padding-right: 0 !important; max-width: 100% !important;}

.scroller, .scroller-innner{width: 100% !important; overflow-x: hidden !important;}

.responsive-banner{
	width: 100%;
	max-width: 1180px;
	min-width: 768px;
}

.coupon{
	width: 377px;
}

.flag{
	width: 50%;
	max-width: 750px;
}

.appear3{
	display: none;
}

.dissapear3{
	display: block;
}

footer .col-md-6{
	padding-left: 100px;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .col-md-2{
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .row{
	padding-top: 50px;
}
footer span{
	color: white;
}
footer a:hover{
	text-decoration: none;
}
footer .copywrite{
	color: white;
	margin-bottom: 0;
	padding-bottom: 40px;
	text-align: center;
}
footer .copywrite a{
	color: #81E7FC !important;
}

#cdawrap{
display: none !important;
}

#Nav{

	display: none !important;
}

#trigger{
	position: fixed;
	top: 60px;
	right: 80px;
	width: 50px;
	height: 50px;
	z-index: 99999;
	color: white !important;
	display: none;
	background: none;
	font-family: "optimusprincepsregular", Georgia, "Times New Roman", Times, serif !important;
}
.block-40 a:hover{
	text-decoration: none !important;
	opacity: 0.5 !important;
}
.block-40{

	width: 50px;
	height: 50px;
}


.dl-menu.dl-animate-out-1 {
    animation: MenuAnimOut1 0.4s linear forwards;
}
 
@keyframes MenuAnimOut1 {
    50% {
        transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}
 
.dl-menu.dl-animate-in-1 {
    animation: MenuAnimIn1 0.3s linear forwards;
}
 
@keyframes MenuAnimIn1 {
    0% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}
.navbar-default li a{
	color: #55c7f5 !important;
	font-family: "optimusprincepsregular", Georgia, "Times New Roman", Times, serif !important;
	font-size: 1.5vw;
	text-align: center !important;
}
.navbar-default li a:hover{
	color: white !important;
	font-family: "optimusprincepsregular", Georgia, "Times New Roman", Times, serif !important;
	font-size: 1.5vw;
	text-align: center !important;
}
.navbar-default a span{
	font-size: 18px;
	color: #e5df96;
	margin-bottom: -5px;
}
.dropdown-menu{
	background: url(../img/bkgd-nav.jpg) !important;
}

.banner-container{
	max-width: 99%;
	overflow: hidden;
}

.scroller-inner{
	padding-top: 10%;
}

.pave:hover{
	color: white;
}
.navbar-default{
	margin-top: 50px;
	margin-right: 10px;
}
#slides_outer_container{

	display: none !important;
}
.container{
	width: 100% !important;
	background-color: rgba(255,255,255, 0.0);
}
.mp-pusher .mp-menu ul li > a:hover{
	text-decoration: none !important;
}
.navbar-nav, .navbar-collapse, .navbar-default{
	position: fixed;
	right: 10px;
	width: 60%;
	top: 50px;
    display: block;
}
.navbar-nav li a{
	height: auto;
}
.dropdown-menu{
	margin-top: 50px;
}
.dropdown-menu .dropdown-menu{
	left: 200px;
}
.list a{
	color: #0c397b !important;
	text-decoration: underline;
}
.list li{
	color: black !important;
	background: transparent;
	width: 100%;
}
.list a:hover{
	color: #128bc1 !important;
}
.about{
	color: black !important;
}
h3 a, h2 a{
	color: #0c397b !important;
	text-decoration: underline;
}
h3 a:hover, h2 a:hover{
	color: #128bc1 !important;
	text-decoration: underline;
}
.links{
		color: #0c397b !important;
	text-decoration: underline;
}
.links:hover{
		color: #128bc1 !important;
	text-decoration: underline;
}
.appear{
	display: none;
	width: 163px;
	padding-left: 10px;
}
.mp-menu h2 a{
	color: white !important;
	text-decoration: none;
}
.carousel-control{
	padding-top: 25px;
}
#Contact {
	padding: 5px 5px 0 0;
	position: fixed;
	right: 20px;
	top: 0;
	color: #FFF;
	font-family: "optimusprincepsregular", Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	text-shadow: 1px 1px 1px #000000;
	font-weight: bold; 
}
.map{
	display: none;
}
#Sidebar {
	width: 335px;
	float: right;
	margin: 5px 0 30px 20px;
	padding: 0 20px 20px;
	border: 1px solid #f1d6a3;
	background-image: url(../img/bkgd-side.png);
	-webkit-box-shadow:  1px 1px 10px 0px rgba(100, 100, 100, .7);
     box-shadow:  1px 1px 10px 0px rgba(100, 100, 100, .7);
}

input, textarea{
	max-width: 100%;
	overflow: hidden;
}

#mycarousel{
	max-width: 1200px;
}

.fourcolumnthin {
	width: 180px; 
	float: left; 
	text-align: left; 
	margin: 0 0 20px;
	font-size: 20px;
	line-height: .8em;}
	#mp-menu{ 
	display: none !important;
	}
	.mp-pusher{
		width: 100% !important;
	}
@media screen and (min-width : 2300px) {
	.navbar-nav{ top: 80px;}	
}
@media screen and (min-width : 1907px) and (max-width: 2300PX) {
	.navbar-nav{ top: 60px;}	
}
@media screen and (min-width : 1500px) {
	header{ background-size: 100%; height: auto;}
	.driveways{ margin-top: 20px;}
}
@media screen and (min-width : 1567px){
	.supersize{ margin-top: 20px;}
}
@media screen and (max-width: 1170px) {
	.navbar-nav, .navbar-collapse, .navbar-default{
	position: fixed;
	right: 10px;
	width: 70%;
}
	}
@media screen and (max-width: 1170px) {
		header{ left: 0 !important;}
}
@media screen and (max-width: 991px) {
	footer .row{
		width: 100%;
		padding-left: 15%;
	}
	footer .col-md-6{
		padding: 0;
	}
	.container{
		background-size: auto 120% !important;
		background-position: -150px 0 !important;
	}
	}
@media screen and (max-width: 970px) {
	.row{
		width: 90%;
	}
	footer .row{
		padding-left: 0 !important;	
	}
	}
@media and (max-width: 870px) and (min-width: 654px){
	#Contact{ width: 75%;}
}
@media screen and (min-width: 870px) {
		.mp-pusher{
	-webkit-transform: translate3d(0px, 0px, 0px) !important; transform: translate3d(0px, 0px, 0px) !important;
}
.mp-pusher.mp-pushed::after, .mp-level.mp-level-overlay::after{ opacity: 0 !important;}
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 786px) and (orientation: landscape)
 {
    .navbar-nav, .navbar-collapse, .navbar-default { display: block !important; position: fixed !important;}
	.scroller{
	padding-top: 0px;
}
     .navbar-default{
         position: fixed;
         right: -100px;
         top: 0;
         padding-left: 100px;
     }
}
@media screen and (max-width: 870px) {

#trigger{
	position: absolute;
	top: 70px;
	left: 15px;
	width: 50px;
	height: 0px;
	z-index: 99999;
	font-size: 30px;
	background: url(../img/header2.png);
	background-size: 100%;
	color: white !important;
	display: block !important;
}
#mp-menu{ display: block !important; }
#trigger:hover{
	text-decoration: none !important;
}
.navbar-default{
	display: none;
}
.img-responsive{
	position: relative;
}
.h1banner{
	font-size: 4vw;
}
#Logo img{
	position: absolute;
	top: 35px;
	right: 10px;
}
.slider{
	padding-top: 50px;
}
header{
	position: absolute !important;
	top: 0;
}
	#Contact{
		position: fixed !important;
		top: 45px !important;
		right: 25% !important;
		font-size: 2vw;
	}
	.scroller{
		padding-top: 20px;
	}
	#Logo img{
		position: absolute;
		right: 15px;
	}
	#Contact a{
	color: #55c7f5;
	text-shadow: none !important;
	}
	.slider{ padding-top: 0;}
      #trigger{
      	top: 15px;
      	left: 0;
      	padding-left: 15px;
      }
      .appear{
      	display: block;
      }
	  header{position:absolute; top: -30px !important;}
      .dissapear{
      	display: none;
      }
      #Contact{
      	width: 61%;
      	font-size: 18px !important;
      	padding: 0 25px;
		text-align: center;
      }
      #Contact span{
      	color: #e0ba6f !important;
      	text-shadow: none !important;
      }

  }
  	@media screen and (max-width: 720px) {
  		.appear3{
  			padding-top: 1em;
  			display: block !important;
  		}
  		.dissapear3{
  			display: none !important;
  		}
  		#Sidebar{
  			float: none;
  			margin-left: auto;
			margin-right: auto;
			margin-top: 20px;
  		}
  		.flag{
  			width: 90%;
  		}
  	}
	@media screen and (max-width: 673px) {
			.h1banner{
				font-size: 20px;
			}

		}
			@media screen and (max-width: 577px) {
				.ribbon{
					width: 150px;
					top: -10px;
					right: 17px;
				}
			}
	@media screen and (max-width: 520px) {
	.row{
		width: 90%;
	}
	footer .row{
		padding-left: 0;
	}
	.fourcolumnthin{
		float: none;
	}
	blockquote{
		margin: 0 0 !important;
	}
	.firepit{
		float: none;
		width: 100%;
			}
			.carousel-inner .h1banner{
				height: 35px;
				padding: 10px 0 25px 10px;
			}
	}
		@media screen and (max-width: 496px) {
		#Contact{
			font-size: 31px !important;
			width: 100%;
			position: fixed;
			top: 50px !important;
			right: 52px !important;
			text-align: center;
		}
		.contact-dissapear{
			display: none;
		}
		.coupon{
			width: 100%;
		}
            .appear-contact{display:block;}
            .dissapear-contact{display:none;}
		.ribbon{ display: none;}
		#Contact a{
	color: #e0ba6f;
}
		.appear{
			position: absolute;
			right: 2px;
			top: 15px;
			z-index: 99999;
		}
		.appear2{
			position: fixed;
			top: 50px;
			left: 10px;
			font-size: 35px;
		}
		.hidden-sm{ margin-top: 50px;}
		.appear2:hover {
			text-decoration: none;
		}
		.mp-menu li{ padding: 0 0 0 20px;
		}

@media (min-width: 1700px) {
	.types{left: 218% !important;}
}

		body, .container{
			background-color: rgba(255,255,255, 0.1);
		}
		.ribbon{
			width: 90px;
			top: -5px;
			right: 22px;
			}
		.carousel-control{ padding-top: 0px !important; }
		.slider-button{font-size: 2em !important; padding-top: 50px !important;}
		}
	@media screen and (max-width: 430px) {
		.h1banner{
			font-size: 20px;
			max-width: 100%;
		}
		.map{
			width: 100%;
		}
		.carousel-inner .h1banner{
			margin-top: -90px;
		}
		body {
			font-size: 20px;
		}
	}
        @media screen and (max-width: 415px) {
            #Contact{font-size:5vw !important; top: 80px !important; right: 36px !important;}
            .appear{width: 130px;}
        }
		@media screen and (max-width: 352px) {
      .hidden-sm{
      	margin-top: 50px;
      }
	  .carousel-inner .h1banner{ height: 50px;}
		}
/*******END NEW STYLES************/

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { 
	margin: 0; 
	font-size: 1em; 
	line-height: 1.4; 
    background-image: url(../img/bkgd.jpg);
    background-position: top center;
    background-attachment: fixed;
	background-color: rgb(223, 195, 142);
	background-size: cover;
	font-family: FuturaL, Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	}

	@media screen and (max-width: 496px) {
		body{
			background-color: rgb(223, 195, 142);
		}
		}

h1,h2,h3,h4,h5,h6 {font-family: "optimusprincepsregular", Georgia, "Times New Roman", Times, serif; font-weight: normal; text-shadow: 1px 1px 1px #e1c790;}
h1 {color: #0c397b; font-size: 35px; margin-bottom: 0px;}
h2 {color: #000; font-size: 30px;}
h3 {color: #343434; font-size: 23px;}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }



#Header {
	width: 100%;
	margin: 0 auto;
	
}

#Logo {
	float: left;
	padding-top: 13px;
}

@media screen and (max-width: 870px) {
	#Contact{
		position: absolute !important;
		top: 20px;
	}
	}
#Nav {
	float: right;
	padding-top: 35px;
	font-size: 22px;
}

#NavSmall {position: absolute; margin: 15px 0 0 160px;}
#NavSmall  a { color: #fff; text-decoration: none; font-size: 15px}
#NavSmall  a:visited { color: #fff; }
#NavSmall  a:hover { color: #000; }
#NavSmall  a:focus { outline: thin dotted; }

.vr { background: url(../img/vr.jpg) no-repeat 100% 50%; }

.blue {color: #6cd3f7;}
.lightblue {color: #c2f0ff;}
.white {color: #FFF;}
.black {color: #e1c790;}

#ContentWrapper {
	margin: 160px auto 20px;
	width: 990px;
	min-height: 500px;
	padding: 20px;
}

#Masthead { text-align:center;}

.h1banner {
	background: url(../Slides/banner.png) no-repeat;
	height: 78px;
	width: 667px;
	padding: 20px;
	margin-top: -100px;
	position: absolute;
}



#Features {
	margin-top: 525px;
	text-align:
}

.Feature {
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 100%;
	height: 130px;
	padding: 8px;
	color: #FFF;
	font-size: 22px;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}
	

footer {
	background: url(../img/bkgd-footer.png) repeat-x top #096b90;
	min-height: 251px;
}

#Footer {
	margin: 0 auto;
	width: 1000px;
	padding: 40px;
	color: #FFF;
	text-align: center;font-size: 15px;
}

.fourcolumnwide {width: 400px; margin: 0 20px; float: left;}
.fourcolumnwide img{padding: 0 5px;}


.fourcolumnthin li{
	margin: 0;
	padding: 0;
	list-style-type: none;}
.fourcolumnthin ul{
	margin: 0;
	padding: 0;
	list-style-type: none;}
	
.fourcolumnthin a { color: #000; text-decoration: none; font-size: 15px}
.fourcolumnthin a:visited { color: #000; }
.fourcolumnthin a:hover { color: #fff; }
.fourcolumnthin a:focus { outline: thin dotted; }

/* =============================================================================
   Links
   ========================================================================== */

a { color: #0c397b; }
a:visited { color: #0c397b; }
a:hover { color: #128bc1; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

@font-face {
    font-family: 'optimusprincepsregular';
    src: url('../fonts/optimusprinceps-webfont.eot');
    src: url('../fonts/optimusprinceps-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/optimusprinceps-webfont.woff') format('woff'),
         url('../fonts/optimusprinceps-webfont.ttf') format('truetype'),
         url('../fonts/optimusprinceps-webfont.svg#optimusprincepsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaM';
    src: url('../fonts/futuram-webfont.eot');
    src: url('../fonts/futuram-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futuram-webfont.woff') format('woff'),
         url('../fonts/futuram-webfont.ttf') format('truetype'),
         url('../fonts/futuram-webfont.svg#FuturaM') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaL';
    src: url('../fonts/futural-webfont.eot');
    src: url('../fonts/futural-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futural-webfont.woff') format('woff'),
         url('../fonts/futural-webfont.ttf') format('truetype'),
         url('../fonts/futural-webfont.svg#FuturaL') format('svg');
    font-weight: normal;
    font-style: normal;

}


abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
.ImageLeft {float: left; margin-right: 15px;}
.ImageRight {float: right; margin-left: 15px;}
.ImageStyle {border: 1px solid #f1d6a3;	-webkit-box-shadow:  1px 1px 10px 0px rgba(100, 100, 100, .7); box-shadow:  1px 1px 10px 0px rgba(100, 100, 100, .7);}

#Gallery {text-align: center;}

#Gallery img {
	margin: 5px;
	border: none;
	border: 1px solid #f1d6a3;	
	-webkit-box-shadow:  1px 1px 10px 0px rgba(100, 100, 100, .7); 
	box-shadow:  1px 1px 10px 0px rgba(100, 100, 100, .7);
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

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

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 90%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
















/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

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



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

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

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



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

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}
/******S3**********/
@media only screen and (min-device-width : 719px) and (max-device-width : 721px) and (-webkit-min-device-pixel-ratio : 2) and (orientation : portrait) { 
	.portfolio-items{margin-top: 50px !important;}
}
/***********iphone 5**********/
@media screen and (device-aspect-ratio: 40/71) {.mp-menu li{padding: 0;} }
@media screen and (device-aspect-ratio: 2/3) { .mp-menu li{padding: 0;} }
  /********IE9*****************/


