@media
	only screen and (max-width:319px),
	only screen and (min-width:320px) and (max-width:480px) and (orientation:portrait),
	only screen and (min-width:320px) and (max-width:480px) and (orientation:landscape) ,
	only screen and (min-width:481px) and (max-width:767px)  
{



/*body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }*/
/*
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}*/


a {text-decoration: none;}

.elBody {
		height:100%; overflow-x:hidden; transition: all 2s ease;
	}

.tML1,
.tML2,
.tML3 {
	font: normal normal normal 17px/1 "OpenSansLight";
    letter-spacing: 0.05em;
    font-variant: all-small-caps;
}

.tML2_dmsi { font:normal normal normal 15px/1 "OpenSansLight"; letter-spacing:0.01em }
.tML3_dmsi { font:normal normal normal 14px/1 "OpenSansLight"; letter-spacing:0.01em }

.elBody.openSideNav {}

/* css handle to reach top of sceen when scrolled down */
.scrollup {
	z-index:99999;
	width:40px;
	height:40px;
	opacity:0.7;
	position:fixed;
	bottom:10px;
	right:14px;
	display:none;
	text-indent:-9999px;
	background:rgba(255,255,255,1);
}

a.scrollup:after {
	content:'\25B2'; 
	display:block; 
	font-size:200%; 
	color: rgba(250, 185, 0, 1);
	text-indent:0px;
	position:relative; 
	left:4px; 
	bottom:25px; 
}

/* 
.container {
    width: 100%;
    margin: 0px auto;
	background:transparent;
} 

.flexCanGen {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    background:transparent;
}*/


.rvredbar {
     width:100%;
     background: rgba(255, 152, 47, 1);
     text-align:Center;
     padding:7px 0;
     display:none;
     cursor:pointer;
     color: #fff;
     position: relative;
     top: 50px;
     z-index:10
}



.tBar {display:none}


/* ss */
.hamBarMob {
	display:block;
	height:50px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
	box-shadow: 0px 0px 5px 0px #999;
}
/* ss */
.toggleMenu {
    display:  none;
    background: #fff;
    padding: 6px 15px;
    color: #fff;
}
/* ss */
.toggleMenuFS {display:none;}
/* ss */
.bar1, .bar2, .bar3 {
  width: 30px;
  height: 2px;
  background-color: #ccc;
  margin: 8px 0;
  transition: 0.4s;
}
/* ss */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}
/* ss */
.change .bar2 {opacity: 0;}
/* ss */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.logoDv {
    background: transparent;
    z-index: 999;
    position: fixed;
	padding: 12px 0px 10px 0px;
    margin: 0 0 0 60px;
}

.logoDv a {display:block}

/* .logoDv img {width:150px} */

.menus {
    position: relative;
    width: 90%;
    top: 50px;
}

.nav {
	list-style: none;
	*zoom: 1;
	position: relative;
	transition:all 1s ease;
	flex-direction:column;

}

.nav a {
    padding: 13px 15px;
    color:#fff;
    *zoom: 1;
}

.nav ul {
	flex-direction: column;
	width: 100%;
	}

.nav li {
    position: relative;
}

.nav > li {
	background: rgba(50,200,255,.9);
	border-bottom:1px solid rgba(10, 150, 220,.5);
}

.nav > li:first-child  a {
    display: block;
	position: relative;
    top: 0;
    left: 0;
    xx-width: 50px;
    display: block;
    height: 50px;
    padding: 19px 10px;
    overflow: hidden;
}

.nav > li:first-child a .hmIcon { 
	background-image: url(../images/icons-w-25.png);
	background-repeat:no-repeat;
    background-position: 0px -14px;
	position: relative;
    top: 0;
    height: 16px;
    width: 14px;
    display: block;
	xx-margin: 0 auto; 
	}

.nav > li > a {
    display: block;
}

.nav li .dropdown {
    position: absolute;
    left: -9999px;
    z-index: 100;
	}

.nav > li.open {
	border-bottom: 1px solid rgba(50,200,245,1);
	background:red;
	}

.nav > li.open > .dropdown {
	position: static;
    left: 0;
	box-shadow: 0 7px 12px rgba(0, 0, 0, .175);
}

.nav li li > a {
    display: block;
    background: rgba(0,150,255,.95);/* lil2 bg*/
    position: relative;
    z-index:100;
    border-bottom: 1px solid rgba(50,200,245,.5);
}

.nav li.open li > a {
    display: block;
    background: rgba(0,150,255,.95);
    background: pink;
    position: relative;
	padding:15px 25px;
    z-index: 100;
    border-bottom: 1px solid rgba(50,200,245,.5);
}

.nav li li.open .dropdown {
    left: 100%;
    top: 0;
	box-shadow: 0 7px 12px rgba(0, 0, 0, .175);
        position: static;
	}

.nav li li li img {display:none}

.nav li li li a {
    background:rgba(6,104,156,.95); /*lil3 a bg */
	background:red;
	z-index:200;
    border-bottom: 1px solid rgba(50,200,245,.5);
}

/* .nav li.open li.open li  > a { */
.nav li.open li.open li  a {
    display: block;
    background: hotpink;
    position: relative;
	padding:15px 35px;
    z-index: 100;
    border-bottom: 1px solid rgba(50,200,245,.5);
	line-height: 1.1em;
}

/*.nav li li li a:hover {background:brown;} lil3 a:hover bg */

.content {
	-ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
	transform: translateX(0px);
	position: relative;
    background: yellow;
    padding: 20px;
    padding: 50px 0px 0px 0px;;
    top: 0px;
	transition: all 1s ease;
}

.pushContent {
	-ms-transform: translateX(250px);
    -webkit-transform: translateX(250px);
	transform: translateX(250px);

	width:100%;
	transition: all 1s ease;
	}

.contentCover{
    background:rgba(0,0,0,.75);
    width: 0%;
    position: fixed;
    top: 0px;
    left:0;
	right:0;
	bottom:0;
    height:100%;
	transition: all 1s ease;
}

.contentCover.opcOvrlyOnMobScr{
    background: rgba(0,0,0,.75);
    width: 100%;
    position: fixed;
    top: 0px;
    left:0;
	right:0;
	bottom:0;
	height: 100%;
	transform: translateX(250px);
	transition: all 1s ease;
}


.closeOpqScr:before {
    content: '\2715 ';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 65px;
    left: 18px;
    margin-right: 2px;
    color: red;
    font-size: 150%;
    display: none;
}
/*
https://stackoverflow.com/questions/24939347/how-can-i-add-a-time-delay-to-my-divs-so-they-appear-one-after-the-other-like-a
*/
@-webkit-keyframes fadeInBtnClose01 { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeInBtnClose01 { from { opacity:0; } to { opacity:1; } }
@keyframes fadeInBtnClose01 { from { opacity:0; } to { opacity:1; } }
.fade-in-btnClose01 {
    opacity:0;
    -webkit-animation:fadeInBtnClose01 ease-in 1;
    -moz-animation:fadeInBtnClose01 ease-in 1;
    animation:fadeInBtnClose01 ease-in 1;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;

	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.contentCover.opcOvrlyOnMobScr .closeOpqScr:before{display: block; transition: all 100s ease-in-out;}



/* css handle to reach top of sceen when scrolled down */
.scrollup {
	z-index:99999;
	width:40px;
	height:40px;
	opacity:0.7;
	position:fixed;
	bottom:10px;
	right:14px;
	display:none;
	text-indent:-9999px;
	background:rgba(255,255,255,1);
}

a.scrollup:after {
	content:'\25B2'; 
	display:block; 
	font-size:200%; 
	color: rgba(250, 185, 0, 1);
	text-indent:0px;
	position:relative; 
	left:4px; 
	bottom:25px; 
}

/* ddmmsl hide */


.dropdown.ddmmsl .can {padding:0px; background: rgba(0, 170,255,.95); background: #f1f2f3; background:#fff; width:auto;}

.dropdown.ddmmsl .can .flxCan {height:100%; }
.dropdown.ddmmsl .can .flxCan .flxCanItm.a {display:none}
.dropdown.ddmmsl .can .flxCan .flxCanItm.b {display:none}
.dropdown.ddmmsl .can .flxCan .flxCanItm.c {width:100%; background:transparent; padding:0}

.dropdown.ddmmsl .can .flxCan .flxCanItm.c .col-c-rw2 {display:none}
/*
	.dropdown.ddmmsl .can .flxCan .flxCanItm.c .col-c-rw2 .c {
	position: absolute;
	top: 3px;
	left: 40%;
	font-size: 50%;
	background: blue;
	margin: 0 auto;
	display: block;
	width: 45px;
	border-radius: 0%;
	height: 45px;0px;
}
*/
.dropdown.ddmmsl .can .flxCan .flxCanItm.c .flexCanGen  a.btn	{padding:12px 15px; color:#003366}
/*.dropdown.ddmmsl .can .flxCan .flxCanItm.c .col-c-rw2 .c a:hover	{background:red}
*/

/* x319, i320-x480-P, i320-x480-L, i481-x767 */
}




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

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 250px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: rgba(50,200,255,.9); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: auto; /* Disable horizontal scroll */
  padding-top: 50px; /* Place content 60px from the top */
  transition: all 1s ease; /* 0.5 second transition effect to slide in the sidenav */

transform: translateX(-250px);
}

.sidenav.openSideNav {
	transition :all 1s ease;
	transform: translateX(0px);
}

.sidenav.closeSideNav {
	transition :all 1s ease;
}

.ml1:after {
	content:' ';
	width:10px;
	height:10px;
	position:absolute;
	top:20px;
	right:10px;
	margin-right:2px;
	border-top: 0px solid yellow;
	border-bottom: 1px solid #fff;
	border-left: 0px solid cyan;
	border-right: 1px solid #fff;
	transform:rotate(-45deg) skewX(0deg) skewY(0deg);
}

.nav > li.hover .ml1:after {
	transform:rotate(45deg) skewX(0deg) skewY(0deg);
}

.ml2:after {
	content:' ';
	width:10px;
	height:10px;
	position:absolute;
	top:24px;
	right:10px;
	margin-right:2px;
	border-top: 0px solid yellow;
	border-bottom: 1px solid #fff;
	border-left: 0px solid cyan;
	border-right: 1px solid #fff;
	transform:rotate(-45deg) skewX(0deg) skewY(0deg);
}
.nav  li.lil2.hover .ml2:after {
	top:24px;
	transform:rotate(45deg) skewX(0deg) skewY(0deg);
}


/* x767 */
}











/* i768 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (min-width:768px) and (max-width:991px) {


/* .btntxt {font: normal normal normal 15px/1.5em "OpenSansRegular", Tahoms, Calibri, sans-serif;
    text-shadow: 1px 1px 2px #003366; font-weight:100; opacity:.5 } */

.tBar .tML1,
.tBar .tML2,
.tBar .tML3 {
	font: normal normal normal 16px/1 "OpenSansRegular";
    letter-spacing: 0.05em;
    font-variant: all-small-caps;
}


.elBody.openSideNav {}



.sticky .tBar {display:none}



/* topbar * * * * * * * * * * * * * * * * * * * * * * * * * */

.tBar.jContainer { background:#ffd525; background:#e8a401; color:#fff; border-bottom:1px solid #f1f2f3}
.tBar.jContainer .container { background: transparent; }

.tBar .tbc1 {justify-content: flex-start; xxbackground:lime; width:100%; margin:5px	0}
.tBar .tbc1 .flagCan { margin: 3px 0; }
.tBar .tbc1 .flagCan .flag {padding:0px 5px 0 0; xxbackground:red}

.tBar .tbc1 .flag .icon_holder {
	position: relative;
    top: 3px;
    height: 16px;
    width: 25px;
	display:inline-block;
    overflow: hidden;
	}

.tBar .tbc1 .flag .icon_holder .flagIcon {
	background-image: url(../images/icons_flags.png);
	background-repeat:no-repeat;
    background-position: 0px 0px;
    position: relative;
    top: 0;
    width: 25px;
    height: 16px;
    left: 0;
    display: inline-block;
	} 


.tBar .tbc1 .flagCan .cName {padding:2px 0 0 0;  xxbackground:red}


.tBar .tbc1 .ph {font-variant:normal; font-size:.8em; xxbackground:pink; display:table; margin:7px 12px; padding:0px 5px; border-left:1px solid #fff; border-right:1px solid #fff}

.tBar .tbc1 .ph .phNbr1 {display:inline-block; }


.tBar .tbc1 .ph .icon_holder {
	position: relative;
    top: 0;
    height: 13px;
    width: 12px;
	display:inline-block;
    overflow: hidden;
	}

.tBar .tbc1 .ph .icon_holder .phIcon {
	background-image: url(../images/icons-w-25.png);
	background-repeat:no-repeat;
    background-position: -35px 1px;
    position: relative;
    top: 0;
    width: 25px;
    height: 19px;
    left: 0;
    display: inline-block;
	} 

.tBar .tbc1 .eml .icon_holder {
	position: relative;
    top: 0;
    height: 13px;
    width: 16px;
	display:inline-block;
    overflow: hidden;
	}
.tBar .tbc1 .eml .icon_holder .emlIcon {
	background-image: url(../images/icons-w-25.png);
	background-repeat:no-repeat;
    background-position: -19px 1px;
    position: relative;
    top: 0;
    width: 25px;
    height: 19px;
    left: 0;
    display: inline-block;
	} 
.tBar .tbc1 .eml {background:orange-xx; font-variant:normal; font-size:.9em; padding:6px 5px 0 0}

.tBar .tbc1 .emlId {}

.tBar .tbc2 { width:15%; margin:5px 0} 
.tBar .tbc3 { width:30%; margin:7px 0} 
.tBar .tbc3 .loginCan { padding:2px 0px 0 0; margin-left:auto;} 


/* i768-x991 */
}








/* i992 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (min-width:992px) and (max-width:1199px) {


/* .btntxt {font: normal normal normal 15px/1.5em "OpenSansRegular", Tahoms, Calibri, sans-serif;
    text-shadow: 1px 1px 2px #003366; font-weight:100; opacity:.5 } */

.tBar .tML1,
.tBar .tML2,
.tBar .tML3 {
	font: normal normal normal 17px/1 "OpenSansSemiBold";
    letter-spacing: 0.05em;
    font-variant: all-small-caps;
}


.elBody.openSideNav {}



.sticky .tBar {display:none}



/* topbar * * * * * * * * * * * * * * * * * * * * * * * * * */

.tBar.jContainer { background:#ffd525; background:#e8a401; color:#fff; border-bottom:1px solid #f1f2f3}
.tBar.jContainer .container { background: transparent; }

.tBar .tbc1 {justify-content: flex-start; xxbackground:lime; width:60%; margin:5px	0}
.tBar .tbc1 .flagCan { margin: 3px 0; }
.tBar .tbc1 .flagCan .flag {padding:0px 5px 0 0; xxbackground:red}

.tBar .tbc1 .flag .icon_holder {
	position: relative;
    top: 3px;
    height: 16px;
    width: 25px;
	display:inline-block;
    overflow: hidden;
	}

.tBar .tbc1 .flag .icon_holder .flagIcon {
	background-image: url(../images/icons_flags.png);
	background-repeat:no-repeat;
    background-position: 0px 0px;
    position: relative;
    top: 0;
    width: 25px;
    height: 16px;
    left: 0;
    display: inline-block;
	} 


.tBar .tbc1 .flagCan .cName {padding:2px 0 0 0;  xxbackground:red}


.tBar .tbc1 .ph {font-variant:normal; font-size:.8em; xxbackground:pink; display:table; margin:7px 12px; padding:0px 5px; border-left:1px solid #fff; border-right:1px solid #fff}

.tBar .tbc1 .ph .phNbr1 {display:inline-block; }


.tBar .tbc1 .ph .icon_holder {
	position: relative;
    top: 0;
    height: 13px;
    width: 12px;
	display:inline-block;
    overflow: hidden;
	}

.tBar .tbc1 .ph .icon_holder .phIcon {
	background-image: url(../images/icons-w-25.png);
	background-repeat:no-repeat;
    background-position: -35px 1px;
    position: relative;
    top: 0;
    width: 25px;
    height: 19px;
    left: 0;
    display: inline-block;
	} 

.tBar .tbc1 .eml .icon_holder {
	position: relative;
    top: 0;
    height: 13px;
    width: 16px;
	display:inline-block;
    overflow: hidden;
	}
.tBar .tbc1 .eml .icon_holder .emlIcon {
	background-image: url(../images/icons-w-25.png);
	background-repeat:no-repeat;
    background-position: -19px 1px;
    position: relative;
    top: 0;
    width: 25px;
    height: 19px;
    left: 0;
    display: inline-block;
	} 
.tBar .tbc1 .eml {background:orange-xx; font-variant:normal; font-size:.9em; padding:6px 5px 0 0}

.tBar .tbc1 .emlId {}

.tBar .tbc2 { width:15%; margin:5px 0} 
.tBar .tbc3 { width:40%; margin:7px 0} 
.tBar .tbc3 .loginCan { padding:2px 0px 0 0; margin-left:auto;} 


/* i992-x1199 */
}




/* i1200 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and  (min-width:1200px) {

.tBar .tML1,
.tBar .tML2,
.tBar .tML3 {
	font: normal normal normal 17px/1 "OpenSansSemiBold";
    letter-spacing: 0.05em;
    font-variant: all-small-caps;
}

.rvredbar {
     width:100%;
     XXheight: 60px;
     background: rgba(255, 152, 47, 1);
     text-align:Center;
     padding:7px 0;
     display:none;
     cursor:pointer;
     color: #fff;
     position: relative;
     top:0;
     z-index:10
}






/* topbar * * * * * * * * * * * * * * * * * * * * * * * * * */

.hom .tBar.jContainer { 
	color:#fff; 
	border-bottom:1px solid transparent; 
	background:rgba(0,170,255,.5); 
	}

.tBar.jContainer { background:#ffd525; background:#e8a401; color:#fff; border-bottom:1px solid #fff;}

.tBar.jContainer .container { background: transparent; }

.tBar .tbc1 {justify-content: flex-start; xxbackground:lime; width:45%; margin:5px	0}
.tBar .tbc1 .flagCan { margin: 3px 0; }
.tBar .tbc1 .flagCan .flag {padding:0px 5px 0 0; xxbackground:red}

.tBar .tbc1 .flag .icon_holder {
	position: relative;
    top: 3px;
    height: 16px;
    width: 25px;
	display:inline-block;
    overflow: hidden;
	}

.tBar .tbc1 .flag .icon_holder .flagIcon {
	background-image: url(../images/icons_flags.png);
	background-repeat:no-repeat;
    background-position: 0px 0px;
    position: relative;
    top: 0;
    width: 25px;
    height: 16px;
    left: 0;
    display: inline-block;
	} 


.tBar .tbc1 .flagCan .cName {padding:2px 0 0 0;  xxbackground:red}


.tBar .tbc1 .ph {font-variant:normal; font-size:.8em; xxbackground:pink; display:table; margin:7px 12px; padding:0px 5px; border-left:1px solid #fff; border-right:1px solid #fff}

.tBar .tbc1 .ph .phNbr1 {display:inline-block; }


.tBar .tbc1 .ph .icon_holder {
	position: relative;
    top: 0;
    height: 13px;
    width: 12px;
	display:inline-block;
    overflow: hidden;
	}

.tBar .tbc1 .ph .icon_holder .phIcon {
	background-image: url(../images/icons-w-25.png);
	background-repeat:no-repeat;
    background-position: -35px 1px;
    position: relative;
    top: 0;
    width: 25px;
    height: 19px;
    left: 0;
    display: inline-block;
	} 

.tBar .tbc1 .eml .icon_holder {
	position: relative;
    top: 0;
    height: 13px;
    width: 16px;
	display:inline-block;
    overflow: hidden;
	}
.tBar .tbc1 .eml .icon_holder .emlIcon {
	background-image: url(../images/icons-w-25.png);
	background-repeat:no-repeat;
    background-position: -19px 1px;
    position: relative;
    top: 0;
    width: 25px;
    height: 19px;
    left: 0;
    display: inline-block;
	} 
.tBar .tbc1 .eml {background:orange-xx; font-variant:normal; font-size:.9em; padding:6px 5px 0 0}

.tBar .tbc1 .emlId {}

.tBar .tbc2 { width:15%; margin:5px 0} 
.tBar .tbc3 { width:40%; margin:7px 0} 
.tBar .tbc3 .loginCan { padding:2px 0px 0 0; margin-left:auto;} 



/* .sticky .tBar {display:none} */


/*new end 1200 */
}