@charset "UTF-8";
/* CSS Document */


/* Font - Style */

p {
line-height: 25px;
font-family: open sans;
}

a {
line-height: 25px;
font-family: open sans;
color: #169cd4;
}

h1, h2, h3, h4, h5 {
font-family: open sans;
}

blockquote {
padding: 10px 20px;
margin: 0 0 20px;
border-left: 5px solid #BEBEBE;
}

blockquote p {
font-size: 21.5px;
font-weight: 300;
line-height: 1.35;
}


.header_full{
padding-bottom: 75px;

}

.news_feed {
padding-top: 55px;	
}

.three_column {
padding-top: 30px;
	
}

.about_section {
	
text-align: center;
border-bottom: 2px;
border-top: 2px;
border: solid 2px;
border-left: 0px;
border-right: 0px;
padding-top: 12px;
padding-bottom: 12px;
line-height: 25px;
border-color: #e0e0e0;
margin-top: 25px;
	
background-color: rgb(253, 253, 253);
padding-left: 10%;
padding-right: 10%;
}

/* CSS - TRANSITIONS HOMEPAGE */

ul {
color: #3F3F3F;
padding: 10px 20px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
width: 100%;
}


ul li {
	list-style:none;
	font-size:12px;
}

.statistics {
text-align: center;
background-color: #f8f8f8;
height: 100%;
border: solid 4px;
margin-top: 55px;
border-left: 0px;
border-right: 0px;
border-color: #dadada;
padding-top: 30px;
padding-bottom: 30px;
}


/* Important image css */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* ---- */

.logo {

    text-align: center; 
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: block;
	max-width: 100% ;
	padding-top: 15px;
	
	
}

nav{
	float: right;
	position: relative;
	padding-bottom: 20px;
}

footer {
	
	background-color: #232323;
    padding-top: 10px;
    margin-top: 10px;
    color: white;
	
}

/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 0px;
}
footer {
  padding: 30px 0;
}

h1 {
	color: #169cd4
	font-size: 30px;
	font-weight: 300;
}

h1 small {
	font-weight:100;
}

p {
	font-family: open sans;
}

div {
	font-family: open sans;	
}

.contact-info {
    width: 100% ;
    background-color: rgba(0,0,0,0.1);
    font-size: 12px;
}

.glyphicon {
    color: #169cd4;
}

.contact-pos {
    padding-left: 10px;   
}


/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}



/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { 

 }


 
/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { 

}



/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }

 
@media (max-width: 991px) { 

footer {

 	text-align: center;	
}

.header_full {
}

 nav {
width: 100%;
}


.logo {
	 max-width: 100% ;
    text-align: center; 
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: block;

}

}


@media (min-width: 1200px) {
.container {
width: 970px;
}

}


@media only screen and (max-width: 767px)
{
megaMenu megaMenuToggle {
	
display: block;
background-color: rgb(27, 27, 27);
color: white;

}
}

@media only screen and (max-width: 767px)
{
.megaMenu .megaMenuToggle {
	
display: block;
background-color: rgb(27, 27, 27);
color: white;

}

 #megaMenu #megaMenuToggle {
    display: block;
  
    background-color: black;
    color: white;
}

}