/*
* Author: Girault Mickael
* Template:  Flex Bootstrap Theme
* Version: 1.0
* Bootstrap version: 2.2.2
*/

/* ==== #Import Section ==== */
/*@import url("jquery.gritter.css");                      /* Growl Like Notifications Styles */
@import url("font-awesome.css");                          /* Font Awesome Styles */
@import url("font-awesome-ie7.min.css");                  /* Font Awesome Styles */
@import url("responsiveslides.css");                      /* Slider  */
@import url("isotope.css");                               /* Isotope portfolio*/
@import url("canvas-menu.css");                           /* canvas-off Menu */
@import url("animate.css");                               /* animate motion */
@import url(http://fonts.googleapis.com/css?familhy=Source+Sans+Pro:200,400);

/* ===== style switcher ===== */

.switcher {
    border-radius: 2px 2px 2px 2px;
    bottom: 14px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: 44px;
    overflow: hidden;
    position: fixed;
    right: -8px;
    width: 50px;
    z-index: 40;
    background: #FFF;
    -webkit-transition:all 0.2s ease-in-out 0s;
       -moz-transition:all 0.2s ease-in-out 0s;
         -o-transition:all 0.2s ease-in-out 0s;
            transition:all 0.2s ease-in-out 0s;
}
.switcher .cogs{display: block;float: left;width: 35px;padding: 7px;}
.switcher:hover{right: -8px;width: 260px;}
ul#cssSwitch {padding-top: 4px;height: 15px;}
ul#cssSwitch li {float:left; margin-right: 4px; width:16px; height:16px; }
ul#cssSwitch .color {width:50px;font-weight: bold;padding-left: 40px; }
ul#cssSwitch .background {width:90px ;font-weight: bold; }
ul#cssSwitch li a {border:1px solid #4E4E4E; cursor:pointer; display:block; position: relative; width:16px; height:16px;}
ul#cssSwitch li a.gray-jean {background:url("../img/pattern/gray_jean.png"); }
ul#cssSwitch li a.gray-jean:hover { background:url("../img/pattern/gray_jean.png"); border:1px solid #d8d8d8;}
ul#cssSwitch li a.maze-white { background:url("../img/pattern/maze_white.png"); }
ul#cssSwitch li a.maze-white:hover { background:url("../img/pattern/maze_white.png"); border:1px solid #d8d8d8;  }
ul#cssSwitch li a.kinda-jean { background:url("../img/pattern/kindajean.png"); }
ul#cssSwitch li a.kinda-jean:hover { background:url("../img/pattern/kindajean.png"); border:1px solid #d8d8d8;  }
ul#cssSwitch li a.white-wall { background:url("../img/pattern/white_wall.png"); }
ul#cssSwitch li a.white-wall:hover { background:url("../img/pattern/white_wall.png"); border:1px solid #d8d8d8;  }
ul#cssSwitch li a.white { background:#FFF; }
ul#cssSwitch li a.white:hover { background:#FFF; border:1px solid #d8d8d8;  }
ul#cssSwitch li a.default { background:#4e4e4e; }
ul#cssSwitch li a.default:hover { background:#4e4e4e; border:1px solid #d8d8d8;  }
ul#cssSwitch li a.orange { background:#fdb826; }
ul#cssSwitch li a.orange:hover { background:#fdb826; border:1px solid #d8d8d8;  }
ul#cssSwitch li a.steelblue { background:steelblue; }
ul#cssSwitch li a.steelblue:hover { background:steelblue; border:1px solid #d8d8d8;  }
ul#cssSwitch li a.red { background:#FF6666; }
ul#cssSwitch li a.red:hover { background:#FF6666; border:1px solid #d8d8d8;  }


/* ===== Body and structure ===== */

body{
  position: relative;
  font:16px/26px;
  color: #5d5d5d;background:url("../img/pattern/gray_jean.png") #FFF;
  font-family: 'Source Sans Pro', sans-serif;
	}
a{
  text-decoration: none !important;
  color: #4e4e4e;
}
a:hover{
  text-decoration: none !important;
  color: #353535;
}
a.blog-content{
  color: #4682B4;
}
a.blog-content:link{
  color: #4682B4;
}
a.blog-content:visited{
  color: #4682B4;
}
a.blog-content:hover{
  color: #4682B4;
}
hr {
  border-color: transparent;
  margin:20px 0;
}
ul.icons {
  list-style-type: none;
  margin-left: 0em !important;
  text-indent: 0em !important;
}

/* ===== sidebar  ===== */

.sidebar-nav-fixed {
    position: fixed;

}
.sidebar-style {
    color: #4e4e4e;
    height: 100%;
    /*padding-top: 30px;*/
    width:200px;
}
.sidebar-style .logo {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  padding: 20px 0;
}
.sidebar-style .logo i{
  color: #fdb826;
  text-shadow: 1px 0px 2px #FFF;
}
.sidebar-style p {
  display: block;
  text-align: right;
}
.baseline{
  padding: 14px 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #CCC;
  text-align: right;
}
.baseline-border{
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #FFF;
}
.sidebar-style ul {
  margin-top: 10px;
}
.sidebar-style ul li {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #4e4e4e;
    display: inline;
    margin: 0;
    padding: 0;
}
.sidebar-style ul li a {
    color: #4e4e4e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    text-align: right;
    text-decoration: none;
}
.sidebar-style a:hover {
    color: #353535;
}
.sidebar-style a:active {
    color: #2c2c2c;
}
.sidebar-style blockquote {
    border-color: rgba(0, 0, 0, 0.15);
}
.sidebar-style-large {
    border-radius: 6px 6px 6px 6px;
    padding: 24px;
}
.sidebar-style-small {
    border-radius: 3px;
  padding: 9px;
}

/* ===== @image ===== */

.picture img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 96%;
}
.img-polaroid {
    background-color: #fef6f6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    padding: 0px;
    border:1px solid #fef6f6 !important;
}

/* ===== @title ===== */

h1 {
  font-size: 28px;
}

h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

h3 {
  line-height: 30px;
  margin-bottom: 15px;
}

/* ===== @btn-custom ===== */

.up{
  display: none;
  padding: 10px;
  margin-left: 70px;
}

/* ===== @separator ===== */

.separator {
    background: url("../img/line-grey.gif") no-repeat center center;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}
.thumbs-up {
    background:url("../img/pattern/gray_jean.png");
    display: block;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
    width: 80px;
    display: block;
    font-size: 21px;
    color: #4E4E4E;
}

/* ===== @home ===== */

.home-content {
  overflow: hidden;
  margin-top:45px;
  background: url("../img/pattern/cream_dust.png") repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0 0 0 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  display: block;
  line-height: 20px;
}
.home-title{
  padding: 49px;
  position: relative;
}
.home-content h2{
  text-transform: uppercase;
  padding: 10px 10px;
}
.home-content p{
  padding: 10px 10px;
}
.home-features {
  padding: 30px 0;
}
.home-features h3{
  text-align: center;
}
.home-features .icon{
  text-align: center;
  font-size: 20px;
  text-shadow: 1px 0px 2px #FFF;
}
.home-content .item{
  padding: 10px 0;
}
.home-marker{
  position: absolute;
  top: -40px;
  right: -93px;
}
.home-marker h1{

  }
.home-marker .icon-marker{
  font-size: 200px;
  color:#d8d8d8;
  opacity:.30;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  z-index:-1;
}

/* ===== @blog ===== */

.blog{
  margin-top:45px;
}
.blog-content {
    background: url("../img/pattern/cream_dust.png") repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding-top: 10px;
}
.blog-content .tag{
  border-top: 1px solid #eaeaea;
  padding: 10px 10px;
  margin-top: 10px;
  margin-left: 0;
}
.blog-content .tag li{
  float: left;
  display: inline-block;
  padding-right: 15px;
}
.blog-title{
  color:#4e4e4e;
  border-right: 1px solid #eaeaea;
}
.blog-title h4:hover{
  text-decoration: underline;
}
.blog-title .icons{
  padding-top: 5px;
}
.blog-title h3{
  text-transform: uppercase;
}
.blog-info:hover{
  text-decoration: underline;
}
.blog .blog-img{
  position: relative;
}
.blog .marker{
  position: absolute;
  top: -4px;
  right: 0;
  font-size: 30px;
  color: #bcf604;
  text-shadow: 1px 0px 2px #4E4E4E;
}

/* ===== @work ===== */

#options {
  margin: 45px 0 0 0px;
}
#options ul {
  margin: 0;
  list-style: none;
}
#options ul ul {
  margin-left: 1.5em;
}
#options li {
  display: block;
  float: left;
  margin-bottom: 0.2em;
  margin-right: 0.2em;
}
#options li a {
  display: block;
  padding: 0.4em 0.5em;
}
.tag-css {
  padding-top: 5px;
  padding-bottom: 20px;
}
.tag-css li, .tag-css a {
    float: left;
    font-size: 11px;
    height: 24px;
    line-height: 14px;
    position: relative;
}
.tag-css a {
    background: none repeat scroll 0 0 #4E4E4E;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #FFFFFF;
    height: 16px;
    margin-left: 20px;
    padding: 0 10px 0 12px;
    text-decoration: none;
    font-weight: bold;
}
.tag-css a:before {
    border-color: transparent #4E4E4E transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    content: "";
    float: left;
    height: 0;
    left: -12px;
    position: absolute;
    top: 0;
    width: 0;
}
.tag-css a:after {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: -1px -1px 2px #004977;
    content: "";
    float: left;
    height: 4px;
    left: -2px;
    position: absolute;
    top: 10px;
    width: 4px;
}
.tag-css a:hover {
    background: none repeat scroll 0 0 #FDB826;
    color: #4E4E4E;
}
.tag-css a:hover:before {
    border-color: transparent #FDB826 transparent transparent;
    color: #4E4E4E;
}
.tag-css a:active {
    background: none repeat scroll 0 0 #eea202;
    color: #4E4E4E;
}
.tag-css a:active:before {
    border-color: transparent #eea202 transparent transparent;
    color: #4E4E4E;
}
.image-overlay-link, .image-overlay-zoom {
    background: none no-repeat scroll 50% center rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition:all 0.3s ease-in-out 0s;
       -moz-transition:all 0.3s ease-in-out 0s;
         -o-transition:all 0.3s ease-in-out 0s;
            transition:all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 40;
}
.image-overlay-link {
    background-image: url("../img/overlay-icon-01.png");
}
.image-overlay-zoom {
    background-image: url("img/overlay-icon-02.png");
}
.thumbs {
  position: relative;
  width: 270px;
  height: 270px;
  margin: 0 auto 20px;
  border: none;
}
.thumbs a span{
  background: #f9f9f9;
  font-size: 30px;
  border: none;
  height: 97%;
  left: 5px;
  line-height: 250px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition:opacity 0.3s linear 0s;
     -moz-transition:opacity 0.3s linear 0s;
       -o-transition:opacity 0.3s linear 0s;
          transition:opacity 0.3s linear 0s;
  width: 97%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.thumbs a:hover span{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}


/* ===== @post ===== */

.post{
  margin-top:45px;
}
.post-content {
    background: url("../img/pattern/cream_dust.png") repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding-top: 25px ;
}
.post-content .tag{
  padding: 10px 27px;
  margin-top: 10px;
  margin-left: 0;
}
.post-content .tag li{
  float: left;
  display: inline-block;
  padding-right: 15px;
}
.post-title h3{
  text-transform: uppercase;
}
.post-icons li{
  display: inline-block;
  padding: 20px 0;
  margin-left:10px;
}
.sidebar-right .tag {
  padding-left: 35px;
}
.sidebar-right .sidebar-tag {
  background: none repeat scroll 0 0 #4E4E4E;
  border-radius: 2px 2px 2px 2px;
  color: #FFF;
  display: block;
  float: left;
  font-size: 85%;
  margin: 0 3px 3px 0;
  padding: 0 8px;
  text-decoration: none;
}
.sidebar-right .sidebar-tag:hover {
  background: none repeat scroll 0 0 #3d3d3d;
}
ol.comment-list {
    float: left;
    margin: 0;
    width: 100%;
}
ol.comment-list li {
    border-top: 1px solid #dedede;
    float: left;
    padding: 15px 0 10px;
}
ol.comment-list li:first-child {
    border: medium none;
    padding: 15px 0 0;
}
ol.comment-list li {
    list-style: none outside none;
}
ol li ol.child-list {
    float: right;
    margin: 0;
    width: 89%;
}
ol.comment-list li ol.child-list li:first-child {
    border-top: 1px solid #dedede;
    font-size: 12px;
    padding: 15px 0 0;
}
ol.comment-list li ol.child-list li {
    border-top: 1px solid #dedede;
    font-size: 12px;
    margin: 15px 0 15px;
}
.comments {
    float: left;
    width: 100%;
}
.comments-amount {
    color: #888888;
}
ol li ol.child-list .comment-info {
    float: right;
    width: 89%;
}
.avatar {
    float: left;
}
.comment-info {
    float: right;
    width: 90%;
}
.comment-info strong {
    float: left;
    font-size: 12px;
    padding-right: 5px;
}
.comment-info span {
    color: #888888;
    float: left;
}
.comment-author {
    color: #4E4E4E;
    float: left;
    padding-bottom: 8px;
    padding-top: 5px;
    width: 100%;
}
.ie7 .comment-author span.reply span {
    display: none;
}
.comment-author span.reply {
    color: #929292;
    display: inline;
    float: right;
}
.comment-author span.reply a {
    float: right;
    font-weight: normal;
    height: 17px;
    margin-left: 5px;
}
.comment-author span.date {
    color: #929292;
    float: right;
    padding-right: 7px;
}
.ie7 .comment-author .date {
    display: none;
}
.field textarea {
    height: 130px;
    margin: 5px 0 15px;
    max-width: 97%;
    min-width: 97%;
}
.field input {
    margin-bottom: 15px;
    width: 240px;
}
.field:focus {
    border: 1px solid #EEEEEE;
}
.field label span {
    color: #666666;
}

/* ===== @project ===== */

.project-content {
  margin-top:45px;
  background: url("../img/pattern/cream_dust.png") repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0 0 0 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  display: block;
  line-height: 20px;
}
.project-content h2{
  text-transform: uppercase;
  padding: 10px 10px;
}
.project-content p{
  padding: 10px 10px;
}
.project-info {
  padding: 20px 0;
}
.project-info ul li{
  float: left;
  display: inline;
  padding-right: 10px;
  line-height: 30px;
}
.project-slider {
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}


/* ===== @Gallery ===== */

.rslides {
  margin: 0 auto 40px;
  }
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }
.rslides_tabs li:first-child {
  margin-left: 0;
  }
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  }
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav:active {
  opacity: 1.0;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }


/* ===== @about ===== */

.about-content {
  background: url("../img/pattern/cream_dust.png") repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  display: block;
  line-height: 20px;
}
.about-content h2{
  margin-bottom: 0px;
  padding: 0 20px;
}
.about-content p{
  padding: 0 20px;
  padding-bottom: 10px;
}
.about-content .tag{
  padding: 10px 27px;
  margin-top: 10px;
  margin-left: 0;
}
.about-content .tag li{
  float: left;
  display: inline-block;
  padding-right: 15px;
}
.about-page{
  margin-bottom: 30px;
}
.about-title h3{
  text-transform: uppercase;
}
.about-content .social{
  border-top: 1px solid #EAEAEA;
  display: block;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  background-image: linear-gradient(bottom, rgb(233,233,233) 43%, rgb(250,250,250) 72%);
  background-image: -o-linear-gradient(bottom, rgb(233,233,233) 43%, rgb(250,250,250) 72%);
  background-image: -moz-linear-gradient(bottom, rgb(233,233,233) 43%, rgb(250,250,250) 72%);
  background-image: -webkit-linear-gradient(bottom, rgb(233,233,233) 43%, rgb(250,250,250) 72%);
  background-image: -ms-linear-gradient(bottom, rgb(233,233,233) 43%, rgb(250,250,250) 72%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.43, rgb(233,233,233)),
    color-stop(0.72, rgb(250,250,250))
  );
}
.hero-unit {
  background: transparent;
  color: inherit;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  padding: 46px;
  margin-bottom: 0;
}
.about-separator {
    background: url("../img/line-about.gif") no-repeat center center;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}
.about-thumbs-up {
    background:#fafafa;
    display: block;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
    width: 80px;
    display: block;
    font-size: 21px;
    color: #4E4E4E;
}
.skill h2{
  text-align: center;
}
.about-content .knob canvas{
  margin-left: 30px;
}

/* ===== @social ===== */

.social{
  display: block;
  text-align: right;
  margin: 30px 0;
}

.ch-grid {
  display: inline-block;
  list-style: none outside none;
  margin: 26px 0 26px 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.ch-grid:after,
.ch-item:before {
  content: '';
    display: table;
}
.ch-grid:after {
  clear: both;
}
.ch-grid li {
  display: inline-block;
  height: 110px;
  margin: 20px;
  width: 110px;
}
.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 {
  top: 10px;
  left: 10px;
  background: #4E4E4E;
  box-shadow:
  0 0 0 20px rgba(255,255,255,0.2),
  inset 0 0 3px rgba(115,114, 23, 0.8);
}
.ch-info-wrap,.ch-info{
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
 -webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}
.ch-info .ch-info-front {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.ch-info .ch-info-back {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background: #FFFFFF;
  pointer-events: none;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
}
.ch-info .ch-info-back i{
  color: #4E4E4E;
}
.ch-img-1 {
  background-image: url(../img/social/twitter.jpg);
}
.ch-img-2 {
  background-image: url(../img/social/googleplus.jpg);
}
.ch-img-3 {
  background-image: url(../img/social/facebook.jpg);
}
.ch-img-4 {
  background-image: url(img/social/pinterest.jpg);
}
.ch-info h3 {
  font-size: 32px;
  margin: 0 25px;
  padding: 28px 0 0 0;
  height: 40px;
}
.ch-item:hover .ch-info-front {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.ch-item:hover .ch-info-back {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}

/* ===== @contact ===== */

.map-contact{
  margin-top: 45px;
}
.content-contact {
  border: 1px solid #DDDDDD;
  background:url("../img/pattern/cream_dust.png") #FFF;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  display: block;
  line-height: 20px;
  -webkit-transition:all 0.2s ease-in-out 0s;
     -moz-transition:all 0.2s ease-in-out 0s;
       -o-transition:all 0.2s ease-in-out 0s;
          transition:all 0.2s ease-in-out 0s;
  padding: 25px 0;
}
.descr-bio {
  padding-top: 60px;
}
#maps{
  width: 100%;
  height: 300px;
}
.input-append .add-on, .input-prepend .add-on {
  background-color: #4E4E4E;
  border: 1px solid #FFFFFF;
  text-shadow: 0 0px 0 #FFFFFF;
  color: #FFFFFF;
}

/* ===== @form ===== */

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #FFFFFF;
  border: 1px solid #fef6f6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s;
     -moz-transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s;
       -o-transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s;
          transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
  -webkit-border-radius:0px 0px 0px 0px;
     -moz-border-radius:0px 0px 0px 0px;
          border-radius:0px 0px 0px 0px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  -webkit-border-radius:0px 0px 0px 0px;
     -moz-border-radius:0px 0px 0px 0px;
          border-radius:0px 0px 0px 0px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(78, 78, 78, 0.6);
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(78, 78, 78, 0.6);
       -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(78, 78, 78, 0.6);
            box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(78, 78, 78, 0.6);
    outline: 0 none;
}
.btn {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #353535;
    *background-color: #353535;
    background-image: -moz-linear-gradient(top, #4E4E4E, #353535);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4E4E4E), to(#353535));
    background-image: -webkit-linear-gradient(top, #4E4E4E, #353535);
    background-image: -o-linear-gradient(top, #4E4E4E, #353535);
    background-image: linear-gradient(to bottom, #4E4E4E, #353535);
    background-repeat: repeat-x;
    border-color: #353535;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E4E4E', endColorstr='#353535', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-darkslategrey:hover,
.btn-darkslategrey:active,
.btn-darkslategrey.active,
.btn-darkslategrey.disabled,
.btn-darkslategrey[disabled] {
    color: #FFFFFF;
    background-color: #353535;
    *background-color: #003bb3;
}
.input-append, .input-prepend {
    margin-bottom: 15px;
}
 input[type="text"], input[type="email"] {
    width: 80%;
}
 textarea {
    width: 72%;
}
.input-xlarge {
    width: 100%;
}


.content {margin-left: 100px}

.navmax {display: block}
.navmin {display: none}

/* ===== @Tablets to Phones ===== */

   /* Portrait tablet to landscape and desktop */
  @media (min-width: 769px) and (max-width: 1199px) {
   .content {margin-left: 150px;}
  }

 /* Portrait tablet to landscape and desktop */
  @media (min-width: 979px) and (max-width: 1026px) {
   .content {margin-left: 110px;}
  }


  /* Portrait tablet to landscape and desktop */
  @media (min-width: 768px) and (max-width: 979px) {
   .content {margin-left: 150px;}
   .about-content .knob canvas {margin-left: 0px;}
  }


@media (min-width: 767px) and (max-width: 811px) {
 .content {margin-left: 110px; width:350px;}
  #top {margin-left: -40px}
  #top a.block-title img {width:200px; margin:0px 30px 0px 0px}
}


  /* Landscape phone to portrait tablet */
  @media (max-width: 767px) {
   .navmax {display: none}
.navmin {display: block; margin-top:-90px;}

   .content {min-height: 500px;padding-left: 20px;padding-right: 20px;margin-bottom: 20px;}

   .blog-content {padding: 0 10px}
   .content-contact {padding: 0 10px;}
   .project-info ul li {margin-left: 10px;padding-right: 5px;}
   .element {margin-left: 15px;}
   input[type="text"], input[type="email"] {width: 70%;}
   textarea {width: 90%;}
   .descr-bio {padding-top: 20px;}
   .about-content .knob canvas{margin-left: 80px;}
    .landing,
    .sidebar-style,
    .logo,
    .container {text-align: center;}
    body {padding-left: 0;padding-right: 0;}
    .sidebar-nav-fixed {position: static;}
    .sidebar-style{padding: 0;width: auto;}
    .sidebar-style .logo{text-align: center;}
    .sidebar-style p {display: block;text-align: center;}
    .social{text-align: center;margin: 10px 0;}
    .callbacks_container {width: 100%;}
    .callbacks_nav {top: 47%;}
    .hero-unit {padding: 16px;}
    .about-page{margin-bottom: 10px;}
    .blog-title {border-right: none;padding-top: 10px;}
    .blog-title li{display: inline-block;padding-left: 5px;}
    .blog-info{padding: 5px 0;}
    .post-content{padding: 5px 10px;}
    .offset1 {margin-left: 0px;}
    .separator {background: transparent;}
    .sidebar-right{display: none;}
    .content-contact h3{margin-top: 10px;}
    #options {margin: 20px 0 0 25px;}
    #options li {float: left;margin-bottom: 0em;margin-right: 0em;}
    .social {display: none}
    #nav-open-btn {display: none;}
#bg {display: none}

  }

@media (min-width: 720px) and (max-width: 768px) {
.navmin {margin-top:0;}
}

/* Landscape phones and down */
@media (max-width: 480px) {
  .up {
    display: block;
    padding: 10px;
    margin-left: 70px;
  }
  .social {display: none}

  .navmin {display: block}
  #nav-open-btn {display: none;}

/*
  .navmax {display: none}
  .content {margin-left: 0px}
  #top {margin-left: 0px}*/

  #top a.block-title {height:170px; display: block;}
  #top a.block-title img {width:150px; margin: -10px 0 0 -100px}
}

