@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;
}*/

.elBody {font: normal normal normal 16px/1.5em "OpenSansLight", Tahoms, Calibri, sans-serif; }

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;
}


.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: 0 0 0 0;
    margin: 0 0 0 55px;
}

.logoDv a {display:block}

.logoDv img {width: 120px; }

.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: transparent;
    padding: 20px;
    padding: 50px 0px 0px 0px;;
    top: 0px;
	transition: all 1s ease;
}

.pushContent {
/* 	This will push the lower layer too.
	-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
	only screen and (min-width:360px) and (max-width:767px)  
{
.logoDv img {width:120px}
}

@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-x991 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (min-width:768px) and (max-width:991px) {


::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

#img_ddmmsl_dn01 {}

.elBody {font: normal normal normal 16px/1.5em "OpenSansLight", Tahoms, Calibri, sans-serif; }

a {text-decoration: none;}

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

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

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


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


.tML2_dmsi { font:normal normal normal 16px/1 "OpenSansBold"; letter-spacing:0.01em }
.tML3_dmsi { font:normal normal normal 14px/1 "OpenSansRegular"; letter-spacing:0.01em }

.txtHdH2_ddmmsl {font:normal normal normal 21px/1 "OpenSansBold"; letter-spacing:0em}
.txtHdH2_ddmmsl_adj {display:block; text-align:center; color:rgba(15,40,95,1); padding: 0px 0px 10px 0;}

.tML3_dmsi_adj1 {font:normal normal normal 30px/1.25 "OpenSansBold"; letter-spacing:0.01em}

.txtddmm {font-size:90%;}

._artLede {font-weight:100}

.elBody.openSideNav {}

.hamBarMob {display:none}

.ml1:after {
	content:'\2026'; /* horizontal eclipises */
	width: 10px;
    height: 10px;
    position: absolute;
    top: 17px;
    right: 10px;
    xx-margin-right: 2px;
    font-weight: bold;
	/*border-top: 0px solid yellow;
	border-bottom: 1px solid #fff;
	border-left: 0px solid cyan;
	border-right: 1px solid #fff;

	transform:rotate(45deg);
	transform:rotate(-45deg) skewX(10deg) skewY(5deg); */
}

.sticky .tBar {display:none}

.sticky .ml1:after{
	content:'\2026'; /*vertical eclipises */
	top:18px;
	right:8px;
}

.ml2:after {
	content:" ";
	width:8px;
	height:8px;
	position:absolute;
	top:20px;
	right:10px;

	border-top: 0px solid yellow;
	border-bottom: 1px solid white;
	border-left: 0px solid cyan;
	border-right: 1px solid white;

	transform:rotate(-45deg);
	/* transform:rotate(-45deg) skewX(10deg) skewY(5deg); */
}

.ddmmsl .ml2:after {display:none}

.container {
    width: 750px;
    margin: 0px auto;
}

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

/* topbar * * * * * * * * * * * * * * * * * * * * * * * * * */
.tBar.containerfs {/*colors*/; background:#ffd525; background:#e8a401; color:#fff; border-bottom:1px solid #f1f2f3}
.tBar .container {}
.tBar .tbc1 {justify-content: flex-start; xxbackground:lime; width:90%; 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 .phIcon {display:inline-block; padding:0 3px;}
.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 {xxbackground:yellow;  width:15%; margin:5px 0} 
.tBar .tbc3 {xxbackground:yellow;  width:40%; margin:7px 0} 
.tBar .tbc3 .loginCan {xxbackground:orange; xxfont-variant:normal; xxfont-size:.9em; padding:2px 5px 0 0; margin-left:auto;} 
















.header { background:#fff; box-shadow:1px 1px 1px 1px #fff}

.header > .container {flex-direction:column} 

.header.sticky {box-shadow:0px 0px 10px 1px #999;}

.header.sticky > .container {flex-direction:row; justify-content: space-between;}



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

.container:before, .container:after {
    content: " "; 
    display: table; 
}

.container:after {
    clear: both;
}*/

.logoDv {
    background: transparent;
    z-index: 999;
    position: static;
    display: block;
    padding: 15px 0 15px 0;
    margin: 0;
	transition: all .5s ease;
}

.logoDv a {display: table;}

.logoDv img {width:auto; width:initial; width: 100%;}

.menus {
    position: relative;
    top: 0px;
	width: 100%;
	transition: all 1s ease-in-out;
}

.menus.flexCanGen{ 
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9
}

.sticky .logoDv { padding: 9.5px 0px; margin-right: auto; width:15%; transition: all .5s ease; }

.sticky .menus {
	width: auto;
	transition: all 2s ease-in-out;
}

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

.nav a {
    padding: 13px 7px;
    color:#fff;
    color:rgba(6,104,156,1);
    *zoom: 1;
}

.sticky .nav a { padding: 13px 5px;}

.nav ul {
	flex-direction: column;
    list-style: none;
	width:100%;
	min-width:9em;
	}

.nav li {
    position: relative;
}

.nav > li {
	border-bottom: 0px solid rgba(50,200,245,.25);
	background: rgba(6,104,156,1);
	background:#fff;
}
.nav > li > a {
    display: block;
}

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

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

#idHeader .nav > li:first-child:hover .hmIcon { 
	background-image: url(../images/icons-w-25.png);
	background-position: 0px -14px;
}

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

.nav > li > .ddmmsl:before {


}

.nav > li:hover {
    background:rgba(0,170,255,.95); /*lil1 hover*/
}

.nav > li:hover > a {color:#fff}

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

.nav > li.hover > .dropdown > .container { height:100%}

.nav li li.hover .dropdown {
    position: absolute;
    left: 100%;
    top: 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);
}

/* for ddd */
/* .mnuTypo2 {font:normal normal normal 16px/1 "OpenSansBold"; letter-spacing:0.01em} */
.ptxt1 {font:normal normal normal 16px/1.5 "OpenSansLight"; letter-spacing:0.01em; word-spacing:0.25em; color:red; }

/* mobile
.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 a {
    background:rgba(6,104,156,.95); /*lil3 a bg */
	background:red;
	z-index:200;
    border-bottom: 1px solid rgba(50,200,245,.5);
}

/* mobile
.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);
}
*/


.nav li li:last-child > a { border-bottom:2px solid red;}

/* ddd .nav li li:hover a { background: rgba(6,104,156,1);}/* lil2 > a:hover bg*/
.nav li li:hover a { background: rgba(6,104,156,1);}

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


.toggleMenuFS {
    display: none;
}

.bar1, .bar2, .bar3 {
    width: 20px;
    height: 2px;
    background-color: #fff;
    background: #ddd;
    margin: 6px 0;
    transition: 0.4s;
}

.openHamMnuFS .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
    background-color: #f00;
}

.openHamMnuFS .bar2 {opacity: 0;}

.openHamMnuFS .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
  transform: rotate(45deg) translate(-7px, -7px);
      background-color: #f00;
}



.content {
    background: yellow;
	position:static;
    padding: 25px 85px;
    padding: 0;
    top: 0px;
	-ms-transform: none;
    -webkit-transform: none;
	transform: none;
	transition: all 1s ease;
}

/* 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; 
}



/* ddd */

.ddmmsl .emils ul {
	min-width:7em;
	}


.nav > li.hover > .dropdown.ddmmsl {
    left: 0;
    box-shadow: 0 7px 12px rgba(0, 0, 0, .175);

	position: fixed;
    height: 300px;
    width: 100%;
	background:#fff; 
	border-top:10px solid rgba(0, 170,255,1); 
	border-bottom:25px solid rgba(0, 170,255,.75);
	display:block;
	
	xx-border-bottom: 25px solid transparent;
	display: block;
	background-image: url(/images/ddmmsl/bg_cookie.png);
	background-repeat: no-repeat;
	background-position: 0% 130%;
	background-size: cover;
	background-size: 100%;

	}


.dropdown.ddmmsl .can {padding:0px; background: rgba(0, 170,255,.95); background: rgba(255,255,255,.9); xxbackground:transparent}

.dropdown.ddmmsl .flxCan {height:100%; }

.dropdown.ddmmsl .flxCan .flxCanItm.a {width:25%; background:transparent;  padding:25px 10px 25px 0; overflow:hidden; display:none;}
.dropdown.ddmmsl .flxCan .flxCanItm.a img {width:100%; border: 0px dashed #0dadfe;
    width: 100%;
    xx-box-shadow: 0px 5px 10px -9px #000, 10px 10px 0px -10px #000;
	    box-shadow: -25px 0px 75px -40px #000;}

.dropdown.ddmmsl .flxCan .flxCanItm.b {width:35%; background:rgba(180,225,250,.25);  padding:25px 10px 25px 10px}


.dropdown.ddmmsl .flxCan .flxCanItm.c {width:65%; background:rgba(180,25,20,0);  padding:25px 0 25px 0; display:inline}

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

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2{width:100%; background:transparent;}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .flexCanGen {width:100%; background:transparent; flex-direction:row}

/* inside of ".dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .flexCanGen" */
.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.a {width:34%; background: orchid url(../images/ddmmsl/ddmmsl-sw.jpg) no-repeat;
    background-size: cover; position:absolute; left:0;     padding-bottom: 1px;}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3 img {width:100%; padding:0; position:relative; top:0}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 a {display:none}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.a	a {
	background: rgba(255,255,255,.75);
    padding: 5px 15px;
    display: table;
    padding: 30px 40px;
    margin: 75px 25px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 3px;
    box-shadow: 2px 2px 15px -2px rgba(0,170,255,.9);
    color: rgba(15,40,95,1);
    text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,170,255,1);
}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.a	a:hover {
	color:#fff; background:rgba(0,170,255,.5); border: 1px solid rgba(255,255,255,.25); 
}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.b {
	width:33%; 
	background: pink;
	background:linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    padding: 20px;
	position:absolute;
	left:34%;
}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.c {
	width:33%;
	background: pink;
	background:linear-gradient(90deg, rgba(199,0,0,1) 0%, rgba(245,143,0,1) 43%, rgba(255,188,0,1) 100%); 
    padding: 20px;
	position:absolute; right:0;
}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.b a.btn.typ1.col1 ,
.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.c a.btn.typ1.col1 {
    margin: 0;
	padding:10px 15px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.b a.btn.typ1.col1:hover,
.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.c a.btn.typ1.col1:hover	{	background:rgba(0,170,255,.95); }

.flxCanItm.c .flexCanGen {
	flex-direction: row;
    list-style: none;
	justify-content: space-evenly;
    width: 100%;
}

.flxCanItm.c .flexCanGen .lil2 {width:40%; margin:0 5px 0 0;}
.ddmmsl .flxCanItm.c .flexCanGen .lil2 {width:auto; margin:0 5px 0 0;}


.ddmmsl .flxCanItm.c .flexCanGen .lil2 a ,
.ddmmsl .flxCanItm.c .flexCanGen .lil2 .lil2Hdxxx {
	background:transparent;
	border-bottom: 2px solid #f1f2f3;
	color:rgba(15,40,95,1);
	text-align:left;padding: 5px 5px;
	margin-bottom:0;
	cursor:default;
	display:block;
	}

.ddmmsl .flxCanItm.c .flexCanGen .lil3 a {	border-bottom:none; cursor:pointer; line-height: 1.1em;}
/* .ddmmsl .flxCanItm.c .flexCanGen .lil3 a:hover { text-decoration:none; xxbackground:rgba(0,150,255,.95);} */

.flxCanItm.c .flexCanGen .lil2 .dropdown {left:0; width:100%; position:relative; box-shadow:none;}

.flxCanItm.c .flexCanGen .dropdown .flexCanGen {flex-direction:column }

.flxCanItm.c .flexCanGen .dropdown a:hover {color:crimson; text-decoration:underline;}

.ddmmsl .flxCanItm.c .flexCanGen .lil2 a.btn.typ1.col1, .btn.typ1.col1 {
	display:table; 
	background-image:linear-gradient(-45deg, rgba(15,40,95,1), rgba(15,40,95,1));
	background-image: radial-gradient(farthest-side at 0% 100%, rgba(15,40,95,1), rgba(15,40,95,1));
	padding:5px 15px; margin:10px 0; border:1px solid rgba(0,170,255,.95); border-radius:3px; box-shadow:2px 2px 5px -2px #666; color:#fff; text-decoration:none; transition:all 2s ease;
	}
.ddmmsl .flxCanItm.c .flexCanGen .lil2 a.btn.typ1.col1:hover, .btn.typ1.col1:hover {
	background:linear-gradient(45deg, rgba(0,170,255,.95), rgba(15,40,95,1), rgba(255, 0, 0, 1) );  
	background-image:radial-gradient(farthest-side at 100% 0%,rgba(255, 0, 0, 1),  rgba(15,40,95,1));
	background-image: radial-gradient(farthest-side at 0% 100%,rgba(255, 0, 0, 1), #ffa400);
	xxbackground:radial-gradient(closest-side at 82.5% 50%,rgba(255, 0, 0, 1),  rgba(15,40,95,1));
	xxbackground:radial-gradient(farthest-corner at 82.5% 50%,rgba(255, 0, 0, 1),  rgba(15,40,95,1));
	border: 1px solid transparent;
	transition:all 2s ease;
}
.btn.typ1.col1:hover * {transition:all .5s ease;
	opacity:1;
}

.inCircleAroRHS {
	border: 1px solid #fff;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 0 0 5px;
    line-height: 1.4;
    padding: 0px 3px 0px 3px;
    position: relative;
    top: -3px;
    opacity: .5;
	transition:all .5s ease;
	zoom:.75;
	-moz-transform: scale(0.8);
	}

.ddmmsl.sdev .flxCanItm.c .flexCanGen .lil2 .lil3.a a.btn.typ1.col1 {
	display: table;
    background: rgba(15,40,95,1);
    background: rgba(255,255,255,.5);
    padding: 35px 15px;
    margin: 23px 15px;
    border: 1px solid rgba(0,170,255,.95);
    border-radius: 3px;
    box-shadow: 2px 2px 5px -2px #666;
    color: #fff;
    text-decoration: none;
	}

.ddmmsl.sdev .flxCanItm.c .flexCanGen .lil2 .lil3.a a.btn.typ1.col1:hover {
	background:rgba(0,170,255,.5);  
}

.ddmmsl .col-c-rw2 .c {margin-left:auto;}



/* i768-x991 */
}










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


::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

#img_ddmmsl_dn01 {}

.elBody {font: normal normal normal 16px/1.5em "OpenSansLight", Tahoms, Calibri, sans-serif; }

a {text-decoration: none;}

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

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

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

.tML2_dmsi { font:normal normal normal 16px/1 "OpenSansBold"; letter-spacing:0.01em }
.tML3_dmsi { font:normal normal normal 14px/1 "OpenSansRegular"; letter-spacing:0.01em }

.txtHdH2_ddmmsl {font:normal normal normal 24px/1 "OpenSansBold"; letter-spacing:0em}
.txtHdH2_ddmmsl_adj {display:block; text-align:center; color:rgba(15,40,95,1)}

.tML3_dmsi_adj1 {font:normal normal normal 30px/1.25 "OpenSansBold"; letter-spacing:0.01em}

._artLede {font-weight:100}

.elBody.openSideNav {}

.hamBarMob {display:none}

.ml1:after {
	content:'\22EE'; /*vertical eclipises */
	width:5px;
	height:5px;
	position:absolute;
	top:14px;
	right:9px;
	xx-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);
	transform:rotate(-45deg) skewX(10deg) skewY(5deg); */
}

.sticky .tBar {display:none}

.sticky .ml1:after{
	content:'\2026'; /*vertical eclipises */
	top:21px;
	right:18px;
}

.ml2:after {
	content:" ";
	width:8px;
	height:8px;
	position:absolute;
	top:20px;
	right:10px;

	border-top: 0px solid yellow;
	border-bottom: 1px solid white;
	border-left: 0px solid cyan;
	border-right: 1px solid white;

	transform:rotate(-45deg);
	/* transform:rotate(-45deg) skewX(10deg) skewY(5deg); */
}

.ddmmsl .ml2:after {display:none}

.container {
    width: 970px;
    margin: 0px auto;
}

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

/* topbar * * * * * * * * * * * * * * * * * * * * * * * * * */
.tBar.containerfs {/*colors*/; background:#ffd525; background:#e8a401; color:#fff; border-bottom:1px solid #f1f2f3}
.tBar .container {}
.tBar .tbc1 {justify-content: flex-start; xxbackground:lime; width:50%; 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 .phIcon {display:inline-block; padding:0 3px;}
.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 {xxbackground:yellow;  width:15%; margin:5px 0} 
.tBar .tbc3 {xxbackground:yellow;  width:40%; margin:7px 0} 
.tBar .tbc3 .loginCan {xxbackground:orange; xxfont-variant:normal; xxfont-size:.9em; padding:2px 5px 0 0; margin-left:auto;} 
















.header { background:#fff; box-shadow:1px 1px 1px 1px #fff}

.header > .container {flex-direction:column} 

.header.sticky {box-shadow:0px 0px 10px 1px #999;}

.header.sticky > .container {flex-direction:row; justify-content: space-between;}



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

.container:before, .container:after {
    content: " "; 
    display: table; 
}

.container:after {
    clear: both;
}*/

.logoDv {
    background: transparent;
    z-index: 999;
    position: static;
    display: block;
    padding: 15px 0 15px 0;
    margin: 0;
	transition: all .5s ease;
}

.logoDv a {display: table;}

.logoDv img {width:auto; width:initial; }

.menus {
    position: relative;
    top: 0px;
	width: 100%;
	transition: all 1s ease-in-out;
}

.menus.flexCanGen{ 
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9
}

.sticky .logoDv { padding: 9.5px 0px; margin-right: auto; transition: all .5s ease; }

.sticky .menus {
	width: auto;
	transition: all 2s ease-in-out;
}

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

.nav a {
    padding: 13px 14px;
    color:#fff;
    color:rgba(6,104,156,1);
    *zoom: 1;
}

.sticky .nav a { padding: 13px 10px;}

.nav ul {
	flex-direction: column;
    list-style: none;
	width:100%;
	min-width:9em;
	}

.nav li {
    position: relative;
}

.nav > li {
	border-bottom: 0px solid rgba(50,200,245,.25);
	background: rgba(6,104,156,1);
	background:#fff;
}
.nav > li > a {
    display: block;
}

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

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

#idHeader .nav > li:first-child:hover .hmIcon { 
	background-image: url(../images/icons-w-25.png);
	background-position: 0px -14px;
}

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

.nav > li > .ddmmsl:before {


}

.nav > li:hover {
    background:rgba(0,170,255,.95); /*lil1 hover*/
}

.nav > li:hover > a {color:#fff}

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

.nav > li.hover > .dropdown > .container { height:100%}

.nav li li.hover .dropdown {
    position: absolute;
    left: 100%;
    top: 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);
}

/* for ddd */
/* .mnuTypo2 {font:normal normal normal 16px/1 "OpenSansBold"; letter-spacing:0.01em} */
.ptxt1 {font:normal normal normal 16px/1.5 "OpenSansLight"; letter-spacing:0.01em; word-spacing:0.25em; color:red; }

/* mobile
.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 a {
    background:rgba(6,104,156,.95); /*lil3 a bg */
	background:red;
	z-index:200;
    border-bottom: 1px solid rgba(50,200,245,.5);
}

/* mobile
.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);
}
*/


.nav li li:last-child > a { border-bottom:2px solid red;}

/* ddd .nav li li:hover a { background: rgba(6,104,156,1);}/* lil2 > a:hover bg*/
.nav li li:hover a { background: rgba(6,104,156,1);}

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


.toggleMenuFS {
    display: none;
}

.bar1, .bar2, .bar3 {
    width: 20px;
    height: 2px;
    background-color: #fff;
    background: #ddd;
    margin: 6px 0;
    transition: 0.4s;
}

.openHamMnuFS .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
    background-color: #f00;
}

.openHamMnuFS .bar2 {opacity: 0;}

.openHamMnuFS .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
  transform: rotate(45deg) translate(-7px, -7px);
      background-color: #f00;
}



.content {
    background: yellow;
	position:static;
    padding: 25px 85px;
    padding: 0;
    top: 0px;
	-ms-transform: none;
    -webkit-transform: none;
	transform: none;
	transition: all 1s ease;
}

/* 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; 
}



/* ddd */

.ddmmsl .emils ul {
	min-width:7em;
	}


.nav > li.hover > .dropdown.ddmmsl {
    left: 0;
    box-shadow: 0 7px 12px rgba(0, 0, 0, .175);

	position: fixed;
    height: 350px;
    width: 100%;
	background:#fff; 
	border-top:10px solid rgba(0, 170,255,1); 
	border-bottom:25px solid rgba(0, 170,255,.75);
	display:block;
	
	xx-border-bottom: 25px solid transparent;
	display: block;
	background-image: url(/images/ddmmsl/bg_cookie.png);
	background-repeat: no-repeat;
	background-position: 0% 130%;
	background-size: cover;
	background-size: 100%;

	}


.dropdown.ddmmsl .can {padding:0px; background: rgba(0, 170,255,.95); background: rgba(255,255,255,.9); xxbackground:transparent}

.dropdown.ddmmsl .flxCan {height:100%; }

.dropdown.ddmmsl .flxCan .flxCanItm.a {width:25%; background:transparent;  padding:25px 10px 25px 0; overflow:hidden}
.dropdown.ddmmsl .flxCan .flxCanItm.a img {width:100%; border: 0px dashed #0dadfe;
    width: 100%;
    xx-box-shadow: 0px 5px 10px -9px #000, 10px 10px 0px -10px #000;
	    box-shadow: -25px 0px 75px -40px #000;}

.dropdown.ddmmsl .flxCan .flxCanItm.b {width:25%; background:transparent;  padding:25px 10px 25px 10px}


.dropdown.ddmmsl .flxCan .flxCanItm.c {width:50%; background:transparent;  padding:25px 0 25px 0; display:inline}

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

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2{width:100%; background:transparent;}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .flexCanGen {width:100%; background:transparent; flex-direction:row}

/* inside of ".dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .flexCanGen" */
.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.a {width:34%; background: orchid url(../images/ddmmsl/ddmmsl-sw.jpg) no-repeat;
    background-size: cover; position:absolute; left:0;     padding-bottom: 1px;}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3 img {width:100%; padding:0; position:relative; top:0}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 a {display:none}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.a	a {
	background: rgba(255,255,255,.75);
    padding: 5px 15px;
    display: table;
    padding: 30px 40px;
    margin: 75px 25px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 3px;
    box-shadow: 2px 2px 15px -2px rgba(0,170,255,.9);
    color: rgba(15,40,95,1);
    text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,170,255,1);
}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.a	a:hover {
	color:#fff; background:rgba(0,170,255,.5); border: 1px solid rgba(255,255,255,.25); 
}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.b {
	width:33%; 
	background: pink;
	background:linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    padding: 20px;
	position:absolute;
	left:34%;
}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.c {
	width:33%;
	background: pink;
	background:linear-gradient(90deg, rgba(199,0,0,1) 0%, rgba(245,143,0,1) 43%, rgba(255,188,0,1) 100%); 
    padding: 20px;
	position:absolute; right:0;
}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.b a.btn.typ1.col1 ,
.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.c a.btn.typ1.col1 {
    margin: 0;
	padding:10px 15px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.b a.btn.typ1.col1:hover,
.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.c a.btn.typ1.col1:hover	{	background:rgba(0,170,255,.95); }

.flxCanItm.c .flexCanGen {
	flex-direction: row;
    list-style: none;
	justify-content: space-evenly;
    width: 100%;
}

.flxCanItm.c .flexCanGen .lil2 {width:40%; margin:0 5px 0 0;}
.ddmmsl .flxCanItm.c .flexCanGen .lil2 {width:auto; margin:0 5px 0 0;}


.ddmmsl .flxCanItm.c .flexCanGen .lil2 a ,
.ddmmsl .flxCanItm.c .flexCanGen .lil2 .lil2Hdxxx {
	background:transparent;
	border-bottom: 2px solid #f1f2f3;
	color:rgba(15,40,95,1);
	text-align:left;padding: 5px 5px;
	margin-bottom:0;
	cursor:default;
	display:block;
	}

.ddmmsl .flxCanItm.c .flexCanGen .lil3 a {	border-bottom:none; cursor:pointer; line-height: 1.1em;}
/* .ddmmsl .flxCanItm.c .flexCanGen .lil3 a:hover { text-decoration:none; xxbackground:rgba(0,150,255,.95);} */

.flxCanItm.c .flexCanGen .lil2 .dropdown {left:0; width:100%; position:relative; box-shadow:none;}

.flxCanItm.c .flexCanGen .dropdown .flexCanGen {flex-direction:column }

.flxCanItm.c .flexCanGen .dropdown a:hover {color:crimson; text-decoration:underline;}

.ddmmsl .flxCanItm.c .flexCanGen .lil2 a.btn.typ1.col1, .btn.typ1.col1 {
	display:table; 
	background-image:linear-gradient(-45deg, rgba(15,40,95,1), rgba(15,40,95,1));
	background-image: radial-gradient(farthest-side at 0% 100%, rgba(15,40,95,1), rgba(15,40,95,1));
	padding:5px 15px; margin:25px 0; border:1px solid rgba(0,170,255,.95); border-radius:3px; box-shadow:2px 2px 5px -2px #666; color:#fff; text-decoration:none; transition:all 2s ease;
	}
.ddmmsl .flxCanItm.c .flexCanGen .lil2 a.btn.typ1.col1:hover, .btn.typ1.col1:hover {
	background:linear-gradient(45deg, rgba(0,170,255,.95), rgba(15,40,95,1), rgba(255, 0, 0, 1) );  
	background-image:radial-gradient(farthest-side at 100% 0%,rgba(255, 0, 0, 1),  rgba(15,40,95,1));
	background-image: radial-gradient(farthest-side at 0% 100%,rgba(255, 0, 0, 1), #ffa400);
	xxbackground:radial-gradient(closest-side at 82.5% 50%,rgba(255, 0, 0, 1),  rgba(15,40,95,1));
	xxbackground:radial-gradient(farthest-corner at 82.5% 50%,rgba(255, 0, 0, 1),  rgba(15,40,95,1));
	border: 1px solid transparent;
	transition:all 2s ease;
}
.btn.typ1.col1:hover * {transition:all .5s ease;
	opacity:1;
}

.inCircleAroRHS {
	border: 1px solid #fff;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 0 0 5px;
    line-height: 1.4;
    padding: 0px 3px 0px 3px;
    position: relative;
    top: -3px;
    opacity: .5;
	transition:all .5s ease;
	zoom:.75;
	-moz-transform: scale(0.8);
	}

.ddmmsl.sdev .flxCanItm.c .flexCanGen .lil2 .lil3.a a.btn.typ1.col1 {
	display: table;
    background: rgba(15,40,95,1);
    background: rgba(255,255,255,.5);
    padding: 35px 15px;
    margin: 50px 50px;
    border: 1px solid rgba(0,170,255,.95);
    border-radius: 3px;
    box-shadow: 2px 2px 5px -2px #666;
    color: #fff;
    text-decoration: none;
	}

.ddmmsl.sdev .flxCanItm.c .flexCanGen .lil2 .lil3.a a.btn.typ1.col1:hover {
	background:rgba(0,170,255,.5);  
}

.ddmmsl .col-c-rw2 .c {margin-left:auto;}



/* i992-x1199 */
}




/* i1200 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

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

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

.ml2.parent :after {
	content:'';
	width: 7px;
	height: 7px;
	position:absolute;
	top: 18px;
	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);
}
.lil2.hover .ml2.parent :after {
	border-bottom: 1px solid #f00;
	border-right: 1px solid #f00;
}



/* .tML2_dmsi { font:normal normal normal 16px/1 "OpenSansBold"; letter-spacing:0.01em }  */
.tML2_dmsi { font:normal normal normal 13px/1 "OpenSansRegular"; letter-spacing:0.01em } /* for scddm */
.tML3_dmsi { font:normal normal normal 12px/1 "OpenSansRegular"; letter-spacing:0.01em }

.txtHdH2_ddmmsl {font:normal normal normal 30px/1 "OpenSansBold"; letter-spacing:0.01em}
.txtHdH2_ddmmsl_adj {display:block; text-align:center; color:rgba(15,40,95,1)}

.tML3_dmsi_adj1 {font:normal normal normal 36px/1.25 "OpenSansBold"; letter-spacing:0.01em}

._artLede {font-weight:100}

.elBody.openSideNav {}

.hamBarMob {display:none}

.ml1:after {
	content:'\22EE'; /*vertical eclipises */
	width:5px;
	height:5px;
	position:absolute;
	top:14px;
	right:9px;
	xx-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);
	transform:rotate(-45deg) skewX(10deg) skewY(5deg); */
}

.aifIni {}
.aifIni.iflc {background:#fbf000; padding-left:15px; padding-right:15px; }
.sticky .aifIni.iflc {padding-left:15px; padding-right:15px; }
.aifIni.iflc:hover {background:#900; }

.aifIni.upia {background:#012346; padding-left:15px; padding-right:15px; border-left:1px dotted #ddd; color:#fff;}
.sticky .aifIni.upia {padding-left:15px; padding-right:15px;}
.aifIni.upia:hover {background:#900; color:#fff} 




.sticky .ml1:after{
	content:'\2026'; /*vertical eclipises */
	top:21px;
	hidden02-right:18px;
	right:30px;
}

.ml2:after {
	content:" ";
	width:8px;
	height:8px;
	position:absolute;
	top:20px;
	right:10px;

	border-top: 0px solid yellow;
	border-bottom: 1px solid white;
	border-left: 0px solid cyan;
	border-right: 1px solid white;

	transform:rotate(-45deg);
	/* transform:rotate(-45deg) skewX(10deg) skewY(5deg); */
}

.ddmmsl .ml2:after {display:none}








/* .header > .container {flex-direction:row}  */

.sticky {box-shadow:0px 0px 10px 1px #999; background:rgba(247, 246, 246, 0.9)}

.sticky > .container {flex-direction:row; justify-content: space-between;}



.logoDv {
    background: transparent;
    z-index: 999;
    position: static;
    display: block;
    padding: 5px 0 5px 0px;
    margin: 0;
transition:all .5s ease;
	width:45%;
}

.logoDv a {display: table;}

.logoDv img {width:auto; width:initial; width:100%; transition: all .5s ease;}

.menus {
    position: relative;
    top: 25px;
	width: initial;

}

.menus.flexCanGen{ 
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:9;
transition:all .5s ease;
}

.sticky .logoDv { padding: 0; margin-right: auto; width:45%; transition:all .5s ease;}
.sticky .logoDv img {width:auto; width:initial; width:65%; ;  }

.sticky .menus {
	width: initial;
	top:0px;
}

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

	flex-direction:row;
	background:transparent;
	top:0px;
}

.nav a {
    hidden02-padding: 13px 8px;
    padding: 13px 27px;
    color:#fff;
    color:rgba(6,104,156,1);
    *zoom: 1;
}

.sticky .nav { }
.sticky .nav a { 
	hidden02-padding: 15px 8px;
	padding: 15px 25px;
	}

.nav ul {
	flex-direction: column;
    list-style: none;
	width:100%;
	min-width:9em;

	}

.nav li {
    position: relative;
	list-style-type:none;
	margin:0;
}

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

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

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

#idHeader .nav > li:first-child:hover .hmIcon { 
	background-image: url(../images/icons-w-25.png);
	background-position: 0px -14px;
}

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

.nav > li > .ddmmsl:before {}

.nav > li:hover {
    background: rgba(254, 209, 47, 1) ; /*lil1 hover*/
}

.nav > li:hover > a {color:#fff}

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

.nav > li.hover > .dropdown > .container { height:100%}

.nav li li.hover .dropdown {
    position: absolute;
    left: 100%;
    top: 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);
}

/* for ddd */
/* .mnuTypo2 {font:normal normal normal 16px/1 "OpenSansBold"; letter-spacing:0.01em} */
.ptxt1 {font:normal normal normal 16px/1.5 "OpenSansLight"; letter-spacing:0.01em; word-spacing:0.25em; color:red; }

/* mobile
.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 a {
    background:rgba(6,104,156,.95); /*lil3 a bg */
	background:red;
	z-index:200;
    border-bottom: 1px solid rgba(50,200,245,.5);
}

/* mobile
.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);
}
*/


.nav li li:last-child > a { border-bottom:2px solid red;}

/* ddd .nav li li:hover a { background: rgba(6,104,156,1);}/* lil2 > a:hover bg*/
.nav li li:hover a { background: rgba(6,104,156,1);}

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


.toggleMenuFS {
    /* display: block; commented for input button */
    cursor: pointer;
    padding: 10px 15px 6px 15px;
	background: transparent;
    border-radius: 50px;
    border: 1px solid #ddd;

}

.bar1, .bar2, .bar3 {
    width: 20px;
    height: 2px;
    background-color: #fff;
    background: #ddd;
    margin: 6px 0;
    transition: 0.4s;
}

.openHamMnuFS .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
    background-color: #f00;
}

.openHamMnuFS .bar2 {opacity: 0;}

.openHamMnuFS .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
  transform: rotate(45deg) translate(-7px, -7px);
      background-color: #f00;
}



.content {
    background: yellow;
	position:static;
    padding: 25px 85px;
    padding: 0;
    top: 0px;
	-ms-transform: none;
    -webkit-transform: none;
	transform: none;
	transition: all 1s ease;
}

/* 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:18px; 
}



/* ddd */

.ddmmsl .emils ul {
	min-width:7em;
	}


.nav  li.hover > .dropdown.ddmmsl {
    left: 0;
    box-shadow: 0 7px 12px rgba(0, 0, 0, .175);

	hidden02-position: fixed;
	position: absolute;
    hidden02-height: 400px;
    width: initial;
    hidden02-width: 100%;
	background:#fff; 
	hidden02-border-top:10px solid rgba(0, 170,255,1); 
	hidden02-border-bottom:25px solid rgba(0, 170,255,.75);
	display:block;
	
	xx-border-bottom: 25px solid transparent;
	display: block;
	background-image: url(/images/ddmmsl/bg_cookie.png);
	background-repeat: no-repeat;
	background-position: 0% 130%;
	background-size: cover;
	background-size: 100%;

	}


.dropdown.ddmmsl .can {xx-padding:0px; background: rgba(0, 170,255,.95); background: rgba(255,255,255,.9); xxbackground:transparent}

.dropdown.ddmmsl .flxCan {height:100%; }

.dropdown.ddmmsl .flxCan .flxCanItm.a {width:30%; background:transparent;  padding:25px 25px 25px 0; overflow:hidden}
.dropdown.ddmmsl .flxCan .flxCanItm.a img {width:100%; border: 0px dashed #0dadfe;
    width: 100%;
    xx-box-shadow: 0px 5px 10px -9px #000, 10px 10px 0px -10px #000;
	    box-shadow: -25px 0px 75px -40px #000;}

.dropdown.ddmmsl .flxCan .flxCanItm.b {width:30%; background:transparent;  padding:25px 25px 25px 0}


.dropdown.ddmmsl .flxCan .flxCanItm.c {
	hidden02-width:40%; 
	width:100%; 
	background:transparent;  
	hidden02-padding:25px 0 25px 0; 
	padding:0 0 0 0; 
	display:inline;
}

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

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2{width:100%; background:transparent;}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .flexCanGen {width:100%; background:transparent; flex-direction:row}

/* inside of ".dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .flexCanGen" */
.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.a {width:34%; background: orchid url(../images/ddmmsl/ddmmsl-sw.jpg) no-repeat;
    background-size: cover; position:absolute; left:0;     padding-bottom: 0;}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3 img {width:100%; padding:0; position:relative; top:0}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 a {display:none}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.a	a {
	background: rgba(255,255,255,.75);
    padding: 5px 15px;
    display: table;
    padding: 30px 40px;
    margin: 75px 25px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 3px;
    box-shadow: 2px 2px 15px -2px rgba(0,170,255,.9);
    color: rgba(15,40,95,1);
    text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,170,255,1);
}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.a	a:hover {
	color:#fff; background:rgba(0,170,255,.5); border: 1px solid rgba(255,255,255,.25); 
}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.b {
	width:33%; 
	background: pink;
	background:linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    padding: 20px;
	position:absolute;
	left:34%;
}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.c {
	width:33%;
	background: pink;
	background:linear-gradient(90deg, rgba(199,0,0,1) 0%, rgba(245,143,0,1) 43%, rgba(255,188,0,1) 100%); 
    padding: 20px;
	position:absolute; right:0;
}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.b a.btn.typ1.col1 ,
.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.c a.btn.typ1.col1 {
    margin: 0;
	padding:10px 15px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.b a.btn.typ1.col1:hover,
.dropdown.ddmmsl.sdev .flxCanItm.c .lil2 .lil3.c a.btn.typ1.col1:hover	{	background:rgba(0,170,255,.95); }

.flxCanItm.c .flexCanGen {
	hidden02-flex-direction: row;
	flex-direction: column;
    list-style: none;
	justify-content: space-evenly;
    width: 100%;
	background:#ffcd00; /* scddm */
}

.flxCanItm.c .flexCanGen .lil2 {width:40%; margin:0 5px 0 0;}

.ddmmsl .flxCanItm.c .flexCanGen .lil2 {
	width: auto; 
	hidden02-margin: 0 5px 0 0;
	margin: 0 0 0 0; 
	}


.ddmmsl .flxCanItm.c .flexCanGen .lil2 a {
	background: transparent;
	hidden02-border-bottom: 1px solid #f1f2f3;
	border-bottom: 1px solid #f90;
	hidden02-color: rgba(15,40,95,1);
	color: #fff;
	text-align: left;
	hidden02-padding: 5px 5px;
	padding: 7px 10px;
	margin-bottom: 0;
	cursor: default;
	display: block;
	}

/* scddm */
.ddmmsl .flxCanItm.c .flexCanGen .lil2:last-child > a  { border-bottom: 1px solid #f00; }

/* scddm */
.ddmmsl .flxCanItm.c .flexCanGen .lil2 a:hover { background:#fa0; }
/* scddm */
.ddmmsl .flxCanItm.c .flexCanGen .lil2:hover { background:#fa0; }
/* scddm */
.ddmmsl .flxCanItm.c .flexCanGen .lil2:hover .flexCanGen .lil3 { background:#fa0; }

.ddmmsl .flxCanItm.c .flexCanGen .lil3 a {	
	hidden02-border-bottom:none;
	border-bottom: 1px solid #f90;/* for scddm */
	cursor:pointer; 
	line-height: 1.1em;
	padding:10.5px 10px; /* for scddm */
	color:#fff; /* scddm */
}

/* scddm */
.ddmmsl .flxCanItm.c .flexCanGen .lil3 a:hover {	background: transparent; color:crimson; text-decoration: none;}


/* scddm */
.ddmmsl .flxCanItm.c .flexCanGen .lil3:last-child > a  { border-bottom: 1px solid #f00; }

/* .ddmmsl .flxCanItm.c .flexCanGen .lil3 a:hover { text-decoration:none; xxbackground:rgba(0,150,255,.95);} */

.flxCanItm.c .flexCanGen .lil2 .dropdown {
	hidden02-left:0; 
	left:-9999px; 
	width:100%; 
	hidden02-position:relative; 
	position:absolute; 
	box-shadow:none;
}
/* for scddm */
.flxCanItm.c .flexCanGen .lil2:hover .dropdown {left:100%}

.flxCanItm.c .flexCanGen .dropdown .flexCanGen {flex-direction:column }

.flxCanItm.c .flexCanGen .dropdown a:hover {color:crimson; text-decoration:underline;}

.ddmmsl .flxCanItm.c .flexCanGen .lil2 a.btn.typ1.col1, .btn.typ1.col1 {
	display:table; 
	background-image:linear-gradient(-45deg, rgba(15,40,95,1), rgba(15,40,95,1));
	background-image: radial-gradient(farthest-side at 0% 100%, rgba(15,40,95,1), rgba(15,40,95,1));
	padding:5px 15px; margin:25px 0; border:1px solid rgba(0,170,255,.95); border-radius:3px; box-shadow:2px 2px 5px -2px #666; color:#fff; text-decoration:none; transition:all 2s ease;
	}
.ddmmsl .flxCanItm.c .flexCanGen .lil2 a.btn.typ1.col1:hover, .btn.typ1.col1:hover {
	background:linear-gradient(45deg, rgba(0,170,255,.95), rgba(15,40,95,1), rgba(255, 0, 0, 1) );  
	background-image:radial-gradient(farthest-side at 100% 0%,rgba(255, 0, 0, 1),  rgba(15,40,95,1));
	background-image: radial-gradient(farthest-side at 0% 100%,rgba(255, 0, 0, 1), #ffa400);
	xxbackground:radial-gradient(closest-side at 82.5% 50%,rgba(255, 0, 0, 1),  rgba(15,40,95,1));
	xxbackground:radial-gradient(farthest-corner at 82.5% 50%,rgba(255, 0, 0, 1),  rgba(15,40,95,1));
	border: 1px solid transparent;
	transition:all 2s ease;
}
.btn.typ1.col1:hover * {transition:all .5s ease;
	opacity:1;
}

.inCircleAroRHS {
	border: 1px solid #fff;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 0 0 5px;
    line-height: 1.4;
    padding: 0px 3px 0px 3px;
    position: relative;
    top: -3px;
    opacity: .5;
	transition:all .5s ease;
	zoom:.75;
	-moz-transform: scale(0.8);
	}

.ddmmsl.sdev .flxCanItm.c .flexCanGen .lil2 .lil3.a a.btn.typ1.col1 {
	display: table;
    background: rgba(15,40,95,1);
    background: rgba(255,255,255,.5);
    padding: 52px 15px;
    margin: 50px 50px;
    border: 1px solid rgba(0,170,255,.95);
    border-radius: 3px;
    box-shadow: 2px 2px 5px -2px #666;
    color: #fff;
    text-decoration: none;
	}

.ddmmsl.sdev .flxCanItm.c .flexCanGen .lil2 .lil3.a a.btn.typ1.col1:hover {
	background:rgba(0,170,255,.5);  
}

.ddmmsl .col-c-rw2 .c {margin-left:auto;}
/*new end 1200 */
}