@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic&amp;subset=latin,cyrillic-ext,latin-ext,cyrillic,greek-ext,greek);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,300,500,700,600);

*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
body {
    color: #000000;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 300;
    background-color: #ffffff;
}

/* Heading Typo */
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #000000;
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;}
h1 {
    font-size: 62px;
		    margin: 0px 0px 0px 0px}
h2 {
    font-size: 18px;
    margin: 20px 0px 5px 0px;}
h3 {
    font-size:30px;
		    margin: 0px 0px 0px 0px;}
h4 {
    font-size: 24px;
		    margin: 0px 0px 0px 0px;}
h5 {
    font-size: 20px;
		    margin: 0px 0px 0px 0px;
			}
h6 {
    font-size: 18px;
		    margin: 0px 0px 0px 0px;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #2f2f2f;
    font-family: 'Arial', sans-serif;}

a	{
	color: #333;
  text-decoration: none;
	font-family: 'Arial', sans-serif	}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none	}

ul {
  margin:0px;
  padding:0px	}

li {
	list-style: none	}


ul ul {
    margin:0px;
	padding:0px;
}
ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}
ol ol {
    margin-left: 20px;
}
ol li {
	list-style: decimal;
	width: 100%;
}
figure {
	float:left;
	width:100%;
    position: relative;
	overflow:hidden;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}
figure img{
	float:left;
	width:100%;
}
img {
    max-width: 100%;
}

strong {
    color: #000000;
}

iframe {
    border: none;
    float: left;
    width: 100%;
}

p ins {
    color: #999;
}
dl dd {
    margin-left: 20px;
}
address {
    font-style: italic;
}
::-webkit-input-placeholder {color: #777777; opacity: 1;}
:-moz-placeholder { color: #777777; opacity: 1; }
::-moz-placeholder { color: #777777; opacity: 1; }
:-ms-input-placeholder {color: #777777; opacity: 1;}
