@charset "UTF-8";

/* Global Styles */

body {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0 auto;
}
.page {
	max-width: 900px;
	margin: 0px auto;
	position: relative; background-color: #fff;
}

a.logo {
	height: 60px;  !important
	width: 110px;
	display: inline-block;
	background-image: url(../images/logo_large.png);
	background-repeat: no-repeat;
	z-index:1;
	background-position: 0px 20px;
	-webkit-opacity: 0.99;
    -moz-opacity:  0.99;
    opacity:  0.99;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
     transition: all 1s ease;
} 
a.logo:hover {
	background-image: url(../images/logo_large_hv.png);
	background-repeat: no-repeat;	
	-webkit-opacity: 1;
 	-moz-opacity: 1;
    opacity: 1;
} 
nav a {
	
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:1px;
	display: inline-block;
	font-weight: bold;
	z-index:2
	-webkit-opacity: 0.99;
    -moz-opacity:  0.99;
    opacity:  0.99;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
     transition: all 1s ease;
	
	
}
nav a:hover { color: #139393;
			-webkit-opacity: 1;
			-moz-opacity: 1;
			opacity: 1; }


.container {
	height: 420px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #0C3F41;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.containerdiv {
	height: 420px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #0C3F41;
	background-image: url(../images/under.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


p {
	color: #666;
}
a { color: #999; }

a:hover { color: #009eff; }

a.cta {
	height: 30px;
	width: 100%;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	background-color: #0C3F41;
	padding: 13px 0 0 75px;
	postion:relative;
	letter-spacing:1px;
	margin-top: 0px;
	display: inline-block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-opacity: 1;
	-moz-opacity:  1;
	opacity:  1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	}
	
	
a.cta:hover {
	background-color: #139393;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;	
}
a.fisnik {
	height: 226px;
	width: 100%;
	margin-top: 0px;
	float: right;
	background-image: url(../images/1.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	webkit-opacity: 0.99;
	-moz-opacity:  0.99;
	opacity:  0.99;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	}


.contenttwo p{
	width:70%;
	height: 15%;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	padding: 5px 0 0 60px;
	text-decoration: none;
	background: url(../images/phone.png) no-repeat 20px 5px;
} 
.contenttwo .mailto {
	width:70%;
	height: 25%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 5px 0 0 60px;
	text-decoration: none;
	background-image: url(../images/mailto.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	color: #094241;
	webkit-opacity: 0.75;
    -moz-opacity:  0.75;
    opacity:  0.75;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
     transition: all 1s ease;	
}

.contenttwo .mailto:hover {
	color: #139393;
	-webkit-opacity: 1;
 	-moz-opacity: 1;
    opacity: 1;	
}




