/*-------------------------------*/
/*  Fonts
/*-------------------------------
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/RalewayRegular/RalewayRegular.eot");
  src: url("../fonts/RalewayRegular/RalewayRegular.eot#iefix") format("embedded-opentype"), url("../fonts/RalewayRegular/RalewayRegular.woff") format("woff"), url("../fonts/RalewayRegular/RalewayRegular.ttf") format("truetype");
}

*/
/*-------------------------------*/
/*  All styles
/*-------------------------------*/
/* Content:

1. Main;
2. Header;
  2.1. Loader;
  2.2. Logo;
  2.3. Menu;
3. Maim sections styles;
4. About section;
5. Resume section;
6. Portfolio section;
  6.1. Pop-up;
7. Contact section;
8. Footer section.


*/
/*-------------------------------*/
/*  0. Color Codes
Purple: #611bff;
Blue: #4400ff;
Red: #F03E33;



/*-------------------------------*/



#hidden-projects {
visibility: hidden; 
background-color:#222;
	
}


/*-------------------------------*/
/*  1. Main
/*-------------------------------*/
body {
  /*font-family: "Raleway", sans-serif;*/
  color: #313131;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialised;
}

hr.style1{
   border-top: 1px solid #AFAFAF;
}
hr.style2{
   border-top: 1px solid #fff;
}
hr.style3{
   border-top: 150px solid #222;
  
}
.missiontext {

  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #a8a8a8;
  margin-bottom: 35px;}

.support {

  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #a8a8a8;
  margin-bottom: 35px;}

h7 {

  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #a8a8a8;
  margin-bottom: 35px;}



section,
.main_head {
  position: relative;
}

section {
  padding: 70px 0 90px;
}
section h2 {
  text-align: center;
 /* font-size: 24px;*/
  /*text-transform: uppercase;*/
   /*margin: 0 0 15px;*/
  letter-spacing: 0px;
   
   font-weight: 100;
    font-size: 48px;
    margin-bottom: 15px;
}
section h3 {
  text-align: center;
  /*text-transform: uppercase;*/
  font-weight: 400;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 35px;
}

section h5 {
    font-weight: 400;
    font-size: 24px;
    color: #3f3f3f;
    margin-bottom: 0px;
	margin-top: 0px;
}

/*-------------------------------*/
/*  2. Header
/*-------------------------------*/
.main_head {
  min-height: 480px;
  padding-top: 20px;
}


blockquote {
	color: #601afe;
	font-size: 16px;
	margin-left: 0%;
	padding: 0px;
	padding-left: 5px;
	border: 0;
}

blockquote p {
  font-size:10px;
  margin-left: 10px;
}
.top-container {
  width: 100%;
}

/* 2.1. Loader */
.loader {
  background: none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.loader_inner {
  background-image: url("../images/preloader.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-posirion: center center;
  height: 80px;
  width: 80px;
  margin-top: -40px;
  margin-left: -40px;
  left: 50%;
  top: 50%;
  position: absolute;
}

/* 2.2. Logo */
.logo_container {
  float: left;
  padding-left: 0px;
}
@media screen and (min-width: 920px) {
  .logo_container {
    padding-left: 25px;
  }




}
@media screen and (min-width: 1300px) {
  .logo_container {
    padding-left: 120px;
  }
}

svg {
  height: 76px;
  width: 85px;
  z-index: 1;
  position: relative;
}

path {
  stroke-width: 2px;
}

/* 2.3. Menu */
.toggle_menu {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 999;
  border: 1px solid;
  right: 15px;
  top: 30px;
}
@media screen and (min-width: 768px) {
  .toggle_menu {
    right: 23px;
  }
}
@media screen and (min-width: 920px) {
  .toggle_menu {
    right: 41px;
  }
}
@media screen and (min-width: 1300px) {
  .toggle_menu {
    right: 120px;
  }
}
.toggle_menu span {
  display: block;
}

/* Sandwich effect for menu button styles */
.sandwich {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
}
.sandwich .sw-topper {
  position: relative;
  top: 0;
  width: 28px;
  height: 3px;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s;
}
.sandwich .sw-bottom {
  position: relative;
  width: 28px;
  height: 3px;
  top: 6.6px;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s;
}
.sandwich .sw-footer {
  position: relative;
  width: 28px;
  height: 3px;
  top: 13.5px;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.sandwich.active .sw-topper {
  top: 9px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sandwich.active .sw-bottom {
  top: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.top_menu {
  position: fixed;
  width: 100%;
  height: 300%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 998;
  right: 0;
  top: 0;
  bottom: 50px;
  display: none;
}
.top_menu ul,
.top_menu li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.top_menu ul {
  margin-top: 340px;
  text-align: center;
  -webkit-animation-duration: .01s;
          animation-duration: .01s;
}
@media screen and (max-width: 1100px) {
  .top_menu ul {
    margin-top: 230px;
  }
}
@media screen and (max-width: 768px) {
  .top_menu ul {
    margin-top: 340px;
  }
}
@media screen and (max-width: 568px) {
  .top_menu ul {
    margin-top: 37px;
  }
}
@media screen and (max-width: 320px) {
  .top_menu ul {
    margin-top: 140px;
  }
}
.top_menu ul li:nth-child(1) a {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.top_menu ul li:nth-child(2) a {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}
.top_menu ul li:nth-child(3) a {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.top_menu ul li:nth-child(4) a {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}
.top_menu ul li:nth-child(5) a {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.top_menu ul a {
  color: #FFF;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0;
  position: relative;
  height: 60px;
  outline: none;
  text-decoration: none;
}
.top_menu ul a span {
  display: block;
  position: relative;
  top: -40px;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.top_menu ul a span:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

/*-------------------------------*/
/*  3. Main sections styles
/*-------------------------------*/
.top_wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.top_wrapper .top_descr {
  display: table-row;
}
.top_wrapper .top_descr .top_centered  {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.top_wrapper .top_text {
  display: inline-block;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.top_wrapper .top_text p {
  margin: 0;
  /* text-transform: uppercase;*/
    /*-webkit-animation-delay: 2s;*/
       /*     animation-delay: 2s;*/
		  font-weight:100;
		  font-size:14px;
		  
}

.top_wrapper .top_text h1 {
  display: inline-block;
  padding: 10px 35px;
  /*text-transform: uppercase;*/
  /*font-weight: bold; */
  font-size:5em;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}




@media only screen and (max-width: 480px) {
  .top_wrapper .top_text h1 {
    font-size: 2em;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  #hidden-projects {
visibility: visible;

}
}

.s_descr_wrap {
  text-align: center;
}
.s_descr_wrap .s_descr {
  display: inline-block;
  text-transform: capitalize;
  font-size: 12px;
  position: relative;
  margin-bottom: 70px;
  /* 130px by default */
  font-weight: 400;
  font-size: 24px;
  color:  #3f3f3f;
  margin-top: 0px;
  /* &:after {
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -75px;
    margin-top: 60px;
    position: absolute;
    width: 150px;
  }*/
}




/*-------------------------------*/
/*  4. About section
/*-------------------------------*/
.personal {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 35px;
}
@media screen and (max-width: 991px) {
  .personal {
    margin-top: 0;
  }
}
.personal img {
  max-width: 220px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid;
}

.s_about p {
  margin-bottom: 25px;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-title {
  font-size: 12px;
  text-align: center;
}
.panel-title a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 200;
  font-size:16px;
}

.panel-body p {
  /*margin-bottom: 0;*/
  /*font-weight: 100;*/
    font-family: 'Open Sans', sans-serif;
 
  font-weight: 400;
    font-size: 14px;
    line-height: 180%;
   color: #a8a8a8;
    margin-bottom: 10px;
}

/*-------------------------------*/
/*  5. Resume section
/*-------------------------------*/
#my-timeline {
  border-radius: 0;
}

.vco-storyjs div.vco-loading .vco-loading-container .vco-loading-icon {
  width: 25px;
  height: 25px;
  background-size: cover;
}

.vco-slider .slider-item .content .content-container.layout-media .text .container {
  padding: 0;
}

.vco-slider .slider-item .content .content-container .text .container h2.date {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 29px !important;
}

.vco-storyjs .vco-feature h3 {
  font-size: 24px;
  letter-spacing: 1px;
}

.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image img {
  border: none !important;
}

.vco-storyjs .thumbnail.thumb-youtube {
  display: none;
}
.vco-storyjs .thumbnail.thumb-photo {
  display: none;
}

.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3 {
  letter-spacing: 1px;
}

.vco-slider .slider-item .content .content-container .text .container p {
  text-align: center;
}

.vco-slider .slider-container-mask {
  left: -3px;
  position: relative;
  bottom: 21px;
}

.vco-storyjs .vco-bezel {
  right: -5px;
  position: relative;
}

/*-------------------------------*/
/*  6. Portfolio section
/*-------------------------------*/
.s_portfolio {
  padding-bottom: 60px;
}
.s_portfolio ul, .s_portfolio li {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.s_portfolio li {
  display: inline-block;
  margin: 0 15px 15px 15px;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}
.s_portfolio ul {
  margin-bottom: 50px;
}

.portfolio_grid .mix {
  display: none;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .portfolio_grid .mix {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 506px) {
  .portfolio_grid .mix {
    width: 100%;
  }
}
.portfolio_grid .mix .image-wrapper {
  position: relative;
}
.portfolio_grid .mix .image-wrapper img {
  width: 100%;
}
.portfolio_grid .mix .image-wrapper .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .portfolio_grid .mix .image-wrapper .mask {
    cursor: pointer;
  }
}
.portfolio_grid .mix .image-wrapper .mask h3 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 15px;
}
.portfolio_grid .mix .image-wrapper .mask p {
  font-size: 13px;
  margin-bottom: 29px;
}
.portfolio_grid .mix .image-wrapper .mask a {
  background-color: transparent;
  border: 2px solid;
  padding: 2px 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px;
  position: relative;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
		 
}
.portfolio_grid .mix .image-wrapper:hover .mask, .portfolio_grid .mix .image-wrapper:focus .mask {
  opacity: 1;
  padding-top: 29%;
}
@media screen and (max-width: 1200px) {
  .portfolio_grid .mix .image-wrapper:hover .mask, .portfolio_grid .mix .image-wrapper:focus .mask {
    padding-top: 27%;
  }
}
@media screen and (max-width: 991px) {
  .portfolio_grid .mix .image-wrapper:hover .mask, .portfolio_grid .mix .image-wrapper:focus .mask {
    padding-top: 36%;
  }
}
@media screen and (max-width: 1024px) {
  .portfolio_grid .mix .image-wrapper:hover .mask, .portfolio_grid .mix .image-wrapper:focus .mask {
    cursor: pointer;
  }
}
.portfolio_grid .mix .image-wrapper:hover .mask a, .portfolio_grid .mix .image-wrapper:focus .mask a {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* 6.1. pop-up 
.pop-up {
  background-color: #fff;
  max-width: 500px;
  margin: auto;
}
.pop-up .pop-up_wrapper {
  position: relative;
}
.pop-up .pop-up_wrapper p, .pop-up .pop-up_wrapper h3 {
  padding: 20px;
  padding-bottom: 0;
}
.pop-up .pop-up_wrapper h3 {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
  padding-top: 25px;
}
.pop-up .pop-up_wrapper p {
  margin-top: 0;
}
.pop-up .pop-up_wrapper img {
  width: 100%;
  margin-top: 10px;
  padding: 15px;
}

.mfp-container {
  cursor: default;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close, .mfp-container {
  cursor: pointer;*/
}


/*-------------------------------*/
/*  X. Support section
/*-------------------------------*/
.support {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 35px;
}
@media screen and (max-width: 991px) {
  .support {
    margin-top: 0;
  }
}
.support img {
  max-width: 220px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid;
}

.s_support p {
  margin-bottom: 25px;
}

.panel-group-support .panel {
  border-radius: 0;
}

.panel-title-support {
  font-size: 12px;
  text-align: center;
}
.panel-title-support a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}

.panel-body-support p {
  margin-bottom: 0;
}


/*-------------------------------*/
/*  7. Contact section
/*-------------------------------*/
.main_form button {
  display: block;
  margin: 60px auto 0;
  border: none;
  color:  #fff;
  line-height: 40px;
  padding: 0 60px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.form-group {
  display: block;
  margin-bottom: 20px;
  
}
.form-group .color_element {
  font-weight: 700;
  font-size: 18px;
}

.form-group .text-danger {
  font-size: 11px;
  margin-top: 5px;
  padding: 0;
  display: block;
  font-weight: 500;
  
}
.form-group .text-danger ul {
  padding: 6px 0 0 0;
  text-align: center;
  list-style-type: none;
}
.form-group input,
.form-group textarea {
  font-family:'Open Sans', sans-serif;
  font-weight: 100;
  display: block;
  padding: 10px 0 10px 8px;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  background-color: transparent;
  border-radius: 0 !important;
}
.form-group textarea {
  padding: 10px 0 50px 8px;
  
}

/* some fixes for mobile devices */
textarea,
input.text,
input[type="text"],
input[type="email"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*-------------------------------*/
/*  8. Footer
/*-------------------------------*/
.main_footer {
  padding: 50px 0;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 620px) {
  .main_footer .container {
    text-align: center;
  }
}
.main_footer .container .copyright {
  float: left;
}
@media screen and (max-width: 620px) {
  .main_footer .container .copyright {
    float: none;
  }
}
.main_footer .container .social_wrap {
  float: right;
  line-height: 0;
}
@media screen and (max-width: 620px) {
  .main_footer .container .social_wrap {
    float: none;
    padding: 30px 0 0 0;
	
  }
}
.main_footer .container .social_wrap ul {
  margin: 0;
}
@media screen and (max-width: 620px) {
  .main_footer .container .social_wrap ul {
    float: none;
    padding: 0;
  }
}
.main_footer .container .social_wrap ul li {
  display: inline-block;
  font-size: 20px;
  padding: 0 6px;
}

/*-------------------------------*/
/*  Color preferenses
/*-------------------------------*/
/* Content:
  
0. Color style;
1. Main;
2. Header;
  2.1. Loader;
  2.2. Logo;
  2.3. Menu;
3. Maim sections styles;
4. About section;
5. Resume section;
6. Portfolio section;
7. Contact section;
8. Footer section.

*/
/*-------------------------------*/
/*  0. Color style
/*-------------------------------*/
/* Main variables */
/* Theme skin - change it & see what happens */
/* Some mixins */
/*-------------------------------*/
/*  1. Main
/*-------------------------------*/
body {
  color: #222;
  
}

a {
  color: #4400ff;
}

p,
.s_about li {
  color: #888;
}

/*-------------------------------*/
/*  2. Header
/*-------------------------------*/
.main_color_bg {
  background-color: #222;

}

/* 2.1. Loader */
.loader, .loader_inner {
  background-color: #FFF;
}

/* 2.2. Logo */
path {
  fill: #F3F3F3;
  stroke: #4400ff;
}

/* 2.3. Menu */
.toggle_menu {
  background-color: #F3F3F3;
  border-color: #4400ff;
}

.top_menu a:hover {
  color: #4400ff;
}
.top_menu a {
  letter-spacing: 0px;
}

.sw-topper,
.sw-bottom,
.sw-footer {
  background: #4400ff;
}

/*-------------------------------*/
/*  3. Main sections styles
/*-------------------------------*/
section h3 {
/*  letter-spacing: 4px;*/
/*  color: #888;*/
    font-weight: 200;
    font-size: 24px;
    color: #3f3f3f;
    margin-bottom: 30px;
}
section h5 {
/*  letter-spacing: 4px;*/
/*  color: #888;*/
    font-weight: 200;
    font-size: 18px;
    color: #3f3f3f;
    margin-bottom: 0px;
}
.s_descr {
  letter-spacing: 4px;
}
.s_descr::after {
 background-color: #222;

  
  
}

.top_text p, .top_text h1 {
  color: #F3F3F3;
  letter-spacing: 2px;
}
.top_text p span, .top_text h1 span {
  color: #4400ff;
}

.bg_light {
  background-color: #F3F3F3;
}

.bg_dark {
  background-color: #222;
  color: #fff;
}
.bg_dark .s_descr::after {
  background-color: #fff;
}
.bg_dark a {
  color: #fff;
}

/*-------------------------------*/
/*  4. About section
/*-------------------------------*/
.personal img {
  border-color: #4400ff;
}

.panel-title a {
  color: #222;
  letter-spacing: 4px;
}
.panel-title a:hover, .panel-title a:focus {
  color: #4400ff;
}

/*-------------------------------*/
/*  5. Resume section
/*-------------------------------*/
.vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3 {
  color: #4400ff !important;
}

.vco-timeline .vco-navigation .timenav .content .marker.active .line, .vco-timeline .vco-navigation .timenav-background .timenav-line {
  background-color: #4400ff !important;
}

.vco-timeline .vco-navigation .timenav .content .marker .line .event-line, .vco-timeline .vco-navigation .timenav .content .marker.active .line .event-line, .vco-timeline .vco-navigation .timenav .content .marker.active .dot {
  background: #4400ff !important;
}

.vco-timeline .vco-navigation .timenav-background {
  background-color: #F3F3F3 !important;
}

/*-------------------------------*/
/*  6. Portfolio section
/*-------------------------------*/
.s_portfolio li {
  color: #888;
  letter-spacing: 2px;
}
.s_portfolio li.active {
  color: #FFF;
  border-bottom: 1px solid #4400ff;
}

.mask a {
  color: #4400ff;
  border-color: #4400ff;
}

/*-------------------------------*/
/*  7. Contact section
/*-------------------------------*/
form input:focus,
form textarea:focus {
  border: 1px solid #4400ff;
}

form textarea {
  letter-spacing: 2px;
  border: 1px solid #ccc;
  
}

form input {
  letter-spacing: 2px;
  border: 1px solid #ccc;
  
}

.inpbutton{
	background-color: #4400ff;
	letter-spacing: 2px;
	color: #fff;
	width: 100%;
	font-size: 24px;
	padding-top: 5px;
		padding-bottom: 5px;
	line-height: 180%;
	text-transform: uppercase;
	margin-bottom: 30px;
	}
	
	

form button {
  background-color: #4400ff;
  letter-spacing: 2px;

}
form .form-group .text-danger {
  color: #4400ff;
}
form .fa-asterisk {
  color: #4400ff;
}


/*-------------------------------*/
/*  8. Footer
/*-------------------------------*/
.main_footer {
  color: #888;
  letter-spacing: 1px;
}
.main_footer .heart, .main_footer a {
  color: #4400ff;
}




/*---------------------------------------------------------------*/
/* 15 footer-b*/
/*---------------------------------------------------------------*/
.footer-b {
    height: 100px;
	background-color:#222222;
	
	
}

.footer-b h4 {
    color: #555559;
    text-align: right;
    margin-top: -45px;
    margin-right: 50px;
}

.footer-text-b {
    position: relative;
    text-align: right;
}

.social-icon-b {
   display: table;
   margin-top: 15px;
}

.social-icon-b li {
    display: table-cell;
    text-align: right;
    padding: 10px;
}

#footerPinterest {
    background-image: url('../images/social-icons/pinterest.png');
}

#footerInstagram {
    background-image: url('../images/social-icons/instagram.png');
}

#footerFacebook {
    background-image: url('../images/social-icons/facebook.png');
}

#footerTwitter {
    background-image: url('../images/social-icons/twitter.png');
}

.icon-b {
    list-style: none;
    display: inline-block;
    height: 30px;
    width: 41px;
    vertical-align: middle;
    margin: 0;
    padding: 10px;
}

.icon-b a {
    display: block;
    background-size: 28px, 28px;
    width: 28px;
    height: 28px;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;

}

.icon-b a:hover {
    opacity: 1;
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
}
/*---------------------------------------------------------------*/
/* footer-end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 15 footer-c*/
/*---------------------------------------------------------------*/
.footer-c {
    height: 100px;
	background-color: #000;
}
.footer-c h4 {
    color: #555559;
    text-align: right;
    margin-top: -45px;
    margin-right: 50px;
}

.footer-text-c {
    position: relative;
    text-align: right;
}

.social-icon-c {
   display: table;
   margin-top: 15px;
}
.social-icon-c li {
    display: table-cell;
    text-align: right;
    padding: 10px;
}

.icon-c {
    list-style: none;
    display: inline-block;
    height: 30px;
    width: 41px;
    vertical-align: middle;
    margin: 0;
    padding: 10px;
}

.icon-c a {
    display: block;
    background-size: 28px, 28px;
    width: 28px;
    height: 28px;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;

}

.icon-c a:hover {
    opacity: 1.0;

    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
}
/*---------------------------------------------------------------*/
/* footer-c-end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 9. subscribe */
/*---------------------------------------------------------------*/
#subscribe {
/*    background: url(../images/testimonial-background.jpg) 50% 0 fixed;*/
	background-color:#222222;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.subs {
    text-align: left;
    margin-top: 60px;
    margin-bottom: 40px;
}

.btn { color: #fff;
background-color: #11b2ef;}
.btn-primary{}
.btn-lg {}

.subscribe-group {
    display: inline;
    text-align: center;
}

#email {
    width: 400px;
    background-color: transparent;
    margin-bottom: 25px;
    border-bottom: 1px solid #c1a26e;
    font-size: 18px;
}

.form-control {
    padding-left: 0px;
}


/*---------------------------------------------------------------*/
/* responsive*/
/*---------------------------------------------------------------*/
@media only screen and (max-width: 1550px) {
  }
@media only screen and (max-width: 1250px) {
 
}

@media only screen and (max-width: 750px) {
   .footer-b {
        height: 125px;
    }

    .footer-b h4 {
        text-align: center;
        margin-top: 50px;
        margin-right: 20px;
    }

    .social-icon-b {
        display: none
    }
   #hidden-projects {
visibility: visible;

}
}
/*---------------------------------------------------------------*/
/* responsive-end*/
/*---------------------------------------------------------------*/