body{
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
}
::selection { background: #000000; color: #fff; text-shadow: none; }

h1, h3{
	font-weight: 300;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-top:10px;
	color: #4c4d4c;
}


#bakk{ 
	width:100%;
	background-color:#fff;

    min-height: 100%; /* Minimum height for modern browsers */
    height:100%; /* Minimum height for IE */ 
    width:100%;
    position:absolute;
    overflow:hidden;
}



h1{
	font-size: 3em;
}

h3{
	font-size: 1.5em;	
}


h2{
	font-weight: 30;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: 17px;	
	color: #4c4d4c;
	border-top:3px solid #F2F2F2;
	padding-top:4px;
}
h4{
	font-weight: 30;
	width:180px;
	float:left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-left:9px;
	font-size: 13px;
	background-color:#F2F2F2;	
	color: #848484;
	padding-top:4px;
}
h5{
	font-weight: 300;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	margin-top:10px;
	margin-bottom:30px;
	font-size: 12px;	
	color: #4c4d4c;
}
h6{
	font-weight: 300;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	margin-top:10px;
	font-size: 12px;	
	color: #4c4d4c;
	width: 170px;
}
h7{
	font-weight: 30;
	font-size: 15px;
	text-align: left;
	line-height:20px;
}



#cont{
	position:absolute;
	top:11%;
	width:100%;
}
#logo{
	background-image: url('../../logo.png');
	background-repeat: no-repeat;
	background-size: 500px;
	background-position: bottom center;
	position:relative;
	width:100%;
	height:500px;
}
#menu{
	position:absolute;
	top:70px;
	width:100%;
	height:50px;
	text-align:center;

	font-size: 0.875em!important;
	font-style: normal;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
}
#menu a{
	text-decoration: none;
	color: #4c4d4c;
	font-size: 1em!important;
	margin-left:10px;
	margin-right:10px;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}
#menu a:hover{
	text-decoration: none;
	color: #BDBDBD;
}












#foot{
	display: block;
	text-align: left;
	margin: 0px auto;
	margin-left:10%;
	font-style: normal;
	font-weight: 300;
	color: #131313;
	font-size: 12px;
	position: absolute;
	bottom: 20px;
	width:40%;
	-webkit-text-size-adjust: 100%;
	z-index:1000000000000000000px;
}
#foot a{
	text-decoration: none;
	color: #000000;
	margin-left:10px;
	margin-right:10px;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}
#foot a:hover{
	text-decoration: none;
	color: #B3B3B3;
}
#contact_soc{
	display: block;
	text-align: right;
	margin: 0px auto;
	margin-right:10%;
	font-style: normal;
	font-weight: 300;
	color: #000000;
	font-size: 12px;
	position: absolute;
	bottom: 20px;
	width:90%;
	-webkit-text-size-adjust: 100%;
}
#contact_soc a{
	text-decoration: none;
	margin-left:10px;
	margin-right:10px;
	color:#514F4F;
	font-size:17px;

	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}
#contact_soc a:hover{
	text-decoration: none;
	color: #B3B3B3;
	cursor:pointer;
}









#social_pic_foot{
	opacity: 0.3;
	transition: opacity .25s ease-in-out;
	 -moz-transition: opacity .25s ease-in-out;
	  -webkit-transition: opacity .25s ease-in-out;
}
#social_pic_foot:hover{
      opacity: 1;
}
#work_pics{
		border:1px solid #000000;
	opacity: 0.3;
	transition: opacity .25s ease-in-out;
	 -moz-transition: opacity .25s ease-in-out;
	  -webkit-transition: opacity .25s ease-in-out;
}
#work_pics:hover{
		border:1px solid #FF8000;
      opacity: 1;
}






#work_servs {
	list-style:none;
	text-decoration:none;
}
#work_servs li {
	width:100px;
	cursor:default;
	float:left;
	color:#ffffff;
	position:relative;
	margin-right:10px;
	margin-bottom:10px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	background: #BDBDBD;
	font-size:13px;
	font-weight: bold;
	border:0px solid #ffffff;
	text-decoration:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#work_servs li:hover {
	color:#ffffff;
	border:0px solid #515151;
	background: #848484;
	text-decoration:none;
	outline:none;
}
#work_servs li a {
	color:#ffffff;
	display:block;
	outline:0;
	text-decoration:none;
}
#work_servs li:hover a {
	color:#ffffff;
	text-decoration:none;
	outline:none;
}

#start_btn {
	list-style:none;
	text-decoration:none;
	margin-left:70px;
}
#start_btn li {
	width:190px;
	height:30px;
	color:#ffffff;
	position:relative;
	padding-top:7px;
	text-align:center;
	background: #FF8000;
	font-size:15px;
	font-weight: bold;
	border:0px solid #ffffff;
	text-decoration:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#start_btn li:hover {
	color:#ffffff;
	border:0px solid #515151;
	background: #FE9A2E;
	text-decoration:none;
	outline:none;
}
#start_btn li a {
	color:#ffffff;
	display:block;
	outline:0;
	text-decoration:none;
}
#start_btn li:hover a {
	color:#ffffff;
	text-decoration:none;
	outline:none;
}






#service_cub {
	list-style:none;
	text-decoration:none;
	margin-left:-40px;
}
#service_cub li {
	width:180px;
	height:120px;
	color:#585858;
	position:relative;
	text-align:center;
	background: #F2F2F2;
	font-size:15px;
	font-weight: bold;
	border:0px solid #585858;
	text-decoration:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#service_cub li:hover {
	color:#585858;
	border:0px solid #515151;
	background: #dbdbdb;
	text-decoration:none;
	outline:none;
}
#service_cub li a {
	color:#585858;
	display:block;
	outline:0;
	text-decoration:none;
}
#service_cub li:hover a {
	color:#585858;
	text-decoration:none;
	outline:none;
}