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

/*body {
  font-family: sans-serif;
  color: #444444;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}*/

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.full-width-slider {
  position: relative;
  height: 750px;
  overflow: hidden;
}

.slides {
  position: relative;
  height: 100%;
  background-color: dodgerblue;
}

.slides li {
  display: table;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.5s;
  background-image:url(../imgnomad/bg-slider/S1a.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.slides li:nth-of-type(2) {
  background-image:url(../imgnomad/bg-slider/S2a.jpg);
  
}

.slides li:nth-of-type(3) {
  background-image:url(../imgnomad/bg-slider/S4a.jpg);
  
}

.slides li:nth-of-type(4) {
  background-image:url(../imgnomad/bg-slider/S5.jpg);
  
}

.slides li.selected {
  z-index: 2;
  transform: translateX(0);
}

.slides li.move-left {
  transform: translateX(-100%);
}

.slides li.visible {
  z-index: 2;
}

.slides li > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slides h2 {
  margin-top: 50px;
  font-weight:bold;
  text-shadow:#000 0 1px 0, #000 0 2px 0, #000 0 3px 0, #000 0 4px 0, #000 0 5px 0,rgba(0,0,0,.1) 0 6px 1px, rgba(0,0,0,.1) 0 0 5px, rgba(0,0,0,.3) 0 1px 3px, rgba(0,0,0,.15) 0 3px 5px, rgba(0,0,0,.2) 0 5px 10px, rgba(0,0,0,.2) 0 10px 10px, rgba(0,0,0,.1) 0 20px 20px;
  /*-webkit-animation: rotateWord 5s linear infinite 0s;
	-ms-animation: rotateWord 5s linear infinite 0s;
	animation: rotateWord 5s linear infinite 0s;*/
	
}
  
@-webkit-keyframes rotateWord {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; -webkit-transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: #000 0 1px 0, #000 0 2px 0, #000 0 3px 0, #000 0 4px 0, #000 0 5px 0,rgba(0,0,0,.1) 0 6px 1px, rgba(0,0,0,.1) 0 0 5px, rgba(0,0,0,.3) 0 1px 3px, rgba(0,0,0,.15) 0 3px 5px, rgba(0,0,0,.2) 0 5px 10px, rgba(0,0,0,.2) 0 10px 10px, rgba(0,0,0,.1) 0 20px 20px; }
    17% { opacity: 1; #000 0 1px 0, #000 0 2px 0, #000 0 3px 0, #000 0 4px 0, #000 0 5px 0,rgba(0,0,0,.1) 0 6px 1px, rgba(0,0,0,.1) 0 0 5px, rgba(0,0,0,.3) 0 1px 3px, rgba(0,0,0,.15) 0 3px 5px, rgba(0,0,0,.2) 0 5px 10px, rgba(0,0,0,.2) 0 10px 10px, rgba(0,0,0,.1) 0 20px 20px; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; -ms-animation-timing-function: ease-in; -ms-transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; -ms-animation-timing-function: ease-out; -ms-transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: #000 0 1px 0, #000 0 2px 0, #000 0 3px 0, #000 0 4px 0, #000 0 5px 0,rgba(0,0,0,.1) 0 6px 1px, rgba(0,0,0,.1) 0 0 5px, rgba(0,0,0,.3) 0 1px 3px, rgba(0,0,0,.15) 0 3px 5px, rgba(0,0,0,.2) 0 5px 10px, rgba(0,0,0,.2) 0 10px 10px, rgba(0,0,0,.1) 0 20px 20px; }
    17% { opacity: 1; #000 0 1px 0, #000 0 2px 0, #000 0 3px 0, #000 0 4px 0, #000 0 5px 0,rgba(0,0,0,.1) 0 6px 1px, rgba(0,0,0,.1) 0 0 5px, rgba(0,0,0,.3) 0 1px 3px, rgba(0,0,0,.15) 0 3px 5px, rgba(0,0,0,.2) 0 5px 10px, rgba(0,0,0,.2) 0 10px 10px, rgba(0,0,0,.1) 0 20px 20px; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; -webkit-transform: translateY(-200px) translateZ(300px) rotateY(-120deg); transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateY(0px) translateZ(0px) rotateY(0deg); transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: #000 0 1px 0, #000 0 2px 0, #000 0 3px 0, #000 0 4px 0, #000 0 5px 0,rgba(0,0,0,.1) 0 6px 1px, rgba(0,0,0,.1) 0 0 5px, rgba(0,0,0,.3) 0 1px 3px, rgba(0,0,0,.15) 0 3px 5px, rgba(0,0,0,.2) 0 5px 10px, rgba(0,0,0,.2) 0 10px 10px, rgba(0,0,0,.1) 0 20px 20px; }
    17% { opacity: 1; #000 0 1px 0, #000 0 2px 0, #000 0 3px 0, #000 0 4px 0, #000 0 5px 0,rgba(0,0,0,.1) 0 6px 1px, rgba(0,0,0,.1) 0 0 5px, rgba(0,0,0,.3) 0 1px 3px, rgba(0,0,0,.15) 0 3px 5px, rgba(0,0,0,.2) 0 5px 10px, rgba(0,0,0,.2) 0 10px 10px, rgba(0,0,0,.1) 0 20px 20px; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}

.slider-navigation a {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  height: 48px;
  width: 48px;
  color: #fff;
  text-decoration: none;
  font-weight: 100;
  opacity: 0.5;
  transition: opacity 0.3s, visibility 0.3s;
}
.slider-navigation a:hover {
  opacity: 1;
}
@media (max-width: 500px) {
  .slider-navigation a {
    display: none;
  }
}

.slider-navigation a.next {
  left: auto;
  right: 10px;
}

.slider-dots-navigation {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  .slider-dots-navigation {
    display: none;
  }
}

.slider-dots-navigation li {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.slider-dots-navigation li:last-of-type {
  margin-right: 0;
}

.slider-dots-navigation a {
  display: block;
  height: 14px;
  width: 14px;
  border: 1px solid #FFF;
  border-radius: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
  transition: background-color 0.3s;
}

.slider-dots-navigation a:hover,
.slider-dots-navigation a.selected {
  background-color: #FFF;
}
/*==================circle===============
a {
  text-decoration: none;
}

.container3 {
  width: 98%;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.col {
  width: 100%;
  padding: 5%;
  background-color: red;
  margin-bottom: 5%;
  border-top: 5px solid red;
}

.h1{
  color: #333;
  text-align: left;
}

h1 {
  font-size: 1em;
  line-height: 1em;
}
a {
  color: inherit;
}
a:hover {
  color: white;
}

/* the blue circle with only one line of text, centered vertically 
.oneline:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: cadetblue;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.oneline:hover:after {
  background-color: goldenrod;
}
.oneline div {
  float: left;
  width: 100%;
  padding-top: 50%;
  line-height: 1em;
  margin-top: -1.7em;
  text-align: center;
  color: white;
}
.oneline p {
  text-align: center;
  font-size: 1.2em;
}

@media only screen and (min-width: 350px) {
  .col {
    display: inline-block;
    position: relative;
    width: 30%;
    margin: 4% 0 5% 3%;
    padding: 0;
    background-color: transparent;
    border-top: none;
  }
  .col .spacer {
    position: relative;
    padding-top: 100%;
  }
  .col:nth-child(3n+1) {
    margin-left: 1%;
  }

  .circle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #75bf72;
    color: #333;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    display: block;
    padding: 5px;
    border: 5px solid #000;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  .circle:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -2%;
  }
  .circle:hover {
    background-color: maroon;
    border: 5px solid #4d0000;
    color: #fff;
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  }

  .outline {
    border: 5px solid grey;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .circle h1 {
    font-size: 0.9em;
    line-height: 1em;
  }
  .circle p {
    font-size: 0.8em;
    line-height: 1em;
    color: white;
    text-align: center;
  }
  .circle a {
    color: inherit;
  }
  .circle > p, .circle > h1, .circle > .wrapcontent {
    display: inline-block;
    vertical-align: middle;
  }
  .circle > p > p, .circle > p > h1, .circle > h1 > p, .circle > h1 > h1, .circle > .wrapcontent > p, .circle > .wrapcontent > h1 {
    display: block;
  }
}
@media only screen and (min-width: 481px) {
  .circle h1 {
    font-size: 1.2em;
    line-height: 1em;
  }
  .circle p {
    font-size: 1em;
    line-height: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .circle h1 {
    font-size: 1.6em;
    line-height: 1em;
  }
  .circle p {
    font-size: 1.2em;
    line-height: 1em;
  }
}
*/

.ch-grid {
	margin: 20px 0 0px 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 400px;
	height: 400px;
	display: inline-block;
	margin: 30px;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap{
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 50%;

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	top: 50px;
	left: 50px;
	background: #f9f9f9 url(../images/bg.jpg);
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}

.ch-info{
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 50%;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 80%;
	background-position: center center;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	background:#ffff;
}

.ch-img-1 { 


background-image:url(../imgnomad/cc1.jpg);
}

.ch-img-2 { 
background-image:url(../imgnomad/cc2.jpg);

}

.ch-img-3 { 
background-image:url(../imgnomad/cc3.jpg);
}

.ch-info h3 {
	color: #fff;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
	font-size: 14px;
	margin: 0 25px;
	padding: 40px 0 0 0;
	height: 90px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 20px;
	/*border-top: 1px solid rgba(255,255,255,0.5);*/
}

.ch-info p a {
	display: block;
	color: #000;
	
	font-style: normal;
	font-weight: 700;
	/*text-transform: uppercase;*/
	font-size: 20px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #75bf72;
	
}

.ch-item:hover .ch-info-wrap {
	box-shadow: 
		0 0 0 0 rgba(255,255,255,0.8), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}

.ch-item:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}