/*********************************** CODE COMPILLED ********************************/
/************************************************************************************
**   0 - Grid-01-global
**   0 - Grid-02-laptops
**   0 - Grid-03-tablets
**   0 - Grid-04-phones
************************************************************************************/

/* Grid-01-global Begin *************************************************************/
/*OurWorld Grid*/
.column, .columns { margin-left: 2.4%;}


.row .one { width: 6.1333%}
.row .two { width: 14.6666%}
.row .three { width: 23.1999%}
.row .four { width: 31.7332%}
.row .five { width: 40.2665%}
.row .six { width: 48.7998%}
.row .seven { width: 57.3331%}
.row .eight { width: 65.8664%}
.row .nine { width: 74.3997%}
.row .ten { width: 82.9330%}
.row .eleven { width: 91.4663%}
.row .twelve { width: 100%}


.row .offset-by-one { margin-left: 14.6666%; }
.row .offset-by-two { margin-left: 23.1999%; }
.row .offset-by-three { margin-left: 31.7332%; }
.row .offset-by-four { margin-left: 40.2665%; }
.row .offset-by-five { margin-left: 48.7998%; }
.row .offset-by-six { margin-left: 57.3331%; }
.row .offset-by-seven { margin-left: 65.8664%; }
.row .offset-by-eight { margin-left: 74.3997%; }
.row .offset-by-nine { margin-left: 82.9330%; }
.row .offset-by-ten { margin-left: 91.4663%; }


.row .offset-by-one:first-child { margin-left: 12.2666%; }
.row .offset-by-two:first-child { margin-left: 20.7999%; }
.row .offset-by-three:first-child { margin-left: 29.3332%; }
.row .offset-by-four:first-child { margin-left: 37.8665%; }
.row .offset-by-five:first-child { margin-left: 46.3998%; }
.row .offset-by-six:first-child { margin-left: 54.9331%; }
.row .offset-by-seven:first-child { margin-left: 63.4664%; }
.row .offset-by-eight:first-child { margin-left: 71.9997%; }
.row .offset-by-nine:first-child { margin-left: 80.5330%; }
.row .offset-by-ten:first-child { margin-left: 89.0663%; }
.row .offset-by-eleven:first-child { margin-left: 97.5996%; }


.push-two  { left: 20.7999%; }
.push-three  { left: 29.3332%; }
.push-four  { left: 37.8665%; }
.push-five  { left: 46.3998%; }
.push-six  { left: 54.9331%; }
.push-seven  { left: 63.4664%; }
.push-eight  { left: 71.9997%; }
.push-nine  { left: 80.5330%; }
.push-ten  { left: 89.0663%; }


.pull-two  { right: 20.7999%; }
.pull-three  { right: 29.3332%; }
.pull-four  { right: 37.8665%; }
.pull-five  { right: 46.3998%; }
.pull-six  { right: 54.9331%; }
.pull-seven  { right: 63.4664%; }
.pull-eight  { right: 71.9997%; }
.pull-nine  { right: 80.5330%; }
.pull-ten  { right: 89.0663%; }


/* Grid-01-global Ends **************************************************************/
/* Grid-02-laptops Begin ************************************************************/
/*
	#description: For Ipad Landscape mode and normal Screens
	#media_query: only screen and (min-width: 981px) and (orientation:landscape)
*/

.hide-on-phones { display: block !important; }
.hide-on-tablets { display: block !important; }
.hide-on-desktops { display: none !important; }
		
.show-on-phones { display: none !important; }
.show-on-tablets { display: none !important; }
.show-on-desktops { display: block !important; }




 

@media only screen and (min-width:941px){
	.container {
	  margin:0 auto;
	  max-width:940px!important;
	  min-width:940px!important;
	  padding:0!important;
	  width:940px!important;
	}
	.row {
	  max-width:100%!important;
	  min-width:100%!important;
	  width:100%!important;
	}
	.hide-on-phones,.hide-on-tablets,.show-on-desktops{
	  display:block!important;
	}
	.hide-on-desktops,.show-on-phones,.show-on-tablets{
	  display:none!important;
	}

}

/* Grid-02-laptops Ends *************************************************************/
/* Grid-03-tablets Begin ************************************************************/
/*
	#description: For Ipad Landscape mode and normal Screens
	#media_query: only screen and (min-width: 700px) and (max-width: 980px) 
*/


@media only screen and (min-width:701px) and (max-width:940px){
	.container {
		margin:0 auto;
		max-width:auto !important;
		min-width:auto !important;
		width:98%!important;
		padding:0;
	}
	.row {
		max-width:100%;
		min-width:100%;
		width:100%;
	}
	.hide-on-phones,.hide-on-desktops,.show-on-tablets {
		display:block!important;
	}
	.hide-on-tablets,.show-on-phones,.show-on-desktops {
		display:none!important;
	}

}

/* Grid-03-tablets Ends *************************************************************/
/* Grid-04-phones Begin *************************************************************/
/*
	#description: For iPhone portrait 
	#media_query: only screen and (max-width: 700px) 
*/


@media only screen and (max-width:700px){
	.container  { 
		max-width:auto !important;
		min-width:auto !important;
		width:94% !important;
		margin: 0 auto !important;
		padding:0px !important;   
	}
	.row {
		max-width:100% !important;
		min-width:100% !important;
		width:100%; 
		margin:0 auto;
	}
	.row .phone-one {width:21.7%;}
	.row .phone-two {width:47.8%;}
	.row .phone-three {width:73.9%;}
	.row .phone-four {margin:0 auto;width:100%;}
	.row .phone-offset-by-one {margin-left:26.1%;}
	.row .phone-offset-by-one:first-child {margin-left:30.5%;}
	.row .phone-offset-by-two {margin-left:52.2%;}
	.row .phone-offset-by-two:first-child {margin-left:56.6%;}
	.row .phone-push-two {left:52.2%;}
	.row .phone-pull-two {right:52.2%;}
	.hide-on-phones,.show-on-tablets,.show-on-desktops {
		display:none!important;
	}
	.hide-on-tablets,.hide-on-desktops,.show-on-phones {
		display:block!important;
	}

}

/* Grid-04-phones Ends **************************************************************/
