/* Created by Artisteer v4.2.0.60623 */

.responsive body
{
   min-width: 240px;
}
  
.responsive img 
{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}  
  
.responsive .duh-content-layout img,
.responsive .duh-content-layout video
{
   max-width: 100%;
   height: auto !important;
}

.responsive.responsive-phone .duh-content-layout img 
{
   margin: 1%;
}

.responsive.responsive-phone .duh-collage,
.responsive.responsive-tablet .duh-collage {
   margin: 0 !important;
}

.responsive .duh-content-layout .duh-sidebar0, 
.responsive .duh-content-layout .duh-sidebar1, 
.responsive .duh-content-layout .duh-sidebar2 
{
   width: auto !important;
}
    
.responsive .duh-content-layout, 
.responsive .duh-content-layout-row, 
.responsive .duh-layout-cell 
{
   padding: 0;
   display: block;
}
    
.responsive .image-caption-wrapper 
{
   width: auto;
}

.responsive.responsive-tablet .duh-vmenublock,
.responsive.responsive-tablet .duh-block
{
   margin-left: 1%;
   margin-right: 1%;
   width: 48%;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .duh-responsive-embed 
{
   height: 0;
   padding-bottom: 56.25%;
   /* 16:9 */
    position: relative;
}

.responsive .duh-responsive-embed iframe,
.responsive .duh-responsive-embed object,
.responsive .duh-responsive-embed embed
{
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.responsive .duh-header 
{
   width: auto !important;
   max-width: none !important;
   min-height: 100px !important;
   min-width: 0 !important;
   text-align: center;
}

.default-responsive .duh-header 
{
   height: auto;
}

.default-responsive .duh-header *
{
   position: relative;
   text-align: center;
   -webkit-transform: none !important;
   -moz-transform: none !important;
   -o-transform: none !important;
   -ms-transform: none !important;
   transform: none !important;
}

.default-responsive .duh-header .duh-headline, 
.default-responsive .duh-header .duh-slogan 
{
   display: block !important;
   top: 0 !important;
   left: 0 !important;
   margin: 2% !important;
   text-align: center !important;
}
    
.default-responsive .duh-header .duh-headline a, 
.default-responsive .duh-header .duh-slogan 
{
   white-space: normal !important;
}

.default-responsive .duh-header .duh-logo
{
   display: inline-block;
   margin: auto !important;
   left: auto;
   top: auto !important;
   width: auto;
   height: auto;
}

.responsive .duh-header .duh-slidenavigator 
{
   position: absolute;
}

.default-responsive .duh-header .duh-positioncontrol 
{
   top: auto !important;
   right: auto !important;
   bottom: auto !important;
   left: auto !important;
   width: auto;
   height: auto;
   margin: auto;
}

.responsive .duh-header #duh-flash-area
{
   display: none;
}

/* Search and other elements in header element directly */
.default-responsive .duh-header>.duh-textblock
{
   position: relative !important;
   display: block !important;
   margin: 1% auto !important;
   width: 75% !important;
   top: auto !important;
   right: auto !important;
   bottom: auto !important;
   left: auto !important;
}

.default-responsive .duh-header .duh-textblock 
{
   position: relative !important;
   display: block !important;
   margin: auto !important;
   left: 0 !important;
   right: 0 !important;
   top: auto !important;
   height: auto !important;
   width: auto;
   background-image: none;
}

/* '.duh-header *' used noram align, but for '.duh-textblock *' we must force align because of preview */
.responsive .duh-header .duh-textblock *
{
   text-align: center !important;
}

.default-responsive .duh-header .duh-shapes > .duh-textblock,
.default-responsive .duh-header .duh-slide-item > .duh-textblock
{
   display: none !important;
}

.default-responsive .duh-header .duh-shapes > .duh-textblock *
{
   text-align: center !important;
   width: auto !important;
   height: auto !important;
   display: block;
}

.default-responsive .duh-header .duh-slider .duh-textblock *
{
   text-align: center !important;
   width: auto !important;
   height: auto !important;
   display: block;
}

/* For icons like facebook, rss, etc. */
.responsive .duh-header>.duh-textblock>div 
{
   width: 100%;
}
/* dynamic width nav */

.responsive nav.duh-nav, .responsive .duh-nav-inner {
    width: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0!important;
    bottom: auto !important;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 0;
    text-align: center !important;
    background: #444;
    height: 120px;
}

.responsive nav.duh-nav
{
   min-width: 1%;
}

.responsive .duh-nav 
{
   padding-left: 0;
   padding-right: 0;
   margin-top: 20px;
}

/* full width hmenu, instead of inline-block */
.responsive .duh-nav ul.duh-hmenu 
{
   float: none;
   text-align: center;
   display: none;
}

/* elements on different lines */
.responsive .duh-nav ul.duh-hmenu li,
.responsive .duh-hmenu-extra1,
.responsive .duh-hmenu-extra2
{
   float: none;
}
  
/* horizontal margins */
.responsive .duh-nav ul.duh-hmenu>li:first-child, 
.responsive .duh-nav ul.duh-hmenu>li:last-child, 
.responsive .duh-nav ul.duh-hmenu>li
{
   margin-left: 0;
   margin-right: 0;
}
 
/* separator */ 
.responsive .duh-nav ul.duh-hmenu>li:before
{
   display: none;
}

/* vertical distance between items */
.responsive .duh-nav ul.duh-hmenu a
{
   margin-top: 1px !important;
   margin-bottom: 1px !important;
   height: auto;
   white-space: normal;
      text-align: center;
}

.responsive .duh-nav ul.duh-hmenu>li:first-child>a
{
   margin-top: 0 !important;
}

.responsive .duh-nav ul.duh-hmenu>li:last-child>a
{
   margin-bottom: 0 !important;
}

/* fixes for extended menu */
.responsive .duh-nav .ext, 
.responsive .duh-nav ul.duh-hmenu>li>ul, 
.responsive .duh-nav ul.duh-hmenu>li>ul>li,
.responsive .duh-nav ul.duh-hmenu>li>ul>li a
{
   width: auto !important;
}

/* submenu position on hover */
.responsive .duh-nav ul.duh-hmenu ul
{
   left: auto !important;
   right: auto !important;
   top: auto !important;
   bottom: auto !important;
   display: none !important;
   position: relative !important;
   visibility: visible !important;
}

.responsive .duh-nav ul.duh-hmenu li.active>ul
{
   display: block !important;
}
.responsive .duh-nav ul.duh-hmenu ul li.active>a
{
   font-weight: bold;
}

.duh-nav .duh-menu-btn 
{
   border: 1px solid #404040;
   border-radius: 3px;
   box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
   display: none;
   -svg-background: linear-gradient(to bottom, #707070 0, #000 100%);
   background: -ms-linear-gradient(top, #707070 0, #000 100%);
   background: -moz-linear-gradient(top, #707070 0, #000 100%);
   background: -o-linear-gradient(top, #707070 0, #000 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #707070), color-stop(1, #000));
   background: -webkit-linear-gradient(top, #707070 0, #000 100%);
   background: linear-gradient(to bottom, #707070 0, #000 100%);
   margin: 3px;
   outline: none;
   padding: 5px;
   position: relative;
   vertical-align: bottom;
   width: 20px;
}

.duh-nav .duh-menu-btn span 
{
   background: #E0E0E0;
   border-radius: 2px;
   display: block;
   height: 3px;
   margin: 3px 1px;
   position: relative;
   -moz-transition: background .2s;
   -o-transition: background .2s;
   -webkit-transition: background .2s;
   transition: background .2s;
}

.duh-nav .duh-menu-btn:hover span
{
   background: #f3f3f3;
}

.responsive .duh-nav .duh-menu-btn 
{
   display: inline-block;
}

.responsive .duh-nav .duh-hmenu.visible 
{
   display: block;
      background: #ffffff;
    border-bottom: 3px solid #cccccc;
}

.responsive .duh-nav ul.duh-hmenu>li>ul>li:first-child:after 
{
   display: none;
}
.responsive .duh-nav ul.duh-hmenu ul a
{
   padding-right: 4% !important;
}
.responsive .duh-nav ul.duh-hmenu ul ul a
{
   padding-right: 6% !important;
}
.responsive .duh-nav ul.duh-hmenu ul ul ul a
{
   padding-right: 8% !important;
}
.responsive .duh-nav ul.duh-hmenu ul ul ul ul a
{
   padding-right: 10% !important;
}
.responsive .duh-nav ul.duh-hmenu ul ul ul ul ul a
{
   padding-right: 12% !important;
}
  
.responsive .duh-nav ul.duh-hmenu>li>ul
{
   padding: 1px;
}
  
.responsive .duh-nav ul.duh-hmenu>li>ul:before
{
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.responsive .duh-sheet
{
   width: auto !important;
   min-width: 240px !important;
   max-width: none !important;
   margin-right: 0 !important;
   margin-left: 0 !important;
   margin-top: 120px;
}

#duh-resp {
   display: none;
}

@media all and (max-width: 999px)
{
    #duh-resp, #duh-resp-t { display: block; }
    #duh-resp-m { display: none; }
}

@media all and (max-width: 480px)
{
    #duh-resp, #duh-resp-m { display: block; }
    #duh-resp-t { display: none; }
}

#duh-resp-desktop {
   display: none;
}
#duh-resp-tablet-landscape {
   display: none;
}
#duh-resp-tablet-portrait {
   display: none;
}
#duh-resp-phone-landscape {
   display: none;
}
#duh-resp-phone-portrait {
   display: none;
}

@media (min-width: 1200px)
{
    #duh-resp-desktop { display: block; }
}

@media (min-width: 980px) and (max-width: 1199px)
{
    #duh-resp-tablet-landscape { display: block; }
}

@media (min-width: 768px) and (max-width: 979px)
{
    #duh-resp-tablet-portrait { display: block; }
}

@media (min-width: 480px) and (max-width: 767px)
{
    #duh-resp-phone-landscape { display: block; }
}

@media (max-width: 479px)
{
    #duh-resp-phone-portrait { display: block; }
}
.responsive .duh-content-layout, 
.responsive .duh-content-layout-row, 
.responsive .duh-layout-cell 
{
   display: block;
}

.responsive .duh-layout-cell 
{
   width: auto !important;
   height: auto !important;
}

.responsive .duh-content-layout:after, 
.responsive .duh-content-layout-row:after, 
.responsive .duh-layout-cell:after 
{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.responsive .duh-post
{
   border-radius: 0;
}

.responsive .duh-footer-inner
{
   width: auto;
   padding: 2% !important;
}
.responsive .duh-footer
{
   margin-top: 1%;
}

.responsive .responsive-tablet-layout-cell 
{
   width: 50% !important;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .responsive-layout-row-3 .responsive-tablet-layout-cell 
{
   width: 33.33% !important;
}

.responsive.responsive-tablet .items-row .item ,
.responsive.responsive-phone .items-row .item 
{
    width: auto;
    display: block;
}

.responsive .duh-header {
    z-index: 1;
}

.responsive .header-text {
    text-align: center;
}

.responsive  .tparrows, .responsive .tp-bullets, .responsive .tp-bannertimer {
    z-index: 99;
}

.responsive  .leading-0 td {
        display: inline-block;
    width: auto !important;
    text-align: center;
    margin: 5px !important;
}

.responsive  .leading-0 table {
    text-align: center;;
}

.responsive  .leading-0 img {
    margin: 0 auto !important;
}

.responsive-phone .odotinner img {
    float: none !important;
    margin: 0 auto 15px !important;
    width: 80% !important;
    display: block;
	position: relative;
}

.responsive-phone .odot h2 {
    text-align: center;
    position: relative;
    width: 100%;
}

.responsive-phone .odottext div.odotsect {
    padding-right: 0px;
}


.responsive li.sigFreeThumb {
    float: none !important;
    display: inline-block;
}

.responsive ul.sigFreeContainer {
    text-align: center;
}

.responsive .moduletable.reclogos {
    position: relative;
    top: 0;
}

.responsive-tablet .testimonials {
    min-height: 300px;
}

.responsive-tablet .testimonials {
    min-height: 300px;
}

.responsive div.lect div {
    width: 22%;
    display: inline-block;
    border: 1px solid #45494a;
    margin: 8px;
    box-sizing: border-box;
    padding: 0 0 15px;
    line-height: 24px;
    vertical-align: top;
    min-height: 400px;
    max-width: 200px;
    min-width: 150px;
}

.responsive .rsform.contactus {
    max-width: 100%;
}

.responsive .rsform.contactus div.formBody {
    text-align: right;
}

.responsive .tp-caption.slidetitle {
	transform: none !important;
	font-size: 30px !important;
	position: absolute !important;
	text-align: center !important;
	top: auto !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 50px !important;
	max-height: 100% !important;
	max-width: 100% !important;
	color: #ffffff !important;
	letter-spacing: 1px !important;
	line-height: 30px !important;
}

.responsive-phone .tp-caption.slidetitle {
	font-size: 18px !important;
	width: 100% !important;
}

.responsive .tp-caption.slidetext, .responsive .tp-caption.subtitle {
	display: none !important;
}

@media screen and (max-width: 680px){
	.responsive-tablet .tp-caption.slidetitle {
	font-size: 24px !important;
	}
}

@media screen and (max-width: 430px){
	.responsive .tp-caption.slidetitle {
	font-size: 14px !important;
	}
}

@media screen and (max-width: 350px){
	.responsive-phone .tp-caption {
	display: none;
	}
}

.responsive .odottext {
	background-size: auto 100%;
}

@media screen and (max-width: 800px){
	.responsive .odottext p {
	padding-right: 0;
	}
}

@media screen and (max-width: 800px){
	.responsive .odottext h3 {
	float: none !important;
	display: block;
    margin: 0 auto;
	}
}

.responsive .imgholder img {
    float: none !important;
    margin: 10px auto !important;
    display: block;
}

.responsive .homepage h2, .responsive .homepage h2, .responsive .homepage p {
    width: 100%;
    display: block;
    text-align: center !important;
}

html.responsive .odotinner img {
    position: relative !important;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    bottom: 0;
    float: none !important;
    margin: 0 auto 25px;
}

.responsive .odotsect {
    padding: 0 !important;
}

.responsive .courses-english .duh-postcontent p {
    margin: 5px auto 10px;
    text-align: left;
    max-width: 860px;
    padding: 0 10px;
}

.responsive .courses-english ul.double li {
    text-align: left;
}

.responsive .courses-english .duh-postcontent ul ul {
    width: 100%;
}

.responsive .courses-english .duh-postcontent .target h3 {
    display: block;
    max-width: 100%;
}

.responsive .courses-english .duh-postcontent .target ul {
    width: 100%;
    min-height: 0;
    padding: 0 10px;
}

.responsive .instructor {
    width: 100%;
    min-height: 0px !important;
}

.responsive .contactus .rsform-block {
    width: 100% !important;
    float: none !important;
}

.responsive .contactus textarea {
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.responsive .course-header-text a {
    font-size: 20px;
    padding: 10px;
}  

.responsive-phone .fright {
    float: none;
	padding-right: 0;
}

.responsive-phone .fright img {
    margin: 0 auto !important;
}

.desktop .imgholder {
    position: absolute;
    left: 5%;
}

@media (min-width:1355px) {
p.fixedbutton a {
    right: calc(50% - 670px);
}
}

