/*
 * Responsive Animated Circle Menu Bundle - Pure CSS3 - V.1.5
 * Model 3 -> skin 7
 * Author: Shy Design
 * Author URL: codecanyon.net/user/shydesign
 * All Right Reserved
 * Credits:
 * * http://tympanus.net/codrops/
 * * http://necolas.github.com/normalize.css/
 * * http://fortawesome.github.com/Font-Awesome/
 * * http://daneden.me/animate/
 * * http://designshack.net/articles/css/10-great-google-font-combinations-you-can-copy/
 *
 */
  
/* import other css files */
@import "normalize.css";
@import "bootstrap.css";
@import "bootstrap-responsive.css";
@import "font-awesome.css";
@import "font-awesome-7.min.css";
@import "animate.css";
@import "demo-switcher.css";

/* Main Styles starts */
body {
  overflow: hidden;
  background-color: #fff;
  font-family: 'Cardo', Georgia, Times, serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rock Salt',Helvetica, Arial, sans-serif cursive;
}

p {
  font-size: 15px;
}

/* menu ul */
.cm-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* hover on one link, decrease changes other link styles */
.cm-menu li {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  text-decoration: none;
}

.cm-menu li:nth-child(1) .icon { 
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  text-decoration: none;
}

.cm-menu li:nth-child(2) .icon { 
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  text-decoration: none;
}

.cm-menu li:nth-child(3) .icon { 
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  text-decoration: none;
}

.cm-menu li:nth-child(4).icon { 
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  text-decoration: none;
}

.cm-menu:hover li{ 
  opacity: .5;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  text-decoration: none;
}

.cm-menu:hover li .icon {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -o-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
  text-decoration: none;
}

.cm-menu:hover li h3 {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  text-decoration: none;
}

.cm-menu:hover li p {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 700ms;
  -moz-animation-delay: 700ms;
  -o-animation-delay: 700ms;
  animation-delay: 700ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: frotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  text-decoration: none;
}

.cm-menu li:hover{ 
  opacity: 1;
  margin-top: -20px;
  text-decoration: none;
}

.cm-menu li:nth-child(1):hover i { 
  color: rgb(0, 204, 255);
  text-decoration: none;
}

.cm-menu li:nth-child(2):hover i { 
  color: rgb(120, 20, 220);
  text-decoration: none;
}

.cm-menu li:nth-child(3):hover i { 
  color: rgb(255, 51, 0);
  text-decoration: none;
}

.cm-menu li:nth-child(4):hover i { 
  color: rgb(120, 20, 120);
  text-decoration: none;
}

.cm-menu li:hover .icon { 
  -webkit-animation-name: noAnimation;
	-moz-animation-name: noAnimation;
	-o-animation-name: noAnimation;
	animation-name: noAnimation;
	text-decoration: none;
}

.cm-menu li:hover h3 { 
  -webkit-animation-name: noAnimation;
	-moz-animation-name: noAnimation;
	-o-animation-name: noAnimation;
	animation-name: noAnimation;
	text-decoration: none;
}

.cm-menu li:hover p { 
  -webkit-animation-name: noAnimation;
	-moz-animation-name: noAnimation;
	-o-animation-name: noAnimation;
	animation-name: noAnimation;
	text-decoration: none;
}

/* menu icon */
.cm-menu i {
  font-size: 40px;
  color: rgb(95, 95, 95);
  position: relative;
  left: 0;
  line-height: 43px;
}

.cm-menu .icon-border {
  border: solid 1px #eeeeee;
  padding: 15px 10px 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.cm-menu .icon-2x {
  font-size: 2em;
}

.icon-2x.icon-border {
  border-width: 2px;
  padding: 9px 10px 6px;
}

.icon-3x {
  font-size: 3em;
}

.cm-menu .icon-3x.icon-border {
  border-width: 3px;
}

.cm-menu .icon-4x {
  font-size: 4em;
}

.cm-menu .icon-4x.icon-border {
  border-width: 4px;
  padding: 28px 10px 25px;
}

/* menu title */
.cm-menu h3 {
  color: rgb(95, 95, 95);
  font-size: 25px;
  text-decoration: none;
}

/* menu description */
.cm-menu p {
  text-align: left;
  color: rgb(83, 83, 83);
  text-decoration: none;
}