/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none;}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
.slick-prev:before { content: "\2190"; }

.slick-next { right: -25px; }
.slick-next:before { content: "\2192"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

[dir="rtl"] .slick-next {right: auto;left: -25px;}
[dir="rtl"] .slick-next:before {content: "\2190";}
[dir="rtl"] .slick-prev {right: -25px;left: auto;}
[dir="rtl"] .slick-prev:before {content: "\2192";}
[dir="rtl"] .slick-slide {float: right;}

/*slick-custom-mission.css*/section#features h3.content_titleTMP {
    /*color: #012a68;*/ color:white;
    /*font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: "Helvetica Neue",helvetica,arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    /*margin: 12px 15px 6px;
    padding: 0;*/
    text-align: left;
    text-decoration: none;
}
section#features a {text-decoration:none;}
section#features .content_lg {
color: #ebebeb;
position: absolute;
top:0%; right:0%;
text-align:left;
padding: 2% 2% 2% 20%;
float: right;
width:55%; height:100%;

background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 87%, rgba(0,0,0,0.65) 96%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(87%,rgba(0,0,0,0.65)), color-stop(96%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 87%,rgba(0,0,0,0.65) 96%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 87%,rgba(0,0,0,0.65) 96%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 87%,rgba(0,0,0,0.65) 96%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 87%,rgba(0,0,0,0.65) 96%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
}
section#features h3.content_title  {
font-family: "Helvetica Neue",helvetica,arial,sans-serif;
/*color:white;
margin: 0 0 20px 0;*/
line-height: 1.25;
font-size: 24px;
font-weight: 300;
text-align:left;
border-bottom: 1px dotted rgba(255,255,255,.3);
padding-bottom: 20px;
}
section#features h3.content_title_sm {
font-family: "Helvetica Neue",helvetica,arial,sans-serif;
margin: 0;
font-size: 14px;
font-weight: 300;
color:#ebebeb;
position:absolute; bottom:0%; left:0%; right:0%; padding:20% 2% 2% 2%;
text-align:left;

background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 87%, rgba(0,0,0,0.65) 96%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(87%,rgba(0,0,0,0.65)), color-stop(96%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 87%,rgba(0,0,0,0.65) 96%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 87%,rgba(0,0,0,0.65) 96%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 87%,rgba(0,0,0,0.65) 96%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 87%,rgba(0,0,0,0.65) 96%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

section#features h4.TMP{color:white;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.5;
    /*margin: 12px 15px 6px;
    padding: 0;*/
    text-align: left;
    text-decoration: none;}
section#features h4 {
font-size: 12px;
margin: 0;
line-height: 1.5;
color: #ebebeb;
}
section#features{
	/*height:470px;*/
	min-height:360px;
	/*max-width:1440px;*/
	/*max-width:1340px;*/
	max-width:1440px;
	width:100%;
	/*padding: 0 50px;*/
	padding: 0 0px;
	/*background: radial-gradient(ellipse at center center , rgba(1, 57, 110, 1) 0%, rgba(0, 29, 53, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	clear:both;
}

/*.parallaxy {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  transform-style: preserve-3d;
}
.parallaxy:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
}
.parallaxy:nth-child(2n) .title {
  margin-left: 0;
  margin-right: auto;
}

.parallaxy:nth-child(2n+1) .title {

  margin-left: auto;
  margin-right: 0;
}

.parallaxy, .parallaxy:before {
  background: 50% 50% / cover;  
}
#parallaxy {
  background-attachment: fixed;
}
*/
/*
#features .featuredStories {
  position: relative;
  padding: 25vh 10%;
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
	transform-style: inherit;
}

#features img {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 320px;
  height: 240px;
  transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
  padding: 10px;
  border-radius: 5px;
  background: rgba(240,230,220, .7);
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

#features img:last-of-type {
  transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-40%) rotate(-5deg);
}

#features .featuredStories:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
}

#features .featuredStories {
  width: 50%;
  padding: 5%;
  border-radius: 5px;
  background: rgba(240,230,220, .7);
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

#features .featuredStories:nth-child(2n) .title {
  margin-left: 0;
  margin-right: auto;
}

#features .featuredStories:nth-child(2n+1) .title {
  margin-left: auto;
  margin-right: 0;
}*/
/*.parallaxy:before {
  transform: translateZ(-1px) scale(2);
  z-index:-1;
}*/

section#features .slick-track {
    /*height:360px;*/
	height:360px;
}
@media (min-width: 1000px) and (max-width: 1099px ) {
  	section#features{height:560px;}
  	section#features .slick-track {height:560px;}
}
@media (min-width: 1100px) and (max-width: 1299px) {
  	section#features{height:580px;}
  	section#features .slick-track {height:580px;}
}
@media (min-width: 1300px) {
	section#features{/*height:810px;*/height:730px;}
	section#features .slick-track {/*height:810px;*/height:730px;}
}
section#features .content {height:100%;}
section#features .slick-slider {
    margin-top: 0px;
}
section#features .slick-prev {
    left: 0px;
}
section#features .slick-next {
    right: 0px;
}
section#features .slick-dots {bottom:45px; margin:0 auto; width: auto; left: 0; right:0; text-align: center}
section#features .featuredCaptionText {padding-bottom: 28px;}
section#features .slick-list {}
section#features .slick-dots li {}
section#features .slick-dots li.slick-active {}
section#features .slick-dots li button {
    color: white;
	text-shadow:rgba(0, 0, 0, 1) 2px 2px 2px;
}
section#features .slick-dots li button:before {
    color: white;
}
section#features .featuredStories .featuredCaptions a {color:white; text-decoration:underline; font-style:italic;}
section#features .slide-md-image {height:336px; margin:10px;padding:2%; /*height:100%;*/background-color:#151515;position:relative;}
section#features .half-height-item .slide-md-image {width:46%; height:158px; /*width:50%; height:50%;*/ float:left; /*padding:0.5% 0.5%;*/}

/*.slick-prev:before, .slick-next:before, .slick-prev:after, .slick-next:after {
    color: #012c54;
}*/
section#features .slick-prev, section#features .slick-next {  
	width:40px; height:80px; /*padding:20px 10px;	background-size:39px 56px; background-position:center center;*/ background-repeat:no-repeat;
}
section#features .slick-prev, section#features .slick-next, section#features .slick-dots {opacity: 0;  transition: opacity 0.3s;-webkit-transition: opacity 0.3s;}
section#features:hover .slick-prev, section#features:hover .slick-next, section#features:hover .slick-dots {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 0.8;}
section#features .slick-prev:hover, section#features .slick-next:hover {  
	opacity:1;
}
section#features .slick-prev:before { content:""; }
section#features .slick-next:before { content:""; }
section#features .slick-prev { background-image: url('../../../imgs/general/arrow_left_slim.png');	}
section#features .slick-next { background-image: url('../../../imgs/general/arrow_right_slim.png');	}



/*mepslider/css/style.css*/
@font-face {
  font-family: 'Pacifico';
  src: url('pacifico.eot');
  src: url('pacifico.eot?#iefix') format('embedded-opentype'),
       url('pacifico.woff') format('woff'),
       url('pacifico.ttf') format('truetype'),
       url('pacifico.svg#Pacifico') format('svg');
}

#disqus_thread{margin-top:20px;}
section#features *{-moz-box-sizing:border-box;box-sizing:border-box;}
.blue{/*background:#3498db;*/color:#fff;}
.blue h3{/*background:#fff;color:#3498db;font-size:36px;*/ /*line-height:100px;*//*margin:10px;padding:2%;position:relative;text-align:center;*/}
.button{background:#3498db;color:#fff;display:block;font-size:16px;margin:20px auto;padding:20px;text-align:center;text-decoration:none;width:48%;}
.buttons{padding:0 20px 20px; margin-bottom: 10px;}
.buttons .button{background:#FFF;color:#3498db;float:left;margin:5px;}
.center .slick-center h3{-moz-transform:scale(1.08);-ms-transform:scale(1.08);-o-transform:scale(1.08);-webkit-transform:scale(1.08);color:#e67e22;opacity:1;transform:scale(1.08);}
.center h3{opacity:0.8;transition:all 300ms ease;}
.content{margin:auto;padding:20px;/*width:600px;*/width:100%;}
.content:after,.buttons::after{clear:both;content:"";display:table;}
.destroy{font-weight:400;margin-top:40px;}
.features{display:block;list-style-type:none;margin-top:30px;padding:0;text-align:center;}
.features li{margin:20px 0;}
.filter .button{background:#FFF;color:#3498db; margin-bottom: 40px;}
.fixed-header{background:#FFF;box-shadow:2px 0 5px rgba(0,0,0,0.5);display:none;padding:10px;position:fixed;top:0;width:100%;z-index:10000;}
.fixed-header .header-content{margin:auto;/*width:600px;*/width:100%;}
.fixed-header .subheading{display:none;}
.fixed-header h1.title{float:left;font-size:24px;margin:0;}
.fixed-header ul.nav{float:right;margin:0;padding:5px;}
.fixed-header ul.nav li{margin:0 0 0 10px;}
.header{padding:20px 0;}
.margin-40{margin-bottom:40px;}
.more,.button.first{margin-top:40px;}
.red{background:#e74c3c;color:#fff;}
.slick-slide .image{padding:10px;}
.slick-slide img{border:5px solid #FFF;display:block;width:100%;}
.slick-slide img.slick-loading{border:0 }
.subheading{color:#555;font-size:12px;font-style:italic;font-weight:400;margin:10px auto;text-align:center;}
.white{background:#fff;color:#3498db;}
.white pre,.white hr{background:#3498db;}
/*a{color:#3498db;}
body,html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:'Lucida Grande', sans-serif;height:100%;line-height:1;margin:0;padding:0;text-rendering:optimizeLegibility;width:100%;}
code{color:#000; overflow-x: scroll;}
h1{color:#3498db;font-family:Pacifico;font-size:72px;font-weight:400;line-height:1.2;margin:0 auto 10px;text-align:center;}
h1.title{font-size:96px;}
h2{font-family:Pacifico;font-size:36px;margin:20px auto;text-align:center;}
h4{}
hr{background:#fff;border:0;height:1px;margin:40px 0;}
p{font-size:18px;font-weight:700;line-height:1.5;margin-bottom:40px;text-align:center;}
p.note{font-size: 12px;}
p.cdn{font-size: 14px;}
p.guff{font-size:16px;}
pre{background:#fff;margin:0 10px 20px;padding:10px;}
section{width:100%;}
table{border-collapse:collapse;border-spacing:0;margin:40px auto;text-align:left;width:100%; table-layout: fixed; font-size: 14px; line-height: 1.4;}
tbody{background:#fff;border-color:#fff;}
td{background:#3498db;border:1px solid #fff;color:#fff;padding:10px;width:33%; vertical-align: top;}
th{border-left:1px solid #3498db;padding:10px;}
td:first-child { font-weight: bold;}
th.last{width: 230px;}
th.type {width: 80px;}
th.default { width: 100px; }
th:first-child{border-left:0;}
thead{background:#fff;border-color:#3498db;color:#3498db;}
tr{background:#fff;border-right:1px solid #fff;}
ul.nav{margin-bottom:0;padding-left:0;text-align:center;}
ul.nav li{display:inline-block;list-style-type:none;margin:0 20px;}
ul.nav li a{font-size:12px;text-decoration:none;}
@media (max-width: 420px) {
ul.nav li a{display:block;font-size:10px;}
}
@media (max-width: 768px) {
.blue h3{font-size:24px;}
.button{margin:0 auto 20px;width:auto;}
.button.first{margin-top:40px;}
.buttons{padding:0 0 20px;}
.buttons .button{float:left;font-size:12px;margin:1%;width:48%;}
.center{margin-left:-40px;margin-right:-40px;}
.center .slick-center h3{-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);color:#e67e22;opacity:1;transform:scale(1);}
.center h3{-moz-transform:scale(0.95);-ms-transform:scale(0.95);-o-transform:scale(0.95);-webkit-transform:scale(0.95);opacity:0.8;transform:scale(0.95);transition:all 300ms ease;}
.content{margin:auto;padding:20px 40px;width:auto;}
.fixed-header .header-content{width:auto;}
pre{font-size:12px; overflow-x: scroll;}
table{font-size:14px;line-height:18px;margin:40px auto 20px; display: block; float: left;}
tr { width: 100%; border-right: none; border-bottom: 1px solid #fff; margin: 0px 0px 20px; padding: 0px 0px 20px; background: transparent; float: left; }
thead { display: none; }
td { border: 0; padding: 10px 0px;}
td,tbody { display: block; width: 100% !important;}
table.settings td:nth-of-type(1), table.methods td:nth-of-type(1){font-weight: bold; font-size: 16px; line-height: 18px;}
table.settings td:nth-of-type(2):before{content: 'Type: '; font-weight: bold;}
table.settings td:nth-of-type(3):before{content: 'Default: '; font-weight: bold;}
table.methods td:nth-of-type(2):before{content: 'Arguments: '; font-weight: bold;}
}
*/