/* ============================================================
  RESET - http://meyerweb.com/eric/tools/css/reset/
============================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================================
  BOX SIZING & CLEARFIX
============================================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}





/************************** FONTS *************************************************/


@font-face {
    font-family: "Raleway";
    src: url(raleway/Raleway-Medium.ttf) format("truetype");
	
	
	/*font-family: "Alegreya";
    src: url(Alegreya/Alegreya-Black.otf) format("truetype");
	font-family: :"Robotoslab";
	src: url(Roboto-slab/RobotoSlab-Regular.ttf) format("truetype");
	*/
	
}





/* ============================================================
  HTML & BODY
============================================================ */
body {
  background-color: #b4b4b4;
  color: #787878;
  font-family: "Raleway", "Helvetica Neue", "Verdana", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  text-align : justified;
  
  
  
}

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.wrapper {
  width: 100%;
  margin: 0 auto;
}

main {
  display: block;
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


.img-holder {

	width: 100%;
	height: auto;
}


[class*='col-'] {
  float: left;
  padding-right : 20px;
  text-align : justified;
}

[class*='col-']:last-of-type {
  padding-right: 20px;
}

.col-2-3 {
  width: 66.66%;
}
.col-1-3 {
  width: 33.33%;
}


.col-1-2 {
  width: 50%;
}
.col-1-4 {
  width: 25%;
  
  }

.col-1-5 {

	width: 20%;
	}
	
  
.col-1-6 {

 width: 16.66%;
} 

.col-5-6 {

	width : 83.33%;
	}
  
.col-1-8 {
  width: 12.5%;
}


.grid:after {
  content: "";
  display: table;
  clear: both;
}



/*********************************** media queries ******************************************/

@media all and  (max-width : 700px) {

div.col-1-3 { width: 100%;}

div.col-1-2 { width: 100%; }

div.col-2-3 {width: 100%;    }

div.voile { display : none; }

div.pad-head {display : none; }

div.voile-mail { margin: 20px ;}

}


@media all and (min-width : 960px)  {

div.pad-head { display : none; } 



}

@media all and (min-width : 700px) and (max-width : 960px) {

div.voile { display : none; }

div.col-2-3 { width : 100% }
}











/* ============================================================
  NAV BAR
============================================================ */
.nav-bar {
  padding: 5px 0;
  background-color: #fff;
  text-align: center;
}
.nav-bar a.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 32px;
  height: 32px;
  
  opacity: 0.3;
}



/* ============================================================
  FOOTER
============================================================ */
footer {
  padding: 20px 0;
}


footer .logo {
  text-align: center;
}
footer .logo img {
  display: inline-block;
  vertical-align: middle;
  width: 105px;
  height: 100px;
}
footer .copyright {
  text-align: center;
}
footer .copyright small {
  color: #fff;
  font-size: 12px;
}
footer .copyright a {
  color: #818181;
}

@media all and (min-width: 700px) {
 
  footer .logo {
    text-align: right;
  }
}

/* ============================================================
  TEXT LEVEL SEMANTICS
============================================================ */
a {
  text-decoration: none;
  color: #b4b4b4;
}

a:hover {
  color: #818181;
}
