/* =================================== */
/*	Basic Style 
/* =================================== */
body {
    background-color: #343434;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
	color: #212121;
	font-size: 13px;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
figure {
    margin: 0;
}
p {
	line-height: 24px;
}
a {
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
iframe {
    border: 0;
}
a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
	color:#e7c900;
}
a:focus, a:hover {
    color: inherit;
}
h1, h2, h3,
h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
	font-weight: normal;
	margin: 0;
}
h1 span,
h2 span {
	color:#e7c900;
}
h2 {
	font: 700 22px/150% 'Roboto', sans-serif;
	position: relative;
	margin-bottom: 0px;
}
.clear:before,
.clear:after {
    content: " ";
    display: table;
}
.clear:after {
   clear: both;
}
.clear {
   *zoom: 1;
}
body > section {
	padding: 80px 0;
}
.section-title {
	margin: 0 auto 10px;
	max-width:600px;
}
.section-title h1 {
	font:700 30px/150% 'Roboto', sans-serif;
	position: relative;
	margin-bottom: 20px;
	margin-top: 25px;
	text-transform: uppercase;
}
.section-title p {
	line-height: 20px;
	font-weight: 300;
	font-size: 13px;
}
.subtitle {
	line-height: 20px;
	font-weight: 300;
	font-size: 13px;
	margin: 0 auto 20px;
}
hr {
	border : 0;
	height : 15px;
	background : url(../img/logo/hr.png) 50% 0 no-repeat;
	margin : 30px 0;
}
.before {
	position: relative;
	height: 23px;
	margin-top: -23px;
	z-index: 2;
}
.after {
	position: relative;
	height: 23px;
	margin-bottom: -23px;
	z-index: 2;
}
.before-yellow {
	background: url(../img/layout/yellow-before.png) center center no-repeat;
}
.after-yellow {
	background: url(../img/layout/yellow-after.png) center center no-repeat;
}
.before-grey {
	background: url(../img/layout/grey-before.png) center center no-repeat;
}
.after-grey{
	background: url(../img/layout/grey-after.png) center center no-repeat;
}
.before-white {
	background: url(../img/layout/white-before.png) center center no-repeat;
}
.after-white{
	background: url(../img/layout/white-after.png) center center no-repeat;
}
.before-map {
	background: url(../img/layout/map-before.png) center center repeat-x;
}
.after-map{
	background: url(../img/layout/map-after.png) center center repeat-x;
}

/* =================================== */
/*	Navigation
/* =================================== */
#navigation {
	border-bottom: 5px solid rgba(255, 255, 255, 0.5);
}
#navigation,
#irs-logom,
.navbar-brand,
.navbar-toggle,
.navbar-nav > li > a,
.search-form > #search-sub {
	background-color:#212121;
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
#irs-logom {
	width:255px;
}
.animated-nav .navbar-brand #irs-logom {
  padding: 0px 0;
  width:200px;
}
.animated-nav .navigation .navbar-nav > li > a {
  padding: 15px 15px 38px 15px;
}
.animated-nav#navigation > .container {
  border-bottom: none;
}
.animated-nav .navigation .navbar-nav > li > a {
	padding: 14px 15px 36px 15px;
}
.animated-nav .navigation .navbar-nav > li > a:focus,
.animated-nav .navigation .navbar-nav > li > a:hover {
  padding: 35px 15px 15px 15px;
}
.navbar-brand {
  height: inherit;
  padding: 20px 0;
}
.navbar-brand a {
  display: block;
}
.navigation .navbar-nav > li > a {
	color: #a2a2a2;
    font-size: 12px;
    font-weight: 400;
    padding: 22px 15px 42px 15px;
    background-color: #313131;
    margin-right: 2px;
    text-align: center;
    border-bottom: 5px solid none;
    margin-bottom: -5px;
}
.navigation .navbar-nav > li > a > i {
	font-size: 28px;
	display: none;
	position: absolute;
	margin-top: -15px;
	left: 50%;
	margin-left: -13px;
}
.navigation .navbar-nav > li > a:hover i {
	display: block;
}
.navigation .navbar-nav > li.current > a {
  color: #e7c900;
}
.animated-nav .navigation .navbar-nav > li.current > a {
  color: #e7c900;
}
.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover {
  background-color:#e7c900;
  color:#222222;
  border-bottom:5px solid #212121;
  margin-bottom:-5px;
  padding: 38px 15px 26px 15px;
}
.animated-nav .search-form > #search-sub {
    bottom: 22px;
}

.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
	position:static;
	margin-top:0;
	margin-right:0;
	margin-left:6px;
	display:inline-block;
	width:0;
	height:0;
	overflow:hidden;
	vertical-align:middle;
	border-top:4px solid;
	border-right:4px dashed transparent;
	border-bottom:4px dashed transparent;
	border-left:4px dashed transparent;
}
.navbar-fixed-bottom .sub-arrow {
	margin-top:-5px;
	border-top:4px dashed transparent;
	border-bottom:4px solid;
}
.navbar-nav ul .sub-arrow {
	position:absolute;
	right:0;
	margin-top:6px;
	margin-right:15px;
	border-top:4px dashed transparent;
	border-bottom:4px dashed transparent;
	border-left:4px solid;
}
.navbar-nav ul a.has-submenu {
	padding-right:30px;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position:absolute;
	display:none;
	visibility:hidden;
	height:20px;
	overflow:hidden;
	text-align:center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position:absolute;
	top:-2px;
	left:50%;
	margin-left:-8px;
	width:0;
	height:0;
	overflow:hidden;
	border-top:7px dashed transparent;
	border-right:7px dashed transparent;
	border-bottom:7px solid;
	border-left:7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top:6px;
	border-top:7px solid;
	border-right:7px dashed transparent;
	border-bottom:7px dashed transparent;
	border-left:7px dashed transparent;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav .collapsible ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul .dropdown-menu .dropdown-header {
	padding-left:35px;
}
.navbar-nav .collapsible ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left:45px;
}
.navbar-nav .collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left:55px;
}
.navbar-nav .collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left:65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu {
	  padding: 0;
	  color: #212121;
	  font-size: 13px;
	  font-weight: 400;	
	  background-color: #fff;
	  border: none;
	  border-top: 1px solid #f5f5f5;
	  -webkit-box-shadow: none;
	  box-shadow: none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color:#fff;
}
.navbar-nav .dropdown-menu > li > a {
	white-space:normal;
	padding:15px 20px;
	width:100%;
	border-bottom: 1px solid #f5f5f5;
}
.navbar-nav .dropdown-menu > li > a:hover {
	background-color:#fff;
	border-bottom: 1px solid #e7c900;
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space:nowrap;
}
/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
	left:auto;
	right:0;
}
/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
.navbar-nav .collapsible ul {display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
.navbar-nav .collapsible ul.sm-nowrap > li > a {white-space:normal;}
.navbar-nav .collapsible iframe{display:none;}
/* =================================== */
/*	Buttons
/* =================================== */
.btn {
    border-radius: 0;
	margin: 20px 0;
	font: 400 14px/150% 'Roboto', sans-serif;
	padding: 15px 30px;
}
/* =================================== */
/*	Slider
/* =================================== */
#home {
	padding-bottom:0px
}
#sequence {
  position: relative;
  min-height: 550px;
  /* max-width: 550px; */
  background-color:#CCC;
  min-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  color: white;
  font-family: "Play", sans-serif;
  overflow: hidden;
}
#sequence > .sequence-canvas {
  height: 100%;
  width: 100%;
}
#sequence > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#sequence > .sequence-canvas li > * {
  position: absolute;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#sequence .sequence-next,
#sequence .sequence-prev {
  color: white;
  cursor: pointer;
  display: none;
  font-size: 80px;
  font-weight: bold;
  position: absolute;
  opacity: 0.4;
  top:45%;
  height: 64px;
  width: 36px;
  z-index: 20;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#sequence .sequence-prev {
  left: 40px;
}
#sequence .sequence-next {
  right: 40px;
}
#sequence .sequence-next:hover,
#sequence .sequence-prev:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#sequence h2 {
	font: 700 42px/150% 'Roboto', sans-serif;
	color: #e7c900;
}
#sequence .heading {
  left: 100%;
  line-height: 1.2em;
  top: 40%;
  text-align:left;
  width: 500px;
  z-index: 10;
  vertical-align: middle;
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  -ms-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -ms-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
}
#sequence .animate-in .heading {
  left: 15%;
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  -ms-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
}
#sequence .animate-out .heading {
  left: -100%;
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  -ms-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
}
#sequence .info2 {
	text-align:left;
	text-transform:uppercase;
	font: 300 28px/150% 'Roboto', sans-serif;
	color: #212121;
  left: 150%;
  line-height: 1.2em;
  top: 48%;
  width: 500px;
  z-index: 10;
  vertical-align: middle;
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  -ms-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -ms-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
}
#sequence .animate-in .info2 {
  left: 15%;
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  -ms-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
}
#sequence .animate-out .info2 {
  left: -150%;
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  -ms-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
}
#sequence .btn {
  background-color: #e7c900;
  color: #212121;
  font-size: 1em;
  left: 200%;
  line-height: 1.2em;
  top: 58%;
  width: 150px;
  z-index: 10;
  vertical-align: middle;
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  -ms-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -ms-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
}
#sequence .animate-in .btn {
  left: 15%;
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  -ms-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
}
#sequence .animate-out .btn {
  left: -200%;
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  -ms-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
}
#sequence .backround {
  height: auto;
  width: 100%;
  left: -0%;
  opacity: 0;
  top: 0;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition-property: left top;
  -moz-transition-property: left top;
  -ms-transition-property: left top;
  -o-transition-property: left top;
  transition-property: left top;
}
#sequence .animate-in .backround {
  left: 0%;
  opacity: 1;
  top: 0;
  z-index: 1;
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  -ms-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
}
#sequence .animate-out .backround {
  left: 0%;
  opacity: 0;
  top: 0;
  z-index: 1;
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  -ms-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
}
/* =================================== */
/*	Social
/* =================================== */
#social {
	background: #e7c900;
	color: #212121;
	position: relative;
	text-align:justify;
	padding: 5px 0;
	z-index: 2;
}
/* =================================== */
/*	About
/* =================================== */
#about {
	background: #fff;
	color: #4b4b4b;
	position: relative;
	text-align:justify;
}
.info {
	margin-top:8px;
	text-align:center;
	color:#fff;
	background-color:#e7c900;
	padding:20px;
}
.info h2 {
	font-size:18px;
	padding:15px 0;
}
.info p {
	font-size:14px;
}
/* =================================== */
/*	What We Do
/* =================================== */
#whatwedo {
	background: #212121;
	color: #cbcdcc;
	position: relative;
	text-align:left;
}
#whatwedo h2 {
	color: #e7c900;
	padding:20px 0;
}

.list {
    list-style-type: none;
    padding: 0px;
    margin: 0px 0 20px 0;
}
.list span {
    color: #e7c900;
}
.list li {
	line-height: 24px;
	text-align: left;
	padding-left: 15px;
}
.list li:before {
    content: "\2713\0020";
	color:#e7c900;
	margin-left: -14px;
}



.listdot {
    list-style-type: none;
    padding: 0px;
    margin: 0px 0 20px 0;
}
.listdot span {
    color: #e7c900;
}
.listdot li {
	line-height: 24px;
	text-align: left;
	padding-left: 10px;
}
.listdot li:before {
	content: "\2022";
	color: #333;
	margin-left: -9px;
	position: absolute;
}
/* =================================== */
/*	Mission
/* =================================== */
#mission {
	background: #fff;
	color: #4b4b4b;
	position: relative;
	text-align:justify;
}
/* =================================== */
/*	Structure
/* =================================== */
#structure {
	background: #212121;
	color: #cbcdcc;
	position: relative;
	text-align:left;
}
#structure h2 {
	color: #e7c900;
	padding:20px 0;
}
/* =================================== */
/*	Testimonials
/* =================================== */
#values {
    background: url(../img/layout/bg-testimonials.jpg) top center;
    color: #fff;
}
/* =================================== */
/*	Testimonials
/* =================================== */
#testimonials {
    background: url(../img/layout/bg-testimonials.jpg) top center;
    color: #fff;
}
.testimonial-item {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 64%;
}
.testimonial-item > div {
    line-height: 30px;
    position: relative;
}
.testimonial-item > div:before {
    background-image: url("../img/layout/quotes.png");
    background-repeat: no-repeat;
    bottom: 127px;
    height: 25px;
    left: -25px;
    position: absolute;
    width: 45px;
}
.testimonial-item > div:after {
    background-image: url("../img/layout/quotes.png");
    background-position: -45px 0;
    background-repeat: no-repeat;
    bottom: -50px;
    height: 25px;
    position: absolute;
    right: 0;
    width: 45px;
}
.testimonial-item > div > span {
    display: inline-block;
	color:#e7c900;
	font-size:16px;
    margin: 40px 0 30px;
    text-transform: uppercase;
}
#testimonials .owl-controls.clickable {
    margin-top: 20px;
    text-align: center;
}
#testimonials .owl-buttons {
    float: inherit;
}
#testimonials .owl-prev:hover,
#testimonials .owl-next:hover {
    color: #fff;
}
.owl-buttons {
    display: inline-block;
    float: right;
    padding: 1px 8px 5px;
}
.owl-buttons i {
	font-size:2.5em;
	padding:10px;
}
.owl-buttons i:hover {
	color:#e7c900
}
.owl-buttons > div {
    display: inline-block;
    padding: 0 5px;
}
/* =================================== */
/*	Services
/* =================================== */
#service-page {
	color: #212121;
	padding: 130px 0 0 0;
	background-color:#fff;
}
#services {
	background: #fff;
	color: #212121;
	position: relative;
	text-align:justify;
}
.service-item {
	padding:0 0 0 5px;
	}
.service-icon {
    text-align: center;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 53px;
    border-radius: 50%;
    margin: 0 0 15px 0;
    border: 3px solid #e7c900;
    color: #e7c900;
    font-size: 7px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    padding-left: 2px;
}
.service-item:hover .service-icon {
	background-color:#fff;
    border: 3px solid #e7c900;
    color: #e7c900;
	-webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
.service-item h2 {
    font: 700 18px/150% 'Roboto', sans-serif;
	margin: 0 0 30px;
	color: #4b4b4b;
}
.modal-icon {
	margin: 30px 0 30px 0;
	color: #e7c900;
}
.services {
    font-size: 14px;
	padding:10px 0;
}
.services li {
    margin-bottom: 5px;
}
.services li i {
    padding-right: 10px;
    color: #212121;
}
/* =================================== */
/*	Advantages
/* =================================== */
#advantages {
	background: #212121;
	color: #cbcdcc;
	position: relative;
	text-align:left;
}
#advantages h2 {
	color: #e7c900;
	padding:20px 0;
}
/* =================================== */
/*	Benefits
/* =================================== */
#benefits {
	background: #fff;
	color: #4b4b4b;
	position: relative;
	text-align:justify;
}
/* =================================== */
/*	Contact
/* =================================== */
#contact {
	background: #212121;
	color: #cbcdcc;
	position: relative;
	text-align:justify;
}
#contact h2 {
  margin-top: 25px;
}
.contact-details {
	padding:25px 0;
}
.contact-details a {
	color:#cbcdcc;
}
.contact-details a:hover {
	color:#e7c900;
}
.contact-details span {
	color: #fff;
    padding-left: 10px;
    line-height: 20px;
    font-weight: 300;
    font-size: 13px;
}
#contactForm .form-group {
    margin-bottom: 0px;
	padding: 0px;
}
#contactForm .form-group input,
#contactForm .form-group textarea,
#contactForm .form-group select {
	color: #a6a5a5;
	border: none;
	padding: 15px 50px 15px 15px;
	border-radius: 0;
	height: 58px;
	box-shadow: none;
	background-color: #1e1e1e;
	font: 300 14px/150% 'Roboto', sans-serif;
	border: 1px solid #e7c900;
	margin:15px 0;
}
#contactForm .form-group select {
  width: 100%;
}
#contactForm .form-group input.form-control {
    height: auto;
}
#contactForm .form-group textarea.form-control {
    height: 302px;
}
#contactForm .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}
#contactForm ::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff;
}
#contactForm :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1;
}
#contactForm ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
   opacity: 1;
}
#contactForm :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #fff;
}
#contactForm #msg-submit {
	font: 400 14px/150% 'Roboto', sans-serif;
	color:#212121;
	background-color: #e7c900;
	border-radius: 0px;
	
	-webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
#contactForm #msg-submit:hover {
	background-color: #fff;
}
label.error {
	color: #fff;
	font: 400 14px/150% 'Roboto', sans-serif;
	width: auto;
	display: inline;
	position: absolute;
	top: 30px;
	right: 45px;
}
label.error:before {
	content: "\f071";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 2px;
	right: -30px;
}
.thankyou {
  background-color: #e7c900;
}
#thankyou {
  background-color: #212121;
  background-image:none;
}
#thankyou-page {
  color: #fff;
  padding: 130px 0 0 0;
}
#thankyou-page .modal-icon i {
  color: #fff;
}
#map-contact {
  margin: 23px auto 0 auto;
  height: 360px;
}
.contact-map {
  border: 1px solid #ccc;
  display: inline;
  float: left;
  width: 100%;
  height: 500px;
  margin-bottom: -30px;
  margin-top: -100px;
}
.contact-details i {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #e7c900;
	text-align:center;
	color:#fff;
	font-size: 20px;

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.contact-details a:hover .icon {
	color: #212121;
	background-color:#fff;
	
	-webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
.contact-details i:hover {
	color: #fff;
	background-color:#cf5c06;
	
	-webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
.close-back a {
    color: #fff;
    font-size: 4em;
    padding: 8px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.close-back {
    width: 100%;
    height: 72px;
    position: fixed;
    text-align: center;
    z-index: 9;
}
/* =================================== */
/*	Footer
/* =================================== */
#footer {
	background: #e7c900;
	color: #212121;
	position: relative;
	text-align:justify;
	padding: 20px 0;
}

.copyright {
    padding: 15px 0;
}
.copyright a {
    color: #212121;
}
.copyright a:hover {
    color: #fff;
}
.contact-social i {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #212121;
	text-align:center;
	color:#e7c900;
	font-size: 20px;

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.contact-social i:hover {
	color: #e7c900;
	background-color:#fff;
	
	-webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
