@charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'icomoon';
src:    url('font/icomoon.eot?vk0mtf');
src:    url('font/icomoon.eot?vk0mtf#iefix') format('embedded-opentype'),
url('font/icomoon.ttf?vk0mtf') format('truetype'),
url('font/icomoon.woff?vk0mtf') format('woff'),
url('font/icomoon.svg?vk0mtf#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-office:before {
    content: "\e901";
}
.icon-spades:before {
    content: "\e900";
}
.icon-phone:before {
    content: "\e902";
}
.icon-envelop:before {
    content: "\e903";
}
.icon-printer:before {
    content: "\e904";
}


img{
border:none;
padding:0;
margin:0;
max-width:100%;
}

.test{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

-webkit-box-shadow: #CCC 0 0 10px;
-moz-box-shadow: #CCC 0 0 10px;
box-shadow: #CCC 0 0 10px;

-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
-o-transition:all 0.3s;
transition:all 0.3s;


filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity: 0;
opacity: 0;
}



a{
color:#0d0d0d;
text-decoration:none;
}

a:hover{

}

.clear{
clear:both;
line-height:1px;
font-size:1px;
height:1px;
overflow:hidden;
}

h2{
	font-size:24px;
	margin:0;
}

h4{
	font-size:16px;
	color:#009ddc;
	margin:0;
}





.spadeList{
	list-style:none;
	margin:15px 0;
	padding:0;
}

.spadeList > li{
	position:relative;
	padding-left:40px;
	color:#009ddc;
	margin:2px 0;
}

.spadeList > li:before{
content: "\e900";
position:absolute;
font-family: 'icomoon';
left:10px;
top:0;
font-size:20px;
}

.dotList{
	color:#636363;
	list-style:disc;
	margin:15px 0;
	padding:0 20px;
}

.dotList li{
padding:2px 0;
}









