/*		Default Layout: 960px. 
		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    */
.container_full{width: 100%;background-color: blanchedalmond;}
.container{width: 960px;margin: 0 auto;}
.nav2{width: 100%;}

/*		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) {

.container{width: 95%;margin: 0 auto;}
.middle_content {width: 56%;height: 202.5px;}
.nav2src {height: 395px;
vertical-align: middle;width: 100%;}
.left_content, .right_content { width: 20.56%;height: 222.5px;}
.loginfrm p, input {margin: 3% 1%;margin-bottom: 3px;width: 95%;}
.footer_lft_part {width: 38%;}
.footer_right_part {width: 28.5%;margin-left: 1.5%;margin-right: 1.9%;}
.footer_social_share {width: 29.5%;}
}
/*		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) {


.container{width: 95%;margin: 0 auto;}
.middle_content {width: 100%;height: 202.5px;}
.nav2src {height: 395px;
vertical-align: middle;width: 100%;}
.left_content, .right_content { width: 100%;height: 222.5px;}


	
}



/*		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) {

.container{width: 95%;margin: 0 auto;}
.middle_content {width: 100%;height: 202.5px;}
.nav2src {height: 395px;
vertical-align: middle;width: 100%;}
.left_content, .right_content { width: 100%;height: 222.5px;}
#mainmenu{display:none;}
.selectnav{display: block;width: 100%;min-height: 31px;background: cadetblue;font-family:exo,sans-serif;}

}


/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {

.container{width: 98%;margin: 0 auto;}
.middle_content {width: 100%;height: 202.5px;}
.nav2src {height: 395px;
vertical-align: middle;width: 100%;}
.left_content, .right_content { width: 100%;height: 222.5px;}

}