@charset "utf-8";

/* Responsive styles
-------------------------------------------------------------- */

/*
Apple iPhone 5, 5S & 5C 
Apple iPod Touch (5th generation)
*/
@media (min-width: 1136px) and (max-width: 1279px) {

}


/*
Apple iPhone 4 & 4S
Apple iPod Touch (4th generation)
*/
@media (min-width: 960px) and (max-width: 1135px) {
	html, body {	font-size: 13px; }
	h1 { font-size:2em; }
	h2 { font-size:1.9em; }
	h3 { font-size:1.7em; }
	h4 { font-size:1.4em; }
	h5 { font-size:1.23em; }
	h6 { font-size:1em; }

	/* Post layouts */
	.isotope_filters a {
		font-size:0.8461em;
	}


    .widget_area .post_item .post_info {
        font-size: 0.9em;
    }
	/* Footer */
	.contacts_wrap .contacts_address {
		font-size: 1em;
	}
}





/*
Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
@media (min-width: 768px) and (max-width: 959px) {
	html, body {	font-size: 13px; }
    h1 { font-size:1.9em; }
    h2 { font-size:1.8em; }
    h3 { font-size:1.6em; }
    h4 { font-size:1.4em; }
    h5 { font-size:1.23em; }
    h6 { font-size:1em; }

	/* Post layouts */
	.isotope_filters a {
		font-size:0.8461em;
	}
	
	/* Post parts */
    .widget_area .post_item .post_info {
        font-size: 0.9em;
    }
	
	/* Footer */
	.contacts_wrap .contacts_address {
		font-size: 1em;
	}
	
	/* Widgets */
	.widget_area .post_item .post_info {
		font-size:0.7692em;
	}
	.widget_area .widget_tag_cloud a {
		font-size:0.8em !important;
	}
	.widget_area .widget_calendar .weekday {
		font-size:0.8461em;
	}
	.widget_area .reviews_block .reviews_summary .reviews_criteria {
		font-size:0.7692em;
	}
	
	/* Shortcodes */
	.sc_testimonial_content {
		font-size:1em;
	}
	.sc_testimonial_author {
		font-size: 1em;
	}
}



/*
Portrait orientation

Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
@media (min-width: 480px) and (max-width: 767px) {
	html, body {	font-size: 12px; }
    h1 { font-size:1.65em; }
    h2 { font-size:1.55em; }
    h3 { font-size:1.35em; }
    h4 { font-size:1.3em; }
    h5 { font-size:1.2em; }
    h6 { font-size:1em; }
	
	/* Post layouts */
	.isotope_filters a {
		font-size:0.8333em;
	}

	/* Footer */
	.contacts_wrap .contacts_address {
		font-size: 1em;
	}
	
	/* Widgets */
	.widget_area .widget_tag_cloud a {
		font-size:0.8333em !important;
	}
	.widget_area .widget_calendar .weekday {
		font-size:0.8333em;
	}
	.widget_area .reviews_block .reviews_summary .reviews_criteria {
		font-size:0.75em;
	}
	
	/* Shortcodes */
	.sc_testimonial_content {
		font-size:1.1em;
	}
	.sc_testimonial_author {
		font-size: 1em;
	}

    .sc_call_to_action .sc_call_to_action_title {
        font-size: 1.6em;
        margin-bottom: 0.4em;
    }

    .sc_popup {
        max-width: 500px;
        padding: 35px 10px 20px;
    }
    .sc_clients.sc_clients_style_clients-1 {
        text-align: center;
    }
    .sc_form_style_form_2 form {
        margin: 0 0 40px;
    }
    .sc_form .sc_form_button button {
        font-size: 11px;
        padding: 1.3em 3em;
    }
    .sc_call_to_action_style_2 .left_col {
        max-width: 51%;
    }
}







/*
Very common low res
*/
@media (max-width: 479px) {
	html, body {	font-size: 12px; }
    h1 { font-size:1.65em; }
    h2 { font-size:1.55em; }
    h3 { font-size:1.35em; }
    h4 { font-size:1.3em; }
    h5 { font-size:1.2em; }
    h6 { font-size:1em; }
	
	/* Post layouts */
	.isotope_filters a {
		font-size:0.8333em;
	}

	
	
	/* Footer */
	.contacts_wrap .contacts_address {
		font-size: 1em;
	}
	
	/* Widgets */
	.widget_area .widget_tag_cloud a {
		font-size:0.8em !important;
	}
	.widget_area .widget_calendar .weekday {
		font-size:0.8333em;
	}
	.widget_area .reviews_block .reviews_summary .reviews_criteria {
		font-size:0.75em;
	}
	
	/* Shortcodes */
	blockquote {
		font-size: 1.5em;
	}
    .sc_testimonial_item {
        padding: 0 2em;
    }
	.sc_testimonial_content {
		font-size:1em;
	}
	.sc_testimonial_author {
		font-size: 1em;
	}
}