* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }
body{
  max-width: 900px;
  float: none;
  margin: auto; 
}
#portfolio {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}
.tile:hover { 

}

.scale-anm {
  transform: scale(1);
}

.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  
}

.btn {
    
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
    border: 1px solid;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
}

.img-holder img {
	
	max-width: 100%;
}

@media (min-width: 576px) {
	.img-holder img {
		max-width: 100%;
		float: right;
	}
}

@media (min-width: 768px) {
	.img-holder img {
		max-width: 80%;
		float: right;
	}
}

@media (min-width: 992px) {
	.img-holder img {
		max-width: 80%;
		float: right;
	}
}

@media (min-width: 1900px) {
	.img-holder img {
		max-width: 80%;
		float: right;
	}
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}


.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

/* The animation code */
@keyframes orbs {
    0% {margin-top: -10px; opacity:0;}
    100% {margin-top: 0px; opacity:1;}
 }

/* The element to apply the animation to */
.imageorb {
    animation-name: orbs;
    animation-duration: .25s;
	animation-iteration-count: 1;
 } 
 
 @keyframes orbs2 {
    0% {margin-top: -14px; opacity:0;}
    100% {margin-top: 0px; opacity:1;}
 }

/* The element to apply the animation to */
.imageorb2 {
    animation-name: orbs2;
    animation-duration: .5s;
	animation-iteration-count: 1;
 } 
 
 @keyframes orbs3 {
    0% {margin-top: -18px; opacity:0;}
    100% {margin-top: 0px; opacity:1;}
 }

/* The element to apply the animation to */
.imageorb3 {
    animation-name: orbs3;
    animation-duration: .75s;
	animation-iteration-count: 1;
 } 
 
 @keyframes orbs4 {
    0% {margin-top: -22px; opacity:0;}
    100% {margin-top: 0px; opacity:1;}
 }

/* The element to apply the animation to */
.imageorb4 {
    animation-name: orbs4;
    animation-duration: 1s;
	animation-iteration-count: 1;
 } 

body {
	font-size: 12px;
	line-height: 22px;
	font-family: arial, sans-serif;
	color: #6e6e6e;
	/*background: url(images/body.png) repeat 0 0;*/
	min-width: 100%;
}
h4{font-size:32px; line-height:36px; color:#1b3052;}
/*font-family: 'Ubuntu', sans-serif;*/
.headlineCopy{
	font-size:16px;
}
#stickynav{position:fixed; z-index:10; background-color:#FFFFFF; width:100%; top:0px; // set animation
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;}

#stickynav.sticky{position:fixed; z-index:10; background-color:#E9E9E9; width:100%; top:0px; height:60px!important; // set animation
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;}

#buffer{display:block; width:800px; z-index:1; top:0px;}

.tut-window{height:300px;}
.detailtable{width:900px; float:center;}
.detailtablenest{width:445px;}
a { color: #aebfec; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }
a.more { color: #1b3052; text-decoration: underline; padding-left: 11px; background: url(images/arr-ico.png) no-repeat 0 5px; }
a.more:hover { text-decoration: none;  }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }
#wrapper{background-color:#d7d7d7; background-image:url(images/bg-test.png); background-position:top left; background-repeat:repeat-x;}
.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

article, aside, details, footer, header, menu, nav, section { display: block; }

.shell { width: 100%; margin: 0 auto; }
.container { background-color: #fff;    }
#header { height: 54px; padding-top: 21px; padding-left: 33px; padding-right: 17px; margin-left:auto; margin-right:auto; width:990px;  }
#logo { width: 180px; float: left; clear:right; font-size: 0; line-height: 0; margin-top:-10px;     // set animation
            -webkit-transition: all 0.1s ease;
            transition: all 0.1s ease;}
#logo a { height: 62px; display: block; background: url(images/Clarix-Logo.png) no-repeat 0 0;  text-indent: -4000px; -webkit-background-size: 180px 59px; -moz-background-size: 180px 59px; background-size: 180px 59px;     // set animation
            -webkit-transition: all 0.1s ease;
            transition: all 0.1s ease; }

#logo.sticky { width: 100px; float: left; font-size: 0; line-height: 0; margin-top:-10px;}
#logo.sticky a { height: 36px; display: block; background: url(images/Clarix-Logo.png) no-repeat 0 0;  text-indent: -4000px; -webkit-background-size: 100px 35px; -moz-background-size: 100px 35px; background-size: 100px 35px; }

.search { float: right; }
.search input.field { border: 1px solid #d6d6d6; background: #ededed; width: 166px; height: 24px; line-height: 22px;  padding: 0px 10px; float: left; font-size: 11px; font-family: verdana, arial, helvetica, serif;  color: #bebebe;  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;}
.search input.search-btn { width: 22px; height: 26px; margin-left: 3px;  border: 0; cursor: pointer; background: url(images/search-btn.png) no-repeat 0 0; float: left; font-size: 0; line-height: 0; text-indent: -4000px;  }

#navigation.sticky { height: 52px; padding-top: 4px; font-family: 'Ubuntu', sans-serif; font-weight: 700; background: none repeat-x 0 0; margin-left:auto; margin-right:auto; width:800px; // set animation
            -webkit-transition: all 0.1s ease;
            transition: all 0.1s ease;  }
#navigation.sticky ul { list-style: none; list-style-position: outside; display:inline; }
#navigation.sticky ul li { float: left; padding-right: 2px; line-height: 25px;  font-size: 12px; text-transform: uppercase; position:relative; display:inline-block; }
#navigation.sticky ul li a { display: block; padding: 0 25px 0 20px; color: #878787;  }

#navigation { height: 52px; padding-top: 4px; font-family: 'Ubuntu', sans-serif; font-weight: 700; background: none repeat-x 0 0; margin-left:auto; margin-right:auto; width:990px; float:right;  // set animation
            -webkit-transition: all 0.1s ease;
            transition: all 0.1s ease; }
#navigation ul { list-style: none; list-style-position: outside; display:inline; }
#navigation ul li { float: left; padding-right: 2px; line-height: 52px; background: url(images/nav-border.png) no-repeat right 0;  font-size: 13px; text-transform: uppercase; position:relative; display:inline-block; }
#navigation ul li a { display: block; padding: 0 32px 0 28px; color: #878787;  }

#navigation ul li.active a  { text-decoration: none; color: #12233e }
#navigation ul li.first a { padding-left: 38px; }
#navigation a.nav-btn { display: none; }

.slider-holder { position: relative; z-index: 5; }
.slider-holder span.slider-b { background: url(images/slider-bottom.png) no-repeat 0 0;  width: 100%; height: 30px; position: absolute; bottom: 0px; left: 0px; z-index: 100;}
.slider-holder span.slider-shadow { background: url(images/slider-shadow.png) no-repeat 0 0;  width: 990px; height: 13px; position: absolute; top: 0px; left: 0px; z-index: 100; display: block; }
.slider { width: 100%;  height: 378px; position: relative;  background: url(images/slide-img-trans.png) no-repeat 0 0;}
.sliderw { width: 100%;  height: 347px; position: relative;}
.slider ul.slides { list-style: none; list-style-position: outside; width:990px; }
.slider ul.slides li { width: 990px; height: 378px; float: left; position: relative; overflow: hidden; }

.slider ul.slides li .img-holder { width: 741px; height: 347px; position: absolute; bottom: 0px; right: 0px; }
.slider ul.slides li .img-holder img { height: auto; }

.slider ul.slides li .img-holderw { width: 741px; height: 378px; position: absolute; bottom: 0px; right: 0px; }
.slider ul.slides li .img-holderw img { width: 741px; height: 378px; }

.slider ul.slides li .slide-cnt { width: 320px; padding: 33px 0 0 34px; position: absolute; left: 0; top: 20px; }
.slider ul.slides li .slide-cnt h2 { font-size: 44px; line-height: 44px; padding-bottom: 16px; color: #203265;  font-family: 'Ubuntu', sans-serif; font-weight: 700; }
.slider ul.slides li .slide-cnt p { color: #1d1d1d; font-size: 14px; padding-bottom: 22px; }
.slider ul.slides li .slide-cnt a.grey-btn { background: url(images/grey-btn.png) no-repeat 0 0; width: 186px; height: 45px; text-align: center; line-height: 40px; display: block; font-weight: bold; font-size: 18px;  color: #636363; text-shadow: rgba(255,255,255,0.4) 0px 1px 0px; }
.slider ul.slides li .slide-cnt a.grey-btn:hover { background-position: 0 -47px; text-decoration: none; }
.flex-control-nav { left: 480px; }
.main a.m-btn-grey { display: none; }
.slider ul.slides li .slide-cnt a{color: #1b3052;}
.main { padding: 47px 0px 0px;  background: url(images/main.png) repeat-x 0 0; }
.main h2 { font-size: 22px; color: #1b3052; line-height: 22px; padding-bottom: 8px; font-family: 'Ubuntu', sans-serif; font-weight: 500; }
.main h3 { font-size: 14px; color: #5e5e5e; line-height: 22px; padding-bottom: 8px; font-family: 'Ubuntu', sans-serif; font-weight: 500;  }
.main section { clear: both; background: url(images/section-shadow.png) no-repeat center bottom; padding: 0 20px 60px; }
.main section #noshadow{ clear: both; background:none!important; no-repeat center bottom; padding: 0 20px 60px; }
.main ul { list-style: none; list-style-position: outside; }
.main ul li { padding-bottom: 6px; padding-left: 10px; background: url(images/arr-ico.png) no-repeat 0 8px; }
.main ul li a { color: #1b3052; text-decoration: underline; } 
.main ul li a:hover { text-decoration: none; } 
.main a { color: #1b3052; text-decoration: underline; } 
.main a:hover { text-decoration: none; } 
.main .cols { padding-left: 0; padding-right: 0; margin-left:auto; margin-right:auto; width:990px; }
.main .cols .col { width: 314px; float: left; }
.main .cols .col:after { content:''; width: 100%; clear: both; }
.main .cols .col + .col { padding-left: 20px; }
.main .cols .col img { float: left; width: 129px; height: 108px; display:block;  }
.main .cols .col-cnt { width: 183px; float: right; }

.main .post  { background: url(images/cols-shadow.png) no-repeat 0 bottom; padding-top: 14px; padding-left: 40px; margin-left:auto; margin-right:auto; width:990px; padding-bottom:30px!important; }
.main .post .video-holder { width: 535px; height: 245px; float: left; margin-right: 20px; padding-bottom:0px; }
.main .post .left-content { width: 535px; float: left; margin-right: 20px; }
.main .post h2 { padding-bottom: 15px; }
.main .post p { padding-bottom: 8px; }
.main .post p strong { display: block; }
.main .post-cnt { float: right; width: 375px; }
.main .post-cnt  a.grey-btn { background: url(images/grey-btn.png) no-repeat 0 0; width: 186px; height: 45px; text-align: center; line-height: 40px; display: block; font-weight: bold; font-size: 18px;  color: #636363; text-shadow: rgba(255,255,255,0.4) 0px 1px 0px; text-decoration:none; }
.main .post-cnt a.grey-btn:hover { background-position: 0 -47px; text-decoration: none; }
.main .testimonial { padding-top: 20px; padding-bottom: 20px;  text-align: center; background: transparent; font-size:14px; font-style:italic;}
.main .testimonial strong.quote { font-size: 28px; font-family: georgia ,arial, helvetica, serif; position: relative; top: 15px; left: -18px; width:28px; }
.testimonial h2 { padding-bottom: 12px; }
.testimonial p { padding-bottom: 6px; }
.testimonial p.author { text-align: right; }
.post .left-content .testimonial strong.quote { font-size: 28px; font-family: georgia ,arial, helvetica, serif; position: relative; top: 15px; left: -18px; width:28px; }
.post .left-content .testimonial { padding-top: 20px; padding-bottom: 20px;  text-align: center; background: transparent; font-size:14px; font-style:italic;}
.socials { background: url(images/socials-bg.png) repeat-x 0 0;  height: 49px;  margin-left:auto; margin-right:auto; width:990px;}
.socials-inner { background: url(images/socials-inner.png) repeat-x 0 0; padding-left: 300px;}
.socials h3 { float: left; font-size: 18px; line-height: 49px; padding-right: 19px; padding-bottom: 0; font-family: 'Ubuntu', sans-serif; font-weight: 500;  }
.socials ul { list-style: none; list-style-position: outside; line-height: 49px;  }
.socials ul li { font-size: 11px; padding-right: 18px;  color: #7c7c7c; background: transparent; text-transform: uppercase; float: left; }
.socials ul li a { color: #1b3052; text-decoration: none; display: block; padding-left: 28px; position: relative;  }
.socials ul li a span { background: url(images/socials.png) no-repeat 0 0; position: absolute; width: 20px; height: 20px; top: 13px; left: 0; }
.socials ul li a:hover { color: #333; }

.socials ul li a.facebook-ico span { background-position: 0 0; }
.socials ul li a.twitter-ico span { background-position: -22px 0; }
.socials ul li a.rss-feed-ico span { background-position: -44px 0; }
.socials ul li a.myspace-ico span { background-position: -67px 0; }
.socials ul li a.john-doe-123-ico span { background-position: -89px 0; }

#footer { background: url(images/footer-cols.png) repeat 0 0; }
#footer h2 { font-size: 14px; color: #fff; font-family: 'Ubuntu', sans-serif; font-weight: 400; padding-bottom: 18px;  }
.footer-cols { padding: 20px 24px 10px 100px; background: url(images/footer-lights.png) no-repeat center 0px;  }
.footer-cols .col { float: left; width: 200px;  }
.footer-cols .col + .col { padding-left: 14px;  }
.footer-cols .col ul { list-style: none; list-style-position: outside; }
.footer-cols .col ul li { color: #aebfec; font-size: 12px;  padding-bottom: 4px; background: url(images/arr-footer-col.png) no-repeat 0 8px; padding-left: 9px;  }
.footer-cols .col ul li a { color: #aebfec; }

.footer-bottom { background: url(images/footer-bottom.png) repeat 0 0; height: 38px; padding-top: 24px; padding: 24px 20px 0; border-top: 1px solid #262c2c;  }
.footer-bottom .footer-nav { float: left; line-height: 11px;  }
.footer-bottom .footer-nav ul { list-style: none; list-style-position: outside; }
.footer-bottom .footer-nav ul li { display: inline;  font-size: 11px; color: #9e9e9e; border-left: 1px solid #1a1f20; padding: 0 11px; }
.footer-bottom .footer-nav ul li.first { padding-left: 0; border: 0;  }
.footer-bottom .footer-nav ul li a { color: #c8d7ff; }
.footer-bottom .footer-nav ul li a:hover,
.footer-bottom .footer-nav ul li.active a { color: #9e9e9e; text-decoration: underline; }

.footer-bottom p.copy { float: right; line-height: 11px; font-size: 11px; color: #5f6261; }
.footer-bottom p.copy span { padding: 0  11px;  }
.footer-bottom p.copy a { color: #2b9208; text-decoration: underline; }
.footer-bottom p.copy a:hover { text-decoration: none; }
.footer-bottom p.copy strong { font-weight: normal; }


/* #Media Queries
================================================== */

/* ipad portrait */
@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
	body { width: 768px!important; }
	.video{width300px!important;}
	.shell { width: 748px!important; }
	#header { width: 748px!important; }
	
	#stickynav{position:fixed; z-index:10; background-color:#FFFFFF; width:750px!important; top:0px; // set animation
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;}

#stickynav.sticky{position:fixed; z-index:10; background-color:#E9E9E9; width:750px; top:0px; height:80px!important; // set animation
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;}
	
	#navigation { height: 52px; padding-top: 4px; font-family: 'Ubuntu', sans-serif; font-weight: 700; background: none repeat-x 0 0; margin-left:auto; margin-right:auto; width:700px!important; float:right;  // set animation
            -webkit-transition: all 0.1s ease;
            transition: all 0.1s ease; }
	
	#navigation ul li a { padding: 0 22px; padding-left:12px!important; padding-right:12px!important;  }
	#navigation ul li.first a { padding-left: 26px; }
	.tut-window{height:240px;}
	.slider-holder { position: relative;  width: 748px!important; }
	.slider-holder span.slider-b { background: url(images/t-slider-bottom.png) no-repeat 0 0;  width: 748px!important; height: 30px; position: absolute; bottom: -13px; left: 0px; z-index: 100;}
	.slider-holder span.slider-shadow { background: transparent; display: none;  }
	.flex-control-nav { left: 346px; }

	.slider { width: 748px!important; height: 292px; position: relative; background: url(images/t-slide-img.png) no-repeat 0 0;}
	.slider ul.slides { list-style: none; list-style-position: outside;  }
	.slider ul.slides li { width: 748px!important; height: 292px; float: left; position: relative; }

	.slider ul.slides li .img-holder { width: 537px!important; height: 266px; position: absolute; bottom: 0px; right: 0px; }
	.slider ul.slides li .img-holder img { height: auto; }

	.slider ul.slides li .slide-cnt { width: 320px!important; padding: 0px 0 0 34px; }
	.slider ul.slides li .box-cnt { width: 285px!Important; }
	.slider ul.slides li .slide-cnt h2 { font-size: 32px; line-height: 40px; padding-bottom: 16px;  color: #203265; font-family: 'Ubuntu', sans-serif; font-weight: 700; }
	.slider ul.slides li .slide-cnt p { color: #1d1d1d; font-size: 12px; padding-bottom: 22px; width:270px; }
	
	.main { padding: 47px 0 0 0;  }
	.main section { background: url(images/t-section-shadow.png) no-repeat center bottom; padding-left: 20px; padding-right: 20px;  }
	.main .cols { margin: 0 0 0 0; padding-left: 30px; padding-right: 22px; width:728px!important;   }
	.main .cols .col { width: 170px!important; }
	.main .cols .col img { float: none; display: block; margin: 0 auto;  }
	.main .cols .col + .col { padding-left: 10px; }
	.main .cols .col-cnt {text-align: center; width:160px; }
.main .post-cnt  a.grey-btn { background: url(images/grey-btn.png) no-repeat 0 0; width: 186px!important; height: 45px!important; text-align: center; line-height: 40px; display: block; font-weight: bold; font-size: 18px;  color: #636363; text-shadow: rgba(255,255,255,0.4) 0px 1px 0px; text-decoration:none; }
.main .post-cnt a.grey-btn:hover { background-position: 0 -47px; text-decoration: none; }
	.main .testimonial { background: transparent; }
	.main .post { background: url(images/t-section-post.png) no-repeat center bottom; padding-left: 20px ; width:748px!important;  }
	.main .post .video-holder { width: 435px!important; height: 245px; float: left; display: block;  margin-right: 0px; margin-bottom: 20px;  }
	.main .post .left-content { width: 435px!important; float: left; margin-right: 20px; }
	.main .post-cnt { float: right; display: block;  width: 280px!important; }
.socials { background: url(images/socials-bg.png) repeat-x 0 0;  padding-bottom: 20px;  height: 100%; width:748px!important; }
	.socials-inner { padding-left: 70px; }
	.footer-bottom { height: 58px; }
	.footer-cols { padding-left: 40px; }
	.footer-cols .col { width: 150px!important; }
	.footer-cols .col + .col { padding-left: 28px; }
	.footer-cols .col ul li { font-size: 12px; }

	.footer-bottom .footer-nav { float: none; display: block; text-align: center; padding-bottom: 18px;  }
	.footer-bottom p.copy { float: none; display: block; text-align: center;  }
	
	.detailtable{width:680px;!important; float:center;}
.detailtablenest{width:325px;}
}

	
@media only screen and ( max-width: 767px) {
	#buffer{display:none!important;}
	#stickynav{position:relative!important; z-index:10!important; background-color:#none!important; width:100%; top:0px;}
	body { width: auto; }
	h4{font-size:16px; line-height:16px; color:#1b3052; text-align:center;}
	.shell { width: 320px!important; margin: 0 auto;  }
	#header { position: relative; z-index: 1000; padding-left: 0; padding-right: 0; width: 320px!important; margin-top: -2%; margin-bottom: 4%; }
	#logo { float: none; display: block; margin: 0 auto; padding: 0 0 0 0;  }
	.search { display: none; }
#logo a { background: url(images/Clarix-Logo.png) no-repeat 0 0; -webkit-background-size: 100px 35px!important; -moz-background-size: 180px 59px!important; background-size: 180px 59px!important;  }

	#logo.sticky { float: none; display: block; margin: 0 auto; padding: 0 0 0 0;  }
#logo.sticky a { background: url(images/Clarix-Logo.png) no-repeat 0 0; -webkit-background-size: 100px 35px!important; -moz-background-size: 100px 35px!important; background-size: 100px 35px!important;  }

	#navigation { padding: 0 0 0 0; height: 36px; width: 320px!important; margin-top: 3%;}
	#navigation a.nav-btn { display: block; font-size: 13px; line-height: 36px;  padding-top: 0px; height: 28px; padding-left: 22px; text-transform: uppercase; color: #4a4a4a; font-size: 13px; font-family: 'Ubuntu', sans-serif; font-weight: 700; }
	#navigation a.nav-btn:hover { text-decoration: none; }
	#navigation a.nav-btn span.arr { background: url(images/nav-arr.png) no-repeat 0 0; width: 13px; height: 9px; position: absolute; right: 14px; top: 12px; }
	#navigation a.nav-btn span.arr.active { background: url(images/nav-arr.png) no-repeat 0 bottom; }

	#navigation { position: relative; z-index: 1000; }
	#navigation ul { display: none; position: absolute; top: 36px; left: 0;  width: 100%;}
	#navigation ul li { display: block; line-height: 36px !important; float: none; background: url(images/navigation.png) repeat 0 0;  }
	#navigation ul li a { padding: 0 22px; }
	#navigation ul li.first a { padding-left: 26px; }

	.m-slider { background: #f3f3f3; width: 320px!important;  }
	.m-sliderw { width: 320px!important;  }
	.slider-holder { position: relative; margin: 0 auto; width: 320px!important; }
	.slider-holder span.slider-b { background: url(images/m-slider-bottom.png) no-repeat 0 0; width: 320px!important; height: 12px; position: absolute; bottom: -3px; left: 0px; z-index: 100;}
	.slider-holder span.slider-shadow { background: transparent; display: none; }
	.flex-control-nav { left: 130px; }

	.slider { width: 310px!important; height: 181px; overflow: hidden; position: relative; background: url(images/m-slide-img.png) no-repeat 0 0;}
	.sliderw { width: 310px!important; height: 181px; overflow: hidden; position: relative;}
	.slider ul.slides li { width: 310px !important; height: 181px !important; float: none; }

	.slider ul.slides li .img-holder { width: 250px  !important; height: 134px  !important; bottom: -10px !important; left: 50%; margin-left: -145px;  }
	.slider ul.slides li .img-holderw { width: 250px  !important; height: 181px  !important; bottom: -10px !important; left: 50%; margin-left: -145px;  }
	.slider ul.slides li .img-holder img { height: auto; }
	.sliderw ul.slides li .img-holderw img { width: 250px  !important; height: 134px !important; }
		.slider ul.slides li .img-holderw img { width: 250px  !important; height: 181px !important; }

	.slider ul.slides li .slide-cnt { width: 300px; margin: 0 auto;  padding: 0px 0 0 0px; }
	.slider ul.slides li .box-cnt { display: none; }
	.slider ul.slides li .slide-cnt h2 { font-size: 22px; text-align: center;  line-height: 25px; padding-bottom: 14px;  color: #203265;  font-family: 'Ubuntu', sans-serif; font-weight: 700; }
	.slider ul.slides li .slide-cnt a.grey-btn { display: none;  }

	.main { padding: 40px 0 0 0; width: 320px!important; }
	.main section { background: url(images/m-section-shadow.png) no-repeat center bottom; padding: 0 20px 20px 20px; 280px!important; }
	.main .cols { margin: 0 0 0 0!important; margin-left:0!important; margin-right:0!important; width: 320px!important;}
	.main .cols .col { width: 210px!important; float: none; display: block; padding-bottom: 22px; margin: 0 auto;  }
	.main .cols .col img { float: none; display: block; margin: 0 auto; }
	.main .cols .col + .col { padding-left: 0px; }
	.main .cols .col-cnt { text-align: center; float: none; display: block;  280px!important;}
	.main a.m-btn-grey { display: block; background: url(images/m-btn-grey.png) repeat-x 0 0; margin: 0 10px 14px;  height: 39px; text-align: center; line-height: 39px; border: 1px solid #9e9f9f; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; display: block; font-weight: bold; font-size: 18px;  color: #636363; text-shadow: rgba(255,255,255,0.4) 0px 1px 0px; }
	.main a.m-btn-grey:hover { background-position: 0 bottom; text-decoration: none; }

	.main .post  { background: url(images/m-section-post.png) no-repeat center bottom; padding-top: 28px; padding-left: 20px; width: 280px!important;  }
	.main .post .video-holder { width: 280px!important; height: 162px; float: none; display: block;  margin: 0 auto 20px;  }
	.main .post .left-content { width: 280px!important; float: left; margin-right: 20px; }
	.main .post .video-holder img { width: 580px; height: 162px; }
	.main .post-cnt { float: none; display: block;  width: 100%; }
	.main .post-cnt p strong { display: block; padding-bottom: 12px; }

	.testimonial h2 { font-size: 21px; }
	.testimonial p.author { text-align: center; }

	.socials { background: url(images/socials-bg.png) repeat-x 0 0;  padding-bottom: 20px;  height: 100%; width:320px!important; }
	.socials-inner { padding-left: 10px; }
	.socials h3 { float: none; display: block; }
	.socials ul li { display: block; float: none; line-height: 30px;  }
	.socials ul li a { display: block; float: none; }
	.socials ul li a span { top: 4px; }

	#footer h2 { padding-bottom: 12px; }
	.footer-cols { padding-left: 10px; padding-right: 0; padding-bottom: 0; }
	.footer-cols .col { width: 150px; float: none; display: block; padding-bottom: 22px; }
	.footer-cols .col + .col { padding-left: 0px; }
	.footer-cols .col ul li { font-size: 12px; }

	.footer-bottom { height: 58px; }
	.footer-bottom { padding: 10px 9px 20px; height: 100%; }

	.footer-bottom .footer-nav { float: none; display: block; text-align: center; padding: 0 0px 18px; }
	.footer-bottom .footer-nav ul li { padding: 0 4px; border: 0; font-size: 10px !important;  }

	.footer-bottom p.copy { float: none; display: block; text-align: center;  }
	.footer-bottom p.copy strong { display: block;  padding-top: 10px; }
	.footer-bottom p.copy span { display: none; }
	
	#navigation ul li ul {
  padding: 0px;
  position: absolute;
  top: 35px!important;
  z-index:6;
  width:250px!important;
  column-count:1!Important;
  	-webkit-column-count: 1!important; /* Chrome, Safari, Opera */
    -moz-column-count: 1!important; /* Firefox */
}

#navigation ul li ul li { 
   width: 250px!important;
   display:block!important;
   border-top: solid thin #23395c;
   height:36px!important;
}

#navigation ul li ul li.first a{ 
   display:block!important;

}

#navigation ul li:hover ul {
  display: none!important;
  opacity: 1;
  visibility: hidden!important;

}
	.detailtable{width:250px;!important; float:left!important;}
	.detailtablenest{width:240px;!important; float:left!important;}
	
	  .training-dates-block span.frequency
  {
    display:inline-block;
    width:85px!important;
  }
  
  .contactlist{
	webkit-column-count: 1!important; /* Chrome, Safari, Opera */
    -moz-column-count: 1!important; /* Firefox */
	column-count:1!important;
	
    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
	column-gap:0px;
	height:auto!important;
}
.tut-window{height:160px!important;}
}

@media only screen and ( max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi)  { 

	#navigation a.nav-btn span.arr { background: url(images/nav-arr@2x.png) no-repeat 0 0; -webkit-background-size: 13px 18px; -moz-background-size: 13px 18px; background-size: 13px 18px; }
	#navigation a.nav-btn span.arr.active { background: url(images/nav-arr@2x.png) no-repeat 0 bottom; -webkit-background-size: 13px 18px; -moz-background-size: 13px 18px; background-size: 13px 18px; }

	#logo a { background: url(images/Clarix-Logo.png) no-repeat 0 0; -webkit-background-size: 180px 59px!important; -moz-background-size: 180px 59px!important; background-size: 180px 59px!important;  }
		#logo.sticky a { background: url(images/Clarix-Logo.png) no-repeat 0 0; -webkit-background-size: 100px 35px!important; -moz-background-size: 100px 35px!important; background-size: 100px 35px!important;  }
}


#navigation ul li:hover {
  background: #12233e;

}

#navigation ul li:hover a {
  color: #dfe4f3!important;
  text-decoration: none;

}

#navigation.sticky ul li:hover {
  background: #12233e;

}

#navigation.sticky ul li:hover a {
  color: #dfe4f3!important;
  text-decoration: none;

}

.contactlist{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
	column-count:2;
	
    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
	column-gap:0px;
	height:210px;
}

.contactlist li{ display:block; height:auto; line-height:21px; }

#navigation ul li ul {
  padding: 0;
  position: absolute;
  top: 47px;
  left: 0;
  width: 400px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index:6;
   border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
	column-count:2;
	
    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
	column-gap:0px;
	height:auto;
}
#navigation ul li ul li { 
  background: #1b3052; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
   width: 200px;
   border-top: solid thin #23395c;
   border-left: solid thin #23395c;
   height:40px;
   font-size:10px!important;
   padding:0px!important;
    -moz-text-align:left!important;
-webkit-text-align:left!important;
   text-align:left!important;
}
#navigation ul li ul li:hover { background: #12233e; background-image:url(images/dd-bg.png); background-repeat:no-repeat; background-position:left; 
  -moz-box-shadow: 0 0 0px #535353;
-webkit-box-shadow: 0 0 0px #535353;
box-shadow: 0px 0px 0px #535353;
 border-top-right-radius:0px;
	border-top-left-radius:0px;
	 }
#navigation ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;

}
#navigation ul li ul li.first a { padding-left: 22px; }
	#navigation ul li ul li a { padding: 0 22px; line-height:40px!important; }
	

#navigation.sticky ul li ul {
  padding: 0;
  position: absolute;
  top: 25px;
  left: 0;
  width: 400px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index:6;
   border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
	column-count:2;
	
    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
	column-gap:0px;
	height:auto;
}
#navigation.sticky ul li ul li { 
  background: #1b3052; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
   width: 200px;
   border-top: solid thin #23395c;
   border-left: solid thin #23395c;
   height:40px;
   font-size:10px!important;
   padding:0px!important;
    -moz-text-align:left!important;
-webkit-text-align:left!important;
   text-align:left!important;
}
#navigation.sticky ul li ul li:hover { background: #12233e; background-image:url(images/dd-bg.png); background-repeat:no-repeat; background-position:left; 
  -moz-box-shadow: 0 0 0px #535353;
-webkit-box-shadow: 0 0 0px #535353;
box-shadow: 0px 0px 0px #535353;
 border-top-right-radius:0px;
	border-top-left-radius:0px;
	 }
#navigation.sticky ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;

}
#navigation.sticky ul li ul li.first a { padding-left: 22px; }
	#navigation ul li ul li a { padding: 0 22px; line-height:40px!important; }
	
	
	.event-block
{
  display:inline-block;
  margin-bottom:20px;
}

	.event-input
{
  padding-right:10px; color:#06F;}

.training-dates-block
{
  width: 670px;
  text-align:left;
}

.main .post input .event-input{  padding-right:10px; color:#06F;}

.registration-form
{
width:100%;
}
  .registration-form select
  {
  
  }
.training-dates-block
{
  width: 100%;
  text-align:left;
  padding-bottom:10px;
}
  .training-dates-block h2
  {
    display:inline-block;
    font-size:11px;
    margin-right:5px;
    width:195px;
	vertical-align: top;
  }
  .capsule::-ms-clear {
  width : 0;
  height: 0;
}
  .training-dates-block span.frequency
  {
    display:inline-block;
    width:140px;
  }
  .training-dates-block input
  {
  }
  .training-dates-block label
  {
    width:80px;
    display:inline-block;
  }
  .form-controls
  {
    margin-top:40px;
    text-align:center;
  }
    .form-controls input
    {
      display:inline-block;
    }
    .form-controls input + input
    {
      margin-left:20px;
    }
	.style1{width:100%!important;}
.capsule{width:90%!important;}

/*#navigation ul li ul li:last-child  { 
border-bottom-left-radius:5px; 
border-bottom-right-radius:5px; }*/