/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, main {
  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;
}

@import url(http://fonts.googleapis.com/css?family=Lato:400);

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
   font-size: 14px;
  font-family: 'Lato', Arial, sans-serif;
  color: #555; 
  background-color:#ffffff;
  font-weight: 400;
}

/* -------------------------------- 

xBasic style

-------------------------------- */


html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}



a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

input, textarea, select {
  font-size: 1em;
  color:#555;background-color: #fff;
}

header {
  position: fixed;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
header nav {
  display: inline-block;
}



/* -------------------------------- 

Main container and section

-------------------------------- */

main {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

main.home {
width:95%;
  background-color:transparent;

}

main > h1 {
  text-align: center;
  margin: 1em 0;
}


section {
  margin: 0.5em 0 0 0;
}
section:after {
  content: "";
  display: table;
  clear: both;
}


/* -------------------------------- 

Box container 

-------------------------------- */


.cd-box {
  /* this is the container of various design elements - i.e. the 2 logo of the branding section */
  border: 1px solid #dce0e0;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 1px 1px #dce0e0;
  padding: 6px;
  position:relative;
}

.cd-box-full {
  /* this is the container of various design elements - i.e. the 2 logo of the branding section */
  border: 1px solid #dce0e0;
  border-radius: 0px;
  background: #ffffff;
  padding: 6px;
  width:100%;
  line-height:35px;
}
.cd-box-full:last-child {
  /* this is the container of various design elements - i.e. the 2 logo of the branding section */
  border: 1px solid #dce0e0;
  border-radius: 0px;
  background: #ffffff;
  padding: 6px;
  width:100%;
  line-height:35px;
}

.cd-box-trans {
  /* this is the container of various design elements - i.e. the 2 logo of the branding section */
  border: 0px solid #dce0e0;
  border-radius: 0px;
  background: transparent;
  padding: 6px;
  margin:1%;
}


/* -------------------------------- 
xNavigation 
-------------------------------- */
header {
  background-color: #2574a9;
}

.cd-logo {
  /* logo box style */
  background-color: transparent;
  width: 140px;
  height: 100%;
  position: relative;
  margin:10px auto 0 auto ;
}

.cd-main-nav {
  /* main navigation background color - full screen on small devices */
  background: #2574a9;}

.cd-main-nav li a {
  color: #ffffff;
  
}




/* -------------------------------- 

xTypography 

-------------------------------- */
h1, h2 {
  font-family: "Lato", sans-serif;
  
}

h1 {
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #fff;

  margin: 0.5em 0 .4em;
}
h2 {
  margin: 0.5em 0 0;
  color:#555;
}
h3{
  color: #fff;font-weight: 200;

}


p {
  font-size: 14px;
  line-height: 1.4;
  color: #58585b;
}
p a {
  color: #5f8ee4;
  text-decoration: underline;
}



/* -------------------------------- 

Buttons 

-------------------------------- */
.btn {
  border: none;
  box-shadow: none;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  background: #5f8ee4;
  text-align:center;
  height:40px;
  line-height:40px;
  padding:0;
}
.btn:focus {
  outline: none;
}
.no-touch .btn:hover {
  background: #759de8;
}
.btn.btn-success {
  background: #6fce72;
}
.btn.btn-post {
  background: #00b16a;
}
.btn.btn-search {
  background: #f76426;
}
.btn-large {
  min-width: 100%;
}
.btn-hme{
padding: .8em 1.4em;
min-width: 47%;
}
.no-touch .btn.btn-post:hover {
  background: #00c260;
}
.no-touch .btn.btn-search:hover {
  background: #F27935;
}
.no-touch .btn.btn-success:hover {
  background: #82d485;
}
.btn.btn-alert {
  background: #e4655f;
}
.no-touch .btn.btn-alert:hover {
  background: #e87a75;
}
.btn.btn-outline {
  color: #2574a9;
  background: transparent;
  box-shadow: inset 0 0 0 1px #2574a9;
}
.no-touch .btn.btn-outline:hover {
  color: #ffffff;
  background: #2574a9;
}


/* -------------------------------- 

Icons 

-------------------------------- */
.cd-icons li {
  /* icons size */
  width: 32px;
  height: 32px;
}

/* -------------------------------- 

FORM ELEMENTS UI

-------------------------------- */
