/**
  * Name: Orches
  * Version: 1.0
  * Author: ROLLTHEMES
  * Author URI: https://www.rollthemes.com
*/

@import url("fonts.css");
@import url("font-awesome.css");
@import url("flexslider.css");
@import url("shortcodes.css");

/**  
  * Repeatable Patterns
  * Top
  * Header
  * Parallax
  * Fullscreen
  * Page Title
  * Blog
  * Blog Masonry
  * Blog Single
  * Widgets
  * Project Single
  * Contact Page
  * 404 Page
  * Under Construction Page
  * Footer
  * Bottom
  * GoTop Button
  * Switcher
  * Media Queries
*/

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	font: 16px/20px "Open Sans", sans-serif;
	background: #fff;
	color: #555;
  line-height: 1.5em;
  position: relative;
}

::-moz-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #000; 
}

::-webkit-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #000; 
}

::selection { 
	color: #fff; 
	text-shadow: none; 
	background: #000; 
}

a {
	text-decoration: none;
	-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;
}

a:hover {
	color: #fff;
	text-decoration: none;
	-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;
}
a[onclick] {
  cursor: pointer;
}

.img-left {
	margin: 7px 30px 25px 0 !important;
	float: left;
}

.img-right {
	margin: 7px 0 25px 30px !important;
	float: right;
}

strong {
	font-weight: 600;
}

.margint1 { margin-top: 10px; }
.margint2 { margin-top: 20px; }
.margint3 { margin-top: 30px; }
.margint4 { margin-top: 40px; }
.margint5 { margin-top: 50px; }
.margint6 { margin-top: 60px; }
.marginb1 { margin-bottom: 10px; }
.marginb2 { margin-bottom: 20px; }
.marginb3 { margin-bottom: 30px; }
.marginb4 { margin-bottom: 40px; }
.marginb5 { margin-bottom: 50px; }
.marginb6 { margin-bottom: 60px; }

h1, h2, h3, h4, h5, h6 {
	color: #161625;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}

h1 { font: 52px/56px "Lato", sans-serif;}
h2 { font: 42px/46px "Lato", sans-serif;}
h3 { font: 32px/36px "Lato", sans-serif;}
h4 { font: 26px/30px "Lato", sans-serif;}
h5 { font: 22px/26px "Lato", sans-serif;}
h6 { font: 18px/22px "Lato", sans-serif;}

h3.title {
	font-size: 20px;
	margin: 0 0 10px;
	font-weight: 700;
}
ul li {
    line-height: 1.5em;
}

.text-white { color: #fff !important; }
.text-dark { color: #10101d !important;}

input[type="checkbox"] { display: inline; }

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 {
	color: #ccc;
}

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 {
	color: #000;
	border-color: #bbb;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		  	  box-shadow: none;
}
.titlebox p {
  width: 100%
}
.orches-animation {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.orches-animation.animated {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.icons-box {
   background-color: #fff;
   display: inline-block;
   font-size: 16px;
   width: 210px;
   padding: 10px;
   margin: 10px 20px 10px 0;
   border: 1px solid #ccc;
}
.row .iconbox p, .testimonial-info p.pos {
  color:#666;
}

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
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,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
  -webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		  -o-box-shadow: none;
			  box-shadow: none;
}

.iconbox  h2 {
   margin: 23px 0 13px;
   line-height: 20px;
   text-transform: uppercase;
   color:#E26E09;
   font: 32px/36px "Lato", sans-serif;
   line-height: 20px;
  text-transform: uppercase;

}

.iconbox  h2 a {
   font-weight: 600;
    font-size: 18px;
    color: #161625;
}
.row-circle .iconbox h3 a {
    color: #fff;
}
/* Top
-------------------------------------------------------------- */
.top {
	font-family: "Lato", sans-serif;
	background-color: #10101d;
	line-height: 40px;
}

.top a:hover {
	color: #fff;
}

.top .contact-info {
	margin: 0;
}

.top .contact-info li {
	position: relative;
	padding-left: 23px;
	margin-right: 32px;
}

.top .contact-info li:before {
	font-family: "FontAwesome";
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 0;
}

.top .contact-info li.phone:before {
	content: "\f095";
	font-size: 15px;
}

.top .contact-info li.email:before {
	content: "\f0e0";
}

.top .contact-info li.skype:before {
	content: "\f17e";
	font-size: 15px;
}

.top .language {
   position: relative;
   padding-left: 23px;
}

.top .language:before {
   position: absolute;
   left: 0;
   top: 0;
   content: "\f0ac";
   font-family: "FontAwesome";
   font-size: 16px;
}

.top .language .current {
   position: relative;
   padding: 0 15px 0 5px;
}

.top .language .current > a {
   font-weight: 700;
}

.top .language .current:after {
   content: "\f107";
   font-family: "FontAwesome";
   font-size: 12px;
   position: absolute;
   right: 0;
   top: 0;
}

.top .language > ul {
   float: right;
   margin: 0;
}

.top .language > ul > li {
   line-height: 40px;
   position: relative;
}

.top .language > ul > li > ul {
   position: absolute;
   right: 0;
   top: 100%;
   width: 130px;
   background-color: #ccc;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   visibility: hidden;
   z-index: 9999;
   -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
       -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
           transition: all .2s ease-out;
}

.top .language > ul > li:hover > ul {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   visibility: visible;
}

.top .language > ul > li > ul li {
   border-top: 1px solid #24243d;
}

.top .language > ul > li > ul li:first-child {
   border-top: none;
}

.top .language > ul > li > ul li a {
   position: relative;
   display: block;
   padding: 10px 0;
   padding-left: 45px;
   color: #fff;
   font-weight: 700;
   background-color: #10101d;
}

.top .language > ul > li > ul li a:before {
   content: "";
   position: absolute;
   left: 20px;
   top: 16px;
   width: 16px;
   height: 11px;
}

.top .language > ul > li > ul li.en a:before {
   background: url(../images/en_flag.png) no-repeat;   
}

.top .language > ul > li > ul li.ge a:before {
   background: url(../images/ge_flag.png) no-repeat;   
}

.top .language > ul > li > ul li.pl a:before {
   background: url(../images/pl_flag.png) no-repeat;   
}

.top .language > ul > li > ul li.ru a:before {
   background: url(../images/ru_flag.png) no-repeat;   
}

.top .language > ul > li > ul li:hover a {
   background-color: #161625;
}

/* Header
-------------------------------------------------------------- */
.header {
	position: relative;
	z-index: 1000;
   background-color: transparent;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

.header .col-md-2, .header .col-md-10 {
   min-height: 0;
}

.header-wrap .row {
  position: relative;
}
.header .logo {
	margin: 39px 0;
   float: left;
}

.header .logo a {
	display: inline-block;
	height: 100%;
}

.header .logo {
	width: 105px;
	height: 23px;
}

.header.header-sticky {
   position: relative;
   width: 100%;
   z-index: 1000;
}

.header.float-header {
	background-color: #161625;
}

/* navigation */
#mainnav {
    position: absolute;
    padding: 20px 0;
    right: 0px;
}

#mainnav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#mainnav ul li {
   position: relative;
}

#mainnav > ul > li {
   display: block;
   float: left;
}

#mainnav > ul > li > a {
   position: relative;
   display: block;
   font-size: 14px;
   font-family: "Lato", sans-serif;
   color: #fff;
   font-weight: 700;
   text-decoration: none;
   text-transform: uppercase;
   height: 60px;
   line-height: 60px;
   padding: 0 20px;
   outline: none;
   cursor: pointer;
}

/* submenu */
#mainnav ul.sub-menu {
   position: absolute;
   left: 0;
   top: 100%;
   width: 260px;
   background-color: #10101d;
   z-index: 9999;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   margin-top: 5px;
   display : none;

}

/* right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    left:-150px;
}

#mainnav ul li:hover > ul.sub-menu  {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   margin-top: 0;
   display: block;
}

#mainnav ul li:last-child:hover > ul.sub-menu  {
  left:-50px;
}
#mainnav ul li ul li {
   margin-left: 0;
}

#mainnav ul.sub-menu li ul {
   position: absolute;
   left: 150px;
   top: 0;
}

#mainnav ul.sub-menu > li {
   border-top: 1px solid #24243d;  
}

#mainnav ul.sub-menu li:first-child {
   border-top: none;
}

#mainnav ul.sub-menu > li > a {
   display: block;
   color: #fff;
   text-decoration: none;
   padding: 6px 0 6px 20px;
   line-height: 35px;
   -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
       -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
           transition: all .2s ease-out;
}

#mainnav ul.sub-menu > li > a:hover,
#mainnav > ul > li > ul > li.active > a {
   color: #fff !important;
}
.clear {
  clear: both;
  float: none;
}

.faq {
  margin-top: 2em
}

.slides img {
  margin-bottom: 1em
}


/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   display: block;
   margin: 0 auto;
   width: 100%;
   position: absolute;
   background-color: #10101d;
   z-index: 1000;
}

#mainnav-mobi ul {
   display: block;
   list-style: none;
   margin: 0;
   padding: 0;
}

#mainnav-mobi ul li {
   margin:0;
   position: relative;
   text-align: left;
   border-top: 1px solid #24243d;
   cursor: pointer
}

#mainnav-mobi ul > li > a {
   text-decoration: none;
   height: 50px;
   line-height: 50px;
   padding: 0 50px;
   color: #fff;
}

#mainnav-mobi ul.sub-menu {
   top: 100%;
   left: 0;
   z-index: 2000;
   position: relative;
   background-color: #161625;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
   position: relative;
   border-top: 1px solid #24243d;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
   padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
   display: block;
   text-decoration: none;
   padding: 0 60px;
   border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.btn-menu {
   font-size: 28px;
   font-family: "FontAwesome";
   color: #fff;
   float: right;
   text-align:center;
   width: 28px;
   height: 28px;
   margin-top: 36px;
   cursor: pointer;
   -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
       -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
           transition: all .2s ease-out;
}

.btn-menu:before{
   content: "\f0c9";
}

.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #fff;
}

.btn-submenu.active:before {
   content: "\f106"
}

.btn-menu {
   display: none 
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-size:cover; 
	background-position: 50% 0;
}

.parallax-bg1 {
	background-image: url(../images/heptaplace.jpg);
}



.parallax-bg3 {
	background-image: url(../images/parallax-bg3.jpg);
}

.parallax-bg4 {
	background-image: url(../images/parallax-bg4.jpg);
}

.parallax-bg5 {
	background-image: url(../images/heptaplace.jpg);
}

.parallax-bg6 {
	background-image: url(../images/parallax-bg6.jpg);
}

.parallax-bg7 {
	background-image: url(../images/parallax-bg7.jpg);
}

.parallax-bg8 {
	background-image: url(../images/parallax-bg8.jpg);
}

/* Fullscreen
-------------------------------------------------------------- */

.projet .slides li {
      display: list-item;


}
#top-slider,
#page-slider {

	position: relative;
}

#top-slider {
  height:650px;
}

#page-slider {
  height: 350px;
}

#top-slider .overlay,
#page-slider .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #161625;
   z-index: 10;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
   filter: alpha(opacity=90);
   opacity: 0.6;
}

#top-slider .content {
	position: relative;
	padding-top: 0px;
	z-index: 20;
	text-align: center;
}

#top-slider .sub-title {
	font-family: "Pacifico", sans-serif;
	font-size: 30px;
	color: #fff;
	margin: 0;
}

#top-slider .text-scroll {
	overflow: hidden;
	height: 90px;
	vertical-align: baseline;
}

#top-slider .text-scroll h3 {
  text-transform: uppercase;
  color: #E26E09;
	font-family: "Lato", sans-serif;
	font-size: 80px;
	font-weight: 900;
	margin: 0px;
	height: 90px;
	line-height: 90px;
	margin-top: 0;
	text-shadow: 1px 1px 3px rgba(0,0,0,.3);
	-webkit-transition: margin-top 0.5s ease-in-out;
	   -moz-transition: margin-top 0.5s ease-in-out;
		 -ms-transition: margin-top 0.5s ease-in-out;
		  -o-transition: margin-top 0.5s ease-in-out;
			  transition: margin-top 0.5s ease-in-out;
}

#top-slider .arrow {
   bottom: 50px;
   height: 60px;
   left: 50%;
   margin-left: -30px;
   position: absolute;
   text-align: center;
   width: 60px;
   z-index: 999;
}

#top-slider .arrow i {
	font-size: 36px;
	line-height: 60px;
	width: 60px;
	height: 60px;
	background-color: transparent;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		  -o-border-radius: 50%;
			  border-radius: 50%;
}

#top-slider .arrow_bg {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	z-index: 999;
	-webkit-animation: rotate 3s infinite linear;
	   -moz-animation: rotate 3s infinite linear;
	     -o-animation: rotate 3s infinite linear;
	        animation: rotate 3s infinite linear;
}

#top-slider .arrow_bg {
	transition: none;
}

#top-slider .ideas {
	margin-top: 12px;
}

#top-slider .ideas li {
	position: relative;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 6px 0 10px;
}

#top-slider .ideas li a{
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

#top-slider .ideas li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 2px;
	height: 17px;
}

#top-slider .ideas li:first-child:before {
	width: 0;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

/* Page Title
-------------------------------------------------------------- */
.container i.fa{
  color: #000
  }
.page-title-container {
	height: 70px;
	background-color: #161625;
	color: #fff;
}

.page-title {
	height: 100%;
}

.page-title .span6{float: none;}
.page-title-wrapper {
	display: table;
	height: 100%;
	position: relative;
	z-index: 1;
}

.page-title-captions {
	display: table-cell;
	vertical-align: middle;
}

.page-title .breadcrumbs {
	display: table-cell;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: middle;
}

.page-title h1 {
	font-size: 20px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 700;
}

.breadcrumbs ul {
	margin: 0;
}
.breadcrumbs ul li {
	display: inline;
}

/* Blog
-------------------------------------------------------------- */
.post {
	margin-bottom: 100px;
}

.post .title-post {
	font-size: 40px;
	font-weight: 600;
	margin: 15px 0 11px;
}

.post .title-post:hover a,
.post .meta-post a:hover {
	color: #161625;
}

.post .meta-post {
	font-size: 20px;
	font-family: "Lato", sans-serif;
	padding-bottom: 20px;
}

.post .entry-post {
	padding-bottom: 25px;
}

.entry-post p {
	margin-bottom: 20px;
}

.post .entry-post img {
	margin: 10px 0 25px;
}

.post .more-link {
	margin: 0;
}

.blog-posts .pagination ul {
	display: block;
	width: 100%;
	text-align: center;
}

.blog-posts .pagination ul li {
	display: inline-block;
	padding: 0;
	margin: 0 6px 0 0;
}

.blog-posts .pagination ul li a {
	border-radius: 0;
	padding: 11px 17px;
	color: #161625;
	font-size: 14px;
	font-weight: 600;
}

.blog-posts .pagination ul li.active a,
.blog-posts .pagination ul li:hover a {
	background-color: #161625;
	border: 2px solid #161625;
	color: #fff;
}

/* Blog Masonry
-------------------------------------------------------------- */
.posts-wrap .posts-container {
	margin-bottom: -30px;
	margin-right: -30px;
}

.posts-wrap .posts-container .item {
	width: 25%;
	height: auto;
	padding: 0 30px 30px 0;
}

.posts-wrap .posts-container .item.w2 {
	width: 50%;
	height: auto;
}

.posts-wrap .featured-post img {
	width: 100%;
}

.featured-post {
	display: block;
	overflow: hidden;
	position: relative;
}
.posts-container li .featured-post img {
	display: block;
	width: 100%;
}

.featured-post li a,
.featured-post li a img {
	display: block;
	overflow: hidden;
	position: relative;
}

.featured-post img {
	display: inline;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

.post-item:hover img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
			  transform: scale(1.1);
}

.featured-post a .overlay {
	height: 100%;
	position: absolute;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	background: rgba(22,22,37,0.85);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

.featured-post .overlay .link {
   position: absolute;
   left: 0;
   text-align: center;
   width: 100%;
   top: 50%;
   margin-top: -25px;
}

.featured-post .overlay .link i {
   position: absolute;
   left: 50%;
   top: 0;
   margin-left: -25px;
   display: block;
   width: 50px;
   height: 50px;
   line-height: 50px;
   font-size: 22px;
   -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
        -o-border-radius: 50%;
           border-radius: 50%;
   -webkit-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
       -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
           transition: color 0.3s ease-out;
}

.featured-post .overlay .link:hover i {
   color: #fff;
}

.featured-post .overlay .icon-bg {
   position: absolute;
   left: 50%;
   top: 0;
   margin-left: -25px;
   width: 50px;
   height: 50px;
   -webkit-animation: rotate 3s infinite linear;
      -moz-animation: rotate 3s infinite linear;
        -o-animation: rotate 3s infinite linear;
           animation: rotate 3s infinite linear;
}

.post-item:hover .overlay {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.content-post {
  background-color: #161625;
  padding: 16px 20px 14px 20px;
   -webkit-transition: background 0.3s ease-out;
      -moz-transition: background 0.3s ease-out;
       -ms-transition: background 0.3s ease-out;
        -o-transition: background 0.3s ease-out;
           transition: background 0.3s ease-out;
}

.content-post h2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.content-post p {
  color: #fff;
  margin: 0;
   -webkit-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
       -ms-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
           transition: color 0.3s ease-in-out;
}

.post-item:hover .content-post p,
.post-item:hover .content-post h2 a {
  color: #161625;
}

/* Blog Single
-------------------------------------------------------------- */
.post.post-detail {
	margin-bottom: 20px;
}

.author-post {
	background-color: #f1f1f1;
	padding: 30px;
	margin-bottom: 100px;
}

.author-post .author {
	float: left;
	margin-right: 30px;
	text-align: center;
}

.author-post .avatar,
.author-post .avatar img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		  -o-border-radius: 50%;
			  border-radius: 50%;
}

.author-post .avatar {
	padding: 10px; 
	width: 185px;
	height: 185px;
}

.author-post h6 {
	font-size: 18px;
	font-weight: 700;
	color: #10101d;
	margin: 20px 0 3px;
}

.author-post p a:hover {
	color: #161625;
}

.author-post .text {
	overflow: hidden;
}

.share-post {
	margin-top: 25px;
}

.share-post .share-this {
   float: left;
   font-size: 18px;
   font-weight: 700;
   color: #10101d;
   text-transform: uppercase;
   line-height: 40px;
   margin-right: 5px;
}

.share-post ul {
   overflow: hidden;
   margin: 0;
}

.share-post ul li {
   position: relative;
   float: left;
   width: 40px;
   height: 40px;
   line-height: 40px;
   font-size: 18px;
   text-align: center;
   margin-left: 15px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
   -webkit-box-shadow: inset 0 0 0 2px #e0e0e0;
      -moz-box-shadow: inset 0 0 0 2px #e0e0e0;
        -o-box-shadow: inset 0 0 0 2px #e0e0e0;
           box-shadow: inset 0 0 0 2px #e0e0e0;
   -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;
}

.share-post ul li i {
	margin: 0;
}

.share-post ul li:hover {
	cursor: pointer;
   -webkit-box-shadow: inset 0 0 0 2px transparent;
      -moz-box-shadow: inset 0 0 0 2px transparent;
        -o-box-shadow: inset 0 0 0 2px transparent;
           box-shadow: inset 0 0 0 2px transparent;
}

.share-post ul li:hover a {
	color: #000;
}

.share-post ul li:hover:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 40px;
   height: 40px;
   z-index: 1;
   -webkit-animation: rotate 5s infinite linear;
      -moz-animation: rotate 5s infinite linear;
        -o-animation: rotate 5s infinite linear;
           animation: rotate 5s infinite linear;
}

.share-post ul li i {
	width: 42px;
	height: 42px;
	line-height: 26px;
}

.comment-post h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 22px;
}

.comments-list {
	margin-bottom: 95px;
}

.comments-list ul.children {
	margin-left: 190px;
}

.comments-list .comment {
	position: relative;
	background-color: #f1f1f1;
	padding: 25px 30px;
	margin-bottom: 30px;
}

.comment-author {
	float: left;
	text-align: center;
	margin-top: 7px;
}

.comment-author .avatar,
.comment-author .avatar img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		  -o-border-radius: 50%;
			  border-radius: 50%;
}

.comment-author .avatar {
	padding: 7px;
	width: 130px;
	margin-right: 20px;
}

.comment-author .author {
	width: 144px;
	margin-bottom: 0;
}

.comment-author .author a {
	font-size: 18px;
	color: #10101d;
	font-weight: 700;
}

.comment-meta {
	overflow: hidden;
	margin-top: 30px;
	margin-left: 150px;
}

.comment-meta .date {
	display: inline-block;
	float: left;
	margin: 0;
}

.comment-meta .comment-reply {
	float: right;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-weight: 700;
}

.comment-meta .comment-reply:hover {
	color: #10101d;
}

.comment-respond input[type="text"],
.comment-respond textarea,
.contact-form input[type="text"],
.contact-form textarea {
	border-radius: 0;
	width: 100%;
	padding-left: 42px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.comment-respond textarea,
.contact-form textarea {
	height: 105px;
	padding: 8px 10px 10px 42px;
	font-size: 12px;
}

.comment-respond input[type="text"],
.contact-form input[type="text"] {
	height: 40px;
	font-size: 12px;
}

.comment-respond .input-wrap,
.comment-respond .textarea-wrap,
.contact-form .input-wrap,
.contact-form .textarea-wrap {
	position: relative;
}

.comment-respond .input-wrap:before,
.comment-respond .textarea-wrap:before,
.contact-form .input-wrap:before,
.contact-form .textarea-wrap:before {
	font-family: "FontAwesome";
	color: #161625;
	position: absolute;
	left: 14px;
	top: 10px;
	font-size: 16px;
}

.comment-respond .input-wrap.name:before,
.contact-form .input-wrap.name:before {
	content:"\f007";
}

.comment-respond .input-wrap.email:before,
.contact-form .input-wrap.email:before {
	content:"\f0e0";
	font-size: 14px;
}

.comment-respond .input-wrap.website:before {
	content:"\f0ac";
}

.comment-respond .textarea-wrap:before,
.contact-form .textarea-wrap:before {
	content:"\f086";
}

.comment-respond .submit-wrap,
.contact-form .submit-wrap {
	text-align: right;
	padding-top: 20px;
}

.comment-respond .btn-orches,
.contact-form .btn-orches {
	padding: 10px 48px;
}

/* Widgets
-------------------------------------------------------------- */
.sidebar .widget {
	margin-bottom: 80px;
}

.widget .widget-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 40px;
}

.widget ul {
	margin: 0;
}

.widget ul li {
	padding: 15px 0;
}

.widget ul li:first-child {
	padding-top: 0;
	border-top: none;
}

.widget ul li:last-child {
	padding-bottom: 0;
}

.widget ul li a {
	font-family: "Lato", sans-serif;
	font-size: 14px;
}

.widget ul li a span {
	float: right;
}

.widget-search #searchform {
	width: 100%;
	height: 50px;
	position: relative;
	margin: 0;
}

.widget-search #s {
	height: 50px;
	line-height: 20px;
	width: 100%;
	padding: 0 10px 0 45px;
	margin: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.widget-search #searchsubmit {
	position: absolute;
	left: 10px;
	top: 9px;
	font-family: "Fontawesome";
	height: 30px;
	width: 30px;
	border: none;
	background-color: transparent;
	font-size: 15px;
	-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;
}

.widget-search #searchsubmit:hover {
	color: #000;
}

.widget .recent-news li:before,
.widget .recent-news li:after {
   content: "";
   display: table;
   clear: both;
}

.widget .recent-news li {
	border: none;
	padding-top: 0;
}

.widget .recent-news .thumb {
	width: 70px;
	margin-right: 20px;
	margin-top: 7px;
	float: left;
}

.widget .recent-news h6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 3px;
}

.widget .recent-news h6 a {
	color: #161625;
}

.widget .recent-news p {
	line-height: 19px;
	margin: 5px;
}

.widget-twitter ul li {
	position: relative;
	padding: 0 0 20px 40px;
	border: none !important;
}

.widget-twitter ul li:before {
	content: "\f099";
	font-family: "Fontawesome";
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 3px;
}

.widget-twitter ul li a {
	font-size: 12px;
}

.widget-twitter ul li a.user {
	font-weight: 600;
}

.widget-twitter ul li a:hover {
	color: #161625;
}

.widget-flickr .flickr-photos li {
   float: left;
   padding: 0;
   border: none;
   margin: 0 10px 10px 0;
}

/* Project Single
-------------------------------------------------------------- */
.project-info h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	margin: 0 0 10px;
}

.project-info p {
	margin-bottom: 45px;
}

.project-info ul {
	margin: 15px 0 0;
}

.project-info ul li {
	padding: 14px 0;
}

.project-info ul li span {
	font-weight: 600;
}

/* Contact Page
-------------------------------------------------------------- */
.contact-form {
	margin: 10px 0 0;
}

.contact-form .note .result {
   border: 1px solid #161625;
   text-transform: uppercase;
   margin-bottom: 20px;
}

.contact-form .notification_ok {
   color: #5fbf57;
   padding: 20px;
}

.contact-form .notification_error {
   color: #ff0055;
   padding: 20px;
}

#subscribe-form .notification_ok,
#subscribe-form .notification_error {
   color: #fff;
   padding: 10px;
   margin-top: 10px;
}

#subscribe-form .notification_ok {
   background-color: #26b753;
}

#subscribe-form .notification_error {
   background-color: #ec3232;
}

.information {
   margin-bottom: 30px;
}

.information li {
	position: relative;
	padding-left: 25px;
	margin-top: 20px;
}

.information li:first-child {
	margin-top: 25px;
}

.information li:before {
	font-family: "Fontawesome";
	font-size: 15px;
	color: #161625;
	position: absolute;
	left: 0;
	top: 2px;
}

.information li.road:before {
	content: "\f041";
	font-size: 16px;
}

.information li.phone:before {
	content: "\f095";
}

.information li.email:before {
	content: "\f0e0";
	font-size: 13px;
}

.working {
	margin-top: 25px;
}

.working li span {
	float: right;
}
.testimonials .testimonial-info h3 {
  color:#000;
}
/* 404 Page
-------------------------------------------------------------- */
.error404 {
  text-align: center;
}

.error404 .title {
   font-size: 30px;
   font-family: "Pacifico", sans-serif;
   margin: 0;
}

.error404 .number {
   font-family: "Lato", sans-serif;
   font-size: 300px;
   font-weight: 900;
   line-height: 250px;
   color: #000;
}

.error404 .text {
   max-width: 480px;
   margin: 0 auto;
   margin-top: 15px;
}

/* Under Construction Page
-------------------------------------------------------------- */
.top.under-construction {
   height: 200px;
   line-height: 200px;
   position: relative;
}

.top.under-construction .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #161625;
   z-index: 10;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
   filter: alpha(opacity=90);
   opacity: 0.9;
}

.top.under-construction .logo {
   position: relative;
   z-index: 20;
   width: 105px;
   margin: 0 auto;
}

.bottom.under-construction {
   height: 92px;
   line-height: 92px;
   background-color: #fff;
   color: #161625;
}

/* ==========================================================================
Footer
 ========================================================================== */
#footer {background-color:#222;padding-top: 3em;}
.inner-wrapper {

  text-align: center;
}



#footer a, #footer li {color: #999; font-size: 17px;    line-height: 1.5em;}
  #footer a:hover {color: #FFF;}


/* Widget */
#footer .widget:last-child {
    margin-right: 0
}
#footer .widget {
    width: 280px;
    display: inline-block;
    margin: 0 20px 1em 0;
    width: 23%;
    vertical-align: top;
    text-align: left;
}

#footer .widget ul li {
  border-color:#373737;
  padding: 0.5em;
  list-style: none;
}
/* Widget title */
#footer h3.widget-title {
    font: normal 1.7em 'Pacifico', 'Open Sans',Arial,sans-serif;
    color: #fff;
    text-transform: capitalize;
}
#footer  h3 {
        line-height: 1em;
        font:normal 1em 'Open Sans', sans-serif;
}



#copyright {
  font-size: 13px;
    padding: 1.5em 3em;
  background-color: #333;
}
.copyright {
  color:#999;
  float: left;
}

#copyright .copyright:last-child {
  float: right;
}

#copyright a {
  color: #fff;
  font-size: 13px;
}
#copyright .row {
	margin: 0 auto
}

#footer li i, #footer li a:hover {
    color: #e26e09;
    min-width: 2em;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
   line-height: 50px;
   background-color: #161625;
   font-family: "Lato", sans-serif;
   font-weight: 700;
}

.bottom .copyright {
   font-size: 12px;
}

.bottom .copyright span {
   color: #fff;
}

.bottom .bottom-links a {
   color: #fff;
   font-size: 11px;
}

.one-page .bottom {
   background-color: #fff;
   color: #161625;
   height: 90px;
   line-height: 90px;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
   position: fixed !important;
   right: 12px;
   bottom: -45px;
   background-color: #161625;
   color: #fff; 
   display: block;
   font-size: 22px;
   line-height: 35px;
   text-align: center;
   width: 35px;
   height: 35px;
   visibility: hidden;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   z-index: 9999;
   cursor: pointer;
   -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
        -o-border-radius: 50%;
           border-radius: 50%;
   -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;
}

.go-top:hover {
   color: #161625;
}

.go-top.show {
   bottom :12px;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   visibility: visible;
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
   width: 260px;
   position: fixed;
   right: -260px;
   top: 260px;
   z-index: 9999;
}

.switcher-container h2 {
   color: #fff;
   font-size: 16px;
   font-weight: bold;
   height: 45px;
   line-height: 45px;
   padding-left: 20px;
   margin: 0;
}

.switcher-container h2 a {
   background-color: #120813;
   display: block;
   position: absolute;
   left: -45px;
   top: 0;
   width: 45px;
   height: 45px;
   line-height: 45px;
   text-align: center;
   outline: 0;
}

.switcher-container h2 a:hover {
   color: #fff;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
   text-decoration: none;
}

.switcher-container h2 i {
   line-height: 45px;
   font-size: 20px;
}

.switcher-container h3 {
   font-size: 14px;
   font-weight: 700;
   color: #fff;
   margin: 0;
   line-height: 22px;
   margin-bottom: 15px;
}

.switcher-container .selector-box {
   background: #120813;
   color: #fff;
   overflow: hidden;
   padding: 10px 20px 20px;
}

.switcher-container .layout-switcher {
   margin: 0 0 10px 0;
   overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
   float: left;
   display: block;
   cursor: pointer;
   text-align: center;
   font-weight: 700;
   padding: 10px 20px;
   margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
   margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
   color: #fff;
   cursor: pointer;
}

.switcher-container .color-box {
   height: auto;
   overflow: hidden;
   margin-bottom: 6px;
}

.switcher-container .styleswitch {
   width: 28px;
    height: 28px;
   display: block;
   cursor: pointer;
   margin: 0 10px 0 0;
   float: left;
}

.switcher-container .styleswitch#color1 { background-color: #0fd8da; }
.switcher-container .styleswitch#color2 { background-color: #4172ff; }
.switcher-container .styleswitch#color3 { background-color: #e742ff; }
.switcher-container .styleswitch#color4 { background-color: #ec3232; }
.switcher-container .styleswitch#color5 { background-color: #48e224; }

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (min-width: 1930px) {
   .parallax {
      background-size: cover;
   }
}

/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
   .project-wrap.fullwidth .project-item {
       width: 25%;
   }
   .testimonial-avatar {
      padding: 16px 37px 0;
   }

   .testimonial-avatar a {
      width: 154px;
   }


   .testimonial-text .fade-text {
      padding: 0;
      width: auto !important;
   }

   .socials-list .follow-us {
      text-align: center;
   }

   .socials-list .follow-us h3 {
      float: none;
      line-height: 70px;
      margin: 0;
   }

   .socials-list ul {
      text-align: center;
   }

   .socials-list ul li {
      margin: 10px;
   }

   .team .photo .overlays {
      width: 150px;
      height: 150px;
   }

   .team:hover .photo .overlays:before {
      width: 150px;
      height: 150px;
   }

   .team .photo .overlays:after {
      left: 12px;
      top: 12px;
      width: 126px;
      height: 126px;
   }

   .share-post .share-this {
      float: none;
   }

   .share-post ul li {
      margin: 0 15px 0 0;
   }

   .comment-meta {
      margin-left: 0;
   }
}

/* Smaller than standard 980 */
@media only screen and (max-width: 979px) {
   .parallax {
      background-size: cover;
      background-attachment: scroll;
      background-position: top center!important;
   }

   .btn-menu {
      display: block ;
   }

   #header .socials-list,
   #mainnav {
      display: none;
   }

   .header-wrap .col-md-2,
   .header-wrap .col-md-10 {
      width: auto;
   }
.header-wrap .row {
  position: relative;
}
   .project-wrap.fullwidth .project-item {
       width: 33.333%;
   }

   .testimonial-avatar a,
   .testimonial-avatar a.active {
      width: 100%;
   }

   .testimonial-avatar img {
      margin: 0;
   }

   .testimonial-avatar {
      height: 250px;
      line-height: 250px;
   }

   .testimonial-avatar a .testimonial-info {
      top: 210px;
   }

   .testimonial-avatar a.active .testimonial-info {
      top: 250px;
   }

   .brands li {
      width: 33.333%;
      padding: 30px 0;
   }

   .team .photo .overlays {
      width: 102px;
      height: 102px;
   }

   .team:hover .photo .overlays:before {
      width: 102px;
      height: 102px;
   }

   .team .photo .overlays:after {
      left: 12px;
      top: 12px;
      width: 78px;
      height: 78px;
   }

   .team:hover .overlays img {
      -webkit-box-shadow: inset 0 0 0 2px transparent;
         -moz-box-shadow: inset 0 0 0 2px transparent;
           -o-box-shadow: inset 0 0 0 2px transparent;
              box-shadow: inset 0 0 0 2px transparent;
   }

   .countdown .days,
   .countdown .hours,
   .countdown .mins,
   .countdown .secs {
      width: 50%;
   }

   .mail-subscribe .text {
      float: none;
      text-align: left;
      margin-bottom: 5px;
   }

   .mail-subscribe #subscribe-form,
   .mail-subscribe #subscribe-form #subscribe-email {
      width: 100%;
   }
}

/* Tablet Landscape */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax {
      background-size: cover;
      background-attachment: scroll;
      background-position: top center!important;
   }
}

/* Tablet Portrait Size */
@media only screen and (min-width: 768px) and (max-width: 959px) {
   .footer .widget-recent-posts ul li .meta-post span {
      margin-left: 5px;
   }
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
   body {
      padding: 0;
   }

   .top {
      padding: 0 30px;
   }

   .top .email,
   .top .skype {
      display: none;
   }

   .section {
      padding: 70px 10px !important;
   }

   .header-wrap {
      padding: 0 30px;
   }

   .footer {
      padding: 30px 10px 60px;
   }

   .footer .widget {
      margin-top: 30px;
   }

   .bottom {
      line-height: 30px;
      padding: 30px 0;
   }

   .bottom .copyright,
   .bottom .bottom-links {
      float: none;
      text-align: center;
   }

   .page-title-container {
      height: auto;
   }

   .page-title-wrapper {
      padding: 20px 0 30px 30px;
   }

   .page-title-wrapper,
   .page-title-captions,
   .page-title .breadcrumbs {
      display: table;
   }

   .page-title .breadcrumbs {
      text-align: left;
   }

   .project-wrap .project-item {
       width: 50%;
   }

   .project-wrap.fullwidth .project-item {
       width: 50%;
   }

   .iconbox {
      margin-bottom: 50px;
   }




   .brands li {
      width: 50%;
   }

   .team .photo .overlays {
      width: 210px;
      height: 210px;
   }

   .team:hover .photo .overlays:before {
      width: 210px;
      height: 210px;
   }

   .team .photo .overlays:after {
      left: 12px;
      top: 12px;
      width: 186px;
      height: 186px;
   }

   .text-block,
   .or-slider,
   .contact-form {
      margin-bottom: 30px;
   }

   .sidebar {
      margin-top: 50px;
   }

   .posts-wrap .posts-container .item,
   .posts-wrap .posts-container .item.w2 {
      width: 100%;
   }

   .error404 .number {
      font-size: 180px;
      line-height: 180px;
   }
}

/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
   .project-wrap .project-item {
       width: 100%;
   }

   .project-wrap.fullwidth .project-item {
       width: 100%;
   }

   .brands li {
      width: 100%;
   }

   .countdown .days,
   .countdown .hours,
   .countdown .mins,
   .countdown .secs {
      width: 100%;
   }
}

/* Retina Devices */
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
   .top .language > ul > li > ul li.en a:before {
      background: url(../images/en_flag@2x.png) no-repeat center center;
      background-size: 16px 11px;
   }

   .top .language > ul > li > ul li.ge a:before {
      background: url(../images/ge_flag@2x.png) no-repeat center center;
      background-size: 16px 11px;
   }

   .top .language > ul > li > ul li.pl a:before {
      background: url(../images/pl_flag@2x.png) no-repeat center center;
      background-size: 16px 11px;
   }

   .top .language > ul > li > ul li.ru a:before {
      background: url(../images/ru_flag@2x.png) no-repeat center center;
      background-size: 16px 11px;
   }
}


/*Custom css*/

.row-circle .span3 {margin-top: 50px;}
.row-circle .span3 {color: #fff;}
.row-circle .iconbox p {color: #fff;}
.row-circle .iconbox h2 a {color: #fff;}
.row-circle .iconbox img  {height: 150px;}



/* ==========================================================================
Social Links
 ========================================================================== */
.social {}
.social li {display: inline-block; width: 35px; height: 35px; border-radius: 3px; text-align: center; line-height: 35px; webkit-transition: background-color 400ms ease-out 0.2s; -moz-transition: background-color 400ms ease-out 0.2s; -o-transition: background-color 400ms ease-out 0.2s; transition: background-color 400ms ease-out 0.2s;}
.social li a { color: #fff; }
.social li.facebook { background: #204385; }
.social li.twitter { background: #2aa9e0; }
.social li.google-plus { background: #d3492c; }
.social li.linkedin { background: #0073b2; }
.social li.skype { background: #00b0f6; }
.social li.youtube { background: #e22d24; }
.social li:hover {background:#31373a; cursor: pointer; }


.solutions .iconbox .icon-bg {
  box-shadow: none;
}


.solutions .span3 img {
  border-radius: 50%;
  width: 190px;
  height: 190px;
  border:5px solid #fff;
}


/*Analysator*/

.analysator h1,.analysator  h2, .analysator  h3 {
  text-transform: uppercase;
  color: #0e9ab7;
}


.analysator .bloc {
  display: inline-block;
  height: 550px;  
  width: 49%;
  vertical-align: top;
}
.analysator .texteBloc.full {
  width:100%;
}


.analysator .action {
  padding:0.2em 1em;
  background-color: #666666;
  color:white;
  height:52px;

}


.analysator .texte textarea {
  width:100%;
  height: 30em;
  padding:1em;
  border-color: #eee;
  font-size: 16px;
  font-family: 'Open Sans',sans-serif;
  color:#727272;
  box-sizing: border-box;
  margin:0;
}

.analysator .action h2 {
  display: inline-block;
  margin: 0;
  font-size:1.2em;
  color: #fff;
}

.analysator .bottom.action {
  bottom: 0;
  width:100%;
  text-align: center;
}

/*Bloc droit*/
.analysator .resultats {
  min-height: 586px;
  height: auto;
  display: inline-block;
  background-color: #eee;

}

.analysator .statistiques {
  padding: 0 1.5em;
}

.analysator .statistiques h2 {
  font-size:20px;
  margin:0.5em 0;
  color: #727272;
  font-weight: bold;
}

.analysator .tagcat {
  margin-top:5em;
  text-align: center;
  bottom:45px;
  width: 100%
}
.analysator .tags,.analysator  .categories {
  background-color:white;
  width: 47%;
  display: inline-block;
  vertical-align: top;
  box-shadow: 2px 2px 5px #9e9e9e;
}

.analysator .categories { 
margin-left: 0.5em;
}
.analysator .tags div,.analysator  .categories div {
  text-align: left;
  padding:0.5em;
  border-bottom:1px solid #eee;
  margin:0 3em;
}
.analysator .tags input, .analysator .categories input {
margin-right: 2em;
}

.analysator .tags span, .analysator .categories span {
float: right;
}

/*Boutons*/

.analysator a.bouton {
    display: inline-block;
    width: 118px;
    background-color: #e0e0e0;
    color: #484848;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    height: 30px;
    margin: 0.8em auto;
    line-height: 30px;

}

.analysator a.bouton:hover {
  background-color: #d3d3d3;
}


.analysator a.boutonAdd {
  display: block;
  float: right;
  margin:2em 1em;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #0e9ab7;
  font-size:2em;
  font-weight: 800; 
  text-decoration: none;
  color: white;
  line-height: 2em;
  box-shadow: 5px 5px 15px #9e9e9e;

}

.analysator a.boutonAdd:hover {
  background-color: #007789;
}


.analysator .top a.bouton {
  text-align: center;
  float:right;
}

.contacticall .moteur {
  margin: 0 auto;
  float: none;
}
.moteur input {
  height:48px;
      padding: 0 2em;
      border-radius: 3px;
      float: none;
}



.moteur .btn-envoyer {
      background-color: #8eb4e3;
    color: #fff;
    padding: 0.75em 2em;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
}

.moteur .btn-envoyer:hover {
      background-color: #5996e0;

}

.db h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid black;
    margin-bottom: 1em;
}

.db {
  margin-top: 5em;
}

.db ul {
  margin: 0;
  padding: 0;
}
.db ul li {
  list-style: none;
  line-height: 30px;
}
.db .span6 {
  display: inline-block;
  background-color: #eee;
  border-radius: 3px;
  padding:1em 2em 2em;
  border-radius: 3px;
  height: 23em;
}
.db .span12 li {
    border-bottom: 1px solid #eee;
    line-height: 40px;
}
.bd-slogan {
  z-index: 999;
    position: relative;
}
.bd-slogan h1 {
  color:#fff;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  margin-top: 1em
}

.bd-slogan .btn-cta, .btn-cta  {
    background-color: #E26E09;
    color: #fff;
    padding: 1em 1.5em;
    font-size: 20px;
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
        margin-top: 2em;

}
.btn-cta i {
  margin-right: 0.2em;
}

.testimonials div i.fa {
    font-size: 4em;
    width: 120px;
    height: 120px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 112px;
    border-color: #E26E09;
    color: #000; 
}


.testimonials div a.active i.fa {
    font-size: 6em;
    border:none;
    margin-top:  1.4em;

 
}

.testimonials #bx-pager a:hover, .testimonials #bx-pager a:hover h3 {
  color:#d85600;


}


.demo #page-slider {
    height: 95px;
}

/*Pricing*/

.page a:hover {
  color: #d36002
}

.page .btn-cta:hover {
  color: #fff;
  background-color: #d36002;
}
.edito .price-column h2 {
font: bold 2em "Roboto Slab",sans-serif;
color: white;
  background-color: #AAAAAA;
  margin: 0;
  text-align: center;
  padding: 0.5em 0;
}

.price-column h3, .price-column p {
  background-color: #E3E3E3;
    margin: 0;
    color: #ea8228;
    text-align: center;
    padding: 0.5em;
}
.price-column p {
   padding:0 0.7em 1em 0.7em;
}
.price-bottom {

  background-color: #E3E3E3;
  padding: 3em;
  text-align: center;
}

.pricing-container ul {
  margin:0;
  padding: 0;
}
.price-column li{
padding: 1em;
list-style: none;
background-color: #F2F2F2;
}

.price-column i.fa {
  float: right;
}

.pricing-container {
 width: 375px;
    margin-left: 15px;
}

.price-column.gold h2 {
background-color: #db7725;
color: #fff;
} 

.price-column.gold h3, .price-column.gold p,.gold .price-bottom {
background-color: #ea8228;
}
#pricing .gold  p, #pricing .gold h3, .gold .price-btn {
  color:white;
}
.gold li {
  background-color: #ff9232;
  color:white;
}

.price-btn {
  padding:1em 2em;
  border:0.15em solid #AAAAAA;
  color: #8e8e8e;
  font-weight: bold;
}

.gold .price-btn {
  border-color: white;
}

.price-btn:hover {
    background-color: #FFF;
  border-color: #FFF;
  color: #2a2a2a;
  }

#pricing  p {
  text-align: center;
  color: #999;
}

#pricing .lead {
  margin-top: 1em;
}

.edito h2.subtitle,  p.subtitle {
    font-size: 30px;
    font-family: "Pacifico", sans-serif;
    margin: 0;
    text-align: center;
    color: #ea8223;
    border:none;
}

.page h1.pica {
    font-size: 3em;
    color: #464646;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    word-spacing: 1px;
    margin-bottom: 1em;
    text-align: center;
}

#pricing .headline p {
    text-align: left;
    font: normal 1em 'Open Sans',arial,sans-serif;
    color: #666666;
}

/*pages edito*/
.page .argument h2, .edito h2 {
    margin: 0.5em 0 1em;
    color: #ef8842;
    font-size: 1.8em;
    font-family: 'Open Sans Condensed',Sans-serif;
    border-bottom: 2px solid #eee;
}

.page .texte {
    display: inline-block;
    width: 74%;
    vertical-align: top;
    margin-left: 2em;
    line-height: 1.5em;
}

.page .icon-font {
    font-size: 10em;
    display: inline-block;
    color: #c8c8c8;
    vertical-align: middle;
        width: auto;
}
.page .argument {
  min-height: 200px;
  margin:5em 0 3em;
}
.edito {
  width: 100%;
  overflow: auto;
  margin:2em 0;
}
.editow {
  min-height: 400px;
}

.edito .span12 {
  float:none;
  margin: 0 auto;
}

.equipe-wrap .equipe {
    background: #eee;
    text-align: center;
    padding: 3em 0;
    margin-top: 5em;
}

.equipe-wrap .logo_style {
    border-radius: 100%;
    border-radius: 100%;
    border: 5px solid #fff;
    width: 133px;
}
.equipe-wrap .b_style {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
}
.equipe-wrap .author_text {
    font-family: open sans, sans-serif;
    width: 69%;
    display: inline-block;
    text-align: left;
    margin-left: 2em;
    vertical-align: top;
}
.equipe-wrap .name_st {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    font-family: open sans, sans-serif;
    text-align: center;
}
.equipe-wrap .job_st {
    color: #ea8228;
    font-size: 0.8em;
    font-style: italic;
    line-height: 100%;
    padding-bottom: 10px;
    font-family: 'open sans', sans-serif;
    text-align: center;
}
.equipe-wrap .details_st {
    color: #808080;
    font-size: 14px;
    font-family: open sans, sans-serif;
}

.equipe .container {
      width: 75%;
    margin: 0 auto;
}
.container .eight.columns {
    width: 49%;
    display: inline-block;
    margin-top: 2em;
}

.page .projet .span4 {

  margin-bottom: 5em
}

.page .projet .btn-cta {
    color: #E26E09;
    background-color: #fff;
    padding: 1em 0.1em;
    border-radius: 3px;
    right: 32%;
    margin: 1em auto;
    width: 300px;
    display: block;
    border: 2px solid #E26E09;
    text-transform: uppercase;
    font-size: 1em;
}

.projet .flexslider .btn-cta i.fa {
    color: #E26E09;
}
.projet .flexslider .btn-cta:hover {
    color: #fff;
    background-color: #161625;
    border:none;
}


.container .btn-cta i.fa {
    color: #fff;
}

.hsmall #page-slider {
height : 100px;
}

.equipe-wrap .details_st i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ef8842;
    color: #fff;
    margin: 1em 1em 0 0;
    text-align: center;
    line-height: 31px;
}

.page .espaceInvestisseurs {
  text-align: left;
}

@-webkit-keyframes contacti_pulse_animation {
  0% { -webkit-transform: scale(1); }
  1% { -webkit-transform: scale(1.08); }
  2% { -webkit-transform: scale(1); }
  3% { -webkit-transform: scale(1.08); }
  4% { -webkit-transform: scale(1); }
  70% { -webkit-transform: scale(1); }
  80% { -webkit-transform: scale(1); }
  100% { -webkit-transform: scale(1); }
}

/*Bouton contacticall*/
a#contacti-btn {
  width:104px;
  height: 104px;
  background-image: url(https://contacticall.com/app/btn/contacti-btn.png);
  background-repeat: no-repeat;
  position: fixed;
  z-index: 99;
    top: 70%;
    right: 10px;
  transition:none;

}
a#contacti-btn.pulse {
    -webkit-animation-name: 'contacti_pulse_animation';
    -webkit-animation-duration: 10000ms;
    -webkit-transform-origin: 70% 70%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}


a#contacti-btn:hover {
  width: 128px;
  height: 128px;
  background-image: url(https://contacticall.com/app/btn/contacti-btnh.png);
}

hr {
      height: 10px;
    border-top: 1px solid #ebebeb;
    margin: 3em 0;
    border-bottom: 1px solid #ebebeb;
    background-color: #fafafa;
}

.planContainer .button a.transparent {
  display: none;
}
#pricing .span12 {
  float:none;
  margin: 0 auto;
}
#pricing .transparent, #pricing .planContainer .price p.transparent {
  background: transparent;
    color: transparent;
}

#plans,#plans ul,#plans ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#pricePlans:after {
  content: '';
  display: table;
  clear: both;
}

#plans {
 margin-top: 3em;
}

#pricePlans #plans .plan {
  background: #fff;
  float: left;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 20px 0;

  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.planContainer .title h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #222;
  margin: 0;
  padding: 0em ;
  border-bottom: none;
  font-family: 'Open Sans Condensed',sans-serif;
}
.planContainer .title h2 i {
  font-size: 0.8em;
  color: #ea8223;

}

.planContainer .title h2.bestPlanTitle {
  background: #ea8223;
  color: #fff;
  border-radius: 5px 5px 0 0;
}


#pricing .planContainer .price p {
    background: #ea8223;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 auto;
    width: 89%;
    border-radius: 3px;
}

.planContainer .price p.bestPlanPrice {
  background: #f7814d;
}

.planContainer .price p span {
  font-weight: normal;
}

.planContainer .options {
  margin-top: 10em;
}

#pricing .planContainer .options li {
  font-weight: 700;
  color: #222;
  height:30px;
  padding:5px 0;
}
#pricing .plan:first-child .options li {
  text-align: left;
}
#pricing .planContainer li:last-child {
margin-bottom: 16px;
}

.planContainer .options li span {
  font-weight: 400;
  color: #666;
}

.planContainer .button a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
    background-color: #ea8223;
    display: inline-block;
    width: 80%;
    padding: 0.5em 0.2em;
    border-radius: 3px;
    margin: 1.5em 0 1em;
    text-align: center;
}

.planContainer .button a.bestPlanButton {
  color: #fff;
  background: #f7814d;
  border: 2px solid #f7814d;
}


#pricing .options li.sb {
  padding-top: 30px;
  padding-bottom: 30px;

}

#pricePlans {
  margin: 2em auto;
}

#pricing #plans .plan {
  width: 22%;
  padding:  1em;
  vertical-align: top;
  display: inline-block;  
  margin: 0 1.33% 20px 0;
  background-color: #eee;

  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}

#pricing #plans > li:last-child {
  margin-right: 0;
}
#pricing #plans > li:first-child {
  width: 30%;
  box-shadow: none;
  background-color: #fff;
  border: none;
  padding: 0;
}


.planContainer .button a {
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}

#pricing .planContainer .button a:hover {
  background: #dd7027;
  color: #fff;
}


#pricePlans .lead {
  text-align: center;
}

#pricePlans .btn-cta {
background-color: #ea8223
}
#pricePlans .btn-cta:hover {
background-color: #dd7027
}

#pricePlans p.subtitle {
  color: #ea8223
}

 #wrapper #pricePlans p.subtitle {
    font-size: 30px;
    font-family: "Pacifico", sans-serif;
    margin: 0;
    text-align: center;
    color: #ea8223;
    border: none;
    margin-top: 1em
}
.c {
  text-align: center;
  font-size: 0.8em;
}

.wrap-960 {
  width: 960px;
  margin:0 auto;
}
#pricing .button.prix  {
    padding: 0;
}

#pricing .button.prix a {
  margin-top: 0em
}