@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #7d868c;
  color: #bbbaba;
  font: 400 14px/23px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h2, h3, h4 {
  font-weight: 300;
  color: #7d868c;
  text-transform: uppercase; }
  
h5{
  font-size: 19px;
  line-height: 24px;
  padding-top:20px;
  font-weight: 300;
  color: #7d868c;
  text-transform: uppercase;
   }
   
     	  
  
  h2 span, h3 span, h4 span, h5 span {
    color: #77bc1f; }

h2 {
  font-size: 60px;
  line-height: 60px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 44px;
      line-height: 44px; } }
  @media (max-width: 479px) {
    h2 {
      font-size: 34px;
      line-height: 34px; } }

h3 {
  font-size: 40px;
  line-height: 40px; }
  
  @media (max-width: 1199px) {

    h3 {
      font-size: 30px;
      line-height: 30px; }
	  
	  .small {font-size: 30px;
      line-height: 30px; }
	   }
h4 {
  font-size: 82px;
  line-height: 82px; }
  h4 a:hover {
    color: #77bc1f; }
	
	 @media (max-width: 767px) {
		 
    h4 {
      font-size: 40px;
      line-height: 40px;
	   } 
	   
	   .padding {padding-top:45px;}
	   
		
  }

  
  
  h5.ls {
    letter-spacing: -1px;
    }
  h5 a:hover {
    color: #77bc1f; }
  h5 span a:hover {
    color: #7d868c; }

h6 {
  font-size: 15px;
  line-height: 20px;
  color: #77bc1f;
  text-transform: uppercase; }
  
 
  
    .small2 {font-size:29px;
 line-height: 29px;}
 
  .left {font-size:40px; line-height:40px; text-align:center; padding-left:0px; padding-top:27px; padding-bottom:28px; color:#ffffff; font-weight:lighter; margin-top:5px; display:block;}
 
 .right {font-size:16px; line-height:19px; font-weight:lighter; margin-left:0; margin-top:5px; margin-right:0; display:block; vertical-align:middle; overflow:visible; text-align:left; padding-left:20px; padding-right:20px; max-height:95px; height:95px; background:#f4f5f5; display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: left;

  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  -moz-box-align: left;

  display: box;
  box-orient: vertical;
  box-pack: center;
  box-align: left; }

 
 /*========================================================
										LISTS
=========================================================*/
.txt4 {
  font: lighter 40px/40px 'Open Sans', Arial, sans-serif;
  color: #FFF;
  padding:25px;
  width:75px;
  text-align:center;
}
.txt5 {
  font: lighter 16px/20px 'Open Sans', Arial, sans-serif;
  color: #bbbaba;
 padding:15px;
  width:185px;
}

.list1 {
  margin: 0;
}
.list1 li {
  display: block;
  margin-bottom: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.list1-box1,
.list1-box2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0px 0px 0px;
}
.list1-box1 {
  float: left;
}
.list1-box2 {
  float: left;
  width:250px;
  padding: 20px 0px 0px 0px;
}

.school {color:#0082be; text-align:left; font-size:18px; line-height:23px; font-weight:lighter;}

.grade {font-size:15px; text-align:left; line-height:25px; font-weight:lighter;}

  @media (max-width: 479px) {

.school {text-align:center;}

.grade {text-align:center;}

  }

 @media (max-width: 767px) {

.school {text-align:center;}

.grade {text-align:center;}

  }




 
  
/*=============    Responsive Table    =================*/

table { 
  width: 100%; 
  border-collapse: collapse; 
}

th { 
  padding-top: 45px; 
  padding-bottom: 30px; 
  text-align: left;
  font-size: 19px;
  line-height: 24px;
  padding-top:20px;
  font-weight: 300;
  color: #7d868c;
  text-transform: uppercase;}

td { 
  padding-top: 45px; 
  padding-bottom: 45px; 
  text-align: left;
  font-size:19px;
  line-height:24px;
  font-weight:lighter;
  padding-left:20px; 
  vertical-align:middle;
}


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	th { 
  padding-top: 45px; 
  padding-bottom: 30px; 
  text-align: left;
  font-size: 19px;
  line-height: 24px;
  padding-top:20px;
  font-weight: 300;
  color: #7d868c;
  text-transform: uppercase;}
  
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #CCCCCC; 
		position: relative;
		padding-left: 56%; 
		 font-size:16px;
  line-height:21px;
  font-weight:lighter;
  text-align: right;
  padding-right:6px;
   padding-top: 25%;
  
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "EDUCATION LEVEL"; font-size: 16px;
  line-height: 21px;
  padding-top:20px;
  font-weight: 300;
  color: #7d868c;
  text-transform: uppercase;
  text_align: left; 
}
  
	td:nth-of-type(2):before { content: "MD OF TABER"; font-size: 16px;
  line-height: 21px;
  padding-top:20px;
  font-weight: 300;
  color: #7d868c;
  text-transform: uppercase;
  text_align: left; }
  
	td:nth-of-type(3):before { content: "TOWN OF TABER"; font-size: 16px;
  line-height: 21px;
  padding-top:20px;
  font-weight: 300;
  color: #7d868c;
  text-transform: uppercase;
  text_align: left; }
  
	td:nth-of-type(4):before { content: "TOWN OF VAUXHALL"; font-size: 16px;
  line-height: 21px;
  padding-top:20px;
  font-weight: 300;
  color: #7d868c;
  text-transform: uppercase;
  text_align: left;}
	
}

/*=============    End Responsive Table    =================*/

time {
  display: block; }

p {
  font-family: "Open Sans", sans-serif;
  padding-bottom:20px; }
  p.lh {
    line-height: 24px; }
  p.primary {
    color: #8d9694; }
	
.community {
  font-size:18px;
  line-height:28px;
  font-weight:lighter; }
  
  	  
  
  .community a {
 
  font-weight:bold; }
	
	h7 {color:#0083c1; font-size:30px; line-height:120px; font-weight:lighter; display:block; text-align:left;}
	
	.margin {margin-left:-140px;}
	
	   @media (max-width: 769px) {
		   h7 {line-height:30px; margin-bottom:45px;}
		   
		   .margin {margin-left:0;}
		   
	

	   }
	
	h8 {color:#0083c1;
	font-size:18px;
  line-height:21px;
  font-weight:lighter;
  display:block;
  margin-top:25px;
  margin-bottom:25px;
  text-align:left;}
	
	.quotes_blue { font-size:35px;
	line-height: 50px;
	color:#0083c1;
	font-weight:lighter;
	background: url(../images/blue_quotes.png) 0px 0px no-repeat;
	padding-bottom:50px;
	padding-top:20px;
	min-height:120px;}
	
	

hr {
  border: none;
  height: 1px;
  background: #CCCCCC; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:active {
    background: transparent; }

a[href^="tel:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

/*=============    Support Classes    =================*/
.center {
  text-align: center; }

.mg-add {
  margin-top: 5px; }

.oh {
  overflow: hidden; }

h5 + .off1 {
  margin-top: 10px; }

h5 + .off2 {
  margin-top: 36px; }

h3 + .off1 {
  margin-top: 42px; }

h3 + .off2 {
  margin-top: 48px; }

h4 + .off1 {
  margin-top: 20px; }

h6 + .off1 {
  margin-top: 14px; }

.row + .off1 {
  margin-top: 76px; }

.row + .off2 {
  margin-top: 30px; }

p + .off1 {
  margin-top: 23px; }

/*====================================================
                      Main Layout
======================================================*/
.page {
  overflow: hidden;
  min-height: 500px;
  background: #ffffff; }
  .lt-ie9 .page {
    min-width: 1200px; }

/*==================     Brand     ======================*/
.brand {
  position: relative;
  float: left; }
  .brand_name {
    text-transform: uppercase; }
  .brand_logo {
    position: absolute;
    left: 0; }
  .brand_slogan {
    text-transform: uppercase; }

/*========================================================
                     Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: table;
  width: 100%;
  table-layout: fixed;
 }
  .sf-menu > li {
    position: relative;
    display: table-cell;
	text-transform:capitalize; }
	
	

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
	
.sf-menu a {
  display: block; }

.sf-menu > li {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ffffff;
  text-transform:uppercase; }
  
  .sf-menu > li > a {
    color: #fff;
    background: #7d868c;
    font-size: 14px;
    padding: 42px 5px 43px;
    text-transform: uppercase; }
	
	@media only screen and (max-width: 1399px) {
.sf-menu > li > a {
	font-size: 13px;
	
	}
	}
	
	@media only screen and (max-width: 1299px) {
.sf-menu > li > a {
	font-size: 12px;
	
	}
	}
	
	@media only screen and (max-width: 1199px) {
.sf-menu > li > a {
	font-size: 11px;
	
	}
	}
	
	@media only screen and (max-width: 1099px) {
.sf-menu > li > a {
	font-size: 10px;
	
	}
	}
	
	@media only screen and (max-width: 999px) {
.sf-menu > li > a {
	font-size: 9px;
	
	}
	}
	
  .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    background: #77bc1f; 
	}
  .sf-menu > li.active > a {
    background: #77bc1f;
	 }
    .sf-menu > li.active > a:after {
      content: '';
      position: absolute;
      top: 100%;
      height: 25px;
      left: 0;
      right: 0;
      background: #77bc1f;
      z-index: 1;
      margin-top: -1px;
	  font-weight:bold; 
	  z-index:2;}
  .sf-menu > li + li {
    border-left: 1px solid #ffffff; }
  .sf-menu > li.last {
    border-right: none; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 0;
  padding: 30px 0;
  text-align: center;
  background: #7d868c;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li {
  position: relative; }
  .sf-menu ul > li > a {
    font-size: 14px;
	line-height: 16px;
    color: #ffffff;
    text-transform: uppercase; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #77bc1f; font-weight:bold; }
  .sf-menu ul > li + li {
    margin-top: 20px; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
  margin-left: 14px;
  padding: 30px 0;
  background: #77bc1f;
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sf-menu ul ul:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 5px 4.5px 0;
    border-color: transparent #77bc1f transparent transparent; }
  .sf-menu ul ul a:hover {
    color: #7d868c; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: '\f0d7';
    font: 400 12px/12px 'FontAwesome'; }

.sub-menu > li > .sf-with-ul {
  position: relative; }
  .sub-menu > li > .sf-with-ul:after {
    margin-left: 10px;
    content: '\f054';
    font: 400 14px/14px 'FontAwesome'; }

/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  padding-left:10px;
  background: #f4f5f5 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAIxJREFUeNrs1lEJgDAYxPG/YgErmMEKhlgBrWCFVViBPVjFDFYwwnwXxG8yEeHu+eDHtntYlVLii9R8FMGCBQsWbE5jLTrnWqA1VLcYYzkYWIHO0JuAUPKqveW0wFL6jQMw36A9sL8xLn+BZ6FPV33Gs9HccZ3xHRiBIRcFqPTnEixY8O/gAwAA//8DAESSGmWnetXBAAAAAElFTkSuQmCC") no-repeat right center;
  border: 1px solid #7d868c;
  margin-bottom: 30px;
  overflow: hidden; }
  .select-menu .select {
    width: 440px;
    height: 30px;
    color: #7d868c;
    background-color: transparent;
    font: 400 15px "Open sans", sans-serif;
    line-height: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none; }
    .select-menu .select::-ms-expand {
      display: none; }
	  
  @media (max-width: 767px) {
    .select-menu {
      display: block; }
	   h8 {text-align:center;}
	h7 {text-align:center;}
	.right { text-align: center; height: 100px; -webkit-box-align: center; box-align: center; -moz-box-align: center; }
 }
	  
  @media (max-width: 479px) {
    .select-menu {
      width: 270px; }
      .select-menu .select {
        width: 290px; }
		 h8 {text-align:center;}
	h7 {text-align:center;}

 }

/*==================  Stuck menu  ======================*/
.isStuck {
  left: 0;
  background: #444444;
  z-index: 999;
  border-bottom: 1px solid #333333; }
  .isStuck .nav {
    margin-top: 0; }
  .isStuck .sf-menu > li > a {
    padding: 15px 5px; }
    .isStuck .sf-menu > li > a:after {
      display: none; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; 
  border:#0083c1;
  border-style:solid;
  border-width:10px;
  }
  
  
  
  .lazy-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height:100%;
    z-index: 0;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0; }
	
	
	
    .lt-ie9 .lazy-img img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
	  
  .lazy-img .lazy-loaded {
    opacity: 1; }
	
    .lt-ie9 .lazy-img .lazy-loaded {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=100); }
	  
	  

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  }
  .thumb img {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
 }
  .thumb_overlay {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
	 -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; 
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #999999;
	background-image:url(../images/magnifying_small.png);
	background-position: center center;
	background-repeat: no-repeat;
	
    }
	
    .lt-ie9 .thumb_overlay {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
	  
   
	  
      .lt-ie9 .thumb_overlay:before {
        display: none;  }
  .thumb:hover {
    background-image: none; }
    .thumb:hover .thumb_overlay {
      opacity: 0.7;  }
      .lt-ie9 .thumb:hover .thumb_overlay {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
        filter: alpha(opacity=70); }
      .lt-ie9 .thumb:hover .thumb_overlay:before {
        display: block;  }
  

/*==================     ToTop     ======================*/
.toTop {
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  background: #333;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    background: #77bc1f;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat; }
  .mobile .parallax, .tablet .parallax {
    background-position: 50% 0 !important;
    background-size: cover; }

.parallax1 {
  background-image: url(../images/page-1_shaking_hands.jpg);
  background-repeat:no-repeat;
  padding: 56px 0 56px; }
  .parallax1 h5 {
    color: #ffffff; font-size:80px; text-align:right; line-height:80px; float:left; padding:0; }
  .parallax1 h6 {  color: #ffffff; font-size:166px; line-height:140px; margin-left:50px; float:left; padding:0; }

.parallax2 {
  background-image: url(../images/page-2_img10.jpg);
  padding: 159px 0 159px; }
  .parallax2 h3 {
    color: #ffffff; }

.parallax3 {
  background-image: url(../images/page-3_img02.jpg);
  padding: 152px 0 155px; }
  .parallax3 h3, .parallax3 h5 {
    color: #ffffff; }
  .lt-ie9 .parallax3 h5 {
    font-size: 19px; }
  .parallax3 .number {
    background: #77bc1f; }

@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
    padding: 50px 0; } }
/*========================================================
                    HEADER Section
=========================================================*/
.header {
	
  padding-top: 45px;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, white 27%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(27%, white));
  background: -webkit-linear-gradient(top, #eaeaea 0%, white 27%);
  background: -o-linear-gradient(top, #eaeaea 0%, white 27%);
  background: -ms-linear-gradient(top, #eaeaea 0%, white 27%);
  background: linear-gradient(to bottom, #eaeaea 0%, white 27%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=0); }
  .header_panel:before, .header_panel:after {
    display: table;
    content: "";
    line-height: 0; }
  .header_panel:after {
    clear: both; }
  @media (max-width: 767px) {
    .header {
      text-align: center;
      padding-top: 0px; }
      .header .brand {
        float: none; }
      .header .nav {
        margin-top: 20px; }
		.parallax1 h6 {  font-size:120px; line-height:120px; margin-left:10px; float:left; padding:0; } }

/*==================     Header-Brand     ======================*/
.header-brand {
  padding-left: 0px; }
  .header-brand .brand_logo {
    top: -30px; }
  .header-brand .brand_name {
  }
    .header-brand .brand_name span {
      }
  .header-brand .brand_slogan {
     }
  @media (max-width: 767px) {
    .header-brand .brand_slogan {
      } }
  @media (max-width: 479px) {
    .header-brand {
       }
      .header-brand .brand_logo {
        }
      .header-brand .brand_name {
        }
      .header-brand .brand_slogan {
        } }

/*==================     Phone wrap     ======================*/
.phone-wr {
  float: right;
  margin-top: 85px;
  color: #77bc1f;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  padding-left: 60px;
  position: relative; }
  
  .phone-wr:before {
    content: '\f098 ';
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 50px;
    font-size: 50px;
    color: #77bc1f;
    font-family: "FontAwesome"; }
	
  .phone-wr .phone {
    color: #7d868c;
    font-size: 25px;
    font-weight: 600;
    line-height: 28px; 
	padding-top:16px;}
	
  @media (max-width: 767px) {
    .phone-wr {
      float: none;
      display: inline-block;
      margin-top: 20px; } }
	  
  @media (max-width: 479px) {
    .phone-wr {
      font-size: 12px;
	  padding-left: 50px;
	   }
	  
	  .phone-wr .phone {
    font-size: 18px;
	padding-top:10px;}
	
	.phone-wr:before {
    
    line-height: 40px;
    font-size: 40px;
     }
	 }
	  
.lazy-img {
  left:20px;
  margint:0; }
  
.nav {
  margin-top: 70px; }

/*========================================================
                    CONTENT Section 
=========================================================*/

#content.content_pages {
  padding-bottom: 60px;
}
.banner1 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.banner1-inner1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #0083c0;
  padding: 50px 0 49px;

}
.banner1-inner2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 35px;
  background: #fff;
  margin: 0;
}

.banner{
  font: 300 40px/40px;
  color: #7d868c;
  text-transform: uppercase;
  padding-top: 45px;
  text-align:center;
}
.banner1.v2 {
  margin-bottom: 87px;
}
.banner1.v2 .banner1-inner2 {
  background: #f5f6f6;
    padding-top: 45px;

}
.icon_holder1 {
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
  border-radius: 500px;
  background: #FFFFFF;
}

.icon_holder1 img {
  margin-top: 22px;
}

.txt1 {
  font: 300 24px/24px 'Open Sans', Arial, sans-serif;
  color: #0083c1;
  margin-top: 30px;
  text-transform: uppercase;
}

.txt2 {
  font: 300 24px/24px 'Open Sans', Arial, sans-serif;
  color: #7d868c;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.marTop3 {
  margin-top: 50px;
}
.more_btn2 {
  display: inline-block;
  margin-top: 49px;
  text-decoration: none;
  width: 79px;
  font-size:50px;
  line-height:79px;
  height: 79px;
  color:#FFFFFF;
  text-align: center;
  border-radius: 500px;
  margin-bottom: -40px;
  background: #0083c0;
}

.more_btn2:hover {
  background: #7d868c;
}

.more_btn2 img {
  margin-top: 25px;
}

.more_btn5 {
  text-decoration: none;
  font: 15px/22px "Open Sans", Arial, sans-serif;
  color: #7d868c;
  text-transform: uppercase;
  margin-top: 50px;
  display: inline-block;
}
.more_btn5 .img_holder {
  display: inline-block;
  margin-top: -13px;
  text-decoration: none;
  width: 54px;
  height: 54px;
  text-align: center;
  border-radius: 500px;
  background: #ffb819;
  margin-right: 14px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.more_btn5 img {
  margin-top: 15px;
}
.more_btn5:hover {
  color: #ffb819;
}
.more_btn5:hover .img_holder {
  background: #7d868c;
}
.more_btn5 i {
  font-size: 25px;
  line-height: 54px;
  color: #fff;
}
.more_btn5.v2 {
  margin-top: 35px;
}
.more_btn5.v2.v3 {
  margin-top: 71px;
}
.more_btn5.v2 .img_holder {
  background: #464646;
}

.btn {float:right; background-color:#7d868c; margin-top:30px; padding:20px;}

.btn img {
  margin-top: 14px;
}
.content {
  background: white; }

.bg-content {
  background: #f5f6f6; }
  
 .stripes {background: url(../images/stripes1.png); background-repeat: no-repeat; background-position: center 0; width:100%; position: relative; margin-top:-304px; z-index:0; padding-bottom:395px;}
 
 .stripes2 {background: url(../images/stripes2.png); background-repeat: no-repeat; background-position: center 0; width:100%; padding-bottom:395px; margin-top:30px;}
 
  .stripes3 {background: url(../images/stripes1.png); background-repeat: no-repeat; background-position: center 0; width:100%; position: relative; margin-top:-100px; z-index:0; padding-bottom:395px;}
@media (max-width: 1199px) {

.stripes3 {margin-top:-20px}
}

.graph {width:75%; margin-top:45px; margin-bottom:45px; margin-left:auto; margin-right:auto; display:block;}

@media (max-width: 767px) {
	.graph {width:100%;}
	
}

.bg-primary {
  background: #7d868c;
  padding: 100px 0 119px; }

/*==================      Well      ======================*/
.well {
  padding-top: 90px;
  padding-bottom: 85px; }

.well2 {
  padding-top: 86px;
  padding-bottom: 119px; }
  .well2__ins1 {
    padding-bottom: 85px; }

.well3 {
  padding-top: 99px;
  padding-bottom: 100px; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left;
  margin-right: 30px; }
  .box_aside2 {
  float: left;
  margin-right: 30px; }
.box_cnt__no-flow {
  overflow: hidden; padding:10px;}
@media (max-width: 979px) {
  .box_aside {
    float: none;
    margin: 0 0 15px;
	 }
	  .box_aside2 {
	width: 40px;
	float: none;}
	
	.number2 {
	margin-bottom:30px;
	 } }

@media (min-width: 768px) and (max-width: 979px) {
  .box__mod-768 .box_aside {
    float: none;
    margin: 0 0 15px; } }

/*==================  Video  ======================*/
.video {
  width: 100%;
  height: 321px; }

/*==================  Date  ======================*/
.date {
  width: 110px;
  height: 110px;
  line-height: 24px;
  text-align: center;
  font-size: 30px;
  padding-top: 10px;
  font-weight: 300;
  color: #ffffff;
  background: #ffb819;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
   }
  
   .date:hover {
	   
  background: #7d868c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
  color: #7d868c;
  display: block;
  }
   @media (max-width: 768px) {
 .resize{ width:80%;}
 
   h5 {
  text-align:center;
  }
  
    h3 {
  text-align:center;
  margin-top:20px; } 
  
   h2 {
  text-align:center;
  }
  
   p {
  text-align:center;}
  
   .list2 {
  text-align:center;}
 
   }
  @media (max-width: 479px) {
	  .date {
		  margin-left:auto;
		  margin-right:auto;
		  
	  }
	  	   .right { text-align: center; height: 100px; -webkit-box-align: center; box-align: center; -moz-box-align: center;
}
  
	  
      

.small {font-size: 30px;
  line-height: 30px;}
  
  .small2 {font-size: 40px;
  line-height: 40px;}
  
   
	  .color2 {
 font-size: 30px;
  line-height: 30px;
}
 
h6 {
  font-size: 15px;
  line-height: 20px;
  color: #99bf38;
  text-transform: uppercase; }
	  
	  h5 {
  text-align: center;
  }
  
    h3 {
  text-align: center;
  margin-top: 20px; } 
  
   h2 {text-align: center;
  }
  
   p {text-align: center;}
  
   .list2 {
  text-align: center;}
  
  .marTop3 {
  margin-top: 30px;}
  
  .more_btn5 {
 margin-left:30px;
		  margin-right:auto;
}

.more_btn5 .img_holder {
  margin-left:25px;
		  margin-right:auto;
}
	  
  }
  
  .date img {
 margin-top:12px; }
  .date span {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.5; }
    .lt-ie9 .date span {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
      filter: alpha(opacity=50); }

/*==================    Icon    ======================*/
.icon {
  display: inline-block;
  position: relative;
  width: 156px;
  height: 185px;
  font-size:156px;
  line-height:185px;
  color:#77bc1f;
  }
  

.icon-box .icon {
  float: left;
  margin-right: 40px; }
.icon-box h5 {
  color: #abadae; }
@media (max-width: 767px) {
  .icon-box {
    text-align: center; }
    .icon-box .icon {
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
} 
	   img.no_resize {
    width: auto;
  }}

/*==================    Number    ======================*/

.number {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  background: #ffb819;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }


.number-box_cnt {
  margin-top: 38px; }
  
  
  
.number2 {
  display: inline-block;
  width: 230px;
  height:230px;
   margin-left: auto;
    margin-right: auto;
  }
 
.number2-box h3 {
  color: #77bc1f; }
  .number2-box h3 a:hover {
    color: #7d868c; }
.number2-box_cnt {
  margin-top: 38px; }

/*==================  Event  ======================*/
.event .bg-img {
  background-color: #77bc1f;
  background-repeat: no-repeat;
  background-position: right 0;
  padding: 13px 0 10px 17px; }
  .event .bg-img + h5 {
    margin-top: 28px; }
  .event .bg-img h5 {
    color: #ffffff;
    font-weight: 400; }
  .event .bg-img h6 {
    color: #5b605f; }
  .event .bg-img .date2 {
    margin-top: 20px;
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300; }
    .event .bg-img .date2 span {
      display: block;
      opacity: 0.5;
      font-size: 15px;
      text-transform: uppercase;
      line-height: 28px;
      letter-spacing: -0.75px; }
      .lt-ie9 .event .bg-img .date2 span {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
        filter: alpha(opacity=50); }
  @media (min-width: 980px) and (max-width: 1199px) {
    .event .bg-img {
      -webkit-background-size: 50% 100%;
      background-size: 48% 100%; } 
	  .banner1-inner2 {
    padding: 0 10px;
  }
  .banner1-inner2 h2 {
    font: 300 28px/30px;
  }
  
   .txt1 {
    font: 300 20px/20px;
    letter-spacing: -1px;
  }}
  @media (min-width: 768px) and (max-width: 979px) {
    .event .bg-img {
      padding-bottom: 190px;
      background-position: 0 bottom;
      -webkit-background-size: 100% auto;
      background-size: 100% auto; } }
.event .bg1 {
  background-image: url(../images/page-1_img03.jpg); }
.event .bg2 {
  background-image: url(../images/page-1_img04.jpg); }
.event .bg3 {
  background-image: url(../images/page-1_img05.jpg); }
.event .bg4 {
  background-image: url(../images/page-1_img06.jpg); }
@media (min-width: 480px) and (max-width: 767px) {
  .event {
    text-align: center; }
    .event .bg-img {
      padding-right: 150px; } }

/*==================    Owl Carousel    ======================*/
.owl-carousel {
  padding: 0 145px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    .owl-carousel {
      padding: 0 30px; } }

.owl-prev, .owl-next {
  position: absolute;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  top: 29%;
  color: #ffffff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .owl-prev:hover, .owl-next:hover {
    color: #77bc1f; }
  @media (max-width: 767px) {
    .owl-prev, .owl-next {
      font-size: 30px;
      line-height: 30px; } }

.owl-prev {
  left: 0; }

.owl-next {
  right: 0; }

/*==================   Quote    ======================*/
.quote {
  text-align: center; }
  .quote p {
    position: relative;
    padding: 0 35px; }
    .quote p:before, .quote p:after {
      content: '“';
      position: absolute;
      top: 0;
      color: #ffffff;
      font: 300 60px/60px "Open Sans", sans-serif; }
    .quote p:before {
      left: 0; }
    .quote p:after {
      right: 0; }
  .quote p + .btn {
    margin-top: 26px; }
  @media (max-width: 479px) {
    .quote p {
      padding: 0 10px; }
      .quote p:before, .quote p:after {
        top: -15px;
        font-size: 40px;
        line-height: 40px; }
		.number-box h3 {
  margin-top:20px; text-align:center; }
  .number-box h5 {
  text-align:center; }
  .number-box p {
  text-align:center; } }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 60px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #7d868c; }
  .btn:hover {
    background: #77bc1f; }

.btn2 {
  display: inline-block;
  padding: 20px 40px 20px 40px;
  line-height: 24px;
  color: #ffffff;
  background: #77bc1f;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase; }
  .btn2:hover {
    background: #7d868c; }
  @media (max-width: 479px) {
    .btn2 {
      font-size: 18px;
      padding: 20px; } }

.btn-wr {
  margin-top: 34px; }
  .btn-wr .btn2 + .btn2 {
    margin-left: 16px; }
    @media (max-width: 1199px) {
      .btn-wr .btn2 + .btn2 {
        margin: 15px 0 0; } }

/*==================      Link-list      ======================*/
.link-list {
  font-size: 15px;
  color: #bbbaba;
  text-transform: uppercase; }
  .link-list li + li {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #bbbaba; }
  .link-list a:hover {
    color: #0083c1; }


/*==================    Blog box      ======================*/
.blog-box_cnt {
  background: #fff;
  padding: 39px 37px 37px 30px; }
.blog-box .date {
  float: left;
  margin: 6px 30px 0 0; }
  @media (max-width: 767px) {
    .blog-box .date {
      float: none;
      margin: 0 0 15px; } }
.blog-box p > a {
  font-size: 20px;
  line-height: 24px;
  color: #77bc1f;
  margin-left: 7px; }
  .blog-box p > a:hover {
    color: #7d868c; }
.blog-box + .blog-box {
  margin-top: 55px; }

/*==================   Address    ======================*/
address {
  text-transform: uppercase;
  color: #ffffff; }
  address p {
    font: 300 20px/25px "Open Sans", sans-serif; }
  address a {
    color: #77bc1f; }
    address a:hover {
      text-decoration: underline; }
  @media (max-width: 479px) {
    address p {
      font-size: 18px; } }

/*==================    Map    ======================*/
.map {
  height: 457px; }
  .map img {
    max-width: none !important; }
  @media (max-width: 767px) {
    .map {
      height: 250px; } }
  @media (max-width: 479px) {
    .map {
      height: 200px; } }

.policy-box + .policy-box {
  margin-top: 76px; }

.policy-link {
  margin-top: 80px;
  font-size: 15px;
  text-transform: uppercase;
  color: #77bc1f; }
  .policy-link a:hover {
    text-decoration: underline; }

/*========================================================
										FOOTER styles
=========================================================*/
.box-3 {
  position: relative;
  width: 100%;
  z-index: 10;
  margin-top: 113px;
  padding: 38px 0 94px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #7d868c;
}

#footer {
  padding: 23px 0 30px;
  color: #4d5b64;
  overflow: hidden;
  background: #dbd7d2;
}
#footer h1 {
  position: relative;
  z-index: 100;
  margin-top: 13px;
  margin-right: 14px;
  font-size: 34px;
  line-height:34px;
    color: #7d868c;
	  font-weight: 500;


}
#footer h1 a {
  display: block;
}
.txt_priv {
  font-size: 16px;
  line-height:16px;
  color: #7d868c;
  font-weight: 500;
  padding-top:7px;
  /*min-width: 280px;*/
}

.color1 {
  color: #77bc1f;
 font-weight: 500;
 font-size: 19px;
  line-height: 24px;
}

.color2 {
  color: #ffb819;
 font-size: 40px;
  line-height: 40px;
}

.color2 a:hover {
    color: #7d868c; }

.marTop2 {
  margin-top: 85px;
}


.list2 {
  margin: 0;
  margin-top: 28px;
}
.list2 li {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0px;
  position: relative;
  margin-bottom: 15px;
  line-height:16px;
}
.list2 li a {
  text-decoration: none;
  text-transform: uppercase;
  font: 12px/20px;
}
.list2 li a:hover,
.list3 li.current a {
  color: #77bc1f;
}


@media only screen and (max-width: 479px) {
 
  #footer h1 {
    width: auto;
	
  text-align:center;
  }
  #footer h1 img {
    width: auto;
  }
 
}

@media only screen and (max-width: 767px) {
 
  #footer h1 {
    width: auto;
	
  text-align:center;
  }
  #footer h1 img {
    width: auto;
  }
 
}


/*==================     Contacts     ======================*/
.addr, .contact {
  position: relative;
  padding-left: 50px;
  text-transform: uppercase; }
  .addr:before, .contact:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #77bc1f;
    font-family: "FontAwesome"; }
  .addr a:hover, .contact a:hover {
    text-decoration: underline; }

.addr:before {
  content: '\f041';
  font-size: 40px;
  line-height: 40px; }

.contact:before {
  content: '\f10b';
  font-size: 35px;
  line-height: 30px; }

/*==================     Footer Brand     ======================*/
.footer-brand {
  padding-left: 50px; }
  .footer-brand .brand_logo {
    top: 6px; }
  .footer-brand .brand_name {
    font-size: 46px;
    line-height: 46px;
    font-weight: 600;
    color: #fff; }
    .footer-brand .brand_name span {
      color: #697682; }
  .footer-brand .brand_slogan {
    font-size: 8px;
    line-height: 8px;
    letter-spacing: 11.04px;
    color: #fff; }

/*==================     Social List     ======================*/
.social-list {
  margin-top: 16px; }
  .social-list li {
    display: inline-block; }
    .social-list li + li {
      margin-left: 6px; }
  .social-list a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #32383e;
    border-radius: 50%; }
    .social-list a:hover {
      background: #77bc1f; }

.copyright span:first-child {
  color: #77bc1f;
  text-transform: uppercase; }
.copyright a:hover {
  text-decoration: underline; }
