#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 77%;
	font-weight: bold;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 8px;
	text-align: center;
	display: block;
	border-radius: 900px;
	background-color: #7EEAA8;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 50px;
	font-size: 16px;
}
#page-top a:hover {
text-decoration: none;
background-color: #5CFF9C;
}


/* ------------------------------------------------------------------------------
	 Typography
-------------------------------------------------------------------------------*/




p {
font-size: 14px;
color: #6c7279;
}
#topnavi {
clear: both;

}

 .left {
text-align: center;
margin-right: 35px;
margin-left: 0px;
}
.right {
text-align: center;
margin-right: 0px;
margin-left: 35px;
}

h1 {
font-size: 65px;
color: #2d3033;
padding-left: 1px;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
.secti-busi {
text-align: center;
padding-top: 20px;
}
.secti-item {
text-align: center;
margin-bottom: 60px;
margin-top: 40px;
}
.secti {
text-align: center;
margin-bottom: 5%;
}
.secti-ti {
margin-top: 10%;
text-align: center;
}
.brandbox {
margin-right: 2%;
margin-bottom: 10%;
text-align: center;
}
.shopbox {
margin-right: 2%;
margin-bottom: 6%;
text-align: center;
}
.shopbox2 {
margin-right: 2%;
margin-bottom: 10px;
margin-top: 20px;
text-align: right;
}
.color0 {
color: #FFFFFF;
}
.left-side {
text-align: left;
width: auto;
}

.shopdecbox {
margin-bottom: 15%;
margin-left: 0px;
width: 400px;
}
.brandbox img {
max-width: 410px;
width: 100%;
}
.shopbox img {
max-width: 426px;
width: 100%;
}
.itembox img {
max-width: 410px;
width: 100%;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
.company-ti1 {
margin-top: 3px;
}
.ti3 {
border-bottom: 1px solid #E2E6E8;
margin-top: 8%;
margin-bottom: 20px;
}
tbody tr th {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 10px;
font-size: 100%;
line-height: 2.5em;
}
tbody tr td {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 10px;
font-size: 110%;
line-height: 2em;
}
tbody .underline {
border-bottom: 1px solid #E7EAEC;
}
.cam-table {
margin-bottom: 10px;
margin-top: 20px;
width: 90%;
margin-left: 10%;
margin-right: 10px;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
border: 1px solid #E2E6E8;
margin-top: 20px;
color: #2a2a2a;
font-size: 12px;
font-weight: 400;
letter-spacing: 1px;
border-radius: 0px;
padding: 1.5% 3%;
display: inline-block;
text-transform: uppercase;
background-color: #E7E7E7;
}
.btn:hover, .btn:focus {
background-color: #F1F1F1;
color: #ABABAB;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	 General Style
-------------------------------------------------------------------------------*/
a {
color: #AEAEAE;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
margin-top: 20px;
margin-right: 13px;
margin-left: 13px;
margin-bottom: 13px;
padding: 0;
}
.item-cat {
list-style-type: none;
line-height: 2em;
text-shadow: 0px 0px #AAAAAA;
}
.margin-under-item {
padding-bottom: 30px;
margin-bottom: 30px;
}
.footernavi {
text-align: left;
color: #7E7E7E;
}
.footerspace {
margin-top: 100px;
width: 100%;
text-align: center;
}
ul li {
	list-style: none;
}
.section {
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 60px;
}

.mapbox img {
width: 100%;
height: auto;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
/* ==========================================================================
	$Header
========================================================================== */


#header {
width: 100%;
z-index: 999;
background-color: #FFFFFF;
position: fixed;
top: 0;
left: 0;
}
#header .header-content {
margin: 0 auto;
max-width: 1170px;
padding-right: 0;
padding-left: 0;
padding-bottom: 00px;
width: 100%;
padding-top: 10px;
-moz-transition: padding 0.3s;
-o-transition: padding 0.3s;
-webkit-transition: padding 0.3s;
transition: padding 0.3s;

}
#header .logo {
font-size: 27px;
color: #000;
letter-spacing: 3px;
font-weight: 300;
float: left;
text-transform: uppercase;
margin-left: 2%;
padding-bottom: 13px;
}
#header.fixed {
	background-color: rgba(255, 255, 255, 255);
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 0px 0;
}
#header.fixed .nav-toggle {
top: 5px;
}
.navigation.open {
opacity: 0.9;
visibility: visible;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
background-color: #FFFFFF;
}
.navigation {
float: right;
margin-right: 2%;
}
.navigation-footer {
float: right;
margin-right: 2%;
width: 100%;
}
.navigation li {
	display: inline-block;
}
.navigation a, .navigation-footer a{
	color: #808080;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-left: 40px;
}
.navigation a:hover, .navigation a.active {
	color: #262626;
}
.nav-toggle {
display: none;
height: 44px;
overflow: hidden;
position: fixed;
right: 8%;
text-indent: 100%;
white-space: nowrap;
width: 44px;
z-index: 99999;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #E2E6E8;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
background-color: #E2E6E8;
-moz-transform: scale(0);
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
-moz-transition-duration: 0s;
-o-transition-duration: 0s;
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ==========================================================================
	$Banner
========================================================================== */
.slide {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
.slide:not(:first-child) {
  display: none;
}


#mainImg {
height: 0;
padding-top: calc(720 / 1170 * 80%);
width: 100%;
margin-top: 80px;
overflow: hidden;
opacity: 1;
background-position: center center;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#mainImg img {
margin-top: 75px;
top: 0;
left: 0;
width: 100%;
position: absolute;
text-align: center;
padding-left: 5%;
padding-right: 5%;
}


.banner-inner-wrapper {
	float: right;
}
.banner-text {
	padding-top: 45%;
}
.banner-text h1 {
	color: #393939;
	font-family: "Open Sans", sans-serif;
	font-size: 23px;
	font-weight: 400;
}
.banner-text p {
	color: #393939;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 1%;
}
/* ==========================================================================
	$Teams
========================================================================== */

.intro-content {
	margin-top: 20px;
}
.intro-content h1 {
	font-size: 55px;
	font-weight: 700;
	letter-spacing: -3px;
}
.intro-content h4 {
	font-size: 15px;
	letter-spacing: 3px;
	font-weight: 700;
	text-transform: uppercase;
}
.intro-content p {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 19px;
}
.intro-content li {
	line-height: 30px;
	letter-spacing: 1px;
}
/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	background: rgba(232, 69, 69, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
width: 100%;
margin: auto;
text-align: left;
padding-top: 5%;
padding-bottom: 2%;
background-color: #F5F5F5;
}
.footer h4 {
	font-size: 14px;
	color: #000;
	letter-spacing: 2px;
	margin: 0 0 15px 0;
	padding: 0px;
}
.footer p {
font-size: 12px;
color: #6c7279;
margin-bottom: 3px;
}
.footer a {
color: #7C7C7C;
}
.footer a:hover {
text-decoration: underline;
color: #000000;
}
.container .col-md-9 .navigation.left {
float: left;
}


.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 14px;
	color: #000;
	letter-spacing: 15px;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 12px;
	margin: 0 2px;
}

.businessimg img {
width: 96%;
padding-right: 2%;
padding-left: 2%;
}
.companyimg img {
	width: 100%;
	padding-right: 0px;
}
.mapbox   {
padding-top: 0px;
width: 100%;
}


 .mapdecbox {
padding-top: 40%;

margin-top: 5%;
margin-bottom: 2%;
display: block;
}
 
 



.shopbutton {
text-align: center;
margin-top: 20px;
margin-bottom: 10px;
}
.com-table .tr {
margin-bottom: 5px;
margin-top: 5px;
font-size: 110%;
padding-top: 10px;
padding-bottom: 10px;
}







/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
text-align: left !important;
display: block;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
#name,#email,#message {
background-color: #F5F5F5;
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}
.margin-under30 {
margin-bottom: 7%;
}
.margin-under20 {
margin-bottom: 4%;
}








.row.line {
border: 1px solid #E2E6E8;
}
.leftpad-cancel {
padding-left: 2px;
}
.itembox {
margin-bottom: 15%;
float: left;
clear: both;
text-align: center;
margin-left: 3%;
margin-right: auto;
width: 100%;
}
.pagenavibox {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}
.itembase {
width: 100%;
height: auto;
}
.itemmain {
float: left;
width: 59%
%;
width: 55%;
}

.itemsub1 {
float: left;
width: 27.5%;
}
.caontactti {
	padding-bottom: 30px;
}
.boxed-grey {
margin-left: 10%;
width: 80%;
}
