/*	Base */
::-moz-selection { background: #999; color: #fff; text-shadow: none; }
::selection { background: #999; color: #fff; text-shadow: none; }
:focus { outline-color: transparent!important; outline-style: none!important; }

html {
	overflow-y:scroll;
	background:#fff;	
}


body {
	margin: 0;
	padding: 0;                      
  font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #7f858c;
  color: #7f858c;
  background:#000 !important;
  
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;	
	cursor:default;
  overflow:hidden;
  font-style: normal;
  font-weight: 400;
  letter-spacing:1px;
}

.single-page-body {
  padding-top:100px;
}

a {
  color: #ACB2B8;
  text-decoration:none;
}

a:hover, a:active, a:focus {
  text-decoration:none;  
}


.title-icon {
  position: relative;
  top: 10px;
  font-size: 3em;
  margin-bottom: 10px;
  margin-right: 30px; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  color: #282A2E; 
  line-height:1.3em;    
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight:400;
  text-align:left;
}



h1 {
  color: #333333;  
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1px;
}

h2 {
  color: #333333;  
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
}

h2.second {
  margin-bottom:0px;
}


h3 {
  color: #C1C8CE;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 1px;
}

h3:before {
  content: "/";
  margin-right:0px;
  position: relative;
}


h4 {
  color: #404449;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

h5 {
  color: #7f858c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

h6 {
  color: #7f858c;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}


p {
  font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #7f858c;	
  font-weight: 400;
  letter-spacing:1px;
  margin-bottom:15px;
  text-align:justify;
}               

.lead {
  font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #ACB2B8;
  font-weight: 400;
  letter-spacing:1px; 
}



img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
} 




/* Animated elements */
.animated {
  visibility:hidden;
}


/* navigation */


.site-logo {
  float: left;
  display: block;
  overflow:hidden;
  line-height:70px; 
}


.site-logo img{
  margin-top:0px;
  width:auto;
  max-height:80px;
  max-width: 100px;    
}


.navbar {
  position: relative;
  z-index: 1000;
  min-height: 60px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  padding: 0px 00px;
  width:100%;
  z-index: 1041;
  border-radius: 0px; 
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border-width: 0 0 1px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
  position:fixed;
  top: 0; 
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
  z-index:1041;   
}


.show-navbar-default {
  background-color: #FFF !important;
  border-color: rgb(235, 239, 242) !important;  
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  text-transform:uppercase;
  font-size: 14px;
	display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 26px 10px 26px 10px;
  border-top:0px solid transparent;
	text-shadow: none;
  display:inline-block;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;   
}


.navbar-default .navbar-nav>li>a {
  display:none;
}

.show-navbar-default .navbar-nav>li>a {
  display:inline-block !important;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color:#24272A;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;

}



.navbar-toggle {
  position: relative;
  margin-right: 15px;
  padding: 10px 10px;
  margin-top: 32px;
  margin-bottom: 0px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-default .navbar-toggle {
  border-color: #EBEFF2;
}


.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 0px solid transparent;
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #24272A;
}


/* Submenu */

.dropdown-menu {
  position: absolute;
  top: 103%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 0px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #282A2E;
  border: 0px solid #cccccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu > li:first-child  {
  padding: 15px 30px 15px 30px;
  border-bottom:1px solid #3f4349;
}

.dropdown-menu > li  {
  padding: 15px 30px 15px 30px;
  border-bottom:1px solid #3f4349;
}

.dropdown-menu > li:last-child  {
  padding: 15px 30px 15px 30px;
  border-bottom:1px solid transparent;
}

.dropdown-menu > li > a {
  display: inline-block;
  padding: 0px 0px;
  clear: both;
  font-size:14px;
  line-height: 17px;
  text-transform:uppercase;
  color: #7f858c;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
  background-color:transparent;
}


.dropdown-menu > li > a.active, .dropdown-menu > li > a.active:hover, .dropdown-menu > li > a.active:focus {
  text-decoration: none;
  color: #FFF;
  background-color: transparent;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color:#fff;
  background-color: transparent;
}

.navbar-right .dropdown-menu {
  left: auto;
  right: auto;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #FFF;
  color: #7f858c;
}




/* Portfolio isotope */


. portfolio-mansonry-all {
  overflow:hidden;
}


.portfolio-item {
  position: relative;
  text-align: center;
  margin: 0px 0px 40px 0px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;   
}

.portfolio-item a{
  display:block;
}


.overlay {
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  padding: 35px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;     
  width: 100%;
  height: 100%;
}

.overlay-text {
  color: #FFF;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);  
  overflow:hidden; 
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}

.overlay-text h3 {
  color:#FFF;
  text-align:center;
}

.overlay-text h3:before {
  content: "";
}

.portfolio-item:hover .overlay {
  
  opacity:1;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;  
}

.portfolio-item:hover .overlay-text {
  opacity:1;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);   
}



.portfolio-item img {
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out; 
}

.portfolio-item:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out; 
}


.filter { 
  display: inline-block; 
  overflow: hidden;
  margin:10px 0px 20px 0px;
  padding:0px; 
  list-style-type: none; 
}
.filter li { 
  float:left;

}

.filter li a{   
  color: #ACB2B8;
  cursor: pointer;
  font: 600 14px/29px "Raleway", sans-serif;
  letter-spacing: 1px;
  margin: 0px 30px 0 0;
  overflow: visible;
  padding: 0px 0px 0px 0px;
  position: relative;
  display: inline-block;
  transition: all .3s ease-in-out;
  text-transform: uppercase;  
}

.filter li a:hover, .filter li.active a:hover { 
  color: #282A2E;
}
.filter li.active { 
  background: #FFF; }
.filter li.active a { 
  color: #282A2E; 
}



/* Portfolio classic post*/

.project-detail {
  background-color:#F4F4F4;
}

.project-detail p {
  margin-bottom:20px;
}

.project-detail-pagging {
  padding:0px;
  float:right;
  overflow:hidden;
  margin-top: 5px;
}

.project-detail-pagging a {
  display:block;
  float: left;
}

.project-detail-pagging a i {
  width:50px;
  height:50px;
  line-height:50px;
  font-size:20px;
  text-align:center;
  color:#7f858c;
  background-color:#FFF;       
}



.project-detail-container-text {
  position:relative;
  background-color:#FFF;
  padding:30px 30px 30px 30px;
}


.project-detail a:hover, .project-detail a:focus, .project-detail a:active {
  color:#282A2E;
}

.project-detail-container  [class*="col-"]{  
  padding-left:0px;
  padding-right:0px; 
}

.project-detail-container {
  position:relative;
  background-color:transparent;
  padding:0px 15px;
  float: left;
  overflow: hidden;  
}


.project-detail-image {
  position:relative;
}

.project-detail-image img {
  width:100%;
  max-height:500px;
}

.project-detail-share {
  position:absolute;
  bottom:-6px;
  left:0px;
}




/* blog detail */

.blog-detail {
  position:relative;
  background-image:
    linear-gradient(
      to right, 
      #ffffff,
      #ffffff 70%,
      #ffffff 70%,
      #282A2E 30%,
      #282A2E 30%
    );
  border-bottom:1px solid #EBEFF2;  
}

.blog-detail .container {
  padding:0px;
}

.blog-detail-background {
  background-color:#282A2E;
}

.blog-detail-info {
  padding:25px 25px;
  background-color:#F5F6FA;
}

.blog-detail-info .date {
  color: #7f858c;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right:40px; 
}

.blog-detail-info .tags {
  color: #7f858c;
  font-weight: 600;
  letter-spacing: 1px; 
}

.blog-detail-info i {
  color: #7f858c;
  margin-right: 20px;
  font-size: 16px;
}

.blog-detail-text {
  padding:40px 80px 80px 0px;
  text-align:justify;
  overflow: hidden;
}

.blog-detail-post-form {
  padding:80px 0px 25px 0px;
}

.blog-detail-text p, .blog-detail-text blockquote {
  margin-bottom:20px;
} 

.blog-detail-text h4 {
  margin-bottom:20px;
}

.blog-detail-info-share {
  padding:20px 0 0;
  overflow: hidden;
}

.blog-detail-info-comments {
  padding:25px 0 25px 0;
  overflow: hidden;
}



.blog-detail-comments {
  padding:0px;
  margin:0px;
  margin-top:10px;
}

ul.blog-detail-comments ul {
  padding-left:60px;
}

.blog-detail-comments li {
  position:relative;
  list-style:none;
  padding-left:0px;
  text-align: justify;
  line-height: 22px;
  margin-bottom:20px;
}

.blog-detail-comments li span {
  display:block;
  margin-left:60px;
}

.blog-detail-comments h6 {
  color: #7f858c;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform:uppercase;
  margin-bottom: 20px;
  top: 10px;
  position: relative;
  display: block;  
}

.blog-detail-comments li i{
  width:40px;
  height:40px;
  line-height:40px;
  font-size:25px;
  margin-right:20px;
  float:left;
}


.blog-detail-content {
  background-color:#FFF;
  padding-top:130px;
}

.blog-detail-sidebar {
  background-color:#FFF;
  padding-top:150px;
  padding-bottom:100px
}

.blog-detail [class*="col-"] {
  padding: 0px;
}

.blog-detail-post-form .form-control-first {
  padding-right:15px;
}

.blog-detail-post-form .form-control-second {
  padding-left:15px;
}

.blog-detail .row {
  padding: 0px;
  margin:0px;
}

.blog-detail-sidebar {
  background-color:#282A2E;
  padding-left:30px;
  padding-right:30px;
  overflow:hidden;
}

.blog-detail-container {
  padding-left: 15px;
  padding-right: 15px;
}


.blog-detail-sidebar h5 {
  color:#FFF;
}


/* video iframe*/
.video-content {
  width: 100%;
  margin-bottom: -6px;
  border:0px solid;
  height:100%;
}

/* google map */
.google-map {
  position: relative;
  width: 100%;
  height: 450px;
  padding: 0px;
  border: 0px;
  margin-bottom: -7px;
}



/* footer */

.footer-image {
  background:url("../img/footer-image/1.html")no-repeat center center fixed; 
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.footer-image-colored {
  background-color:rgba(40,42,46,0.9);
}


.footer-info {
  display:table !important;
  width:100%;
  height:60px;
}

.footer-info-cell p {
  margin-bottom:0px;
  text-align:left;
}

.footer-info-cell {
  display:table-cell;
  vertical-align:middle;
}

.footer-site-logo {
  float: left;
  display: block;
  overflow: hidden;
}

.footer-site-logo img {
  max-height:60px;
}

.footer-info .social-1 {
  float:right;
}

/* contact form */
.error {
  margin:8px 0px;
	display: none;
  color: #282A2E;  
}

#ajaxsuccess {
  font-size: 16px;
	width: 100%;
	display: none;
  clear: both;
  color: #ACB2B8;
  margin:8px 0px;
}

/* SLIDERS */

.testimonal-slider {margin: 0px;  border: 0px solid #000; position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; box-shadow: 0 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0); -moz-box-shadow: 0 0px 0px rgba(0,0,0,0); -o-box-shadow: 0 0px 0px rgba(0,0,0,0); zoom: 1;}

.testimonal-slider .flex-control-nav {width: 100%; position: absolute; bottom: 0px; text-align: center; height:6px;}
.testimonal-slider .flex-control-nav li {margin: 0 0px; display: inline-block; zoom: 1; *display: inline;

}
.testimonal-slider .flex-control-paging li a {
  width: 12px; 
  height: 12px; 
  display: block;  
   cursor: pointer; 
   text-indent: -9999px;
  border:0px solid; 
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  -o-border-radius: 0px; 
  border-radius: 0px; 
  box-shadow: inset 0 0 0px rgba(0,0,0,0);
  opacity: 1;
  margin:0px 5px;
  border-radius:0;
  border:1px solid #7F7F7F;
  background:transparent;
}
.testimonal-slider .flex-control-paging li a:hover { background:  transparent; cursor: pointer; opacity: 1; }
.testimonal-slider .flex-control-paging li a.flex-active { background:  transparent; cursor: default; opacity: 1; border-color: #FFF; }
  
.testimonal-slider .flex-direction-nav {display:none;} 


/*  thumbnail-slider */

.thumbnail-slider {margin: 0px 0px 40px 0px;  border: 0px solid #000; position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; box-shadow: 0 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0); -moz-box-shadow: 0 0px 0px rgba(0,0,0,0); -o-box-shadow: 0 0px 0px rgba(0,0,0,0); zoom: 1;}
.thumbnail-slider .flex-direction-nav {width: 100%; position: absolute; bottom: 40px; text-align: center;
left:0; right:0}
.thumbnail-slider .flex-direction-nav a {width: 100px; height: 6px; display: block; background: #282A2E;  cursor: pointer; text-indent: -9999px; opacity:0.5;
border:0px solid; 
-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
-o-border-radius: 0px; 
border-radius: 0px; 
box-shadow: inset 0 0 0px rgba(0,0,0,0); 
}
  
.thumbnail-slider .flex-direction-nav {display:none;} 
      
.thumbnail-slider .flex-control-thumbs {margin: 0px 0 0; position: absolute; top:0; overflow: hidden;}
.thumbnail-slider .flex-control-thumbs li {width: 20%; float: left; margin: 0;}
.thumbnail-slider .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.thumbnail-slider .flex-control-thumbs img:hover {opacity: 1;}
.thumbnail-slider .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
      



/* Master Slider */

.ms-box-table {
position: absolute;
width: 100%;
top: 0;
margin: 0 auto;
z-index: 2;
background: transparent;
height: auto;
text-align: center;
display: table;
width: 100%;
min-height: 100%;
height: 100%;

} 

.ms-box-table-cell {
display: table-cell;
vertical-align: middle;
}

.footer{
	background:#ed1c24;
	color:#fff;
}
.footer p{
	color:#fff;
}
.ms-box-text {
  border: 5px solid #ed1c24;
  display: inline-block;
  padding: 50px; 
}

.ms-box-text h1 {
  color: #ed1c24;
  font-family: 'Raleway', sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  margin:0px;
}

.ms-box-tex-2 {
  border: 5px solid transparent;
  display: inline-block;
  padding: 50px;
  text-align:center; 
}

.ms-box-text-2 h1 {
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align:center;  
}
.ms-box-text-2 h2 {
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align:center;
}

.ms-box-text-2 h3 {
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align:center;
}

.ms-box-text-2 h3:before {
  content:"";
  margin-right:0px;
  position: relative;
}


/* Spacer classes */

.spacer1 {
  height: 1px !important;
}

.spacer5 {
  height: 5px !important;
}
  
.spacer10 {
  height: 10px !important;
}
  
.spacer15 {
  height: 15px !important;
}
  
.spacer20 {
  height: 20px !important;
}

.spacer25 {
  height: 25px !important;
}
  
.spacer30 {
  height: 30px !important;
}

.spacer35 {
  height: 35px !important;
}
  
.spacer40 {
  height: 40px !important;
}
  
.spacer45 {
  height: 45px !important;
}
  
.spacer50 {
  height: 50px !important;
}

.spacer55 {
  height: 55px !important;
}

.spacer60 {
  height: 60px !important;
}

.spacer65 {
  height: 65px !important;
}
  
.spacer70 {
  height: 70px !important;
}

.spacer75 {
  height: 75px !important;
}

.spacer80 {
  height: 80px !important;
}

.spacer85 {
  height: 85px !important;
}

.spacer90 {
  height: 90px !important;
}

.spacer95 {
  height: 95px !important;
}

.spacer100 {
  height: 100px !important;
}

.spacer110 {
  height: 110px !important;
}

.spacer120 {
  height: 120px !important;
}

.spacer130 {
  height: 130px !important;
}

.spacer140 {
  height: 140px !important;
}

.spacer150 {
  height: 150px !important;
}

.spacer500 {
  height: 500px !important;
}


.text-left {
  text-align:left !important;
}
.text-right {
  text-align:left !right;
}
.text-center {
  text-align:left !center;
}

/* --------------------------------------------------------	*/
/*  Back To Top Button  */
/* --------------------------------------------------------	*/

.back-to-top {
  position: fixed;
  right:0px;
  bottom:0px;
  width:60px;
  height:60px;
  line-height:60px;
  font-size:22px;
	margin-right: 0px;
	display: block;
	text-align: center;
	text-decoration: none;
  color:#fff;
  background-color:#7f858c;
  font-family:FontAwesome;
  font-weight:normal;
  font-style:normal;
  text-align:center;
  z-index:99;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;        
}

.back-to-top:hover {
  color:#fff;
  opacity: 1; 
}

.back-to-top:after {
  content:"\f106";  
}

/* Style switcher */
.color-1 {background: #D7244C;}
.color-2 {background: #327DD7;}
.color-3 {background: #05B1E0;}
.color-4 {background: #F1C40F;}
.color-5 {background: #7CB91C;}


.color-picker {
  position: fixed;
  left: -239px;
  top: 220px;
  width: 239px;
  background: #e6e6e6;
  z-index: 999999;
  -webkit-transition: all .3s ease;
}

.color-picker a.handle {
  position: absolute;
  top: 0;
  left: 239px;
  width: 50px;
  height: 50px;
  text-align:center;
  background:#262626;
  z-index:9999;
}

.color-picker a.handle i{
  color:white;
  font-size:25px;
  line-height: 50px;
}


.color-picker .settings-header {
  background: #3c3c3c;
  height: 50px;
  padding: 21px 34px 0 34px;
}
.color-picker .settings-header h3 {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 5px;
  
}

.color-picker .section {
  padding: 20px 20px;
  border-left: 10px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
.color-picker .section h4 {
  font-size: 16px;
  text-transform: none;
  color: #3c3c3c;
  line-height: 16px;
  padding: 0 0 0 0px;
  margin-bottom: 20px;
  text-align:left;
}

.color-picker .section i {
  font-size: 16px; 
  margin-right:10px; 
}


.color-picker span {
  font-size: 13px;
  color: #9a9a9a;
}
.color-picker .colors a {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-right:5px;
  float: left;
  border:2px #BEBEBE solid;
}

.color-picker .skin a {
  display: block;
  width: 70px;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right:5px;
  float: left;
  text-align:center;
  line-height:30px;
  border:2px transparent solid;
}

.color-picker .skin a.actt {
  border:2px #FFF solid; 
}