/*	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;
  overflow-x:hidden;
	background:#fff;	
}


body {
	margin: 0;
	padding: 0;                      
  font-family: "Open Sans", Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #595E64;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;	
	cursor:default;
  font-style: normal;
  font-weight: 400;
  height:100%;
  padding-top:60px;
  padding-bottom:60px;
  background:transparent;
}



img {
  width:100%;
  height:auto;
}

#wrapper {
  width:100%;
  height:100%;
}

section {
  margin-top:20px;
  background:transparent;

} 

.no-padding {
  padding:0px;
}

.section-title {
  background:#FFF;
  border:2px solid transparent;
  padding:60px 50px 30px 60px;
}

.section-title-transparent {
  background:transparent;
  border:2px solid #FFF;
  padding:60px 50px 60px 60px;
}

.section-content {
  background:#FFF;
  padding:0px 60px;  
}

.section-content-full {
  background:#FFF;
  padding:0px 15px;  
}

.section-content-full-transparent {
  background:transparent;
  padding:0px 15px;  
}

.section-content-blog {
  background:transparent;
}

  
.section-content-full [class*="col-"]{  
  padding:0px; 
}

.section-content-full-transparent [class*="col-"]{  
  padding:0px; 
}

.side-menu {
  margin-top:20px;
  position:fixed;
  width:270px;
  
}

.logo {max-width:100%;}

.side-menu-content {
  margin:20px 0px 0px;
  padding:0px 0px;
  float:left;
}

.side-menu-content i {
  font-size:18px;
  line-height:65px;
  color:#FFF;
}

.side-menu-social-fa, .side-menu-social-twitter, .side-menu-social-tumblr, .side-menu-social-google-plus, .side-menu-social-dribbble, .side-menu-social-trello, .side-menu-social-linkedin {
  width:67.5px;
  height:67.5px;
  line-height:67.5px;
  text-align:center;
  float:left;
  display:block;
} 

.side-menu-social-fa {
  background:#3286E9;  
}

.side-menu-social-twitter {
  background:#00BFF3;
}

.side-menu-social-tumblr {
  background:#736357;
}

.side-menu-social-google-plus {
  background:#F15A24;
}

.side-menu-social-dribbble {
  background:#E21E79;
}

.side-menu-social-trello {
  background:#3AC35A;
}

.side-menu-social-linkedin {
  background:#257DA8;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #282A2E; 
  line-height:1.3em;
  margin-top: 0px;    
  margin-bottom: 15px;
  font-weight:400;
  text-align:left;
}

h1 {
  font-size:60px;
  text-transform:uppercase;  
}


h2 {
  color: #282A2E;  
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform:uppercase;
}



h3 {
  color: #282A2E;
  line-height: 36px;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform:uppercase;
}


h4 {
  font-size:16px;
  font-weight: 400;
}

h5 {
  font-size: 13px;
  font-weight: 400;
}

h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height:16px;
}

.color-white {
  color:#fff;
}

p {
  color: #595E64;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
  text-align: justify; 
} 

a {
  color: #595E64;
  text-decoration:none;
}

a:hover, a:active, a:focus {
  text-decoration:none;
}

/* navigation */
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 60px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  padding: 0px 10px;
}

.navbar-default {
  background-color: #282A2E;
  border-color: #e7e7e7;
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 0px;
}

.navbar-default .navbar-nav>li>a {
  color: #98A0A8;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform:uppercase;  
}

.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;
  color:#FFF;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 20px 20px 20px 0px;
}

.navbar-brand {
  float: left;
  padding: 20px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-default .navbar-brand {
  color: #98A0A8;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform:uppercase; 
}

.navbar-default .navbar-brand:hover {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform:uppercase; 
}


.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 12px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
}


.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: #282A2E;
}


/* Services */

.services {
  position:relative;
  text-align:center;
  margin:0px 0px 40px 0px;  
}

.services-icon {
  display: inline-block;
  width:100%;
  display: table;  
}

.services-icon i {
  width:60px;
  height:60px;
  line-height:60px;  
  background: #fff;
  margin:0px auto;
  position: relative;
  display: inline-block;  
  margin-right:0px;
  float:left;
  text-align: left;
  font-size: 30px;    
  color:#AFB7BD;
}

.services-text {
  margin-left:60px;
  overflow:hidden;
}

.services-icon h4 {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0px 0px 0px;
  text-align:left; 
  display: table-cell;
  padding: 0px;
  vertical-align: middle;
  width:100%;
  line-height:26px;
  text-transform:none;
}

.services p {
  color: #5e5e5e;
  margin: 0px 0px 0px 0px;
  text-align:left; 
}


/* boxed project */

.boxed-project-container {
  position:relative;
  text-align:center; 
}

.boxed-project-media {
  position:relative;
}

.boxed-project-media img {
  width:100%;
  opacity:0.7;
}

.boxed-project-media:hover img {
  opacity:1;
}


.boxed-project-text {
  background:#282A2E;
  padding:25px 25px;
}

.boxed-project-text h4 {
  color:#FFF;
  text-align:center;
  margin-bottom:10px;
}

.boxed-project-text h5 {
  color:#AFB7BD;
  font-family: "Open Sans", sans-serif;
  line-height:21px;
  text-align:center;
  margin-bottom:0px;
}


.project-detail {
  background-color: rgba(255,255,255,1);
  padding: 50px 25px;
  max-width: 1024px;
  margin: 0px auto;
  position: relative;
  z-index:20;
}

.project-detail h3 {
  color: #282A2E;  
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform:uppercase;
}


/* main news */

.main-news-container {
  position:relative;
  
}

.main-news-container img {
  height:300px;
}

.main-news-text {
  padding:35px 30px 25px 30px;
}

.main-news-text h3  {
  font-size: 24px;
  color: #5e5e5e;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  line-height: 29px;
  margin-bottom:20px;
}

.main-news-text p {
  color:#5e5e5e;
  text-align:left;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

.main-news-text a, .main-news-text a:hover, .main-news-text a:active, .main-news-text a:focus {
  color:#FFF;
  text-decoration:none;  
}


/* news posts */

.news-container {
  position:relative;
}


.news-media {
  position:relative;
}

.news-media img {
  width:100%;
  opacity:0.7;
}

.news-media:hover img {
  opacity:1;
}

.news-text {
  padding:25px 30px;
}

.news-text h5  {
  font-size: 13px;
  color: #5e5e5e;
  line-height: 21px;  
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom:20px;
}

.news-text p {
  color:#595E64;
  text-align:left;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom:15px;
}



/* blog */

.blog-container {
  position:relative;
  background:#FFF;
  width:269px;
  margin-bottom:20px;
  float:left;
}


.blog-media {
  position:relative;
}

.blog-media img {
  width:100%;
  opacity:0.7;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;   
}

.blog-media:hover img {
  opacity:1; 
}

.blog-text {
  padding:25px 30px;
}

.blog-text h5  {
  font-size: 13px;
  color: #98A0A8;
  line-height: 21px;  
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom:10px;
}

.blog-text h4  {
  font-size: 14px;
  color: #282A2E;
  line-height: 21px;  
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom:10px;
  text-transform:uppercase;
}

.blog-text p {
  color:#595E64;
  text-align:left;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom:15px;
}


/*blockqoutoe */

blockquote {
  font-size: 18px;
  color: #98A0A8;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  line-height: 25px;
  padding: 0px 0px; 
  margin: 0 0 0px;
  margin-bottom:15px; 
  border-left: 0px solid #eeeeee;   
}

/* video content */

.video-content {
  max-width:100%;
  padding:0px;
  margin:0px;
  margin-bottom:-5px;
  border:none; 
}

/* parallax */

.parallax{
  width:100%; 
  padding: 0;
  margin: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;  
  color: #FFFFFF;
}

.parallax .parallax-text-container-1 {
  padding: 0;
  margin: 0;
  text-align: center;  
  width: 100%;
  height:300px;
  display:table;
  text-align: center;
}

.parallax-mobile {
	background-position: 50% 0px !important; 
	background-attachment: scroll !important;
}

.parallax-button {
  position:absolute;
  right:20px;
  bottom:20px;
  padding: 15px 30px !important;
}

/* flickr gallery */

.flickr-gallery {
  height:55px;
  line-height:55px;
  text-align:center;
}

.flickr-gallery a, .flickr-gallery a:hover, .flickr-gallery a:active, .flickr-gallery a:visited{
  color:#FFF !important;
  text-decoration:none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;  
}

/* Portfolio */

#portfolio-items {
  padding:0px;
}

.portfolio {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.project {
  margin-bottom: 0px;
  margin-right: 0px;
  width:33.3333%;
  float:left;
}

.project img {
  max-width:100%;
  height:auto;
  opacity:1; 
}

.project {
  margin-bottom: 0px;
  margin-right: 0px;
  width:33.3333%;
  float:left;
}


.project:hover .overlay {
  opacity:0;
}

.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  display: inline-block;
  background:#000;
  width:100%;
  height:100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;     
}



/*	Portfolio Filter */

#portfolio-filter{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: left;
}
    
#portfolio-filter li {
  list-style:none;
  float:left;
  margin-right:0px;
  margin-bottom:0px;
  padding: 0px;
  text-align:left;
  line-height:45px;
  font-size:13px;
}
    
#portfolio-filter li a {
  display:inline-block; 
  color: #595E64;
  font-size:13px;
  font-weight:400;
  padding: 0px 20px;         
}
 
#portfolio-filter li:hover a {
  text-decoration:none;
  color:#fff;
  background-color: #595E64;
}
    
#portfolio-filter li.act a {
  color: #FFF; 
  border-bottom: 0px solid;
  border-top: 0px solid;
  text-decoration:none;
}




	/*	Portfolio - Isotype (filtering tags) */


	.isotope-item {
	  z-index: 2;
	}

	.isotope-hidden.isotope-item {
	  pointer-events: none;
	  z-index: 1;
	}   

	/* Isotope CSS3 transitions */    
	.isotope,	.isotope .isotope-item {
	  -webkit-transition-duration: 0.4s;
		 -moz-transition-duration: 0.4s;
		  -ms-transition-duration: 0.4s;
		   -o-transition-duration: 0.4s;
			  transition-duration: 0.4s;        
	}

	.isotope {
	  -webkit-transition-property: height, width;
		 -moz-transition-property: height, width;
		  -ms-transition-property: height, width;
		   -o-transition-property: height, width;
			  transition-property: height, width;
	}

	.isotope .isotope-item {
	  -webkit-transition-property: -webkit-transform, opacity;
		 -moz-transition-property:    -moz-transform, opacity;
		  -ms-transition-property:     -ms-transform, opacity;
		   -o-transition-property:         top, left, opacity;
			  transition-property:         transform, opacity;
	} 

	/* disabling Isotope CSS3 transitions */
	.isotope.no-transition,
	.isotope.no-transition .isotope-item,
	.isotope .isotope-item.no-transition {
	  -webkit-transition-duration: 0s;
		 -moz-transition-duration: 0s;
		  -ms-transition-duration: 0s;
		   -o-transition-duration: 0s;
			  transition-duration: 0s;
	}              




  /* magazine */
  
.magazine-content {
  background:#FFF;
  padding:0px 60px 60px 60px;  
}

.magazine-content h3 {
  text-align:center;
  margin-bottom:0px;
  margin-top:-20px;
}

.magazine-content h4 {
  text-align:justify;
  font-size: 18px;
  line-height: 25px;
  color: #595E64;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top:45px;
  margin-bottom:25px;    
}

.magazine-content p {
  text-align:justify;
}

.icon-magazine-1 {
  position:relative; 
  bottom:60px; 
  width:120px; 
  height:120px;
  margin:0px auto;
  text-align:center;
  border-radius:50%;
  font-size:36px;
}

.icon-magazine-2 {
  position:relative; 
  bottom:60px; 
  width:120px; 
  height:120px;
  margin:0px auto;
  text-align:center;
  border-radius:50%;
  font-size:36px;
  background-color:#F15A24;
}

.icon-magazine-3 {
  position:relative; 
  bottom:60px; 
  width:120px; 
  height:120px;
  margin:0px auto;
  text-align:center;
  border-radius:50%;
  font-size:36px;
  background-color:#22B573;
}


.icon-magazine-1 i, .icon-magazine-2 i, .icon-magazine-3 i{
  color:#FFF;
  line-height:120px;
  margin:0px auto;
}


/* sliders */

/* thumbnail slider */
.thumbnail-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;}

 .thumbnail-slider .flex-control-thumbs {
  margin: 0px 0 0;
  position: static;
  overflow: hidden;
}

.thumbnail-slider .flex-control-thumbs li {
  width: 14.285714%;
  float: left;
  margin: 0;
}

.thumbnail-slider img {
  width: 100%;
}


/*  flex magazine slider */
.center-nav-content-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;}
.center-nav-content-slider .flex-direction-nav {height: 0px; border-bottom:0px solid #CCCCCC;}
.center-nav-content-slider .flex-direction-nav a {
width: 50px; height: 50px; line-height:50px; margin: 0px 0px 0px 0px; display: block;  position: absolute;
top: 0;  z-index: 10; cursor: pointer; text-indent: -2500px; opacity: 1; 
  -webkit-transition: 0s ease-in-out;
     -moz-transition: 0s ease-in-out;
      -ms-transition: 0s ease-in-out;
       -o-transition: 0s ease-in-out;
          transition: 0s ease-in-out;          
    font-family:FontAwesome;
    font-weight:bold;
    font-style:normal;
    display:inline-block;
    text-align:center;
    font-size:30px;
    color:#98A0A8;
    background-color: #282A2E;  
}


.center-nav-content-slider .flex-direction-nav a:hover,.center-nav-content-slider .flex-direction-nav a:focus {
  text-decoration:none;
}

.center-nav-content-slider .flex-direction-nav .flex-next {
  text-indent: 0px;
  right:0px;

}

.center-nav-content-slider .flex-direction-nav .flex-prev {
  text-indent: 0px;
  left:auto;
  right:auto;
  right:50px;
}

.center-nav-content-slider .flex-direction-nav .flex-prev:before {
  content:"\f104";
}  

.center-nav-content-slider .flex-direction-nav .flex-next:before {
  content:"\f105";
}

.center-nav-content-slider .flex-direction-nav .flex-prev:hover {
  color:#2BB7E7;
}  


.center-nav-content-slider .flex-direction-nav .flex-next:hover {
  color:#2BB7E7;
}  

.center-nav-content-slider .flex-direction-nav .flex-next:hover  {opacity: 1;}
.center-nav-content-slider .flex-direction-nav .flex-prev:hover {opacity: 1;}


.center-nav-content-slider .flexslider:hover .flex-next:hover, .center-nav-content-sliderv .flexslider:hover .flex-prev:hover {opacity: 1;}
.center-nav-content-slider .flex-direction-nav .flex-disabled {opacity: .6!important; filter:alpha(opacity=60); cursor: default;}
.center-nav-content-slider .flex-control-nav {display:none;}



/* google map */

.google-map {
  position: relative;
  width: 100%;
  height: 400px;
  padding: 0px;
  border: 0px;
  margin-bottom: -7px;
}


/* contact form */
.error {
  margin:8px 0px;
	display: none;
  color: #282A2E;  
}

#ajaxsuccess {
  font-size: 16px;
	width: 100%;
	display: none;
  clear: both;
  color: #282A2E;
  margin:8px 0px;
}


/* footer */
#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #282A2E;
  z-index:999;
  line-height:60px;
  padding-left:20px;
  padding-right: 0px;
  color:#98A0A8;
  height:60px;
}

#footer i {
  font-size:18px;
  margin-right:10px;
}

#footer p {
  color:#98A0A8;
  margin:0px;
  line-height:60px;
}

#footer a {
  color:#98A0A8;
}


#footer a.invite:hover {
  text-decoration:underline;
}

.footer-social a{
  display:block
}

.footer-social-block {
  display:none;
  
}

.social-top-btn {
  position:relative;
  float:right;  
}
                  
.social-top-btn .btn{
  display:block;
  height:60px;
  line-height:60px;
  color:#fff;
  border:0px solid #ededed;
  padding:0px 30px;
  margin:0px;
  text-transform:none;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
}

.social-top-btn:hover .btn{
  color:#fff;
  background:#595E64;
  border:0px solid #2dc6c0;
}

.social-top-icons{
  display:none;

}

.social-over:hover .social-top-icons{
  display:block;
  position:absolute;
  right:15px;
  top:-95px;
  min-height:95px;
  background:#F0F0F0;
  border-bottom:0px solid #c0c0c0;
  text-align:center;
  padding:30px;
  width:auto;
}

#footer .social-top-icons a{
  margin-right:0px;
  color:#C0C0C0;
}



/*  Social Icons  */

.social-bottom i{
  color:#C0C0C0;
  font-size:18px;
  line-height:30px;
  width:30px;
  height:30px;
  margin-right:0px;
  margin-bottom:0px;
  text-align:center;
  float:left;
}   



/* spacer classes */
.space5 {
  height:5px !important;
}
.space10 {
  height:10px !important;
}
.space15 {
  height:15px !important;
}
.space20 {
  height:20px !important;
}
.space25 {
  height:25px !important;
}
.space30 {
  height:30px !important;
}
.space35 {
  height:35px !important;
}
.space40 {
  height:40px !important;
}
.space45 {
  height:45px !important;
}
.space50 {
  height:50px !important;
}
.space55 {
  height:55px !important;
}
.space60 {
  height:60px !important;
}
.space65 {
  height:65px !important;
}
.space70 {
  height:70px !important;
}
.space75 {
  height:75px !important;
}
.space80 {
  height:80px !important;
}
.space85 {
  height:85px !important;
}
.space90 {
  height:90px !important;
}
.space95 {
  height:95px !important;
}
.space100 {
  height:100px !important;
}

/* Style switcher */
.color-1 {background: #00B0FF;}
.color-2 {background: #E74c3c;}
.color-3 {background: #00ebf2;}
.color-4 {background: #5b6afb;}
.color-5 {background: #47c551;}
.color-6 {background: #F1C40F;}

.color-picker {
  position: fixed;
  left: -239px;
  top: 120px;
  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;
}
.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: 25px;
  height: 25px;
  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; 
}
