@media only screen and (max-width:600px){

.header {display: none;}

html, body {
    overflow-x: hidden;
    height: 100%;
}

img {
	box-sizing: border-box;	
}

.container {
	margin-top: 60px;
	width: 100%;
}

.flex-container {
    display: inline-block;
    justify-content: left;
}

.subcontainer {
	display: block;
	width: 100%;
	float: left;
	padding: 5px;
}

.one-half, .one-quarter, .three-quarter, .one-third, .two-third {
    width: 100%;
	float: left;
	display: block;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

.hideresponsive {
	display: block;
}

.responsive-header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #666;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
}

.responsive-header span {
	color: #ccc;
	font-weight: bold;
	float: right;
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 30px;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 250px;
    margin-top: 60px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: #666;
	z-index: 999999;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid #ccc;
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0 20px 10px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

.profile-details .button-container {
    display: none;
}

.profile-details img {
	width: auto;
	max-width: 100%;
    border-radius: 4px;
    margin-bottom: 12px;
    display: block;
	width: 100%;
}

.profile-details .subcontainer:first-child {
    width: 50%;
    text-align: center;
}

.profile-details .subcontainer:last-child {
    width: 100%;
}

.pagination a {
	display: block;
	float: left;
	width: 100%;
}

.models-page .subcontainer.one-third {
	display: none;
}

.model-profile .button-container {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.model-profile .profile-image img {
	max-width: 100%;
	height: auto;
}

.pdf-download {
	margin: 3px 0;
}

#autosuggestResults {
    position: absolute;
    max-width: 250px;
}

.modal-content {
	width: 95%;
    padding: 10px;
}

.modal-image, .modal-image img {
    max-width: 100%;
    height: auto;

}