/* Green Color CSS */

body{
border-top:3px solid #30add1;

}

.color{
color:#30add1;
}

a, a:visited{
color:#30add1;
}

a:hover{
color:#29a1c4;
}

.navbar{
background: #30add1 !important;
border-top:1px solid #29a1c4 !important;
border-bottom:1px solid #29a1c4 !important; 
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
   border-color: #3ba4c2;
}

.navbar button{
	background:#29a1c4 !important;  
}

.navbar button:hover{
	background:#29a1c4 !important;
}

.navbar .nav{
border-right:1px solid #3ba4c2;
}

.navbar .nav > li > a{
background: #30add1; 
border-left:1px solid #3ba4c2;
}

.navbar .nav > li > a:hover{
background:#29a1c4 !important;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
background: #29a1c4 !important;
}

.dropdown-toggle{
background: #30add1 !important;
}


.dropdown-menu{
background:#30add1 !important;
border:1px solid #29a1c4;
}

.dropdown-menu a{
background:#30add1 !important;
border-bottom:1px solid #29a1c4;
}

.dropdown-menu a:hover,.dropdown-menu a:focus{
background:#29a1c4 !important;
}

.social i{
background:#30add1;
}

.social i:hover{
background:#29a1c4;
}

.flex-caption{
border-left:4px solid #30add1;
}

.service i{
color:#30add1;
}

/* Timeline */

.time .tidate{
background:#30add1;
}

.time .timatter{
border-bottom:2px solid #30add1;
}

/* Events - Accordion*/

.events .accordion-heading h5{
background:#30add1;
}

/* Slider */

.da-slider{
border-top: 4px solid #30add1;
border-bottom: 4px solid #30add1;
}

.da-slide h2{
color:#30add1;
}

.da-slide .da-link{
background:#30add1;
}

/* Testimonial */

.test{
border-bottom:2px solid #30add1;
}

.test-arrow{
border-top-color: #30add1;
}

/* Feature alt */

.afeature:hover{
border:5px solid #30add1;
}

.afmatter i{
color:#30add1;
}

.rpost1:hover,.rpost2:hover{
border-bottom:2px solid #30add1;
}

.accordion-heading i{
color:#30add1;
}

.process i{
color:#30add1;
}

.process-meta span{
background:#30add1;
}

.feat h4 i{
color:#30add1;
}



.blog .meta i{
color:#30add1;
}

.posts .tags a{
background:#30add1;
border:1px solid #29a1c4;
border-bottom:3px solid #29a1c4;
}

.posts .tags a:hover{
border-bottom:3px solid #30add1;
background:#29a1c4;
border:1px solid #29a1c4;
}

.paging a:hover{
background: #30add1;
border:1px solid #29a1c4;
}

.paging .current{
background: #30add1;
border:1px solid #29a1c4;
}

.serv .simg i{
color:#30add1;
}

.button a, .button a:visited{
background:#30add1;
border-bottom:2px solid #29a1c4;
}

.button a:hover{
background:#29a1c4;
}

.pricel .phead-top{
background:#30add1;
border:1px solid #29a1c4;
}

.pricel .phead-bottom{
border-top:1px solid #29a1c4;
}

.nav-tabs > li > a:hover{
background:#30add1;
}

.about .asocial i{
background:#30add1;
}

.resume h4{
background:#30add1;
}

.resume h5{
color:#30add1;
}

.footer{
border-top:3px solid #30add1;
}

.footer ul li{
background-image:url('/img/gamepl/list-b.png');
}

#loader-ajax {
height:60px;
width:60px;
margin:0px auto;
position:fixed;
bottom: 10px;
right: 10px;
display: none;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left:6px solid rgba(0,174,239,.15);
border-right:6px solid rgba(0,174,239,.15);
border-bottom:6px solid rgba(0,174,239,.15);
border-top:6px solid rgba(0,174,239,.8);
border-radius:100%;
}

@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
from {-moz-transform: rotate(0deg);}
to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
from {-o-transform: rotate(0deg);}
to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}
.bs-sc-datepicker.dropdown-menu {
	background: #ffffff !important;
	border: 1px solid #cccccc;
}

.usettings .tab-pane{
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-brand,.navbar-brand:visited{
	color: #fff;
	font-size: 20px;
}
ul.wysihtml5-toolbar {
    margin: 0;
    padding: 0;
    display: block;
}

ul.wysihtml5-toolbar::after {
    clear: both;
    display: table;
    content: "";
}

ul.wysihtml5-toolbar > li {
    float: left;
    display: list-item;
    list-style: none;
    margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
    font-weight: bold;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
    font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
    text-decoration: underline;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #E6E6E6;
    background-color: #D9D9D9;
    outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
    display: none !important;
}

ul.wysihtml5-toolbar div.wysihtml5-colors {
    display:block;
    width: 50px;
    height: 20px;
    margin-top: 2px;
    margin-left: 5px;
    position: absolute;
    pointer-events: none;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
    padding-left: 70px;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
    background: black !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
    background: silver !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
    background: gray !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
    background: maroon !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
    background: red !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
    background: purple !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
    background: green !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
    background: olive !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
    background: navy !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
    background: blue !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
    background: orange !important;
}
.wysiwyg-color-black {
  color: black;
}

.wysiwyg-color-silver {
  color: silver;
}

.wysiwyg-color-gray {
  color: gray;
}

.wysiwyg-color-white {
  color: white;
}

.wysiwyg-color-maroon {
  color: maroon;
}

.wysiwyg-color-red {
  color: red;
}

.wysiwyg-color-purple {
  color: purple;
}

.wysiwyg-color-fuchsia {
  color: fuchsia;
}

.wysiwyg-color-green {
  color: green;
}

.wysiwyg-color-lime {
  color: lime;
}

.wysiwyg-color-olive {
  color: olive;
}

.wysiwyg-color-yellow {
  color: yellow;
}

.wysiwyg-color-navy {
  color: navy;
}

.wysiwyg-color-blue {
  color: blue;
}

.wysiwyg-color-teal {
  color: teal;
}

.wysiwyg-color-aqua {
  color: aqua;
}

.wysiwyg-color-orange {
  color: orange;
}



.drop-img{
  margin-bottom: 10px;
  margin-right: 16px;
  margin-top: -20px;
  height: 70px;
  text-align: center;
  background-color: white;
  border: 1px solid #d0d0d0;
  display: block;
  position: relative;
}
.drop-mess{
  height: 45px;
  margin-top: 20px;
}
.dropInput { 
  margin-top: -70px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.img-load>.ui-sortable>div{
  display: inline-block;
  word-spacing: normal;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 106px;
  height: 106px;
  vertical-align: top;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  line-height: 100px;
  clear: left;
  overflow: hidden;
}
.img-load>.ui-sortable>div img{
vertical-align: middle;
max-width: 100px;
max-height: 100px;
}
.img-load>.ui-sortable{
  margin-bottom: 20px;
}
.img-load>.ui-sortable>div a.delete-img{
  display: block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  position:absolute;
  visibility: hidden;
  margin-left: 83px;
  margin-top: -36px;
  color: red;
}
.img-load>.ui-sortable>div:hover a.delete-img{
  visibility: visible;
}

.icon-refresh-animate {
  -webkit-animation-name: rotateThis;
  -moz-animation-name: rotateThis;
  -ms-animation-name: rotateThis;
  -o-animation-name: rotateThis;
  animation-name: rotateThis;
   
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
 
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
 
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
 
@keyframes "rotateThis" {
  from {
    -webkit-transform: scale( 1 ) rotate( 0deg );
    -moz-transform: scale( 1 ) rotate( 0deg );
    -o-transform: scale( 1 ) rotate( 0deg );
    -ms-transform: scale( 1 ) rotate( 0deg );
    transform: scale( 1 ) rotate( 0deg );
  }
  to {
    -webkit-transform: scale( 1 ) rotate( 360deg );
    -moz-transform: scale( 1 ) rotate( 360deg );
    -o-transform: scale( 1 ) rotate( 360deg );
    -ms-transform: scale( 1 ) rotate( 360deg );
    transform: scale( 1 ) rotate( 360deg );
  }
}
 
@-moz-keyframes rotateThis {
  from {
    -moz-transform: scale( 1 ) rotate( 0deg );
    transform: scale( 1 ) rotate( 0deg );
  }
  to {
    -moz-transform: scale( 1 ) rotate( 360deg );
    transform: scale( 1 ) rotate( 360deg );
  }
}
 
@-webkit-keyframes "rotateThis" {
  from {
    -webkit-transform: scale( 1 ) rotate( 0deg );
    transform: scale( 1 ) rotate( 0deg );
  }
  to {
    -webkit-transform: scale( 1 ) rotate( 360deg );
    transform: scale( 1 ) rotate( 360deg );
  }
}
 
@-ms-keyframes "rotateThis" {
  from {
    -ms-transform: scale( 1 ) rotate( 0deg );
    transform: scale( 1 ) rotate( 0deg );
  }
  to {
    -ms-transform: scale( 1 ) rotate( 360deg );
    transform: scale( 1 ) rotate( 360deg );
  }
}
 
@-o-keyframes "rotateThis" {
  from {
    -o-transform: scale( 1 ) rotate( 0deg );
    transform: scale( 1 ) rotate( 0deg );
  }
  to {
    -o-transform: scale( 1 ) rotate( 360deg );
    transform: scale( 1 ) rotate( 360deg );
  }
}