﻿/*   
Theme Name: Elite Driving School
Theme URI: http://duckpindesign.com
Version: 1.0
Author: Duckpin Design
Author URI: http://duckpindesign.com
*/

/* ==========================================================================
   Main styles
   ========================================================================== */

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
   
html,
body,
button,
input,
select,
textarea {
    color: #222;
}

html {
	font-size:62.5%;
	height:100%;min-height:100%;
}

body {
  font:300 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 320px;min-height:100%;
}

a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}   

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::selection {
	background: #b3d4fc;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background: #b3d4fc;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#b3d4fc;
	color:#FFF;
	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 and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */
body{
	/*background: url("../images/road.jpg") no-repeat fixed center top / 100% auto #000000;*/
	background-color: #000000;
}
/*bg image */
#bgImage{
	display: block;
	position: fixed;
	top:0;left:0;right:0;bottom:0;
}
#bgImage img{
	width: 100%;
	margin: 0;padding:0;
}
/*stripe overlay for whole background*/
#bgOverlay{
	display: block;
	position: fixed;
	top:0;left:0;right:0;bottom:0;
	background: url('../images/stripes-white.png') repeat;
}

/*custom grids */
.container_3b{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.container_3b .grid_1{
	width: 33%;
	margin-right: .5%;
	float: left;
	overflow: hidden;
}
.container_3b .grid_1:nth-child(3n+3){
	margin-right: 0;
}

.container_3{
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.container_3 .grid_1{
	width: 30%;
	margin-right: 5%;
	float: left;
	overflow: hidden;
}
.container_3 .grid_1:nth-child(3){
	margin-right: 0;
}

#cff .cff-item:nth-child(2){
	border: 0 !important;
}

/* custom buttons */
a.rounded,input.rounded,button.rounded {
	background: url("../images/gradient-top4-32px.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 11px;
    line-height: 26px;
    padding: 1px 12px 0;
    box-shadow: 1px 1px 3px #ECECEC;
    background-color: #FDBE0F;
    border: 1px solid #F0B40E;
    color: #000000;
    text-decoration: none !important;
}
a.rounded:hover,input.rounded:hover,button.rounded:hover {
   background-image: url("../images/gradient-bottom4-32px.png");
}
a.rounded.blue{
	background-color:#dbdbdb;
	border: 1px solid #c6c6c6;
	margin-bottom: 10px;
}
a.callUs{
	width: 100%;
	height:38px;
	text-align: center;
	line-height: 38px;
	display: none;
}

.header {
	max-width: 1056px;
	width: 90%;
	margin:0 auto;
	position: relative;
	z-index: 10;
}
.header .logoBar{
	position: relative;
	height:95px;
	background: rgba(255,255,255, 0.3);
	margin-bottom: 184px;
	box-shadow: 0 0 7px rgba(0,0,0, 0.5);
	z-index: 2;
}
.header .logoBar #sign{
	width: 362px;
	/*height: 262px;*/
	position: absolute;
	display: block;
	bottom: -184px;right:10px;
	z-index: 1;
}
.header .logoBar #sign img{
	width: 100%;
}
.header .logoBar #login{
	position: absolute;
	top:0;right:0;
	z-index: 200;
	box-shadow: none !important;
	width: 154px;
	text-align: center;
	border-radius: 0 !important;
}
.header .logoBar .socialIcons{
	float: right;
	list-style: none;
	height:22px; width:104px;
	margin: 51px 12px 0 0;
	padding: 0;
	position: relative;
	z-index: 20;
}
.header .logoBar .socialIcons li a{
	float: left;
	display: block;
	color: #fff;
	height:22px;
	width: 22px;
	background-image: url('../images/social.png'); 
	background-size: 400%;
	background-repeat: no-repeat;
	margin-left: 4px;
	transition: background-position .3s;
	-webkit-transition: background-position .3s;
}
.header .logoBar .socialIcons li a.twitter{background-position: 0px top;}
.header .logoBar .socialIcons li a.facebook{background-position: -22px top;}
.header .logoBar .socialIcons li a.pinterest{background-position: -44px top;}
.header .logoBar .socialIcons li a.google{background-position: -66px top;}
.header .logoBar .socialIcons li a.twitter:hover{background-position: 0px bottom;}
.header .logoBar .socialIcons li a.facebook:hover{background-position: -22px bottom;}
.header .logoBar .socialIcons li a.pinterest:hover{background-position: -44px bottom;}
.header .logoBar .socialIcons li a.google:hover{background-position: -66px bottom;}

.header .registers{
	position: absolute;
	display: block;
	left:32px;bottom:-120px;right:0;
	height:40px;
	z-index: 1;
}
.header .registers h3{
	font-size: 20px;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0, 0.5); ;
}
.header .registers a.rounded{
	box-shadow: none !important;
}


.mobile{
	position: absolute;
	top:65px; right:0px;
	display: none;
	list-style: none;
	z-index: 1;
}
.primary{
	position: absolute;
	top:95px; left:30px;
	list-style: none;
	z-index: 1;
}
.primary a, .mobile a{
	background: rgba(255,255,255, 0.5);
	height: 48px;line-height: 48px;
	padding: 0 20px 0 30px;
	display: inline-block;
	font-weight:bold;
	font-size: 18px; 
	color: #000;
			transition: background .2s;
	-webkit-transition: background .2s;
}
.primary a:hover, .mobile a:hover{
	background: rgba(255,255,255, 0.3);
}
.primary a img, .mobile a img{
	margin: -3px 14px 0 -10px;
}
.primary ul, .mobile ul {
	display: none;
    background-color: rgba(0,0,0,0.75);
    padding: 16px 0px;
    margin: 3px 0 0 1px;
    z-index: 1000;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
       -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
            box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
.mobile ul {
	position: absolute;
	top:48px;right:0;
	width: 220%;
}          
.primary ul a, .mobile ul a{
    display: block;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    color: #7a868e;
    padding: 0 18px;
    background: none;
}
.primary ul a:hover, .mobile ul a:hover{
    color: #fff;
    text-decoration: none;
}

/* footer */
.footer {
	background-color: rgba(0,0,0,.62);
	color: #959595;
	font-size: 11.3px;
	font-weight: bold;
	line-height: 18px;
	padding: 15px 0 ;
}
.footer h3{
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	color: #fec93f;
	font-weight: 400;
	border-bottom: 1px solid #5a5a5a;
	padding-bottom: 12px;
}
.footer .cff-link-title{color: #959595;}
.footer .cff-link-title span{float:right;}
.widget_recent_entries ul{
	list-style: none;
	padding: 0;
}
.widget_recent_entries ul li{
	list-style: none;
	padding: 5px 0;
}
.widget_recent_entries ul li a{
	font-size: 11.5px;
	color:#959595;
	transition: color .3s;
	-webkit-transition: color .3s;
}
.widget_recent_entries ul li a:hover{
	color: #fec93f;
}
.widget_recent_entries ul li span{
	/*font-size: 9.5px;
	display: block;
	font-weight: 200;
	margin-bottom: 10px;*/
	float:right;
}
.footer .copyright{
	text-align: center;
	padding:20px 0 0;
}


.pageWrap{
	max-width: 1056px;
	width: 90%;
	margin:0 auto;
	position: relative;
	box-shadow: 0 0 7px rgba(0,0,0, 0.5);
	z-index: 1;
	margin-bottom: 30px;
}

.pageWrap .sliderForm{
	position: absolute;
	top:30px;left:30px;
	width:25%;
	display: block;
	z-index: 2;
}
.mobileForm{
	width: 90%;
	margin: 40px auto 0 auto;
	display: none;
}
.sliderForm p{margin:0;}
#wpcf7-f153-o1 input, #wpcf7-f153-o1 textarea{
	width: 100%;
	border: 1px solid #bdbebe;
	margin-bottom: 10px;
	background-color: rgba(255,255,255, 0.85);
	font-size: 12px;
	font-weight: bold;
	color: #2e2f31;
}
#wpcf7-f153-o1 select{
	background-color: rgba(255,255,255, 0.85);
	font-size: 12px;
	font-weight: bold;
	color: #757575;
	height:40px;
	margin-bottom:10px;
}
#wpcf7-f153-o1 select option{
	border: none !important;
}
#wpcf7-f153-o1 input{
	height:40px;
	padding: 0 15px;
}
.pageWrap .sliderForm input.half{
	width: 48%;
}
.pageWrap .sliderForm input.halfTwo{
	width: 48%;
	float: right;
}
.pageWrap .sliderForm textarea{
	height:80px;
}
#wpcf7-f153-o1 input[type=submit]{
	background: url("../images/gradient-top4-32px.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 11px;
    line-height: 26px;
    padding: 1px 12px 0;
    box-shadow: 1px 1px 3px #ECECEC;
    background-color: #FDBE0F;
    border: 1px solid #F0B40E;
    color: #000000;
	height: 35px;
	float: right;
	box-shadow: none;
	margin-top: 15px;
}
#wpcf7-f153-o1 input[type=submit]:hover{
	background-image: url("../images/gradient-bottom4-32px.png");
}

.cycloneslider{
	z-index: 1;
}
.cycloneslider-template-standard .cycloneslider-caption{
	opacity: 1 !important;
	background-color: rgba(0,0,0,0.7) !important;
	width: 50% !important;
	right:0 !important;
	left:auto !important;
	padding-bottom: 20px;
}
.cycloneslider-template-standard .cycloneslider-caption-title{
	text-align: left !important;
	padding: 20px 20px 5px !important;
	color: #FEC93F !important;
	font-family: 'Droid Serif',serif !important;
	line-height: 28px !important;
}
.cycloneslider-template-standard .cycloneslider-caption-description{
	padding-bottom: 0 !important;
}
.cycloneslider-template-standard{
	margin-bottom: 0 !important;
}
.cycloneslider-template-standard .cycloneslider-prev{
	left:30% !important;
}

.secondary{
	width: 100%;
	height:46px;
	background-color: #ececec;
	font-weight: 600;
	font-size: 11px;
}
.secondary ul{
	width:95%;
	margin: 0 0 0 20px; padding: 0;
	height: 46px;
	list-style: none;
}
.secondary ul li a{
	padding: 0 16px;
	margin-top: 10px;
	float: left;
	height: 26px;
	line-height: 26px;
	border-right: 1px solid #c7c8ca;
	color: #6a6d74;
			transition: color .2s;
	-webkit-transition: color .2s;
}
.secondary ul li a:hover{
	color: #000;
}


.features{
	background: url('../images/featurestripes.png') repeat;
	padding: 15px 0 35px;
}
.features h2{
	font-family: 'Droid Serif', serif;
	font-size: 17px;
	margin-bottom: 12px;
	color: #707070;
}
.features p{
	font-size: 13px;
	color: #6a6d74;
	line-height: 18.6px;
}
.features a{
	margin-top: 20px;
}




/* secondary page */
.defaultPage{
	background-color: rgba(255,255,255,0.8);
}
.sidebar {
	width: 33%;
	float: left;
	padding: 20px;
}
.sidebar h2{
	font-size:16px;
	padding-bottom: 10px;
	line-height: 20px;
	border-bottom: 1px solid #686868;
	color: #494949;
	font-weight: 400;
	margin-top: 14px;
}
.wpcf7-form input{
	width: 100%;
	height:40px;
	border: 1px solid #BDBEBE;
	padding: 0 13px;
	margin-top: 6px;
}
.wpcf7-form select{
	width: 100%;
	border: 1px solid #BDBEBE;
	padding: 6px 0;
	margin-top: 6px;
}
.wpcf7-form select option{
	height: 20px;
	padding: 3px 0;
}
.wpcf7-form textarea{
	width: 100%;
	height:100px;
	border: 1px solid #BDBEBE;
	padding: 13px;
	margin-top: 6px;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus{
	border: 1px solid #000;
}
.defaultPage section{
	width: 67%;
	float: right;
	padding: 20px 40px;
	border-left: 1px solid #ECECEC;
	background-color: #fff;
	min-height: 600px;
}
.defaultPage section h1{
	font-size: 22px;
	padding-bottom: 20px;
	font-family: 'Droid Serif' , serif;
	line-height: 20px;
	border-bottom: 1px solid #ececec;
	color: #494949;
	font-weight: 400;
}
.defaultPage section p, .defaultPage section ul{
	font-size: 13px;
	line-height: 20.6px;
	color: #666666;
}
.defaultPage section .entry a{
	text-decoration: underline;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* blog summary */
.defaultPage section article.post{
	clear: both;
	padding: 30px 0;
	border-bottom: 1px solid #cecece;
}
.defaultPage section article.post .left{
	float: left;
	width: 25%;
	padding-right: 24px;
}
.defaultPage section article.post .right{
	width: 75%;
	float: left;
}
.defaultPage section article.post a.featImg{
	width: 100%;
	height: 0;
	padding-bottom: 65%;
	background-size: cover;
	display: block;
	float: left;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
} 
.defaultPage section article.post a.featImg:hover{
	opacity: 0.6;
}
.defaultPage section article.post h2{
	margin-top: 22px;margin-bottom: 0;
}
.defaultPage section article.post h2 a{
	transition: color .3s;
	-webkit-transition: color .3s;
}
.defaultPage section article.post span{
	font-size: 10px;
	font-style: italic;
	display: block;
	margin-top: -2px;
}
.defaultPage section article.post .entry{
	margin-top: 4px;
}
.defaultPage section article.post h2 a:hover{
	color: #fec93f;
}

.defaultPage section p strong{
	font-family: 'Droid Serif',serif;
	font-weight: bold;
	/*display: block;*/
	padding-top: 15px;
	padding-bottom: 5px;
}

/*for tables */
.defaultPage section table, .defaultPage section table tr, .defaultPage section table th, .defaultPage section table td{
	border-color: #bebebe !important;
}
.defaultPage section table{
	width: 100% !important;
}
.defaultPage section th{
	background-color: #fec93f !important;
}

/* single page */
.defaultPage section.single article.post{
	padding-top: 0;
	border-bottom: none;
}
.defaultPage section.single article.post img{
	max-width: 100%;
}
.defaultPage section.single article.post ul, .defaultPage section.single article.post ol{
	font-size: 13px;
	line-height: 20.6px;
	color: #666666;	
}
.defaultPage section.single article.post ol li{
	margin-bottom: 8px;
}

/* ==========================================================================
   Wordpress defaults
   ========================================================================== */   
   
 .alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}
blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}   

/* ==========================================================================
   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.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


@media only screen and (min-width:768px) and (max-width:1056px) {
	.header{
		width: 100%;
	}
	.pageWrap{
		width: 100%;
	}
	.header .logoBar #sign{
		width: 244px;
		right: 0;
		overflow: hidden;
	}
	.header .logoBar #sign img{
		width: 284px;
	}
	.header .logoBar #login{
		right: 44px;
		width: 110px;
	}
	.header .logoBar .socialIcons{
		margin: 37px 38px 0 0;
	}
	.pageWrap .sliderForm{
		width: 45%;
	}
	.pageWrap .sliderForm textarea{
		height: 100px;
	}
	.secondary ul li a{
		padding: 0 8px;
		font-size: 9.5px;
	}
	.cycloneslider-template-standard .cycloneslider-caption-title{font-size:18px !important;line-height: 24px !important;}
	.cycloneslider-template-standard .cycloneslider-caption-description{font-size: 11px !important;}
	.cycloneslider-template-standard .cycloneslider-prev{
		left:50% !important;
	}
}
@media only screen and (min-width: 0px) and (max-width:767px) {
	.header{
		width: 100%;
	}
	.header .logoBar{
		height: 65px;
	}
	.header .logoBar #logo img{
		width: 174px;
	}
	.header .logoBar #login{
		display: none;
	}
	.header .logoBar .socialIcons{
		margin-top: 22px !important;
		margin-right: 8px !important;
	}
	.header .registers{
		bottom:-80px;
		width: 100%;
		left:0;
		right: 0;
		text-align: center;
	}
	.pageWrap{
		width: 100%;
		margin-top: -50px;
	}
	.header .logoBar #sign{
		display: none;
	}
	.mobileForm{
		display: block;
	}
	a.callUs{
		display: block;
	}
	.pageWrap .sliderForm{
		display: none;
	}
	.container_3 .grid_1,.container_3b .grid_1{
		width: 100%;
	}
	.features .grid_1{
		margin-top:20px;
	}
	.primary{
		left:0;top:65px;
	}
	.primary a, .mobile a{
		padding: 0 14px 0 24px;
		font-size: 16px; 
	}
	.primary a img, .mobile a img{
		width: 18px;height:20px;
	}
	.secondary{
		display: none;
	}
	.mobile{
		display: block;
	}
	.cycloneslider-template-standard .cycloneslider-caption{width: 100% !important;padding:8px 5px !important;}
	.cycloneslider-template-standard .cycloneslider-caption-title{font-size:18px !important;line-height: 24px !important;padding:0 !important;text-align: center !important;}
	.cycloneslider-template-standard .cycloneslider-caption-title img{display:none !important;}
	.cycloneslider-template-standard .cycloneslider-caption-description{display:none !important;}
	.cycloneslider-template-standard .cycloneslider-prev{
		left:10px !important;
	}
	
	.sidebar{
		width: 100%;
	}
	.defaultPage section{
		width: 100%;
		padding: 20px 20px;
	}
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	/*body{
		background: url("../images/road.jpg") no-repeat fixed center top / 200% auto #000000;
		background-size: cover !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
	}*/
	#bgImage img{
		width: 150%;
		margin: 0 0 0 -25%;padding:0;
	}
	.header .registers {
		bottom: -100px;
		width: 100%;
	}
	.header .registers h3{
	    display: none;
	}
	.header .registers a{
	    font-size: 9px;
	    padding-left: 5px;
	    padding-right: 5px;
	    width: 100px;
	}
	.feature-break{clear: both;display:block;margin-top: 6px;}
}





@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/* ==========================================================================
   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 */
        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;
    }
}
