/* Universal Desktop Settings*/

@media(min-width: 1200px){
	body{
		font-family: Alice;
		margin: 0;
		padding: 0;
	}

	.container{
		max-width: 1200px;
		margin: auto;
	}

	/* Column Wrapper*/

	.row{
		width: 100%;
		padding-top: 60px;
		padding-bottom: 60px;
		white-space: nowrap;
		overflow-x: hidden;
	}

	/* Full width column (1 Columns in a row) */

	.column-full{
		width: 100%;
	}

	/* Half Width column (2 Columns in a row) */

	.column-half{
		width: 49.8%;
		display: inline-block;
		box-sizing: border-box;
		white-space: normal;
		vertical-align: top;
		height: 100%;
	}

	.icons-container{
		white-space: normal;
	}

	/* Quarter Width column 25/75 (4 Columns in a row) */

	.column-quar{
		width: 25%;
		display: inline-block;
		box-sizing: border-box;
		/*background: black;*/
		white-space: normal;
		vertical-align: top;
		height: 100%;
	}

	/* Columns Width 75/25 (2 Columns in a row) */

	.column-two-quar{
		width: 75%;
		display: inline-block;
		box-sizing: border-box;
		/*background: blue;*/
		white-space: normal;
		vertical-align: top;
		height: 100%;
	}

	/* Third Width Column (3 Columns in a row)  */

	.column-third{
		vertical-align: middle;
		width: 33%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		height: 100%;
		margin-bottom: 20px;
	}

	/* Sixth Width Column 65/35 ( 2 Columns in a row) */

	.column-sixth{
		width: 65%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: top;
	}

	/* Third-Half Column 35/65 (2 Columns in a row) */

	.column-th-half{
		width: 35%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: top;
	}

	/* Third-Third Column 25/25/50 (3 Columns in a row) */

	.column-th-th{
		width: 20%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: middle;
	}

	/* Third Eight Column 45/10/45 */

	.column-th-eight{	
		width: 10%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: middle;
	}

	.column-th-fo{
		width: 45%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: middle;	
	}

	.cleaner{
		clear: both;
	}

	.advices-container{
		white-space: normal;
	}
}

@media (min-width: 1024px) and (max-width: 1199px){

	/* Column Wrapper*/
	body{
		font-family: Alice;
		margin: 0;
		padding: 0;
	}
	.row{
		/*width: 100%;*/
		padding-top: 30px;
		padding-bottom: 60px;
		white-space: nowrap;
		overflow-x: hidden;
	}

	/* Full width column (1 Columns in a row) */

	.column-full{
		width: 100%;
	}

	/* Half Width column (2 Columns in a row) */

	.column-half{
		width: 49.8%;
		display: inline-block;
		box-sizing: border-box;
		white-space: normal;
		vertical-align: top;
		height: 100%;
	}

	/* Quarter Width column 25/75 (4 Columns in a row) */

	.column-quar{
		width: 25%;
		display: inline-block;
		box-sizing: border-box;
		/*background: black;*/
		white-space: normal;
		vertical-align: top;
		height: 100%;
	}

	.icons-container{
		white-space: normal;
	}

	/* Columns Width 75/25 (2 Columns in a row) */

	.column-two-quar{
		width: 75%;
		display: inline-block;
		box-sizing: border-box;
		/*background: blue;*/
		white-space: normal;
		vertical-align: top;
		height: 100%;
	}

	/* Third Width Column (3 Columns in a row)  */

	.column-third{
		vertical-align: middle;
		width: 33%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: hidden;
		height: 100%;
		margin-bottom: 15px;
	}

	/* Sixth Width Column 65/35 ( 2 Columns in a row) */

	.column-sixth{
		width: 65%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: top;
	}

	/* Third-Half Column 35/65 (2 Columns in a row) */

	.column-th-half{
		width: 35%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: top;
	}

	/* Third-Third Column 25/25/50 (3 Columns in a row) */

	.column-th-th{
		width: 20%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: middle;
	}

	/* Third Eight Column 45/10/45 */

	.column-th-eight{	
		width: 10%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: middle;
	}

	.column-th-fo{
		width: 45%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: middle;	
	}

	.cleaner{
		clear: both;
	}
	
	.advices-container{
		white-space: normal;
	}

}

@media(min-width: 651px) and (max-width: 1023px){	
	body{
		font-family: Alice;
		margin: 0;
		padding: 0;
	}

	.container{
		margin: auto;
		width: 95%;
	}

	/* Column Wrapper*/

	.video-section{
		width: 49.7% !important;
		display: inline-block !important;
		box-sizing: border-box !important;
		white-space: nowrap;

	}

	/* Full width column (1 Columns in a row) */

	.column-full{
		width: 100%;
	}

	/* Half Width column (2 Columns in a row) */

	.column-half{
	    width: 100%;
		box-sizing: border-box;
		white-space: normal;
		vertical-align: top;
		height: 100%;
		margin: 0 0 15px 0px;
	}

	/* Quarter Width column 25/75 (4 Columns in a row) */

	.column-quar{
		width: 25%;
		display: inline-block;
		box-sizing: border-box;
		/*background: black;*/
		white-space: normal;
		vertical-align: top;
		height: 100%;
	}

	/* Columns Width 75/25 (2 Columns in a row) */

	.column-two-quar{
		width: 75%;
		display: inline-block;
		box-sizing: border-box;
		/*background: blue;*/
		white-space: normal;
		vertical-align: top;
		height: 100%;
	}

	/* Third Width Column (3 Columns in a row)  */

	.column-third{
		vertical-align: middle;
		width: 49.5%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		/*white-space: normal;*/
		overflow: hidden;
		height: 100%;
		margin-bottom: 15px;
	}

	/* Sixth Width Column 65/35 ( 2 Columns in a row) */

	.column-sixth{
		width: 65%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: top;
	}

	.column-cal-mobile{
		display: block;
		width: 100%;
	}

	.mobile-info-container{
		width: 100% !important;
	}

	.mobile-heading{
		width: 20%;
	}

	

	/* Third-Half Column 35/65 (2 Columns in a row) */

	.column-th-half{
		width: 35%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: top;
	}

	/* Third-Third Column 25/25/50 (3 Columns in a row) */

	.column-th-th{
		width: 20%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: middle;
	}

	/* Third Eight Column 45/10/45 */

	.column-th-eight{	
		width: 15%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: middle;
	}

	.column-th-fo{
		width: 42.5%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: middle;	
	}

	.cleaner{
		clear: both;
	}	
	.advices-container{
		white-space: normal;
		margin-top: 40px;
	}
}

@media(max-width: 650px){
	body{
		font-family: Alice;
		margin: 0;
		padding: 0;
	}

	.container{
		margin: auto;
		width: 90%;
	}

	/* Column Wrapper*/


	/* Full width column (1 Columns in a row) */

	.column-full{
		width: 100%;
	}

	/* Half Width column (2 Columns in a row) */

	.column-half{
		width: 100%;
		display: inline-block;
		box-sizing: border-box;
		white-space: normal;
		vertical-align: top;
		height: 100%;
	}

	/* Quarter Width column 25/75 (4 Columns in a row) */

	.column-quar{
		width: 25%;
		display: inline-block;
		box-sizing: border-box;
		/*background: black;*/
		white-space: normal;
		vertical-align: top;
		height: 100%;
	}

	/* Columns Width 75/25 (2 Columns in a row) */

	.column-two-quar{
		width: 75%;
		display: inline-block;
		box-sizing: border-box;
		/*background: blue;*/
		white-space: normal;
		vertical-align: top;
		height: 100%;
	}

	/* Third Width Column (3 Columns in a row)  */

	.column-third{
		vertical-align: middle;
		width: 100%;
		box-sizing: border-box;
		/*background: green;*/
		/*white-space: normal;*/
		overflow: hidden;
		margin-bottom: 15px;
		height: 100%;
	}

	/* Sixth Width Column 65/35 ( 2 Columns in a row) */

	.column-sixth{
		width: 65%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: top;
	}

	.column-cal-mobile{
		display: block;
		width: 100%;
	}

	.mobile-info-container{
		width: 100% !important;
	}

	.mobile-heading{
		width: 20%;
	}

	

	/* Third-Half Column 35/65 (2 Columns in a row) */

	.column-th-half{
		width: 35%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: top;
	}

	/* Third-Third Column 25/25/50 (3 Columns in a row) */

	.column-th-th{
		width: 20%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: middle;
	}

	/* Third Eight Column 45/10/45 */

	.column-th-eight{	
		width: 25%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: middle;
	}

	.column-th-fo{
		width: 37.5%;
		display: inline-block;
		box-sizing: border-box;
		/*background: green;*/
		white-space: normal;
		overflow: auto;
		height: 100%;
		vertical-align: middle;	
	}

	.cleaner{
		clear: both;
	}

	.advices-container{
		white-space: normal;
	}

}