@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url('../fonts/HelveticaNeueLTStd-UltLt.otf');
  font-style: normal;
  font-weight: normal;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.navbar-brand {
  margin-top: 3px;
}
a.navbar-brand {
  padding: 0;
  margin-top: 16px;
}
.navbar-brand img {
  float: left;
  width: 80px;
}
.navbar-brand p {
  font-family: 'Michroma', sans-serif;
  color: #8C8B88;
  font-size: 16px;
  margin-top: 13px;
  margin-left: 90px;
}
.navbar-brand p:hover {
  color: #8C8B88;
}

/* Changing navbar color scheme START */
/* navbar */
.navbar-default {
    background-color: #282828; /* original #F8F8F8 */
    border-color: #E7E7E7;
    background-image: url('../images/hex_pattern(3).png');
    background-size: 100%;
}
/* title */
.navbar-default .navbar-brand {
    color: black; /* original #777 */
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}
/* link */
.navbar-default .navbar-nav > li > a {
    font-size: 0.9em;
    color: #C7A865;  /* original #777 */
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: white;  /* original #333 */
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: white;  /* original #333 */
    background-color: #E7E7E7;  /* original #E7E7E7 */
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: white;  /* original #333 */
    background-color: rgba(164,164,164,0.47);  /* original #D5D5D5, background-color: white */
}
/* dropdown START */
.navbar-default .navbar-nav .open .dropdown-menu {
  background-color: rgba(164,164,164,0.47);
  padding: 15px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: white;
  font-weight: 300;
  font-size: 0.9em;
  text-align: right;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #C7A865;
  background: inherit;
}
/* dropdown END
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }
}
.navbar-fixed-top {
  border-width: 0;
}
/* Changing navbar color scheme END */

/* Increasing navbar height START */
.navbar-fixed-top {
    min-height: 80px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 80px;
}
@media (min-width: 768px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 50px;
    }
}
/* Increasing navbar height END */

.top-offset {
  /*border: 1px solid red;*/
  background-color: black;
  height: 80px;
}
.slides-body {
  background-color: black;
  height: 700px;
  width: 100%;
  position: relative;
}
.arrows {
  position: absolute;
  z-index: 99;
  top: 42%;
  right: 5%;
}
.arrow-up {
  background-image: url('../images/arrow-up(static)(1).png');
  border: 1px solid #C7A865;
  margin-bottom: 15px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}
.arrow-up:hover {
  background-image: url('../images/arrow-up(hover)(2).png');
  border: 1px solid #F3E1BC;
}
.arrow-down {
  background-image: url('../images/arrow-down(static)(1).png');
  border: 1px solid #C7A865;
  margin-top: 15px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}
.arrow-down:hover {
  background-image: url('../images/arrow-down(hover)(2).png');
  border: 1px solid #F3E1BC;
}

.carousel {background: #000;}
.carousel-inner > .item > img{
    width: 100%;
}
.carousel-control {
    width: 35px;
    height: 35px;
    top: 50%;
    margin-top: -17.5px;
    background:none !important;
}
.carousel-control.left {
    left: 15px;
}
.carousel-control.right {
    right: 15px;
}




.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}



/* Slide 1 START */
#slide-01 {
  display: block;
  background-image: url('../images/intersection(2).jpg');
  background-position: center;
  background-size: cover;
  position: relative;
}
#slide-01 img {
  position: absolute;
  width: 25%;
  left: 37.5%;
  top: 30%;
}
/* Slide 1 END */

/* Slide 2 START */
/*#slide-02 {
  display: none;
  background-image: url('../images/truck(2).jpg');
  background-position: center;
  background-size: cover;
  position: relative;
}
#slide-02 .slide-caption {
  display: none;
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 300;
  font-size: 40px;
}
#slide-02 #fact-1 {
  display: none;
  border: 1px solid #C7A865;
  position: absolute;
  padding: 15px;
  top: 25%;
  left:20%;
  width: 36%;
  height: 15%;
}
#slide-02 #fact-1 p {
  color: #C7A865;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
}
#slide-02 #fact-2 {
  display: none;
  border: 1px solid #C7A865;
  background-color: #C7A865;
  color: black;
  position: absolute;
  top: 25%;
  left:60%;
  width: 13%;
  height: 15%;
}
#slide-02 #fact-2 p:nth-of-type(1) {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
#slide-02 #fact-2 p:nth-of-type(2) {
  font-weight: 300;
  text-align: center;
  margin-top: 0;
}
.plus1 {
  font-weight: 400;
}
#slide-02 #fact-3 {
  display: none;
  border: 1px solid #C7A865;
  position: absolute;
  top: 40%;
  left:60%;
  width: 13%;
  height: 25%;
  padding-top: 15px;
}
#slide-02 #fact-3 p {
  color: #C7A865;
  font-weight: 300;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0;
}
#slide-02 #fact-4 {
  display: none;
  /*border: 1px solid #C7A865;*/
  color: #C7A865;
  position: absolute;
  top: 45%;
  left:20%;
  width: 10%;
  height: 11%;
}
#slide-02 #fact-4 p:nth-of-type(1) {
  font-weight: 300;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
#slide-02 #fact-4 p:nth-of-type(2) {
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
#slide-02 #fact-5 {
  display: none;
  border-left: 1px solid #C7A865;
  position: absolute;
  padding: 0 0 0 10px;
  top: 45%;
  left:34%;
  width: 22%;
  height: 11%;
}
#slide-02 #fact-5 p {
  color: #C7A865;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 5px;
  padding: 0;
  line-height: 26px;
}
#slide-02 #fact-6 {
  display: none;
  border: 1px solid #C7A865;
  background-color: #C7A865;
  position: absolute;
  padding: 15px;
  top: 60%;
  left:20%;
  width: 22%;
  height: 15%;
}
#slide-02 #fact-6 p {
  color: black;
  font-weight: 400;
  font-size: 25px;
}
#slide-02 button {
  display: none;
  position: absolute;
  background-color: #61605C;
  border: 1px solid #61605C;
  width: 13%;
  height: 7%;
  top: 68%;
  left: 60%;
  font-weight: 400;
  font-size: 21px;
  color: black;
}
#slide-02 button:hover {
  background-color: #BEBCB8;
}
#slide-02 #fact-7 {
  display: none;
  /*border: 1px solid #C7A865;*/
  color: #C7A865;
  position: absolute;
  top: 60%;
  left: 44%;
  width: 13%;
  height: 15%;
}
#slide-02 #fact-7 p:nth-of-type(1) {
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
#slide-02 #fact-7 p:nth-of-type(2), #slide-02 #fact-7 p:nth-of-type(3) {
  font-weight: 300;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.plus2{
  font-weight: 300;
}*/
/* Slide 2 END */

/* Slide 3 START */
#slide-02 {
  display: none;
  background-image: url('../images/group_structure_bg(1).jpg');
  background-position: center;
  background-size: cover;
  position: relative;
}
#slide-02 .group-structure-heading {
  /*border: 1px solid red;*/
  display: none;
  width: 12%;
  height: 13%;
  position: absolute;
  left: 44%;
  top: 10%;
}
#slide-02 .group-structure-heading p {
  color: white;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin: 0;
}
#slide-02 img[src="images/group_structure_wheel(1).png"] {
  display: none;
  width: 25%;
  position: absolute;
  left: 37.5%;
  top: 11%;
}
#slide-02 img[src="images/slide-03-map-screen.png"] {
  /*border: 1px solid red;*/
  width: 444px;
  position: absolute;
  left: 37.5%;
  top: 11%;
}
#slide-02 img[src="images/line_01.png"] {
  /*border: 1px solid red;*/
  display: none;
  width: 13%;
  position: absolute;
  left: 29%;
  top: 52%;
}
#slide-02 img[src="images/line_02.png"] {
  /*border: 1px solid red;*/
  display: none;
  width: 13%;
  position: absolute;
  left: 29%;
  top: 61%;
}
#slide-02 img[src="images/line_03.png"] {
  /*border: 1px solid red;*/
  display: none;
  width: 13%;
  position: absolute;
  left: 29%;
  top: 58.9%;
}
#slide-02 img[src="images/line_04.png"] {
  /*border: 1px solid red;*/
  display: none;
  width: 13%;
  position: absolute;
  left: 29%;
  top: 56.8%;
}
#slide-02 img[src="images/line_05.png"] {
  /*border: 1px solid red;*/
  display: none;
  width: 13%;
  position: absolute;
  left: 29%;
  top: 55%;
}
#slide-02 img[src="images/line_06.png"] {
  /*border: 1px solid red;*/
  display: none;
  width: 13%;
  position: absolute;
  left: 29%;
  top: 53.3%;
}
#slide-02 .percentage {
  color: #C7A865;
  font-weight: 700;
  font-size: 40px;
}
#slide-02 .percentage-description {
  color: #C7A865;
  font-weight: 300;
  font-size: 19px;
  margin: 0;
  padding: 0;
}
#slide-02 #seventy-six-percent {
  display: none;
  position: absolute;
  top: 66%;
  left: 24%;
}
#slide-02 #seventy-six-percent-one {
  display: none;
  position: absolute;
  top: 68%;
  left: 30.1%;
}
#slide-02 #seventy-six-percent-two {
  display: none;
  position: absolute;
  top: 70.5%;
  left: 30.1%;
}
#slide-02 #seventeen-percent {
  display: none;
  position: absolute;
  top: 86.8%;
  left: 38%;
}
#slide-02 #seventeen-percent-one {
  display: none;
  position: absolute;
  top: 87.6%;
  left: 43.3%;
}
#slide-02 #seventeen-percent-two {
  display: none;
  position: absolute;
  top: 90%;
  left: 43.3%;
}
#slide-02 #two-four-percent {
  display: none;
  position: absolute;
  top: 87.5%;
  left: 55.8%;
}
#slide-02 #two-four-percent-one {
  display: none;
  position: absolute;
  top: 89.8%;
  left: 61.8%;
}
#slide-02 #two-four-2-percent {
  display: none;
  position: absolute;
  top: 76.5%;
  left: 62%;
}
#slide-02 #two-four-2-percent-one {
  display: none;
  position: absolute;
  top: 77.5%;
  left: 68%;
}
#slide-02 #two-four-2-percent-two {
  display: none;
  position: absolute;
  top: 80.1%;
  left: 68%;
}
#slide-02 #one-two-percent {
  display: none;
  position: absolute;
  top: 64.7%;
  left: 64.3%;
}
#slide-02 #one-two-percent-one {
  display: none;
  position: absolute;
  top: 65.9%;
  left: 70%;
}
#slide-02 #one-two-percent-two {
  display: none;
  position: absolute;
  top: 68.1%;
  left: 70%;
}
#slide-02 #one-percent {
  display: none;
  position: absolute;
  top: 51%;
  left: 62%;
}
#slide-02 #one-percent-one {
  display: none;
  position: absolute;
  top: 52%;
  left: 68%;
}
#slide-02 #one-percent-two {
  display: none;
  position: absolute;
  top: 54.5%;
  left: 68%;
}
#slide-02 #hotspot-gold-message {
  display: none;
  position: absolute;
  top: 15%;
  left: 65%;
}
#slide-02 #hotspot-equities-message {
  display: none;
  position: absolute;
  top: 15%;
  left: 65%;
}
#slide-02 #hotspot-realestate-message {
  display: none;
  position: absolute;
  top: 15%;
  left: 65%;
}
#slide-02 #hotspot-shariah-message {
  display: none;
  position: absolute;
  top: 15%;
  left: 65%;
}
#slide-02 #hotspot-sukuks-message {
  display: none;
  position: absolute;
  top: 15%;
  left: 65%;
}
#slide-02 #hotspot-translogistics-message {
  display: none;
  position: absolute;
  top: 15%;
  left: 65%;
}
.hotspot-pie {
  /*display: none;    /* needed to toggle hotspots*/
  background-color: rgba(164,164,164,0.47);
  padding: 5px;
  color: #C7A865;
  width: 200px;
  height: 150px;
}
.hotspot-pie h5 {
  margin-left: 10px;
  color: white;
}
.hotspot-pie p {
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.hotspot-pie em {
  color: #C7A865;
}
/* Slide 3 END */

/* Slide 4 START */
/*#slide-04 {
  display: none;
  background-image: url('../images/oil_pump(1).jpg');
  background-position: center;
  background-size: cover;
  position: relative;
}
#slide-04 .slide-caption {
  display: none;
  position: absolute;
  top: 1%;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 300;
  font-size: 40px;
}
#slide-04 #year-2013 {
  display: none;
  border: 1px solid #C7A865;
  position: absolute;
  top: 24%;
  left: 33%;
  height: 17%;
  width: 13%;
}
#slide-04 #year-2014 {
  display: none;
  border: 1px solid #C7A865;
  position: absolute;
  top: 24%;
  right: 33%;
  height: 17%;
  width: 13%;
}
#slide-04 .year {
  background-color: #C7A865;
  height: 27.6%;
  width: 100%;
  padding-top: 3px
}
#slide-04 .year p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}
#slide-04 .num-millions {
  font-weight: 800;
  font-size: 50px;
  line-height: 44px;
  color: #C7A865;
  text-align: center;
  margin: 0;
  margin-top: 8px;
}
#slide-04 .million {
  font-weight: 400;
  font-size: 20px;
  color: #C7A865;
  text-align: center;
}
#slide-04 #year-2013-trans {
  display: none;
  background-image: url('../images/2013-trans-bar(1).png');
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 5%;
  height: 55%;
  top: 32%;
  left: 33%;
}
#slide-04 #year-2013-trans p {
  color: #C7A865;
  text-align: center;
  position: relative;
  top: 75%;
  font-size: 14px;
}
#slide-04 #year-2013-fuel {
  display: none;
  background-image: url('../images/2013-fuel-bar(1).png');
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 5%;
  height: 55%;
  top: 32%;
  left: 41%;
}
#slide-04 #year-2013-fuel p {
  color: #C7A865;
  text-align: center;
  position: relative;
  top: 75%;
  font-size: 14px;
}
#slide-04 #year-2014-trans {
  display: none;
  background-image: url('../images/2014-trans-bar(1).png');
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 5%;
  height: 55%;
  top: 32%;
  right: 41%;
}
#slide-04 #year-2014-trans p {
  color: #C7A865;
  text-align: center;
  position: relative;
  top: 87%;
  font-size: 14px;
}
#slide-04 #year-2014-fuel {
  display: none;
  background-image: url('../images/2014-fuel-bar(1).png');
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 5%;
  height: 55%;
  top: 32%;
  right: 33%;
}
#slide-04 #year-2014-fuel p {
  color: #C7A865;
  text-align: center;
  position: relative;
  top: 61%;
  font-size: 13px;
}
#slide-04 .trans-fuel-projects {
  width: 6%;
  height: 6%;
}
#slide-04 .trans-fuel-projects p {
  color: #C7A865;
  text-align: center;
  font-size: 12px;
  margin: 0;
}
#slide-04 #tfp-1 {
  display: none;
  position: absolute;
  bottom: 6%;
  left: 32.4%;
}
#slide-04 #tfp-2 {
  display: none;
  position: absolute;
  bottom: 6%;
  left: 40.5%;
}
#slide-04 #tfp-3 {
  display: none;
  position: absolute;
  bottom: 6%;
  right: 40.6%;
}
#slide-04 #tfp-4 {
  display: none;
  position: absolute;
  bottom: 6%;
  right: 32.5%;
}*/
/* Slide 4 END */

/* Slide 5 START */
#slide-03 {
  display: none;
  background-image: url('../images/slide-05-background.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
}
#slide-03 .rahmani-group-projects {
  display: none;
  /*border: 1px solid red;*/
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 300;
  font-size: 40px;
}
#slide-03 .rahmani-group-projects p:first-of-type {
  color: #C7A865;
}
#slide-03 img[src="images/slide-05-transparent-wheel.png"] {
  display: none;
  position: absolute;
  top: 14%;
  left: 50%;
}
#slide-03 img[src="images/new-slide-05-logistics-hover.png"] {
  display: none;
  position: absolute;
  top: 14%;
  left: 50%;
}
#slide-03 img[src="images/new-slide-05-logistics.png"] {
  display: none;
  position: absolute;
  top: 14%;
  left: 50%;
}
#slide-03 img[src="images/new-slide-05-manufacture-hover.png"] {
  display: none;
  position: absolute;
  top: 14%;
}
#slide-03 img[src="images/new-slide-05-manufacture.png"] {
  display: none;
  position: absolute;
  top: 14%;
}
#slide-03 img[src="images/new-slide-05-investmen-hover.png"] {
  /*border: 1px solid red;*/
  display: none;
  position: absolute;
  top: 14%;
}
#slide-03 img[src="images/new-slide-05-investment.png"] {
  display: none;
  position: absolute;
  top: 14%;
}
#slide-03 img[src="images/new-slide-05-realestate-hover.png"] {
  display: none;
  position: absolute;
  top: 14%;
}
#slide-03 img[src="images/new-slide-05-realestate.png"] {
  display: none;
  position: absolute;
  top: 14%;
}
/*
#slide-03 img[src="images/slide-05-construction-hover.png"] {
  display: none;
  position: absolute;
  top: 14%;
}
#slide-03 img[src="images/slide-05-construction.png"] {
  display: none;
  position: absolute;
  top: 14%;
}
#slide-03 img[src="images/slide-05-afghan-hover.png"] {
  display: none;
  position: absolute;
  top: 14%;
}
#slide-03 img[src="images/slide-05-afghan.png"] {
  display: none;
  position: absolute;
  top: 14%;
}
#slide-03 img[src="images/slide-05-usg-hover.png"] {
  display: none;
  position: absolute;
  top: 14%;
}
#slide-03 img[src="images/slide-05-usg.png"] {
  display: none;
  position: absolute;
  top: 14%;
}
*/
#slide-03 img[src="images/slide-05-rim-consumer.png"] {
  display: none;
  position: absolute;
  top: 14%;
}
#slide-03 img[src="images/slide-05-rim-government.png"] {
  display: none;
  position: absolute;
  top: 14%;
}
#slide-03 img[src="images/slide-05-consumer-text.png"] {
  display: none !important;
  position: absolute;
  top: 14%;
}
#slide-03 img[src="images/slide-05-government-text.png"] {
  display: none !important;
  position: absolute;
  top: 14%;
}
#slide-03 img[src="images/map.png"] {
  /*border: 1px solid red;*/
  position: absolute;
  top: 14%;
}
/* Slide 5 END */

/* Footer START */
.footer {
  background-color: #282828;
  background-image: url('../images/hex_pattern_footer(2).png');
  background-size: 100%;
}
.footer li, .footer li a:link, .footer li a:visited, .footer li a:hover, .footer li a:focus, .footer li a:focus {
  color: #C7A865;
  text-decoration: none;
  font-size: 0.9em;
}
.footer li a:hover {
  color: #EBD9B3;
}
.footer h5 {
  display: block;
  border-top: 1px solid #C7A865;
  margin-top: 20px;
  padding-top: 7px;
  color: #C7A865;
  font-weight: 300;
  width: 150px;
  height: 30px;
}
.footer #offices h5 {
  display: block;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  border-top: 1px solid #C7A865;
  margin-top: 20px;
  padding-top: 7px;
  color: #C7A865;
  font-weight: 300;
  width: 150px;
  height: 30px;
}
.footer #offices li, .footer #offices li a:visited {
  color: #C7A865;
  text-decoration: none;
  text-align: right;
  font-size: 0.9em;
}
.footer #offices li a:hover {
  color: #EBD9B3;
}
.footer #offices p {
  color: #C7A865;
  text-decoration: none;
  text-align: right;
  font-size: 0.9em;
}
.footer #offices a, .footer #offices a:hover {
    color: #C7A865;
    text-decoration: none;
}
/* Footer END */
form button {
    padding: 12px 20px;
    border: none;
    background: #000;
    color: #fff;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
form button:hover {
    background: #C7A865;
    color: #000;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
@media(max-width:991px){
    .nav > li > a {
        padding-left: 7px;
        padding-right: 7px;
    }
    .navbar-brand p {
        font-size: 12px;
    }
}
@media(max-width:767px) {
    .navbar-nav > li > a {
        line-height: 40px;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav .open .dropdown-menu {
        background-color: rgba(0,0,0,0.6) !important;
    }
    .navbar-toggle {
        margin-top: 20px;
    }
}
@media(max-width:360px){
    .navbar-default .navbar-brand {
        width: auto;
    }
    .navbar-brand img {
        width: 60px;
    }
    .navbar-brand p {
        font-size: 12px;
        display: inline-block;
        margin-left: 10px;
    }
}