@import "animate.css";
@import url(../css/font-awesome.css);
@import url(../../../fonts.googleapis.com/css@family=Open+Sans_3A300);
@import url(../../../fonts.googleapis.com/css@family=Open+Sans_3A400);
@import url(../../../fonts.googleapis.com/css@family=Open+Sans_3A600);
@import url(../../../fonts.googleapis.com/css@family=Open+Sans_3A700);
@import url(../../../fonts.googleapis.com/css@family=Pacifico);
/*========================================================
          Main layout styles
=========================================================*/
body {
 font: 400 14px/21px Verdana,Geneva,sans-serif;
 color: #999999;
 background:#CCCCCC; 
     /*font-family: Verdana,Geneva,sans-serif;*/
 
}
.perspective {
 perspective: 1000;
 -webkit-perspective: 1000;
}
#stuck_container {
 position: relative;
 z-index: 1000;
}
a {
 text-decoration: none;
 color: inherit;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
a:hover {
 color: #247ebb;
}
.a1 {
 display: inline-block;
 font: bolder 13px/22px 'Open Sans', sans-serif;
 text-transform: none;
 color: #282828;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.a1:hover {
 color: #247ebb;
}
.a2 {
 font: 400 16px/24px 'Open Sans', sans-serif;
 color: #999999;
 display: inline-block;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.a2:hover {
 color: #247ebb;
}
.a3 {
 font: 400 16px/24px 'Open Sans', sans-serif;
 color: #ffffff;
 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
 display: inline-block;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.a3:hover {
 color: #f4d949;
}
.a4 {
 font: 400 18px/24px 'Open Sans', sans-serif;
 color: #ffffff;
 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
 display: inline-block;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.a4:hover {
 color: #f4d949;
}
img {
 max-width: 100%;
}
* {
 -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
 font: 600 18px/24px 'Open Sans', sans-serif;
 color: #282828;
 text-transform: none;
}
h2 span {
 font: 400 24px/24px 'Open Sans', sans-serif;
}
h2 a {
 font: 400 24px/24px 'Open Sans', sans-serif;
}
h3 {

 font: 600 24px/30px 'Open Sans', sans-serif;
 color: #ffffff;
 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
 text-transform: none;
}
h5 {
 font: 300 18px/24px 'Open Sans', sans-serif;
 color: #ffffff;
 text-transform: none;
}
p {
 font: 400 12px/24px 'Open Sans', sans-serif;
 color: #999999;
}
p a {
 font: 400 12px/24px 'Open Sans', sans-serif;
 display: inline-block;
 color: #999999;
 text-decoration: underline;
}
.p1 {
 position: relative;
 z-index: 2;
 font: 600 40px/60px 'Open Sans', sans-serif;
 text-transform: uppercase;
 display: inline-block;
 color: #ffffff;
 padding: 0 9px;
 margin-bottom: 1px;
 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
 /* Landscape phones and down */
}
.p1.yel {
 background: #f4d949;
}
.p1.blue {
 background: #247ebb;
}
.p1.viol {
 background: #515c6c;
}
@media (max-width: 979px) {
 .p1 {
  font: 600 17px/25px 'Open Sans', sans-serif;
 }
}
@media (max-width: 480px) {
 .p1 {
  font: 600 12px/16px 'Open Sans', sans-serif;
 }
}
.p2 {
 font: 300 30px/36px 'Open Sans', sans-serif;
 font-style: italic;
 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
 color: #ffffff;
 /* Landscape phones and down */
}
@media (max-width: 767px) {
 .p2 {
  font: 300 25px/30px 'Open Sans', sans-serif;
 }
}
@media (max-width: 480px) {
 .p2 {
  font: 300 15px/22px 'Open Sans', sans-serif;
 }
}
.p3 {
 font: 400 14px/36px 'Open Sans', sans-serif;
 color: #ffffff;
 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.p3 .fa {
 font-size: 24px;
 line-height: 36px;
 display: inline-block;
 color: #ffffff;
 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.p4 {
 font: 400 16px/24px 'Open Sans', sans-serif;
 color: #999999;
}
time {
 font: 400 18px/24px 'Open Sans', sans-serif;
 color: #282828;
 display: block;
}
/* ======= Buttons ======= */
.btn-default {
 display: inline-block;
 background: #313131;
 position: relative;
 z-index: 5;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.btn-default em {
 font: 500 24px/24px 'Pacifico', cursive;
 text-transform: none;
 color: #ffffff;
 padding: 15px 25px 15px 25px;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
 display: inline-block;
}
.btn-default:hover {
 background: #383838;
}
.btn-link {
 display: inline-block;
 font: 500 18px/18px 'Pacifico', cursive;
 color: #247ebb;
 text-transform: uppercase;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
 z-index: 5;
}
.btn-link:hover {
 color: #313131;
}
/*========================================================
          HEADER styles
=========================================================*/
#header #stuck_container {
 /* background: #383838;
 background: url(../images/header_bg.png) repeat-x 0 0;*/
 
 background: rgba(255,255,255,1);
/*background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(32,124,229,1) 30%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(16%, rgba(255,255,255,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(32,124,229,1) 30%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(32,124,229,1) 30%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(32,124,229,1) 30%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(32,124,229,1) 30%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#207ce5', GradientType=1 );
 min-height: 56px;
 box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);*/
border-bottom:#FF9934 solid 2px;
}
/* ======= Logo ======= */
h1 {
 display: inline-block;
 float: left;
 padding-top: 5px;
}
h1 a {
 font: 400 36px/46px 'Pacifico', cursive;
 color: #ffffff;
 display: inline-block;
 white-space: nowrap;
}
h1 a:hover {
 color: #ffffff;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
 float: right;
 /* Landscape phone to portrait tablet */
}
@media (max-width: 1366px) {
 nav {
  display: inline-block;
 }
 
  

}
@media (max-width: 979px) {
 nav {
  /*   float:none;
   display:block;
   width:100%;
   text-align:center;*/
 }
 
 #header #stuck_container {
 
 /* background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, rgba(32,124,229,1) 25%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(24%, rgba(255,255,255,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, rgba(32,124,229,1) 25%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, rgba(32,124,229,1) 25%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, rgba(32,124,229,1) 25%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, rgba(32,124,229,1) 35%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#207ce5', GradientType=1 );*/
 
 }

}
@media (max-width: 767px) {
 nav {
  background: none;
  border: none;
 }
 
 
  
 #header #stuck_container {
 
  background:#FFF;
 
 }
 #header #stuck_container h1 {
	
	padding-left:15%;
 }
 
}
/* Main menu styles
========================================================*/
.sf-menu > li {
 letter-spacing: 0.2px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 float: left;
 position: relative;
 text-align: center;
 margin-top: 0px;
 margin-right: 0px;
}
.sf-menu > li.with-menu {
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
 margin-top: 0;
 margin-right: 11px;
 padding: 25px 17px 24px 25px;
 position: relative;
}
.sf-menu > li.with-menu:before {
 position: absolute;
 content: '';
 left: 0;
 display: none;
 top: -5px;
 width: 100%;
 height: 5px;
 background: #323232;
}
@media (max-width: 979px) {
 .sf-menu > li {
  /*       margin-top: 0;
   &:first-child{
    margin-left:30px;
   };
   */
 }
}
.sf-menu > li.last-menu-item {
 margin-right: 0px;
}
@media (max-width: 1200px) {
 .sf-menu > li.last-menu-item {
  margin-right: 0px;
 }
}
.sf-menu > li > .sf-with-ul {
 /*   &:after {
    .after(14px);
    content: "\f078";
    color: @main-menu-color;
    bottom: 5px;
    left: 50%;
    margin-left: -7px;
    .transition(all 0.3s ease);
   }*/
}
.sf-menu > li > a {
 position: relative;
 display: inline-block;
 width: 100%;
 height: 100%;
 overflow: hidden;
 background: none;
 border-right:1px solid #FF9934;
 
 -webkit-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
}
.sf-menu > li > a > div {
 position: relative;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 -webkit-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
 overflow: hidden;
}
.sf-menu > li > a > div:first-child {
 /*.rotateZ(0deg);*/
 position: absolute;
}
.sf-menu > li > a > div:first-child + div {
 top: -100px;
}
.sf-menu > li > a > div span {
 position: relative;
 display: block;
 font: 700 13px/12px 'Open Sans', times new roman;
 color:  #065ACD;
 text-transform: uppercase;
 padding: 5px 5px;
 margin: 0;
 -webkit-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
}
.sf-menu > li.active,
.sf-menu > li.sfHover,
.sf-menu > li:hover {
 z-index: 10;
}
.sf-menu > li.active > a,
.sf-menu > li.sfHover > a,
.sf-menu > li:hover > a {
 text-decoration: none;
 background:  #065ACD;
}
.sf-menu > li.active > a > div:first-child,
.sf-menu > li.sfHover > a > div:first-child,
.sf-menu > li:hover > a > div:first-child {
 top: 200px;
 -webkit-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
}
.sf-menu > li.active > a > div:first-child + div,
.sf-menu > li.sfHover > a > div:first-child + div,
.sf-menu > li:hover > a > div:first-child + div {
 -webkit-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
 top: 0;
}
.sf-menu > li.active > a > div span,
.sf-menu > li.sfHover > a > div span,
.sf-menu > li:hover > a > div span {
 color: #ffffff;
}
.sf-menu > li.current {
 z-index: 10;
}
.sf-menu > li.current > a {
 text-decoration: none;
 background:  #065ACD;
}
.sf-menu > li.current > a > div:first-child {
 top: 200px;
 -webkit-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
}
.sf-menu > li.current > a > div:first-child + div {
 -webkit-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
 top: 0;
}
.sf-menu > li.current > a > div span {
 color: #ffffff;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
 /*.box-shadow(-1px 2px 3px 0px rgba(0, 0, 0, 0.16));*/
 display: none;
 min-width: 290px;
 font: 700 11px/11px 'Open Sans', sans-serif;
 position: absolute;
 top: 57px;
 left: 0;
 background: #207CE5;
 text-align: left;
 padding: 15px 0 15px;
 z-index: 2;
 border-radius: 5px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
@media (max-width: 979px) {
 .sf-menu ul {
  top: 62px;
 }
}
.sf-menu ul li {
 letter-spacing: 0;
 position: relative;
 display: block;
 /*  >.sf-with-ul {
   &:after {
    .after(14px);
    content: "\f054";
    color: @first-menu-color;
    bottom: 5px;
    right: 15px;
    .transition(all 0.3s ease);
   }
  }*/
}
.sf-menu ul li:hover > a {
 background: #383838;
 color: #ffffff;
 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.sf-menu ul li a {
 padding: 9px 0 9px 20px;
 display: block;
 color: #ffffff;
 text-transform: uppercase;
 letter-spacing: 1px;
}
.sf-menu ul > .sfHover > a {
 background: #u7u7u7;
}
.sf-menu ul > .sfHover > a:after {
 color: #ffffff;
 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.sf-menu ul li.sfHover > a {
 background: #u7u7u7;
 color: #ffffff;
 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
 position: absolute;
 top: -15px;
 left: 237px;
 margin-left: 0;
 z-index: 4;
 text-align: left;
}
@media only screen and (max-width: 767px) {
 .sf-menu {
  display: none;
 }
 nav {
  width: 100%;
  float: none;
 }
 .select-menu {
  border-radius: none;
  display: block;
  text-transform: capitalize;
  float: none;
  color: #333333;
  width: 90%;
  margin-left: 5%;
  margin-top: 20px;
  margin-bottom: 10px;
  background: #ffffff;
  font: 20px/26px 'Open Sans', sans-serif;
  text-align: left;
  border: 1px solid #c1c1c1;
  position: relative;
 }
 .select-menu option {
  text-align: left;
  position: relative;
 }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
 z-index: 999;
 position: fixed;
 left: 0;
}
@media only screen and (max-width: 979px) {
 .isStuck {
  display: none !important;
 }
}
/*========================================================
          CONTENT styles
=========================================================*/
#content {
 /*position: relative;
z-index: 1;*/
}
.block_1 {
 display: block;
 position: relative;
 margin-top: 24px;
 /* background: url(../images/p1_pic1.jpg) no-repeat 0 0;*/
 padding: 54px 34px;
 z-index: 100;
 overflow: hidden;
 /* Landscape phones and down */
}
.block_1 img {
 width: 100%;
 height: auto;
 position: absolute;
 left: 0;
 top: 0;
 z-index: 1;
}
.block_1 > div {
 max-width: 500px;
 /* Landscape phones and down */
}
@media (max-width: 979px) {
 .block_1 > div {
  max-width: 250px;
 }
}
@media (max-width: 480px) {
 .block_1 > div {
  max-width: 200px;
 }
}
@media (max-width: 979px) {
 .block_1 {
  padding: 24px 14px;
 }
}
@media (max-width: 480px) {
 .block_1 {
  padding: 5px 10px;
 }
}
.block_2 {
 display: block;
 padding: 0 25px;
}
.block_3 {
 display: block;
 padding: 0 25px;
}
.block_3 .icone {
 width: 130px;
 height: 130px;
 background: #00CBE9;
 border-radius: 500px;
 display: inline-block;
 border: 3px inset #00CBE9;
 box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2);
 text-align: center;
}

.block_3 .icone:hover {
 
 background: #247EBB;
 }
 

.block_3 .icone .fa {
 display: inline-block;
 font-size: 42px;
 line-height: 76px;
 color: #ffffff;
}
.block_4 {
 display: block;
 overflow: hidden;
}
.block_4 .fa {
 font-size: 20px;
 line-height: 24px;
 color: #f4d949;
 display: inline-block;
 float: left;
 margin-right: 10px;
}
/* ======= Address ======= */
.block_5 {
 display: block;
 padding: 0 17%;
 text-align: center;
}
.block_5 address {
 padding-top: 15px;
}
.block_5 address p {
 text-align: left;
 /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
 .block_5 address p {
  text-align: center;
 }
}
.block_5 address p span {
 display: inline-block;
 width: 105px;
}
@media (max-width: 1200px) {
 .block_5 address p span {
  width: 90px;
 }
}
.block_5 address .mail_ {
 text-align: center;
}
@media (max-width: 1200px) {
 .block_5 {
  padding: 0 0;
 }
}
/* ======= Banners ======= */
.banner1 {
 /*background-image: url(../images/p1_bg1.jpg);*/
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ #065ACD+0,99c8f7+56,d1e8ff+100 */
background: rgb(6,90,205); /* Old browsers */
background: -moz-linear-gradient(top, rgba(6,90,205,1) 0%, rgba(153,200,247,1) 56%, rgba(209,232,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(6,90,205,1) 0%,rgba(153,200,247,1) 56%,rgba(209,232,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(6,90,205,1) 0%,rgba(153,200,247,1) 56%,rgba(209,232,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #065ACD', endColorstr='#d1e8ff',GradientType=0 ); /* IE6-9 */

 padding: 10px;
 /*height: 320px;*/
 /* Landscape phones and down */
}
@media (max-width: 767px) {
 .banner1 {
  height: 300px;
 }
}
@media (max-width: 480px) {
 .banner1 {
  height: 220px;
 }
}
.banner2 {
 background-image: url(../images/p1_bg2.jpg);
 /*padding-top: 40px;
 padding-bottom: 15px;*/
 
 background: rgb(6,90,205); /* Old browsers */
background: -moz-linear-gradient(top, rgba(6,90,205,1) 0%, rgba(153,200,247,1) 56%, rgba(209,232,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(6,90,205,1) 0%,rgba(153,200,247,1) 56%,rgba(209,232,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(6,90,205,1) 0%,rgba(153,200,247,1) 56%,rgba(209,232,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #065ACD', endColorstr='#d1e8ff',GradientType=0 ); /* IE6-9 */
}
.banner3 {
 background-image: url(../images/p1_bg2.jpg);
 /* padding-top: 40px;
 padding-bottom: 35px;*/
}
.banner4 {
 background-image: url(../images/p1_bg2.jpg);
 padding-top: 40px;
 padding-bottom: 35px;
}
.banner4 p {
 color: #ffffff;
 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.banner5 {
 background-image: url(../images/p1_bg2.jpg);
 padding-top: 40px;
 padding-bottom: 35px;
}
.banner5 p {
 color: #ffffff;
 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* ======= Google Map ======= */
.google-map1 {
 height: 300px;
}
.google-map1 img {
 max-width: none !important;
}
/* ======= Google Map ======= */
.content_map {
 color: #ffffff;
 position: relative;
 text-align: center;
 height: 410px;
 margin-top: 0;
 /* Landscape phone to portrait tablet */
 /* Landscape phones and down */
}
@media (max-width: 767px) {
 .content_map {
  height: 300px;
 }
}
@media (max-width: 480px) {
 .content_map {
  height: 220px;
 }
}
.content_map .rel {
 position: relative;
 z-index: 10;
}
.content_map .gmap {
 height: 410px;
 /* Landscape phone to portrait tablet */
 /* Landscape phones and down */
}
@media (max-width: 767px) {
 .content_map .gmap {
  height: 300px;
 }
}
@media (max-width: 480px) {
 .content_map .gmap {
  height: 220px;
 }
}
/* ======= List 1 ======= */
.list_1 {
 padding-top: 15px;
 list-style: none;
 display: block;
}
.list_1 li {
 display: block;
 padding-top: 9px;
}
.list_1 li a {
 font: 700 14px/14px 'Pacifico', cursive;
 color: #247ebb;
 display: inline-block;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.list_1 li a:hover {
 color: #313131;
}
.list_2 {
 margin-top: 8px;
 display: block;
}
.list_2 li {
 display: block;
 padding: 14px 0 4px;
 background: url(../images/footer_border.png) repeat-x 0 top;
}
.list_2 li:first-child {
 background: none;
}
.list_2 li a {
 font: 400 12px/12px 'Open Sans', sans-serif;
 color: #f4d949;
 display: inline-block;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.list_2 li a:hover {
 color: #247ebb;
}
.list_3 {
 display: block;
 margin-top: 12px;
}
.list_3 li {
 display: block;
 padding: 8px 0 7px;
}
.list_3 li a {
 display: inline-block;
 font: 400 12px/12px 'Open Sans', sans-serif;
 color: #282828;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.list_3 li a:hover {
 color: #247ebb;
}
.list_3 li.last {
 padding-top: 17px;
}
.list_3 li.last a {
 text-decoration: underline;
}
/* ======= video ======= */
.various {
 display: block;
 position: relative;
 overflow: hidden;
}
.various:before {
 font-family: FontAwesome;
 font-size: 48px;
 position: absolute;
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
 cursor: default;
 line-height: 34px;
 content: '\f152';
 color: #ffffff;
 top: 45%;
 left: 0;
 text-align: center;
 display: block;
 width: 100%;
 -webkit-transition: all 0.4s ease;
 transition: all 0.4s ease;
 -webkit-transform: scale(1, 1);
 -ms-transform: scale(1, 1);
 transform: scale(1, 1);
 opacity: 1;
 z-index: 3;
}
.various:hover:before {
 color: #313131;
}
/*========================wrappers=========================*/
.wrapper_1 {
 /* padding: 47px 0 40px;*/
}
.wrapper_2 {
 padding: 0 0 5px;
}
.wrapper_3 {
 padding: 10px 0 2px;
}
.wrapper_4 {
 padding: 47px 0 40px;
}
.wrapper_5 {
 padding: 10px 0 40px;
}
.wrapper_6 {
 padding: 22px 0 65px;
}
.wrapper_7 {
 padding: 47px 0 50px;
}
.wrapper_8 {
 padding: 47px 0 35px;
}
.wrapper_9 {
 padding: 0px 0 35px;
}
.wrapper_10 {
 padding: 10px 0 35px;
}
.wrapper_11 {
 padding: 5px 0 45px;
}
/*========================others=========================*/
.pic_bord {
 box-sizing: border-box;
 border: 1px solid #e5e5e5;
 width: 100%;
 height: auto;
}

.z2 {
 z-index: 2;
}

.left{text-align:left;

}
.tac {
 text-align: center;
}
.tal {
 text-align: left;
}
.tar {
 text-align: right;
}
.fl {
 float: left;
}
.fr {
 float: right;
 /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
 .fr {
  float: none;
 }
}
.width1 {
 display: inline-block;
 width: 80px;
}
.extra_wrap {
 overflow: hidden;
 display: block;
}
.img_indent {
 float: left;
 margin-right: 30px;
 /* Landscape phone to portrait tablet */
}
@media (min-width: 768px) and (max-width: 979px) {
 .img_indent {
  float: none;
  margin-right: 0px;
  padding-bottom: 20px;
 }
}
@media (max-width: 767px) {
 .img_indent {
  float: none;
  margin-right: 0px;
  padding-bottom: 20px;
 }
}
.img_indent_1 {
 float: left;
 margin-right: 15px;
 /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
 .img_indent_1 {
  float: none;
 }
}
.img_indent_2 {
 float: left;
 margin-right: 0px;
}
@media (max-width: 979px) {
 .img_indent_2 {
  float: none;
  width: 100%;
  height: auto;
 }
}
.pad_1 {
 padding: 0 28px;
}
@media (max-width: 979px) {
 .pad_1 {
  padding: 0;
 }
}
.pad_b_2 {
 padding-bottom: 20px;
}
.mar_t_05 {
 margin-top: 5px;
}
.mar_t_1 {
 margin-top: 10px;
}
.mar_t_15 {
 margin-top: 15px;
}
.mar_t_2 {
 margin-top: 20px;
}
.mar_t_25 {
 margin-top: 25px;
}
.mar_t_3 {
 margin-top: 30px;
}
.mar_t_35 {
 margin-top: 35px;
}
.mar_t_4 {
 margin-top: 40px;
 /* Landscape phone to portrait tablet */
}
@media (max-width: 1199px) {
 .mar_t_4 {
  margin-top: 27px;
 }
}
@media (min-width: 768px) and (max-width: 979px) {
 .mar_t_4 {
  margin-top: 15px;
 }
}
@media (max-width: 767px) {
 .mar_t_4 {
  margin-top: 10px;
 }
}
.mar_t_45 {
 margin-top: 45px;
 /* Landscape phone to portrait tablet */
}
@media (max-width: 1199px) {
 .mar_t_45 {
  margin-top: 30px;
 }
}
@media (min-width: 768px) and (max-width: 979px) {
 .mar_t_45 {
  margin-top: 20px;
 }
}
@media (max-width: 767px) {
 .mar_t_45 {
  margin-top: 15px;
 }
}
.mar_t_5 {
 margin-top: 50px;
 /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
 .mar_t_5 {
  margin-top: 30px;
 }
}
@media (min-width: 768px) and (max-width: 979px) {
 .mar_t_5 {
  margin-top: 20px;
 }
}
@media (max-width: 767px) {
 .mar_t_5 {
  margin-top: 20px;
 }
}
.mar_t_6 {
 margin-top: 60px;
 /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
 .mar_t_6 {
  margin-top: 40px;
 }
}
@media (min-width: 768px) and (max-width: 979px) {
 .mar_t_6 {
  margin-top: 20px;
 }
}
@media (max-width: 767px) {
 .mar_t_6 {
  margin-top: 20px;
 }
}
.mar_t_7 {
 margin-top: 70px;
 /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
 .mar_t_7 {
  margin-top: 40px;
 }
}
@media (min-width: 768px) and (max-width: 979px) {
 .mar_t_7 {
  margin-top: 20px;
 }
}
@media (max-width: 767px) {
 .mar_t_7 {
  margin-top: 20px;
 }
}
.mar_t_8 {
 margin-top: 80px;
 /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
 .mar_t_8 {
  margin-top: 50px;
 }
}
@media (min-width: 768px) and (max-width: 979px) {
 .mar_t_8 {
  margin-top: 30px;
 }
}
@media (max-width: 767px) {
 .mar_t_8 {
  margin-top: 25px;
 }
}
.mar_t_9 {
 margin-top: 90px;
 /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
 .mar_t_9 {
  margin-top: 50px;
 }
}
@media (min-width: 768px) and (max-width: 979px) {
 .mar_t_9 {
  margin-top: 30px;
 }
}
@media (max-width: 767px) {
 .mar_t_9 {
  margin-top: 30px;
 }
}
.mar_t_10 {
 margin-top: 100px;
 /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
 .mar_t_10 {
  margin-top: 60px;
 }
}
@media (min-width: 768px) and (max-width: 979px) {
 .mar_t_10 {
  margin-top: 40px;
 }
}
@media (max-width: 767px) {
 .mar_t_10 {
  margin-top: 30px;
 }
}
.mar_t_11 {
 margin-top: 110px;
 /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
 .mar_t_11 {
  margin-top: 60px;
 }
}
@media (min-width: 768px) and (max-width: 979px) {
 .mar_t_11 {
  margin-top: 40px;
 }
}
@media (max-width: 767px) {
 .mar_t_11 {
  margin-top: 35px;
 }
}
/*========================================================
          FOOTER styles
=========================================================*/
#footer {
 padding-top: 20px;
 overflow: hidden;
 padding-bottom: 35px;
 display: block;
 background: #383838;
 /* ======= Social buttons 1 ======= */
}
#footer .privacy-block {
 display: inline-block;
 color: #ffffff;
 font: 700 12px/22px 'Open Sans', sans-serif;
}
#footer .privacy-block a {
 display: inline-block;
}
#footer p {
 line-height: 22px;
 max-width: 300px;
}
#footer .socials1 {
 float: right;
 display: inline-block;
 /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
 #footer .socials1 {
  float: none;
 }
}
#footer .socials1 li {
 display: inline-block;
}
#footer .socials1 li + li {
 margin-left: 7px;
}
#footer .socials1 li a i {
 width: 48px;
 height: 48px;
 line-height: 48px;
 color: #ffffff;
 background: #ffffff;
 text-align: center;
 font-size: 23px;
 display: block;
 border-radius: 200px;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
#footer .socials1 li a i:hover {
 background: #383838;
}
.bord_f {
 border-top: 1px solid #f4d949;
}
/*========================================================
          Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
 display: none;
 text-decoration: none;
 position: fixed;
 bottom: 80px;
 right: 30px;
 overflow: hidden;
 border: none;
 color: #999999;
 font-size: 43px;
 line-height: 38px;
 z-index: 20;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
#toTop:hover {
 outline: none;
 color: #247ebb;
}
@media only screen and (max-width: 1199px) {
 #toTop {
  display: none !important;
 }
}
/*Core variables and mixins*/

.tag {
 text-align: left;
 margin: 8px 20px 0 ;
}
.tag a {
 position: relative;
 font: 700 15px/40px Georgia, "Times New Roman", Times, serif;
 cursor: pointer;
 color: #ffffff;
 /* width: 130px;*/
 
 float: left;
 
 
 text-align: center;
 box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2);
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
 margin:1%;
 padding: 0 .7% 0 .7%;
 
 /* Landscape phones and down */
}
.tag a:hover {
 background: #515c6c;
}


.custom_heading
{
	background-color:#f5f5f5;
/*background-color:rgba(0,203,233,.06);*/
 padding:1% 0 1% 1%;
 /*margin-top:1%;*/ font-size:16px;
 /*color:rgb(36, 126, 187);*/
 color:#065ACD;
 font-family:Georgia, "Times New Roman", Times, serif;
}
.custom_heading1
{
	background-color:#f5f5f5;
/*background-color:rgba(0,203,233,.06);*/
 padding:1% 0 1% 1%;
 /*margin-top:1%;*/ font-size:16px;
 /*color:rgb(36, 126, 187);*/
 color:#FF6600;
 font-family:Georgia, "Times New Roman", Times, serif;
}
.custom_main_heading
{
	/*background:url(../images/header_bg.png) repeat; 
background-color:rgba(0,203,233,.06) !important;*/
 padding:3px 0 3px 0%;
 /*margin-top:1%;*/ 
  /*color:rgb(255, 128, 64) !important;*/
  font-size:20px !important;
  background:#FF6600;/* rgba(32,124,229,1);*/
  color:#FFFFFF;
 
  
}
.custom_main_heading1
{
	/*background:url(../images/header_bg.png) repeat; 
background-color:rgba(0,203,233,.06) !important;*/
 padding:3px 0 3px 0%;
 /*margin-top:1%;*/ 
  /*color:rgb(255, 128, 64) !important;*/
  font-size:30px !important;
  background:#FF6600;/* rgba(32,124,229,1);*/
  color:#FFFFFF;
 
  
}








@media (max-width: 1199px) {
.custom_main_heading
{
	padding:3px 0 3px 0%;
 /*margin-top:1%;*/ 
  /*color:rgb(255, 128, 64) !important;*/
  font-size:30px !important;}
}
@media (min-width: 768px) and (max-width: 979px) {
.custom_main_heading
{
	font-size:28px !important;}
}
@media (max-width: 767px) {
.custom_main_heading
{
	font-size:20px !important;}
}




.type1,.type2,.type3,.type4,.type5,.type6,.type7,.type8,.type9,.type10,.type11,.type12,.type13{
background-color: #065ACD;
    border: 2px solid #FFF;
    color: #FFF !important;
}
/*.type2{
background: #F36;
border: 1px solid #9F6 ;
}
.type3{
background: #00F;
border: 1px solid #9F6 ;
}
.type4{
background: #600;
border: 1px solid #9F6 ;
}
.type5{
background: #489552;
border: 1px solid #9F6 ;
}
.type6{
background: #D5992B;
border: 1px solid #9F6 ;
}
.type7{
background: #96F;
border: 1px solid #9F6 ;
}
.type8{
background: #F00;
border: 1px solid #9F6 ;
}
.type9{
background: #666;
border: 1px solid #9F6 ;
}
.type10{
background: #F0F;
border: 1px solid #9F6 ;
}
.type11{
background: #969;
border: 2px solid #0FF ;
}
.type12{
background: #030;
border: 1px solid #9F6 ;
}
.type13{
background: #FF8040;
border: 1px solid #9F6 ;
}*/

.custom_grid td{border:2px solid rgba(0,0,0,.6); background-color:rgba(0,0,0,.06); color:#FFF; font-family:Georgia, "Times New Roman", Times, serif; }

.custom_grid tr td:first-child{font-weight:bolder;}



.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
  border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	background-color:#ffd4aa;
		

}
.CSSTableGenerator td{
	vertical-align:middle;
	
	background-color:rgba(0,0,0,.06);

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.CSSTableGenerator tr td:first-child,.CSSTableGenerator tr td:nth-child(3){
		background:-o-linear-gradient(bottom, #ff7f00 5%, #ffaa56 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #ffaa56) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #ffaa56 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#ffaa56");	background: -o-linear-gradient(top,#ff7f00,ffaa56);
}
/*.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #ffaa56 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #ffaa56) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #ffaa56 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#ffaa56");	background: -o-linear-gradient(top,#ff7f00,ffaa56);

	background-color:#ff7f00;
}*/
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


/*custom font*/
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans);

* {margin: 0; padding: 0;}

.breadcrumb {
	/*centering*/
	display: inline-block;
	/*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);*/
	overflow: hidden;
	border-radius: 5px;
	/*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
	counter-reset: flag; 
}

.breadcrumb a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	color: white;
	/*need more margin on the left of links to accomodate the numbers*/
	padding: 0 10px 0 60px;
	background: #666;
	background: linear-gradient(#666, #333);
	position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
	padding-left: 46px;
	border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.breadcrumb a:first-child:before {
	left: 14px;
}
.breadcrumb a:last-child {
	border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
	padding-right: 20px;
}

/*hover/active styles*/
.breadcrumb a.active, .breadcrumb a:hover{
	background: #13B937;
	background: linear-gradient(#13B937, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -18px; /*half of square's length*/
	/*same dimension as the line-height of .breadcrumb a */
	width: 36px; 
	height: 36px;
	/*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
	transform: scale(0.707) rotate(45deg);
	/*we need to prevent the arrows from getting buried under the next link*/
	z-index: 1;
	/*background same as links but the gradient will be rotated to compensate with the transform applied*/
	background: #666;
	background: linear-gradient(135deg, #666, #333);
	/*stylish arrow design using box shadow*/
	box-shadow: 
		2px -2px 0 2px rgba(0, 0, 0, 0.4), 
		3px -3px 0 2px rgba(255, 255, 255, 0.1);
	/*
		5px - for rounded arrows and 
		50px - to prevent hover glitches on the border created using shadows*/
	border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
	content: none;
}
/*we will use the :before element to show numbers*/
.breadcrumb a:before {
	content: counter(flag);
	counter-increment: flag;
	/*some styles now*/
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 30px;
	background: #444;
	background: linear-gradient(#444, #222);
	font-weight: bold;
}


.flat a, .flat a:after {
	background: white;
	color: black;
	transition: all 0.5s;
}
.flat a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
	background: #9EEB62;
}

.grid_4 img{border-radius:8px;}

#block .extra_wrap{
	
	background-color:#FFC; text-align:center;}
	
	
	
	
	
	
	figure {
  float: left;
  height: 4em;
  margin: .5em;
  /*width: 12em;*/
  -webkit-transform: perspective(500);
  -webkit-transform-style: preserve-3d;
  -webkit-transition: .5s;
	cursor:pointer;
	
}
figure:hover {
  -webkit-transform: perspective(500) rotateX(90deg) translateY(-3em) translateZ(3em);
}
figure a {
  background-color: #222;
  box-shadow: 0 20px 15px -10px hsla(0,0%,0%,.25);
  display: block;
  height: 100%;
  -webkit-transition: .5s;
	border-radius:5px;
	
}
figure:hover a {
  box-shadow: none;
}
figcaption {
  background-color: #222;
  color: #fff;
  padding: 1em;
  -webkit-transform: rotateX(-90deg);
  -webkit-transform-origin: 100% 0;
  -webkit-transition: .5s;
	border-radius:5px;
}
figure:hover figcaption {
  box-shadow: 0 20px 15px -10px hsla(0,0%,0%,.25);
}
	
	.item p {
 font-size: 14px;
 line-height: 18px;
 color: #000000;
 font-style: normal;
 text-align: justify;
 font-weight: normal;
 display: block;
 /* padding: 5px 20px;*/
 margin: 0px;
}

/*kdhkggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg*/
/*.grid_3 .img_cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.grid_3 a:hover .img_cover {
  opacity: 0;
}

.grid_3 .img_cover .cover_bg {
  background: rgba(32,124,229,.7);
  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.grid_3 .img_cover .cover_text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 95%;
}
.grid_3 .img_cover .helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0px;
}
/*.grid_7,.grid_5{
	background:rgba(32,124,229,1);
	}*/
	/*.grid_7 .grid_3{ padding:0% 0% 3% 2%;}*/
	
	
	.grid_2 .img_cover {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 text-align: center;
 opacity: 1;
 -moz-transition: 0.3s;
 -o-transition: 0.3s;
 -webkit-transition: 0.3s;
 transition: 0.3s;
}
.lt-ie9 .grid_2 .img_cover {
 filter: alpha(opacity=100);
}
.grid_2 .img_cover .cover_bg {
 background: #000;
 opacity: 0.5;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
}
.lt-ie9 .grid_2 .img_cover .cover_bg {
 filter: alpha(opacity=70);
}
.grid_2 .img_cover .cover_text {
 position: relative;
 display: inline-block;
 vertical-align: middle;
 width: 95%;
}
.grid_2 .img_cover .helper {
 display: inline-block;
 vertical-align: middle;
 height: 100%;
 width: 0px;
}
.grid_2 a {
 display: block;
 height: 100%;
 position: relative;
 color: #282828;
}
.grid_2 a:hover .img_cover {
 opacity: 0;
}
.lt-ie9 .grid_2 a:hover .img_cover {
 filter: alpha(opacity=0);
}
/*.grid_3 + .grid_3 {
 margin-top: 30px;
}*/
.grid_2 h5 {
 margin: 0;
 padding: 0;
}




/************************************Social Icons  ************************************/

#container #menu-wrap {
	width:100%;
	height:auto;
	background:#FFF;
/*	border-bottom:#09F thin solid;
	border-bottom-width:3px;*/
	padding:0px 0px 0px 0px;
	margin:20px auto 50px auto;
	text-align:center;
	line-height:13px;
}

#container #menu-wrap .menu-item {
    width: 38px;
    height: 55px;
display: block;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

#container #menu-wrap .menu-item i {
    width:100%;
	padding:7px 0px 5px 0px;
	border-radius:3px;
}

#container #menu-wrap .menu-item i.fa-facebook {
	background:#3B5998;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-twitter {
	background:#44CCF6;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-youtube {
	background:#CE332D;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-linkedin {
	background:#0275B6;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-google-plus {
	background:#D13F2D;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-dribbble {
	background:#EA4C89;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-pinterest-square {
	background:#CB2027;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-stack-overflow {
	background:#FEA501;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-tumblr {
	background:#274152;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-instagram {
	background:#517FA3;
	color:#FFF;
}
#container #menu-wrap .menu-item i.fa-vimeo-square {
	background:#86C9EF;
	color:#FFF;
}
	
#container #menu-wrap .menu-item span {
	width:32px;
	height:32px;
    position: absolute;
    top: -4px;
    left: 0px;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
  color: #E8690F;
	background:#ccc;
	border-bottom:#CCC thin solid;
	border-bottom-width:3px;
}

#container #menu-wrap .menu-item span:hover {
    top: -29px;
	font-size:20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

span.active {
	top:-20px !important;
	font-size:0px !important;
}

#container #menu-wrap .menu-item a {
	font-size:12px;
	color:#445878;
	text-decoration:none;
}

#container #menu-wrap .menu-item .text {
	text-decoration: none;
    font-size: 0px;
    padding:20px 0px 17px 0px;
    text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
    width: 100%;
    position: absolute;
    bottom: -54px;
    display: block;
	border-top:#FFF thin solid;
	border-top-width:3px;
     background-color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#container #menu-wrap .menu-item:hover > .text {
    bottom: 0;
	font-size:25px;
	padding:0px 0px 0px 0px;
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	text-align:center;
}

#container #menu-wrap .menu-item .icon {
 width: 45px;
  height: 46px;
  padding: 15px 8px 0px 0px;
  font-size: 25px;
  text-align: center;
}

#container #menu-wrap .menu-item {
  width: 38px;
  height: 55px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
#container {
  width: 100%;
  position: fixed;
  height: 68px;
  right: 0%;
  bottom: 0px !important;
  z-index: 1000;
  
}

@media screen and (min-width:1001px)
{
#container {
  width: 40px;
  position: fixed;
  top: 25%;
  right: 0%;
}
.foot-mobile{
display:none !important;
}
}
@media screen and (max-width:1000px)
{
.mob-none
{
display:none;
}
{

}
@media (min-width:767px) and (max-width:1200px)
{
.downimg a img
{
width:30%;
}
}

@media screen and (max-width:900px){
.about-content h1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  color: #b05907;
  font-weight: bold;
  line-height: 25px;
  /* padding-top: 12px; */
}
}
@media screen and (max-width:810px){
.logo
{
margin-left:15%;
}
}

@media screen and (max-width:767px){
.new-fav
{
display:block !important;
}
.accordion-toggleh {
  position: relative;
  display: block;
  padding: 20px;
  font-size: 13px;
  font-weight: 300;
 color: #CF4323;
  background: #FFCC66;
  text-decoration: none;
}
.accordion-toggle {
  position: relative;
  display: block;
  padding: 20px;
  font-size: 12px;
  font-weight: 300;
   background: #CF4323;
  color: #fff;
  
  /* background: #CF4323;
  color: #fff; */
  text-decoration: none;
}
#container {
  width: 100%;
  position: fixed;
  height: 68px;
  right: 0%;
  bottom: -60px !important;
  z-index: 1000;
}
}
 #container #menu-wrap .menu-item .hov:hover
 {
 top:0px !important;
 }
.hov {
  margin-left: 2px;
}
.btmfont p{
font-size:13px;
}



<!--=================news page==============->
