/* Reset Css */
* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
	 box-sizing: border-box;
	 outline: none; 
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
pre {
    white-space: pre-line;
    word-break: break-word;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: inherit;
	text-decoration: none !important;
}
/* Reset Css */

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	object-fit: cover !important;
}

@keyframes jssorl-009-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@keyframes color-change {
  0% { color: red; }
  50% { color: blue; }
  100% { color: red; }
}

/*jssor slider bullet skin 053 css*/
.jssorb053 .i {position:absolute;cursor:pointer;}
.jssorb053 .i .b {fill:#2b2b2b;fill-opacity:0.5;}
.jssorb053 .i:hover .b {fill-opacity:.7;}
.jssorb053 .iav .b {fill-opacity: 1;}
.jssorb053 .i.idn {opacity:.3;}

/*jssor slider arrow skin 093 css*/
.jssora093 {display:block;position:absolute;cursor:pointer;}
.jssora093 .c {fill:none;stroke:#2b2b2b;stroke-width:400;stroke-miterlimit:10;}
.jssora093 .a {fill:none;stroke:#2b2b2b;stroke-width:400;stroke-miterlimit:10;}
.jssora093:hover {opacity:.8;}
.jssora093.jssora093dn {opacity:.6;}
.jssora093.jssora093ds {opacity:.3;pointer-events:none;}

/* Default Styles */
@font-face {
	font-family:irsans;
	src:url(../font/irsans.ttf),
		url(../font/irsans.woff);
}
.irsans {
	font-family:irsans !important;
}
.font-bold {
	font-weight:bold !important;
}
.font-size-12 {
	font-size:12px !important;
}
.font-size-14 {
	font-size:14px !important;
}
.font-size-16 {
	font-size:16px !important;
}
.font-size-18 {
	font-size:18px !important;
}
.font-size-20 {
	font-size:20px !important;
}
.font-size-24 {
	font-size:24px !important;
}
.font-size-26 {
	font-size:26px !important;
}
.font-size-32 {
	font-size:32px !important;
}
.font-size-42 {
	font-size:42px !important;
}
.font-size-52 {
	font-size:52px !important;
}
.font-size-62 {
	font-size:62px !important;
}
.font-size-72 {
	font-size:72px !important;
}
.font-size-82 {
	font-size:82px !important;
}
.font-size-100 {
	font-size:100px !important;
}
.text-right {
	text-align:right !important;
}
.text-center {
	text-align:center !important;
}
.text-left {
	text-align:left !important;
}
.text-justify {
	text-align:justify !important;;
}
.direction-rtl {
	direction:rtl !important;
}
.direction-ltr {
	direction:ltr !important;
}
.line-height-22 {
	line-height:22px !important;
}
.line-height-25 {
	line-height:25px !important;
}
.line-height-30 {
	line-height:30px !important;
}
.line-height-40 {
	line-height:40px !important;
}
.color-white {
	color:#fff !important;
}
.color-white-lite {
	color:#eee !important;
}
.color-white-dark {
	color:#bfbfbf !important;
}
.color-red {
	color:#ff3838 !important;
}
.color-red-lite {
	color:#ff4d4d !important;
}
.color-red-dark {
	color:#980707 !important;
}
.color-green {
	color:#33cc33 !important;
}
.color-green-lite {
	color:#71da71 !important;
}
.color-green-dark {
	color:#1f7a1f !important;
}
.color-blue {
	color:#0066ff !important;
}
.color-blue-lite {
	color:#66a3ff !important;
}
.color-blue-dark {
	color:#003d99 !important;
}
.color-dark {
	color:#2b2b2b !important;
}
.color-black {
	color:#000 !important;
}
.backgroundcolor-white {
	background-color:#fff !important;
}
.backgroundcolor-white-lite {
	background-color:#fcfcfc !important;
}
.backgroundcolor-white-dark {
	background-color:#bfbfbf !important;
}
.backgroundcolor-red {
	background-color:#ee5253 /*#ff3838*/ !important;
}
.backgroundcolor-red-lite {
	background-color:#ff4d4d !important;
}
.backgroundcolor-red-dark {
	background-color:#980707 !important;
}
.backgroundcolor-green {
	background-color:#33cc33 !important;
}
.backgroundcolor-green-lite {
	background-color:#71da71 !important;
}
.backgroundcolor-green-dark {
	background-color:#1f7a1f !important;
}
.backgroundcolor-blue {
	background-color:#0066ff !important;
}
.backgroundcolor-blue-lite {
	background-color:#66a3ff !important;
}
.backgroundcolor-blue-dark {
	background-color:#003d99 !important;
}
.backgroundcolor-dark {
	background-color:#2b2b2b !important;
}
.backgroundcolor-black {
	background-color:#000 !important;
}
.m-0 {
	margin-left:auto !important;
	margin-right:auto !important;
}
.mtb-5 {
	margin-top:5px !important;
	margin-bottom:5px !important;
}
.mtb-10 {
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.mtb-15 {
	margin-top:15px !important;
	margin-bottom:15px !important;
}
.mtb-20 {
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.mtb-30 {
	margin-top:30px !important;
	margin-bottom:30px !important;
}
.mtb-40 {
	margin-top:40px !important;
	margin-bottom:40px !important;
}
.mtb-50 {
	margin-top:50px !important;
	margin-bottom:50px !important;
}
.mtb-60 {
	margin-top:60px !important;
	margin-bottom:60px !important;
}
.mtb-70 {
	margin-top:70px !important;
	margin-bottom:70px !important;
}
.mlr-5 {
	margin-left:5px !important;
	margin-right:5px !important;
}
.mlr-10 {
	margin-left:10px !important;
	margin-right:10px !important;
}
.mlr-15 {
	margin-left:15px !important;
	margin-right:15px !important;
}
.mlr-20 {
	margin-left:20px !important;
	margin-right:20px !important;
}
.mlr-30 {
	margin-left:30px !important;
	margin-right:30px !important;
}
.mlr-40 {
	margin-left:40px !important;
	margin-right:40px !important;
}
.mlr-50 {
	margin-left:50px !important;
	margin-right:50px !important;
}
.mlr-60 {
	margin-left:60px !important;
	margin-right:60px !important;
}
.mlr-70 {
	margin-left:70px !important;
	margin-right:70px !important;
}
.ptb-5 {
	padding-top:5px !important;
	padding-bottom:5px !important;
}
.ptb-10 {
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.ptb-15 {
	padding-top:15px !important;
	padding-bottom:15px !important;
}
.ptb-20 {
	padding-top:20px !important;
	padding-bottom:20px !important;
}
.ptb-30 {
	padding-top:30px !important;
	padding-bottom:30px !important;
}
.ptb-40 {
	padding-top:40px !important;
	padding-bottom:40px !important;
}
.ptb-50 {
	padding-top:50px !important;
	padding-bottom:50px !important;
}
.ptb-60 {
	padding-top:60px !important;
	padding-bottom:60px !important;
}
.ptb-70 {
	padding-top:70px !important;
	padding-bottom:70px !important;
}
.plr-5 {
	padding-left:5px !important;
	padding-right:5px !important;
}
.plr-10 {
	padding-left:10px !important;
	padding-right:10px !important;
}
.plr-15 {
	padding-left:15px !important;
	padding-right:15px !important;
}
.plr-20 {
	padding-left:20px !important;
	padding-right:20px !important;
}
.plr-30 {
	padding-left:30px !important;
	padding-right:30px !important;
}
.plr-40 {
	padding-left:40px !important;
	padding-right:40px !important;
}
.plr-50 {
	padding-left:50px !important;
	padding-right:50px !important;
}
.plr-60 {
	padding-left:60px !important;
	padding-right:60px !important;
}
.plr-70 {
	padding-left:70px !important;
	padding-right:70px !important;
}
.block {
	display:block !important;
}
.center {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.inline-block {
	display:inline-block !important;
}
.object-fit-contain {
	object-fit: contain !important;
}
.object-fit-cover {
	object-fit: cover !important;
}
.float-left{
	float:left !important;
}
.float-right {
	float:right !important;
}
.overflow-auto {
	overflow:auto !important;
}
.overflow-hidden {
	overflow:hidden !important;
}
.relative {
	position:relative !important;
}
.cursor-pointer {
	cursor:pointer;
}
.table {
	border:1px solid #ccc;
}
.table thead tr td{
	font-family: irsans;
	padding:12px 5px 10px 5px;
	background:#eee;
	border-bottom:2px solid #ccc;
}
.table tbody tr td{
	font-family: irsans;
	padding:9px 5px 7px 5px;
	border-bottom:2px solid #ccc;
	vertical-align: middle;
}
.table tbody tr:nth-child(2n+2){
	background:#f5f5f5 !important;
}
.input {
	font-family: irsans;
    padding: 7px 5px;
    border: 1px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
	border-radius: 6px;
	transition: all 0.5s;
}
.input:focus{
	border: 1px solid #ddd;
    border-left: 2px solid #ddd;
    border-top: 2px solid #ddd;
}
textarea.input {
	max-width: 100%;
	max-height:50vh;
	min-height:15vh;
	min-width: 50%;
}
.success-button {
	padding: 8px 40px;
    background: #5cee52;
    border-radius: 100px;
    border: 1px solid #24b11a;
    border-bottom: 3px solid #24b11a;
    transition: all 0.2s;
    font-family: irsans;
	font-size: 15px;
	cursor: pointer;
}
.success-button:active {
	background: #52de49;
	border: 1px solid #24b11a;
    border-top: 3px solid #24b11a;
}
.error-button {
	padding: 8px 40px;
    background: #ff5151;
    border-radius: 100px;
    border: 1px solid #b11a1a;
    border-bottom: 3px solid #b11a1a;
    transition: all 0.2s;
    font-family: irsans;
	font-size: 15px;
	cursor: pointer;
	color:#fff;
}
.error-button:active {
	background: #f75252;
	border: 1px solid #b11a1a;
    border-top: 3px solid #b11a1a;
}
.success-msg {
	
}
.error-msg {
	
}
	/*  Icons  */
		
	/*  Icons  */
/* Default Styles */

body {
	background:#f5f5f5;
}
.header {
	background:#fcfcfc;
	//border-top:4px solid #ee5253;
}
.logo img {
	width:100px;
	height:100px;
}
.header-title {
	display: -webkit-flex; /* Safari */
  	-webkit-align-items: center; /* Safari 7.0+ */
  	display: flex;
	align-items: center;
	height:100;
}
.menu {
	margin:0 5px;
}
.menu  li{
	padding:20px 15px;
	margin:0 3px;
	display:inline-block;
	font-family:irsans;
	transition:all 0.5s;
	color:#f5f5f5;
}
.menu li:hover{
	background:#ff6b6b;
}
.menu2 {
	margin:0 5px;
}
.menu2  li{
	padding:20px 15px;
	margin:0 3px;
	display:inline-block;
	font-family:irsans;
	transition:all 0.5s;
	color:#f5f5f5;
}
.menu2 li:hover{
	background:#ff6b6b;
}
.gallery {
	width:100%;
	height:100%;
	object-fit: cover;
	cursor: pointer;
}
.big-image {
	background:rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:99;
	display:none;	
}
.big-image img {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	min-width: 30%;
	width: auto;
	max-width: 90%;
	min-height:30vh;
	height: auto;
	max-height: 80vh;
	object-fit: contain;
}
.big-image video {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	min-width: 30%;
	width: auto;
	max-width: 90%;
	min-height:30vh;
	height: auto;
	max-height: 80vh;
	object-fit: contain;
}
.big-image label {
	width:80%;
	direction: rtl;
	padding:12px 5px 10px 5px;
	background:rgba(0,0,0,0.5);
	position: absolute;
	bottom:10px;
	left:0;
	right:0;
	margin:auto;
	text-align: center;
	font-family:irsans;
	color:white;
}
.news-title {
    transition:all 0.5s;
}
.news-title a {
    transition:all 0.5s; 
}
.news-main:nth-child(2n+1){
    clear:both !important;
}
.news-main:hover .news-title {
    background:#ee5253 !important;
}
.news-main:hover .news-title a {
    color:#fff !important;
}
.add-to-cart {
	border:2px solid #33cc33;
	color:#33cc33;
	padding: 5px 0px 1px 0px;
	margin:3px 0;
	transition:all 0.5s;
}
.add-to-cart:hover {
	background:#33cc33;
	color:#f5f5f5;
}
.message-box {
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	width: fit-content;
	max-width: 95%;
	height: fit-content;
	max-height: 90vh;
	border:1px solid #5298ee;
	border-bottom:3px solid #5298ee;
	box-shadow:0px 3px 10px #2b2b2b;
	cursor: pointer;
	background:#f1f7ff;
	line-height:25px;
}
.message-box::after{
	content:"\00D7";
	font-size: 23px;
	position:absolute;
	top:0;
	bottom:0;
	right:10px;
	margin:auto;
	color:#ee5252 /*#5298ee*/;
	height: fit-content;
}

.login-popup{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(10,10,10,0.5);
    margin:auto;
    z-index:999999;
}
.login-popup-close {
    position:absolute;
    left:0;
    top:0;
    padding:30px;
    background:rgba(0,0,0,0.8);
    color:white;
    font-size:18px;
    font-family:tahoma;
    font-weight:bold;
    cursor:pointer;
}


.footer {
	background:#fcfcfc;
	border-bottom:4px solid #ee5253;
}
.socialnetwork {
    position:fixed;
    height:200px;
    top:0;
    bottom:0;
    margin:auto;
    overflow:auto;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
.insta {
    padding:10px;
    background:#c53153;
    margin:5px 0;
}
.tel {
    padding:10px;
    background:#3188c5;
    margin:5px 0;
}
.rating {
    padding:5px 10px 5px 11px;
    margin:5px;
    border-radius:5px;
    background:gold;
    color:#2b2b2b;
    display: inline-block;
}
.rating-selected {
    background:#3aadfd;
}

/* App */

.app-main {
    background:url(../images/AppBg.jpg);
    background-position:center center;
    background-attachment:fixed;
    background-size:70%;
    border-bottom:5px solid #ee5253;
}
.app-post {
    border-radius:10px;
    box-shadow:2px 2px 5px #737373;
}
.app-post:before{
    content:"";
    width:0;
    height:0;
    border:7px solid transparent;
    border-right:7px solid #fcfcfc;
    position:absolute;
    right:100%;
    bottom:10px;
}
.app-media {
    height:100%;
    object-fit:contain;
    border-radius:10px 10px 0 0;
    
}
.app-contact-link {
    width:45px;
    height:45px;
    background:#ee5253;
    border-radius:50px;
    position:fixed;
    right:10px;
    bottom:15px;
    display:block;
    z-index:1000;
    box-shadow:0 0 5px #737373;
    
}
.app-contact-link i{
    color:white;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    font-size: 20px;
    width: 100%;
    text-align: center;
    height: 22px;
}
.app-chat-link {
    width:45px;
    height:45px;
    background:#ee5253;
    border-radius:50px;
    position:fixed;
    right:10px;
    bottom:80px;
    display:block;
    z-index:1000;
    box-shadow:0 0 5px #737373;
    
}
.app-chat-link i{
    color:white;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    font-size: 20px;
    width: 100%;
    text-align: center;
    height: 22px;
}
.chat-main {
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    height:100vh;
    background:rgba(0,0,0,0.5);
    z-index:1005;
}
.chat-room {
    width:95%;
    height:70vh;
    border-radius:10px;
    background:#f5f5f5;
    margin:13% auto;
    display:block;
    position:relative;
    font-family:irsans;
}
.chat-close {
    position:absolute;
    top:-12px;
    right:-12px;
    padding:7px 11px;
    background:red;
    font-family:tahoma;
    color:white;
    border-radius:100px;
}
.chat-header{
    width:100%;
    height:10vh;
    padding:7px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.chats{
    width:100%;
    height:50vh;
    padding:7px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    background:#f0f0f0;
}
.chat-input{
    width:100%;
    height:10vh;
    padding:7px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.uchat {
    min-width:60%;
    width: auto;
    max-width:90%;
    background:#91f59c;
    border-radius:10px;
    float:left;
    position:relative;
    padding:9px 11px;
    margin:7px 0;
}
.uchat:after{
    content:"";
    width:0;
    height:0;
    border:7px solid transparent;
    border-right:7px solid #91f59c;
    position:absolute;
    bottom:20px;
    left:-14px;
}
.uchat .chat-name {
    color:#3fa94b;
}
.cht {
    line-height: 20px !important;
}
.uchat .chat-footer{
    color:#3fa94b;
}

.mchat {
    min-width:60%;
    width: auto;
    max-width:90%;
    background:#8eefff;
    border-radius:10px;
    float:right;
    position:relative;
    padding:9px 11px;
    margin:7px 0;
}
.mchat:after{
    content:"";
    width:0;
    height:0;
    border:7px solid transparent;
    border-left:7px solid #8eefff;
    position:absolute;
    bottom:20px;
    right:-14px;
}
.mchat .chat-name {
    color:#419faf;
}
.mchat .chat-footer{
    color:#419faf;
}

.chat-textarea{
    resize: none;
    font-family: irsans;
    padding: 7px 5px;
    border: 1px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-radius: 6px;
    height: 8vh;
    transition: all 0.5s;
}

/* App */


/*  Responsive  */

@media only screen and (min-width: 100px) {
    /* For Mobile: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
	
	.row-s-5 {height:5vh;}
	.row-s-10 {height:10vh;}
	.row-s-15 {height:15vh;}
	.row-s-20 {height:20vh;}
	.row-s-25 {height:25vh;}
	.row-s-30 {height:30vh;}
	.row-s-40 {height:42vh;}
	.row-s-50 {height:50vh;}
	.row-s-60 {height:60vh;}
	.row-s-70 {height:70vh;}
	.row-s-80 {height:80vh;}
	.row-s-90 {height:90vh;}
	.row-s-100 {height:100vh;}
	.row-s-120 {height:120vh;}
	.row-s-140 {height:140vh;}
	.row-s-160 {height:160vh;}
	.row-s-180 {height:180vh;}
	.row-s-200 {height:200vh;}
	
	.min-row-s-5 {min-height:5vh;}
	.min-row-s-10 {min-height:10vh;}
	.min-row-s-15 {min-height:15vh;}
	.min-row-s-20 {min-height:20vh;}
	.min-row-s-25 {min-height:25vh;}
	.min-row-s-30 {min-height:30vh;}
	.min-row-s-40 {min-height:40vh;}
	.min-row-s-50 {min-height:50vh;}
	.min-row-s-60 {min-height:60vh;}
	.min-row-s-70 {min-height:70vh;}
	.min-row-s-80 {min-height:80vh;}
	.min-row-s-90 {min-height:90vh;}
	.min-row-s-100 {min-height:100vh;}
	.min-row-s-120 {min-height:120vh;}
	.min-row-s-140 {min-height:140vh;}
	.min-row-s-160 {min-height:160vh;}
	.min-row-s-180 {min-height:180vh;}
	.min-row-s-200 {min-height:200vh;}

	.logo {
		text-align: center !important;
	}
	.header-title {
		text-align: center !important;
	}
	.header-title h1 {
		margin: auto;
	}
	.msg-box {
		padding:0;
		padding-top:15px;
		padding-bottom:15px;
	}
	.profile-box {
		padding:0;
		padding-top:5px;
	}
	.login-box {
		margin-top:10px;
	}
	.menu {display: none;}
	.menu li {
		display: block;
		padding:15px 10px;
	}
	.imenu {display: block;}
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
	
	.row-m-5 {height:5vh;}
	.row-m-10 {height:10vh;}
	.row-m-15 {height:15vh;}
	.row-m-20 {height:20vh;}
	.row-m-25 {height:25vh;}
	.row-m-30 {height:30vh;}
	.row-m-40 {height:40vh;}
	.row-m-50 {height:50vh;}
	.row-m-60 {height:60vh;}
	.row-m-70 {height:70vh;}
	.row-m-80 {height:80vh;}
	.row-m-90 {height:90vh;}
	.row-m-100 {height:100vh;}
	.row-m-120 {height:120vh;}
	.row-m-140 {height:140vh;}
	.row-m-160 {height:160vh;}
	.row-m-180 {height:180vh;}
	.row-m-200 {height:200vh;}
	
	.min-row-m-5 {min-height:5vh;}
	.min-row-m-10 {min-height:10vh;}
	.min-row-m-15 {min-height:15vh;}
	.min-row-m-20 {min-height:20vh;}
	.min-row-m-25 {min-height:25vh;}
	.min-row-m-30 {min-height:30vh;}
	.min-row-m-40 {min-height:40vh;}
	.min-row-m-50 {min-height:50vh;}
	.min-row-m-60 {min-height:60vh;}
	.min-row-m-70 {min-height:70vh;}
	.min-row-m-80 {min-height:80vh;}
	.min-row-m-90 {min-height:90vh;}
	.min-row-m-100 {min-height:100vh;}
	.min-row-m-120 {min-height:120vh;}
	.min-row-m-140 {min-height:140vh;}
	.min-row-m-160 {min-height:160vh;}
	.min-row-m-180 {min-height:180vh;}
	.min-row-m-200 {min-height:200vh;}

	.logo {
		text-align: left !important;
	}
	.header-title {
		text-align: right !important;
	}
	.header-title h1 {
		margin: 0;
	}
	.msg-box {
		padding:0;
		padding-left:5px;
	}
	.profile-box {
		padding:0;
		padding-left:5px;
	}
	.login-box {
		margin-top:0;
	}
	.menu {display: none;}
	.menu li {
		display: block;
		padding:15px 10px;
	}
	.imenu {display: block;}
}
@media only screen and (min-width: 800px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	
	.row-5 {height:5vh;}
	.row-10 {height:10vh;}
	.row-15 {height:15vh;}
	.row-20 {height:20vh;}
	.row-25 {height:25vh;}
	.row-30 {height:30vh;}
	.row-40 {height:42vh;}
	.row-50 {height:50vh;}
	.row-60 {height:60vh;}
	.row-70 {height:70vh;}
	.row-80 {height:80vh;}
	.row-90 {height:90vh;}
	.row-100 {height:100vh;}
	.row-120 {height:120vh;}
	.row-140 {height:140vh;}
	.row-160 {height:160vh;}
	.row-180 {height:180vh;}
	.row-200 {height:200vh;}
	
	.min-row-5 {min-height:5vh;}
	.min-row-10 {min-height:10vh;}
	.min-row-15 {min-height:15vh;}
	.min-row-20 {min-height:20vh;}
	.min-row-25 {min-height:25vh;}
	.min-row-30 {min-height:30vh;}
	.min-row-40 {min-height:40vh;}
	.min-row-50 {min-height:50vh;}
	.min-row-60 {min-height:60vh;}
	.min-row-70 {min-height:70vh;}
	.min-row-80 {min-height:80vh;}
	.min-row-90 {min-height:90vh;}
	.min-row-100 {min-height:100vh;}
	.min-row-120 {min-height:120vh;}
	.min-row-140 {min-height:140vh;}
	.min-row-160 {min-height:160vh;}
	.min-row-180 {min-height:180vh;}
	.min-row-200 {min-height:200vh;}

	.logo {
		text-align: left !important;
	}
	.header-title {
		text-align: right !important;
	}
	.header-title h1 {
		margin: 0;
	}
	.msg-box {
		padding:0;
		padding-left:5px;
	}
	.profile-box {
		padding:0;
		padding-left:5px;
	}
	.login-box {
		margin-top:0;
	}
	.menu {display: block;}
	.menu li {
		display: inline-block;
		padding:20px 15px;
	}

	.imenu {display: none;}
}

/*  Responsive  */