html {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}

body {
	background: #F7F7F7;
	color: #87919F;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	height: 100%;
	width: 100%;
	padding-top: 93px;
}


/* top header ,logo and Menu container */
header {
	clear: both;
	background: #F7F7F7;
	padding-right: 0;
	padding-left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
	border-bottom: 3px solid #E5E7E9;
}

header > .container {
	position: relative;
}


/* Top Header (Contact and follow) */
header div.header-top {
	background: #EDEDED;
	width: 100%;
	z-index: 1002;
	min-height: 30px;

}

header div.header-top p {
	float: right;
	font-size: 0.9em;
	line-height: 30px;
	margin: 0;
	margin-right: 10px;
	padding-left: 20px;
}


header div.header-top i.icon {
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}


header div.header-top ul.social-icons {
	float: right;
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0;
	position: relative;
	top: 0;
	right: 11px;
	
}


header div.header-top ul.social-icons i.icon-share-square-o {
	position:absolute;
	top:3px;
	right:-20px;
	margin: 0;
	z-index:500;
	cursor:pointer;
}

header div.header-top ul.social-icons li {
	position:absolute;
	top:2px;
	right:-20px;
	opacity:0;
	margin: 0;
	z-index:400;
	
	border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

header div.header-top ul.social-icons li a,
header div.header-top ul.social-icons i.icon-share-square-o {
	display: inline-block;
	width: 28px;
	height: 28px;
	color: #2D343E;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}


 header div.header-top ul.social-icons li:hover i {
	color:#FFFFFF;
}


header div.header-top ul.social-icons:hover li.face {
	opacity:1;
	right:8px;
}

header div.header-top ul.social-icons:hover li.twitt {
	opacity:1;
	right:36px;
}

header div.header-top ul.social-icons:hover li.goog {
	opacity:1;
	right:64px;
}

header div.header-top ul.social-icons:hover li.linked {
	opacity:1;
	right:92px;
}

header div.header-top ul.social-icons:hover li.yout {
	opacity:1;
	right:120px;
}

header div.header-top ul.social-icons:hover li.skpe {
	opacity:1;
	right:148px;
}


/* Logo */
header .logo-container {
	position: absolute;
	float: left;
	background: #F7F7F7;
	z-index: 1;
	width:350px;
	height:110px;
	border-bottom: 3px solid #E5E7E9;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

header .logo {
	position: absolute;
	top:15px;
	width:100%;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}



/* Sticky Menu */
body.no-page-top {
	background: #EDEFF2;
}



body.sticky-menu-active {
	padding-top: 63px;
}


body.sticky-menu-active header {
	top: -30px !important;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}


body.sticky-menu-active header.big-logo .logo-container { 
height:85px;
}

body.sticky-menu-active header.big-logo .logo { 
top:0;
}



/* flat mega menu */
/* flat mega menu */
.Flat_mega_menu ul,
.Flat_mega_menu li,
.Flat_mega_menu a,
.Flat_mega_menu p,
.Flat_mega_menu i {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	display: block;
}

/* mega menu layout */
.Flat_mega_menu {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	min-height: 60px;
	width: 69%;
	min-width: 240px;
	max-width: 1280px;
	z-index: 999;
	float: right;
}

/* menu unorderlist layout */
.Flat_mega_menu > ul {
	width: 100%;
	height: 60px;
}

/* menu list items layout */
.Flat_mega_menu > ul > li {
	float: left;
	height: 60px;
	width: 18.5%;
	white-space: nowrap;
}

.newsbutton {
	width: 10% !important;
}


/* menu a tag layout */
.Flat_mega_menu ul li a {
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	float: left;
	width: 100%;
}

/* user_login + search_bar class layout */
.Flat_mega_menu ul .user_login,
.Flat_mega_menu ul .search_bar {
	width: 8%;
	cursor: pointer;
}

/* fonntawesome icons laout */
.Flat_mega_menu ul .user_login .fa.fa-user,
.Flat_mega_menu ul .search_bar .fa.fa-search {
	display: block;
	text-align: center !important;
	color: #ABABAB;
	font-size: large;
	line-height: 60px;
}


/* submenu display none */
.Flat_mega_menu ul li .submenu {
	display: none
}

/* colors */
/* main items text color*/
.Flat_mega_menu ul li a {
	color: #333350;
}

/* main items hover text color */
.Flat_mega_menu > ul > li:hover a,
.Flat_mega_menu ul .user_login:hover .fa.fa-user,
.Flat_mega_menu ul .search_bar:hover .fa.fa-search {
	color: #656565;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

/* main items hover and submenus back color*/
.Flat_mega_menu > ul > li:hover,
.Flat_mega_menu > ul > li > ul {
	background: #EDEDED;
}

/* sub menus bottom border*/
.Flat_mega_menu > ul > li > ul {
	border-bottom: 5px solid #333350;
}

/* submenu items text color */
.Flat_mega_menu ul li .submenu li a,
.Flat_mega_menu ul li .submenu li a {
	color: #6C6C6C;
}

/* submenu one_col or two_col a tag hover color */
.Flat_mega_menu ul li .submenu li:hover > a,
.Flat_mega_menu ul li .submenu li:hover > a {
	color: #333350;
}

/* search and login submit buttons colors */
.Flat_mega_menu ul .search_bar ul form input:last-child,
.Flat_mega_menu ul .user_login table tr:last-child td input {
	background: #333350;
	color: #FFFFFF;
}

/* login and img container text color */
.Flat_mega_menu ul .user_login ul form table tr td,
.Flat_mega_menu ul li .submenu.img_container li p,
.Flat_mega_menu ul li .submenu.img_container .title {
	color: #555658;
}


/* submenu one_col + submenu two_col layout */
.Flat_mega_menu ul li .submenu.one_col,
.Flat_mega_menu ul li .submenu.two_col {
	position: absolute;
	top: 60px;
	width: 280px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: none;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
}

/* submenu one_col or two_col list item layout */
.Flat_mega_menu ul li .submenu.one_col li,
.Flat_mega_menu ul li .submenu.two_col li {
	position: relative;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* submenu one_col or two_col a tag lyout */
.Flat_mega_menu ul li .submenu.one_col li a,
.Flat_mega_menu ul li .submenu.two_col li a {
	text-align: left;
	text-indent: 27px;
	font-weight: normal;
	font-size: 14px;
	line-height:80px;
	height: 100%;
	white-space: normal;
}

/* submenu one_col with left image */
.Flat_mega_menu ul li .submenu.one_col li a img{
	position:relative;
	height:100%;
	float:left;
	margin-left:20px;
}

.Flat_mega_menu ul li .submenu.one_col li a img.cd-disk {
	position:absolute;
	top:25px;
	left:5px;
	height:50px;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

.Flat_mega_menu ul li .submenu.one_col li a:hover img.cd-disk {
	left:30px;
}

.Flat_mega_menu ul hr{
	width:80%;
	margin:0;
	margin-left:auto;
	margin-right:auto;
}

/* submenu one_col or two_col a tag hover effect */
.Flat_mega_menu ul li .submenu.one_col li:hover,
.Flat_mega_menu ul li .submenu.two_col li:hover {
	background-color:#E3E3E3;
}

/* submenu one_col or two_col a tag hover effect */
.Flat_mega_menu ul li .submenu.one_col li:hover > a,
.Flat_mega_menu ul li .submenu.two_col li:hover > a {
	text-indent: 32px;
}


/* submenu with two column layout */
.Flat_mega_menu ul li .submenu.two_col {
	width: 400px;
}

/* submenu with two column list items layout */
.Flat_mega_menu ul li .submenu.two_col li {
	width: 50%;
	float: left;
}


/* search bar layout */
.Flat_mega_menu ul .search_bar ul {
	width: 65%;
	position: absolute;
	right: 15px;
	display: none;
}

/* search bar input text field layout */
.Flat_mega_menu ul .search_bar ul form input:first-child {
	width: 80%;
	height: 40px;
	margin: 17px 1% 17px 2%;
	font-size: large;
	text-indent: 20px;
}

/* search bar submit button layout */
.Flat_mega_menu ul .search_bar ul form input:last-child {
	width: 15%;
	height: 46px;
	position: relative;
	top: -1px;
	font-size: medium;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	border: none;
}

/* user login form layout */
.Flat_mega_menu ul .user_login ul {
	position: absolute;
	right: 15px;
	padding: 20px;
	display: none;
}

/* user login form table layout */
.Flat_mega_menu ul .user_login ul form table tr td {
	padding-top: 5px;
}

/* user login form input field layout */
.Flat_mega_menu ul .user_login table tr:nth-child(2) td input,
.Flat_mega_menu ul .user_login table tr:nth-child(4) td input {
	height: 27px;
	width: 177px;
}

/* user login form submit button layout */
.Flat_mega_menu ul .user_login table tr:last-child td input {
	height: 38px;
	border: 0;
	width: 181px;
	margin-top: 15px;
	font-size: medium;
	cursor: pointer;
}


/* submenu image container layout */
.Flat_mega_menu ul li .submenu.img_container {
	display: none;
	width: 68%;
	position: absolute;
	right: 0;
	top: 60px;
	padding-bottom: 20px;
}

/* submenu image container list items layout */
.Flat_mega_menu ul li .submenu.img_container li {
	float: left;
	width: 20.6%;
	height: 150px;
	margin: 2% 2% 55px;
}

/* submenu image container img tag layout */
.Flat_mega_menu ul li .submenu.img_container li a {
	height: 150px;
}


/* submenu image container img tag layout */
.Flat_mega_menu ul li .submenu.img_container li img {
	height: 100%;
	width: 100%;
	border-radius: 5px;
	border: 5px solid #F4F4F4;
	cursor: pointer;
}

/* submenu image container img hover effct */
.Flat_mega_menu ul li .submenu.img_container li img:hover {
	opacity: 0.8;
}

/* submenu image container title class layout */
.Flat_mega_menu ul li .submenu.img_container .title {
	font-size: x-large;
	margin: 20px 16px 6px 2%;
	width: 90%;
	height: 20px;
}

/* submenu image container read more class layout */
.Flat_mega_menu ul li .submenu.img_container .readmore {
	position:absolute;
	top:auto;
	bottom:5px;
	left:auto;
	right:5px;
	width:60px;
	height:auto;
	margin:0;
	padding:0;
	
	
}

/* submenu image container read more class layout */
.Flat_mega_menu ul li .submenu.img_container .readmore a {
position: absolute;
top:-20px;
right:20px;
font-size: 14px;
line-height:20px;


}

.Flat_mega_menu ul li .submenu.img_container .readmore a i {
position: absolute;
top:3px;
right:-15px;
}


/* submenu image container p tag layout */
.Flat_mega_menu ul li .submenu.img_container li p {
	display: block;
	margin-top: 7px;
	margin-left: 7px;
	margin-bottom: 7px;
	height: 40px;
	overflow: hidden;
	white-space: normal;
	font-size: 14px;
}


/* mouse hover display submenus */
.Flat_mega_menu ul li:hover .submenu.one_col,
.Flat_mega_menu ul li:hover .submenu.two_col,
.Flat_mega_menu ul .search_bar:hover ul,
.Flat_mega_menu ul .user_login:hover ul,
.Flat_mega_menu ul li:hover .submenu.img_container{
	display: block;
	
	/* animation */
	animation: display_submenus 0.2s linear 0s 1 forwards;
	-webkit-animation: display_submenus 0.2s linear 0s 1 forwards;
	-moz-animation: display_submenus 0.2s linear 0s 1 forwards;
	-ms-animation: display_submenus 0.2s linear 0s 1 forwards;
	-o-animation: display_submenus 0.2s linear 0s 1 forwards;
}



/* checkbox button layout */
.container .mobile_button,
.container .fa.fa-bars {
	display:none;
}

/* default animation keyframes */
@keyframes display_submenus {
 0% {
opacity:0
}
 100% {
opacity:1
}
}

/* animation for chrome and safari */
@-webkit-keyframes display_submenus {
 0% {
opacity:0
}
 100% {
opacity:1
}
}

/* animation for firefox */
@-moz-keyframes display_submenus {
 0% {
opacity:0
}
 100% {
opacity:1
}
}

/* animation for internet explorer 10+ */
@-ms-keyframes display_submenus {
 0% {
opacity:0
}
 100% {
opacity:1
}
}

/* animation for opera */
@-o-keyframes display_submenus {
 0% {
opacity:0
}
 100% {
opacity:1
}
}



/*Home Boxes*/
div.home-boxes {
width:100%;
}

div.home-boxes div.home-boxes-2boxes {
width:48.54%;
height:300px;
margin-bottom:30px;
}

div.home-boxes div.home-boxes-left {
float:left;
}

div.home-boxes div.home-boxes-right {
float:right;
}


div.home-boxes div.home-boxes-1box {
width:47%;
height:100%;
overflow:hidden; 
border-top:3px solid #333350;
background-color:#666666; 
cursor:pointer;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}

div.home-boxes div.home-boxes-box-left {
float:left;
}

div.home-boxes div.home-boxes-box-right {
float:right;
}


div.home-boxes div.home-boxes-wide {
overflow:hidden;
border-top:3px solid #333350;
background-color:#666666; 
cursor:pointer;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}

div.home-boxes img {	
width:100%;
height:100%;
}


div.home-boxes div.home-boxes-overlay {
position:relative;
top:-50px;
height:100%;
width:100%;
padding:10px;
background:#BBBBBB;
opacity:0.7;

transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
 
 
div.home-boxes div.home-boxes-1box:hover div.home-boxes-overlay,
div.home-boxes div.home-boxes-wide:hover div.home-boxes-overlay {
top:-297px;
opacity:0.9;
} 
  
 
div.home-boxes div.home-boxes-overlay h1 {
text-align:center;	
font-size:20px;	
line-height:30px;
margin-bottom:10px;
color:#000000;
}
 
div.home-boxes div.home-boxes-overlay h2 {
text-align:center;	
font-size:20px;
font-weight:bold;
letter-spacing:1px;	
line-height:30px;
margin-bottom:10px;
color:#000000;
}

div.home-boxes div.home-boxes-overlay p {
font-size:16px;
line-height:20px;
color:#000000;
}

div.home-boxes div.home-boxes-overlay a {
font-size:14px;
position:absolute;
bottom:10px;
right:10px;
} 

div.home-boxes-overlay img.home-boxes-partner {
position:relative;
bottom:25px;
left:30%;
width:40%;	
}

/* image zoom in */

.img-zoomin
{
border:5px solid #666666 !important;
}

.img-zoomin a
{
text-decoration:none;
}

.img-zoomin img 
{
transition:all .2s linear;
-webkit-transition:all .2s linear;
-moz-transition:all .2s linear;
-ms-transition:all .2s linear;
-o-transition:all .2s linear;
}

.img-zoomin:hover img 
{	
transform:scale(1.15);
-webkit-transform:scale(1.15);
-moz-transform:scale(1.15);
-ms-transform:scale(1.15);
-o-transform:scale(1.15);
}


.img-zoomin h2 {
position:relative;
top:-280px;
left:0;
width:70%;
text-align:center;
font-size:16px;
line-height:40px;
background-color:#666666;
color:#ffffff;
opacity:0.7;	
}

.img-zoomin h2:hover 
{	
opacity:0.9;
}

/*Products*/
a.product-link {
text-decoration:none;
}
 
div.product-container {
margin-bottom:20px;
padding:20px;
width:48%;
height:160px;
background-image:url(/img/products/product-back.png);
border:3px solid #E6E7E8;
	
}

div.product-container:hover {
background-color:#D8DADB;
background-image:none;	
}

div.product-left {
float:left;	
}

div.product-right {
float:right;	
}

div.product-container img {
margin-right:20px;
	
}

div.product-container h2 {
font-size:20px;
line-height:20px;
margin-bottom:10px;
	
}





/* Cart */
header div.cart {
	float: right;
	position: relative;
}

header div.cart > a {
	display: block;
	min-width: 40px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #2D343E;
	position: relative;
	z-index: 9999;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 1.2em;
}

header div.cart > a:before {
    background: none repeat scroll 0 0 #F1F1F1;
    content: " ";
    display: block;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
}


/* Slider */
section.home-top {
	margin-bottom: 60px;
	margin-top: -65px;
	position: relative;
}

section.home-top.with-carousel {
	min-height: 1171px;
}

section.home-top-clean {
	margin-bottom: 85px;
	position: relative;
}

/* Main Carousel */
div.main-carousel {
    margin-top: -60px;
    overflow: hidden;
    padding-bottom: 120px;
    padding-top: 120px;
    position: relative;
    visibility: hidden;
    width: 100%;
}

/* Main Carousel - Basic */
div.main-carousel .owl-controls {
	text-align: right;
	position: absolute;
	bottom: -165px;
	right: 15px;
}

div.main-carousel .owl-pagination {
	visibility: hidden;
}

div.main-carousel .owl-buttons {
	display: none;
}

div.main-carousel .owl-carousel .owl-wrapper-outer {
	overflow: visible;
}

div.main-carousel .owl-carousel .owl-item > div {
	position: relative;
	padding: 10px;
}

/* Main Carousel - Overlay */
div.main-carousel div.carousel-overlay {
	position: absolute;
	top: -15%;
	width: 100%;
	left: 0;
	right: 0;
	bottom: -100px;
	height: 115%;
	display: none;
	background: transparent;
	z-index: 10;
}

/* Main Carousel - Images */
div.main-carousel .img-thumbnail {
	padding: 13px;
	min-width: 250px;
}

div.main-carousel .img-thumbnail,
div.main-carousel .img-thumbnail img,
div.main-carousel a.thumb-info,
div.main-carousel a.thumb-info span.thumb-info-image:before  {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

/* Main Carousel - Nav */
div.main-carousel a.carousel-nav {
	width: 70px;
	position: absolute;
	top: 50%;
	left: 10px;
	bottom: 0;
	background: #F7F9FC;
	height: 70px;
	z-index: 11;
	display: block;
	filter: alpha(opacity=100);
	opacity: 100;
	padding: 0;
	border-top: 0;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	font-size: 22px;
	color: #787F89;
	line-height: 68px;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

div.main-carousel a.carousel-nav:hover {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

div.main-carousel a.carousel-nav.next {
	left: auto;
	right: 10px;
}

/* Main Carousel - Nav Overlay */
div.main-carousel div.carousel-nav-overlay.prev,
div.main-carousel div.carousel-nav-overlay.next {
	width: 90px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: transparent;
	height: 100%;
	z-index: 10;
}

div.main-carousel div.carousel-nav-overlay.next {
	left: auto;
	right: 0;
}

/* Main Carousel - Clone */
div.main-carousel div.carousel-clone {
	position: absolute;
	top: 120px;
	width: 100%;
	left: 0;
	-moz-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-filter: blur(3px);
}

div.main-carousel div.carousel-clone div.owl-carousel {
	filter: alpha(opacity=0) !important;
	opacity: 0 !important;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

div.main-carousel div.carousel-clone div.owl-carousel.owl-carousel-init {
	filter: alpha(opacity=22) !important;
	opacity: 0.22 !important;
}

div.main-carousel div.carousel-clone .img-thumbnail {
	background: #EDEDED;
}

div.main-carousel div.carousel-clone-overlay {
	position: absolute;
	top: -18%;
	width: 100%;
	left: 0;
	right: 0;
	bottom: -100px;
	height: 120%;
	background: transparent;
}

/* Carousel - Tooltip */
div.main-carousel-tooltip {
	background: #222831;
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 10px;
	color: #C7CDD3;
	width: 200px;
	text-align: center;
	min-height: 35px;
	z-index: 10;
	font-size: 0.9em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.main-carousel-tooltip:after {
	display: block;
	content: " ";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #222831;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
}

/* Home Player */
div.home-player {
	background: #EDEFF2;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
	position: relative;
	top: 45px;
	visibility: hidden;
}

div.home-player.visible {
	visibility: visible;
}

div.home-player a.home-player-icon {
	font-size: 80px;
	display: block;
	-webkit-transform: translate3d(0, 0, 0); /* Avoid chrome moving element when navigating through carousel */
}

div.home-player a.home-player-icon i.icon {
	-webkit-text-stroke: 0.5px;
}

/* Main */
div.main {
	background-color: #EDEFF2;
	padding-bottom: 50px;
}

div.main:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/* Section Featured */
section.featured {
	background: #D0D6DF;
	border-bottom: 5px solid #B5BBC4;
	margin: 15px 0;
	padding: 40px 0 0;
	clear: both;
}

section.featured.footer {
	margin: 10px 0 -20px;
}

section.featured.footer.call-to-action {
	margin-top: 65px;
}

/* Section Highlight */
section.highlight {
	background: #CCC;
	boder-left: 0;
	boder-right: 0;
	border: 3px solid #CCC;
	margin: 35px 0 45px;
	padding: 40px 0;
	clear: both;
}

section.highlight div.img-thumbnail {
	background-color: #FFF;
}

section.highlight,
section.highlight > p,
section.highlight > a,
section.highlight h1,
section.highlight h2,
section.highlight h3,
section.highlight h4,
section.highlight h5 {
	color: #FFF;
}

section.highlight.footer {
	margin: 45px 0 -45px;
}

section.highlight.top {
	margin-top: 0;
}

section.highlight div.counters strong {
	color: #FFF;
}

section.highlight + section.parallax {
	margin-top: -45px;
}

section.highlight.footer + section.parallax {
	margin-top: 45px;
}

/* Call To Action */
section.call-to-action {
	position: relative;
	clear: both;
	overflow: hidden;
	background: #C9D0DA;
	padding-left: 35px;
	padding-right: 35px;
	border-bottom: 3px solid #B6BDC7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

section.call-to-action h3 {
	text-transform: none;
	color: #121212;
}

section.call-to-action h3 .btn {
	margin-left: 10px;
}

/* Sidebar */
aside h5 {
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #777;
	margin-bottom: 15px;
	margin-top: 20px;
}

aside hr {
	margin: 22px 0;
	visibility: hidden;
}

/* Parallax */
.parallax {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 665px;
	width: 100%;
	height:665px;
	margin: 70px 0;
	padding: 80px 0;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.parallax.parallax-init {
	filter: alpha(opacity=100);
	opacity: 1;
}

.parallax.parallax-top {
	margin-top: -57px;
}

.parallax.disabled {
	background-size: auto;
}

/* Parallax Testimonials */
.parallax blockquote {
	border: 0;
	padding: 0 10%;
}

.parallax blockquote i.icon-quote-left {
	font-size: 34px;
	position: relative;
	left: -5px;
}

.parallax blockquote p {
	font-size: 24px;
	line-height: 30px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #3F3F3F;
}

.parallax blockquote span {
	color: #555;
	font-size: 16px;
	font-weight: 300;
	left: -5px;
	line-height: 20px;
	position: relative;
}

/* Home Slider - Revolution Slider */
div.slider-container {
	max-height: 580px;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
	background: transparent;
}

div.slider-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.slider > ul > li > img {
	visibility: hidden;
}

div.slider  ul  li  div.slide-tower img {
	opacity:0.8;
}

div.slider  ul  li  div.projects-samples img {
	width:86%;
}

div.slider {
	max-height: 580px;
	position: relative;
}

div.slider div.slider-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: transparent;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

div.slider-container-fullscreen,
div.slider-container-fullscreen div.slider {
	max-height: none;
}

div.slider div.tp-bannertimer {
	display: none;
}

div.slider-container div.tp-caption {
	filter: alpha(opacity=0);
	opacity: 0;
}

.tp-bannershadow {
	display: none;
}

div.slider-container div.tp-caption a,
div.slider-container div.tp-caption a:hover {
	color: #FFF;
}

div.slider a.main-button {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 200%;
	font-weight: 300;
	line-height: 20px;
	padding: 5% 5%;
	margin-left:30px;
}

/* Revolution Slider - Basics */
div.slider-container .tp-caption.fullscreenvideo {
	left: 0 !important;
}

/* Revolution Slider - Captions */
div.slider-container div.top-label {
	color: #9a9a9a;
	font-size: 32px;
	font-weight: 300;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	-webkit-text-stroke: 0.2px;
	margin-left:10px;
	z-index:1000;
}

div.slider-container div.top-label.md {
	font-size: 28px;
	-webkit-text-stroke: 0;
}

div.slider-container div.main-label {
	color: #222831;
	font-size: 130px;
	line-height: 150px;
	font-weight: 900;
	-webkit-text-stroke: 0.6px;
	margin-left:10px;
}

div.slider-container div.main-label.md {
	font-size: 50px;
	line-height: 100px;
}

div.slider-container div.bottom-label {
	color: #666;
	font-size: 20px;
	font-weight: 100;
	-webkit-text-stroke: 0.2px;
	margin-left:50px;
}

div.slider-container div.bottom-label.md {
	font-size: 22px;
	line-height: 22px;
}

div.slider-container div.top-line {
	height: 1px;
	width: 200px;
	background: #B7BDC0;
}

div.slider-container.light div.top-label,
div.slider-container.light div.main-label,
div.slider-container.light div.bottom-label,
div.slider-container.light div.tp-caption a,
div.slider-container.light div.tp-caption a:hover {
	color: #333;
}

div.slider-container div.top-label.white,
div.slider-container div.main-label.white,
div.slider-container div.bottom-label.white,
div.slider-container div.tp-caption a.white,
div.slider-container div.tp-caption a.white:hover {
	color: #FFF;
}

div.slider-container div.top-label.dark,
div.slider-container div.main-label.dark,
div.slider-container div.bottom-label.dark,
div.slider-container div.tp-caption a.dark,
div.slider-container div.tp-caption a.dark:hover {
	color: #444;
}

div.slider-container div.top-label.black,
div.slider-container div.main-label.black,
div.slider-container div.bottom-label.black,
div.slider-container div.tp-caption a.black,
div.slider-container div.tp-caption a.black:hover {
	color: #000000;
}

div.slider-container div.top-label.dark-blue,
div.slider-container div.main-label.dark-blue,
div.slider-container div.bottom-label.dark-blue,
div.slider-container div.tp-caption a.dark-blue,
div.slider-container div.tp-caption a.dark-blue:hover {
	color: #333350;
}

div.slider-container div.top-label.backgr,
div.slider-container div.main-label.backgr,
div.slider-container div.bottom-label.backgr,
div.slider-container div.tp-caption a.backgr,
div.slider-container div.tp-caption a.backgr:hover {
	background-color:rgba(98,96,96,0.5);

}

div.slider-container div.top-label.backgr {
	padding-top:10px;
	margin-top:-12px;
}

div.slider-container div.bottom-label.backgr {
	padding-bottom:10px;
}

div.slider-container div.top-label.text-bg,
div.slider-container div.main-label.text-bg,
div.slider-container div.bottom-label.text-bg,
div.slider-container div.tp-caption a.text-bg,
div.slider-container div.tp-caption a.text-bg:hover {
	padding: 10px;
}

/* Page Top */
section.page-top {
	background: transparent;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 50px;
	min-height: 50px;
	padding: 0 0 5px 0;
	text-align: left;
}

section.page-top div.slider {
	height: 250px;
	overflow: hidden;
	clear: both;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

section.page-top div.slider img {
	height: 100%;
	width:100%;
}

section.page-top div.slider.slider-init {
	filter: alpha(opacity=100);
	opacity: 1;
}

section.page-top .tp-loader {
	display: none;
}

section.page-top div.page-top-info ul.breadcrumb {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: -3px 0 0;
	padding: 1px 10px;
	position: relative;
	display: inline-block;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	top: -30px;
	filter: alpha(opacity=0);
	opacity: 0;
}

section.page-top div.page-top-info ul.breadcrumb > li {
	text-shadow: none;
	color: #DFDFDF;
	font-size: 75%;
}

section.page-top div.page-top-info ul.breadcrumb > li span.label {
	font-size: 100%;
}

section.page-top div.page-top-info h2 {
	background: #333350;
	color: #FFF;
	display: inline-block;
	font-weight: 200;
	font-size: 3.2em;
	line-height: 1em;
	position: relative;
	letter-spacing: -2px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	top: 30px;
	padding: 10px;
	filter: alpha(opacity=0);
	opacity: 0;
}

section.page-top div.page-top-info h2.grey-title {
	background: #666666;
}

section.page-top div.page-top-info.init ul.breadcrumb,
section.page-top div.page-top-info.init h2 {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
	clear: both;
}

section.page-top div.page-top-info.init a {
	color: #FFF;
}

section.page-top div.page-top-info.with-slider {
	margin-top: -130px;
	margin-bottom: 20px;
	position: relative;
	z-index: 100;
}

section.page-top .parallax {
	min-height: 300px;
}

section.page-top div.page-top-info.with-parallax {
	margin-top: -200px;
	margin-bottom: 0;
	position: relative;
	z-index: 100;
}

/* Page 404 */
section.page-not-found {
	margin: 50px 0;
}

section.page-not-found .page-not-found-main {
	float:left;
	margin: 50px 0 0 50px;
	text-align: center;
}

section.page-not-found .page-not-found-links {
	float:right;
	margin-right:200px;
}

section.page-not-found h2 {
	font-size: 80px;
	font-weight: 600;
	letter-spacing: -8px;
	line-height: 100px;
}

section.page-not-found h4 {
	color: #87919F;
}

section.page-not-found p {
	font-size: 14px;
}

section.page-not-found hr {
	width: 200px;
}


section.page-not-found a:hover {
	color:#FFFFFF;
	background:#666666;	
}

section.page-not-found li {
	padding-left:15px;
	width:200px;
	text-decoration:underline;
}



section.page-top.basic {
	background: #2D343E;
	margin: -55px 0 50px;
	padding-top: 50px;
}

section.page-top.basic div.page-top-info h2 {
	margin-bottom: 25px;
	padding: 0;
}

section.page-top.basic div.page-top-info ul.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0 0 0 5px;
}

/* Footer */
footer {
	background: #2D343E;
	font-size: 0.9em;
	position: relative;
	clear: both;
}


footer div.container div.row div.col-md-3 {
	margin-bottom: 25px;
}

footer div.container input:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Twitter */
footer a.twitter-account {
	color: #FFF;
	display: block;
	font-size: 0.9em;
	margin: -15px 0 15px;
	filter: alpha(opacity=55);
	opacity: 0.55;
}

footer a.twitter-account:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

footer div.twitter {
	padding-left: 26px;
	line-height: 20px;
	position: relative;
}

footer div.twitter .icon {
	clear: both;
	font-size: 1.5em;
	left: 1px;
	position: absolute;
	margin-top: 2px;
}

footer div.twitter a.time {
	color: #999;
	display: block;
	font-size: 0.9em;
	padding-top: 3px;
	margin-bottom: 15px;
}

footer div.twitter a.time:last-child {
	margin-bottom: 0;
}

footer div.twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}



/* Contact */
footer ul.contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul.contact li {
	clear: both;
}

footer ul.contact i {
	display: block;
	float: left;
	font-size: 1.2em;
	margin: 7px 8px 10px 0;
	position: relative;
	text-align: center;
	top: -2px;
	width: 16px;
}

footer ul.contact i.icon-envelope {
	font-size: 1em;
	top: 0;
}

footer ul.contact p {
	margin-bottom: 10px;
}

/* Footer Logo */
footer a.logo {
	display: block;
}

footer a.logo.push-bottom {
	margin-bottom: 12px;
}

footer form {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer a {
	color: #FFF;
}

footer h5 {
	color: #CCC;
}

footer p {
	color: #7A8089;
}

footer a:hover {
	color: #CCC;
}

footer h4 {
	font-size: 1.8em;
	font-weight: 200;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

/* Copyright */
div.footer-copyright {
	background: #292F38;
	height:35px;
	padding-top:5px;
}


div.footer-copyright p {
	color: #5B616A;
	margin: 0;
	padding: 0;
}

footer div.alert a {
	color: #222 !important;
}

footer div.alert a:hover {
	color: #666 !important;
}

footer span.phone {
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
	margin-top: -5px;
}

footer.short {
	padding-top: 50px;
}

footer ul.nav-list.primary > li a {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	line-height: 20px;
	padding-bottom: 11px;
}

footer ul.nav-list.primary > li a:hover {
	background-color: rgba(255,255,255,0.05);
	padding-left: 12px;
}

footer ul.list.icons li {
	margin-bottom: 5px;
}





/*Follow us bottom menu */

.follow-menu {
	position:relative;
	top:-28px;
	margin:0 auto 10px auto;
	width:150px;
	height:75px;
	cursor:pointer;

	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

 
 
.follow-ribbon {
	position:absolute;
	top:0;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	width: 150px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	
}


.follow-ribbon img {
	height: 100%;
	width: 100%;
	z-index:1500;
	position:absolute;
	top:0;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.follow-ribbon .ribbon-unfolded {
	opacity:0;
}
 
 
.ribbon-back {
	position:absolute;
	top:0;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	width: 150px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}
  
  .follow-menu .fold-cover {
	position:absolute;
	top:28px;
	height: 30px;
	width: 150px;
	background-color:#2d343e;
}
 
  
 .follow-menu .hover-stretch {
	position:absolute;
	top:0;
	width:150px;
	height:75px;
	z-index:1;
}


.follow-menu h1 {
	position:absolute;
	margin-right: auto;
	margin-left: auto;
	top:10px;
	width: 150px;
	font-size:large;
	text-align:center;
	color:#2d343e;
	cursor:pointer;
	z-index:1600;
	 
}


.follow-menu #followus {
	position:relative;
	top:40px;
	color:#FFFFFF;
	 
}

.follow-menu ul {
	position:relative;
	top:5px;
	margin-right: auto;
	margin-left: auto;
	width:73px;
	padding:0;

}

.follow-menu ul li {
	position: absolute;
	top: 0;
	left: 13px;
	height: 48px;
	width: 48px;
	display: block;
	list-style-type: none;
	opacity: 0;
	z-index: 800;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	background-color: #CCCCCC;
}

.follow-menu ul li a {
	height: inherit;
	width: inherit;
	font-size:22px;
	text-align:center;
	position:relative;
	top:12px;
	left:15px;
	color: #FFFFFF;
}


.follow-menu ul li.face a {
	left:19px;
}




.follow-menu:hover {
	height:178px;	
}

.follow-menu:hover .follow-ribbon {
	top:28px;
}
  
.follow-menu:hover .ribbon-front {
	opacity:0;
}

.follow-menu:hover .ribbon-back {
	top:28px;
}
 
.follow-menu:hover .ribbon-unfolded {
	opacity:1;
	height: 103px;
} 

.follow-menu:hover .hover-stretch {
	top:28px;
	width:270px;
	left:-60px;	
}

.follow-menu:hover .face {
	opacity:1;
	transform: translate(-100px,30px);
	-webkit-transform: translate(-100px,30px);
	-moz-transform: translate(-100px,30px);
	-o-transform: translate(-100px,30px);
	-ms-transform: translate(-100px,30px);
}
.follow-menu:hover .twitt {
	opacity:1;
	transform: translate(-75px,85px);
	-webkit-transform: translate(-75px,85px);
	-moz-transform: translate(-75px,85px);
	-o-transform: translate(-75px,85px);
	-ms-transform: translate(-75px,85px);
}
.follow-menu:hover .goog {
	opacity:1;
	transform: translate(-30px,130px);
	-webkit-transform: translate(-30px,130px);
	-moz-transform: translate(-30px,130px);
	-o-transform: translate(-30px,130px);
	-ms-transform: translate(-30px,130px);
	}
.follow-menu:hover .linked {
	opacity:1;
	transform: translate(30px,130px);
	-webkit-transform: translate(30px,130px);
	-moz-transform: translate(30px,130px);
	-o-transform: translate(30px,130px);
	-ms-transform: translate(30px,130px);
}
.follow-menu:hover .yout {
	opacity:1;
	transform: translate(75px,85px);
	-webkit-transform: translate(75px,85px);
	-moz-transform: translate(75px,85px);
	-o-transform: translate(75px,85px);
	-ms-transform: translate(75px,85px);
}
.follow-menu:hover .skpe {
	opacity:1;
	transform: translate(100px,30px);
	-webkit-transform: translate(100px,30px);
	-moz-transform: translate(100px,30px);
	-o-transform: translate(100px,30px);
	-ms-transform: translate(100px,30px);
}


.face:hover {
	background-color:#3c599f;
}


.twitt:hover {
	background-color:#41c8f5;

}

.goog:hover {
	background-color:#d63604;

}

.linked:hover {
	background-color:#017eb4;

}

.yout:hover {
	background-color:#ee3739;

}

.skpe:hover {

	background-color:#00aaf0;

}


/*careers*/
div.careers-no-open {
	padding-top:100px;
	padding-bottom:20px;
}
div.careers-no-open  h1{
	font-size:30px;
	line-height:50px;
	
}
div.careers-no-open  h2{
	font-size:20px;
	line-height:30px;
	
}
div.careers-no-open  p{
	font-size:16px;
	line-height:16px;
	
}


/*Scroll to top button*/
.scroll-to-top {
	-moz-border-radius: 7px 7px 0 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-border-radius: 7px 7px 0 0;
	-webkit-transition: all 0.3s;
	background: #333350;
	border-radius: 7px 7px 0 0;
	bottom: -50px;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 13px 0 35px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	width: 49px;
	z-index: 1040;
}

.scroll-to-top:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	background: #DBDBDB;
}

.scroll-to-top.visible {
	filter: alpha(opacity=75);
	opacity: 0.75;
	bottom: 0;
}
