@charset "utf-8";
/* CSS Document */


/*Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

html h1 {
	font-size: 2.55em;
}

html h2 {
	font-size: 2.2em;
}

html p {
	font-size: 100%;
	line-height: 1.25em;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

body {
  font-size: 100%;
font-family: 'Source Sans Pro', sans-serif;  background-color: transparent;
  cursor: default;
}

body{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}


body, html {
  /* important */
  height: 100%;
  margin: 0;
  padding: 0;
}

a {
  color: rgba(93,135,191,1.00);
  font-weight: 400;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	color: rgba(10,27,31,1.00);
}

.btn.btn-default {
	background-color: rgba(252,252,252,1.00);
	font-size: 0.8em;
	color: rgba(171,1,4,1.00);
	padding: 10px 15px 10px 15px;
	border: 1px solid rgba(204,204,204,1.00);
	border-radius: 5px;
}

.btn.btn-default.sm {
	font-size: 0.7em;
	background-color: rgba(88,88,88,1.00);
	color: rgba(235,235,235,0.8);
	border: none;
}

.btn.btn-default.sm:hover {
	text-decoration: none;
	opacity: 0.8;
}



/* -------------------------------- 

Main components 

-------------------------------- */


.cd-header {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(14,21,25,0.60);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}


.cd-header:after {
  content: "";
  display: table;
  clear: both;
}
  #cd-logo {
	width: 17%;
  display: block;
  position: relative;
  float: left;
  margin: 0;
  opacity: 0.8;
}

#cd-logo img {
	width: 100%;
}

.cd-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

	.cd-header {
  display: none;
}

	.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  background: rgba(255,255,255,1.00);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}


.cd-header:after {
  content: "";
  display: table;
  clear: both;
}

  #logo {
	  display: none;
 }

#logo img {
	width: 100%;
	height: 100%;
}

.menu-btn {
    width: 100px;
	height: 30px;
    padding: 10px;
	float: right;
	margin-top: -40px!important;
    margin-bottom: 10px;
    background: transparent;
    color: #000000;
    text-align: center;
    cursor: pointer;
}

.mobile-logo {
	width: 50%;
	height: auto;
	top: 0;
	left: 0;
	position: relative;
}

.mobile-logo img {
	width: 100%;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	
 .cs-next {
	  width: 110px;
	  position: relative;
	  top: 10%;
	  left: 85%;
	  z-index: 3;
  }
  
  .cs-previous {
	  width: 110px;
	  position: relative;
	  top: 5%;
	  left: 3%;
	  z-index: 3;
  }
  
   .cs-next a, .cs-previous a {
	  font-size: 0.75em;
	  font-weight: 400;
	  line-height: 1em;
  } 
  
  
  .wrap  {
	  width: 100%;
	  position: relative;
	  overflow: hidden;
	  margin:  auto;
	  top: 10%;
  }
  
  h2 {
	  color: red;
	  width: auto;
	  padding-left: 20px;
  }
  
  
  h3, p, ul {
	  padding-left: 20px;
	  list-style: none;
  }
  
  .cs-content {
	  width: 97.5%;
	  position: relative;
	  margin: auto;
	  line-height: 1.4em;
  }
  
  /*.cs-content:nth-child(2) {
	  width: 50%; 
	  float: right;
  }
  
  .cs-content:nth-child(3) {
	  float: right;
  }*/
  
  
  #ninja-slider {
    width: 97.5%;
    background:#fff;
    padding: 0px;
	position: relative;
    margin:0 auto;
    overflow:hidden;
    box-sizing:border-box;
	border: 1px solid #E9E9E9;
}	
	
}


 
	  @media screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1219px) and (orientation : landscape)  { 
	  
	
		
	/*************
 	HEADER STYLES BEGIN
**********************************/
	
	.cd-header {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: rgba(255,255,255,1.00);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}


.mobile-header {
 display: none;
}

.cd-header:after {
  content: "";
  display: table;
  clear: both;
}

  #logo {
  width: auto;
  display: block;
  position: relative;
  float: left;
  margin: 0;
  opacity: 0.8;

}

#logo img {
	width: 100%;
	height: 100%;
}

.cd-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

  
	
	.cd-main-nav {
    width: 80%;
    height: 47px;
	position: relative;
	float: right;
	margin: 0;
    background: none;
}

  .cd-main-nav ul {
    position: relative;
    width: 100%;
	float: right;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 16px;
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
    display: inline-block;
    margin-left: .5em;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    background: transparent;
    padding: .6em;
    border-top: none;
    color: rgba(19,19,19,1.00);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85em;
	line-height: 16px;
  }
  
  .cd-main-nav a.active {
	color: black;  
  }
  
  
  .no-touch .cd-main-nav a:hover {
	text-decoration: none;
	transition: 0.4s ease-in-out;
    color: #3E6584;
  }
  
    
  .cs-next {
	  width: 110px;
	  position: fixed;
	  top: 50%;
	  left: 92%;
	  z-index: 3;
  }
  
  .cs-previous {
	  width: 110px;
	  position: fixed;
	  top: 50%;
	  left: 2%;
	  z-index: 3;
  }
  
  
  
  .wrap  {
	  width: 80%;
	  max-width: 1024px;
	  position: relative;
	  overflow: hidden;
	  margin: 20px auto;
  }
  
  h2 {
	  color: red;
	  width: auto;
	  padding-left: 20px;
  }
  
  
  h3, p, ul {
	  padding-left: 20px;
	  list-style: none;
  }
  
  .cs-content {
	  width: 50%;
	  position: relative;
	  float: left;
	  line-height: 1.4em;
  }
  
  .cs-content:nth-child(2) {
	  width: 50%; 
	  float: right;
  }
  
  .cs-content:nth-child(3) {
	  float: right;
  }
  
  .cs-next a, .cs-previous a {
	  font-size: 1em;
	  font-weight: 400;
	  line-height: 1em;
  } 
  
  #ninja-slider {
    width:680px;
    background:#fff;
    padding: 0px;

    margin:0 auto;
    overflow:hidden;
    box-sizing:border-box;
	border: 1px solid #E9E9E9;
}


  
  
  }
  
 
 @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

	 
		.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: rgba(14,21,25,0.60);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: none;
}

	.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 67px;
  background: rgba(255,255,255,1.00);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}


.cd-header:after {
  content: "";
  display: table;
  clear: both;
}

  #logo {
  width: 25%;
  display: block;
  position: relative;
  float: left;
  margin: 0;
  opacity: 0.8;

}

#logo img {
	width: 100%;
	height: 100%;
}

.menu-btn {
	display: inline-block;
    width: 100px;
    padding: 10px;
	float: right;
	margin-top: -70px;
    margin-bottom: 30px;
    color: #000000;
    text-align: center;
    cursor: pointer;
}

.mobile-logo {
	width: 40%;
	height: auto;
	top: 0;
	left: 0;
	position: relative;
}

.mobile-logo img {
	width: 100%;
}

.cd-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.mobile-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.menu-btn.active {
    width: 100px;
    padding: 10px;
	float: right;
	margin-top: -80px!important;
    margin-bottom: 30px;
    background: #fff;
    color: rgba(29,29,29,1.00);
    text-align: center;
    cursor: pointer;
}

  
	
	.cd-main-nav {
    width: 80%;
    height: 47px;
	position: relative;
	float: right;
	margin: 0;
    background: none;
	display: none;
}

  .cd-main-nav ul {
    position: relative;
    width: 100%;
	float: right;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 16px;
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
    display: inline-block;
    margin-left: .5em;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    background: transparent;
    padding: .6em;
    border-top: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85em;
	line-height: 16px;
  }
  
  .content {
	  width: 98.5%;
	  position: relative;
	  margin: 100px auto;
  }
   
	  
  }
  
 @media only screen and (min-width: 1220px) and (max-width: 1599px) {
	 	
	.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: rgba(255,255,255,1.00);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.mobile-header {
 display: none;
}


.cd-header:after {
  content: "";
  display: table;
  clear: both;
}

  #logo {
  width: auto;
  display: block;
  position: relative;
  float: left;
  margin: 0;
  opacity: 0.8;

}

#logo img {
	width: 100%;
	height: auto;
}

.cd-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}


	
	.cd-main-nav {
    width: 70%;
    height: 47px;
	position: relative;
	float: right;
	margin: 0;
	margin-left: 40px;
    background: none;
}

  .cd-main-nav ul {
    position: relative;
    width: 90%;
	float: right;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 16px;
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
    display: inline-block;
    margin-left: .5em;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    background: transparent;
    padding: .6em;
    border-top: none;
    color: rgba(19,19,19,1.00);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85em;
	line-height: 16px;
  }
  
  .cd-main-nav a.active {
	color: black;  
  }
  
  
  .no-touch .cd-main-nav a:hover {
	text-decoration: none;
	transition: 0.4s ease-in-out;
    color: #3E6584;
  }
  
   .cs-next {
	  width: 110px;
	  position: fixed;
	  top: 50%;
	  left: 92%;
	  z-index: 3;
  }
  
  .cs-previous {
	  width: 110px;
	  position: fixed;
	  top: 50%;
	  left: 2%;
	  z-index: 3;
  }
  
  
  
  .wrap  {
	  width: 80%;
	  max-width: 1024px;
	  position: relative;
	  overflow: hidden;
	  margin: 10px auto;
  }
  
  h2 {
	  padding-left: 20px;
	  color: red;
	  width: auto;
  }
  
  
  h3, p, ul {
	  padding-left: 20px;
	  list-style: none;
  }
  
  .cs-content {
	  width: 50%;
	  position: relative;
	  float: left;
	  line-height: 1.4em;
  }
  
  .cs-content:nth-child(2) {
	  width: 50%; 
	  float: right;
  }
  
  .cs-content:nth-child(3) {
	  float: right;
  }
  
  .cs-next a, .cs-previous a {
	  font-size: 1em;
	  font-weight: 500;
	  line-height: 1em;
  } 
  


	  
  }


@media only screen and (min-width: 1602px) {
	
	.cd-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.mobile-header {
 display: none;
}


.cd-header:after {
  content: "";
  display: table;
  clear: both;
}
  #logo {
  display: block;
  float: left;
  margin: 0;
  opacity: 0.8;
}

#logo img {
	width: 100%;
	height: auto;
}



	
	.cd-main-nav {
   width: auto;
    height: 60px;
	position: relative;
	float: left;
	margin-left: 25%;
    background: none;
   
  }
  .cd-main-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
	margin-top: 20px;
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
  }
  
  .cd-main-nav a.active {
	color: black;  
  }
  
  
  .no-touch .cd-main-nav a:hover {
	text-decoration: none;
	transition: 0.4s ease-in-out;
    color: #3E6584;
	font-weight: bold;
  }
  
  .cs-next {
	  width: 110px;
	  position: absolute;
	  top: 50%;
	  left: 85%;
	  z-index: 3;
  }
  
  .cs-previous {
	  width: 110px;
	  position: absolute;
	  top: 50%;
	  left: 10%;
	  z-index: 3;
  }
  
  
  
  .wrap  {
	  width: 70%;
	  max-width: 1024px;
	  position: relative;
	  overflow: hidden;
	  top: 80px;
	  margin: auto;
  }
  
  h2 {
	  color: red;
	  width: auto;
	  padding-left: 20px;
  }
  
  
  h3, p, ul {
	  padding-left: 20px;
	  list-style: none;
  }
  
  .cs-content {
	  width: 50%;
	  position: relative;
	  float: left;
	  line-height: 1.4em;
  }
  
  .cs-content:nth-child(2) {
	  width: 50%; 
	  float: right;
  }
  
  .cs-content:nth-child(3) {
	  float: right;
  }
  
  .cs-next a, .cs-previous a {
	  font-size: 1.5em;
	  font-weight: 400;
	  line-height: 1em;
  }

  
  
}