/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/

/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {	
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

#main {	
	position: relative;	
	margin:0px auto;	
}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {	
	
	
}


/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {	
	
	#logo {
		float:none;
		margin-top:0px;
		text-align:center;
	}
	
	.right_menu {
		padding-bottom:24px;
	}
	
	.phone {
		float: none;
		width: 198px;
		margin:0px auto;
	}
	.content img {
		max-width:100%;
		width:auto;
		height:auto;
	}
	.top_container {
		padding:0 10px;
	}
}

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout. */
		
@media only screen and (min-width: 320px) and (max-width: 480px) {
	
	#logo {
		float:none;
		margin-top:0px;
		text-align:center;
	}
	
	.right_menu {
		padding-bottom:24px;
	}
	
	.phone {
		float: none;
		width: 198px;
		margin:0px auto;
	}
	
	.content img {
		max-width:100%;
		width:auto;
		height:auto;
	}
	.grid_8 iframe {
		width:100%;
	}
	.wpcf7-text, .wpcf7-textarea {
		width:94%;
	}
	.top_container {
		padding:0 10px;
	}
}

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {	
	
}

.responsiveMenuSelect {
	border: none;
    padding: 5px 10px;
}