/* ===================================================== */
/* Global */
/* ===================================================== */

/*@media only screen and (min-width: 300px) and (max-width: 1366px ) {*/

@media only screen and (min-width: 1026px) and (max-width: 1366px ) {
    
    .container{
        width: 98%;
    }
    
}

@media only screen and (min-width: 300px) and (max-width: 1025px ) {
    
    .container{
        float: none!important;
		width: 100%;
	}

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12{
		display: block;
		float: none;
		width: 100%;
	}
    
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12{
        /*
        display: block;
		float: none;
		width: 100%;
		*/
    }
    
	.menu-container{ display: none; }
	.slicknav_menu{ display: block; }
    
}



/* ===================================================== */
/* Ipad */
/* ===================================================== */
@media only screen and (min-width: 700px) and (max-width: 1024px ) {
    
    .icon-container .button{ width: 50%; float: left; }
    
    .icons .icon-list ul li{
        width: 12%;
        margin-bottom: 90px;
    }
    
    .icons .icon-list ul li span {
        position: absolute;
        left: 0px;
        bottom: -45px;
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3em;
        color: #666666;
    }
    .icons .icon-list ul li span.smaller {
        bottom: -42px;
    }
    
    .user-profile .col-xs-4.regular{
        width: 33.33333333%!important;
    }
    .user-profile .col-xs-4{
        width: 50%!important;
    }
    
    .form-container label{
        margin-bottom: 30px;
    }
    
    .profile-container .profile-inner .form-container .col-xs-3{
        width: 50%!important;
    }
    
} /* End */



/* ===================================================== */
/* Ipad Pro */
/* ===================================================== */
@media only screen and (min-width: 1024px) and (max-width: 1366px ) {

    .icon-container .button{ width: 50%; float: left; }
    
    .icons .icon-list ul li{
        width: 12%;
        margin-bottom: 90px;
    }
    
    .icons .icon-list ul li span {
        position: absolute;
        left: 0px;
        bottom: -45px;
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3em;
        color: #666666;
    }
    .icons .icon-list ul li span.smaller {
        bottom: -42px;
    }
    
    .user-profile .col-xs-4.regular{
        width: 33.33333333%!important;
    }
    .user-profile .col-xs-4{
        width: 50%!important;
    }
    
    .form-container label{
        margin-bottom: 30px;
    }
    
    .profile-container .profile-inner .form-container .col-xs-3{
        width: 50%!important;
    }

} /* End */