﻿
@charset "UTF-8";@font-face {
  font-family: "Steelfish";
  src: url('../fonts/steelfish/steelfish_eb-webfont.eot');
  src: url('../fonts/steelfish/steelfish_eb-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/steelfish/steelfish_eb-webfont.woff') format('woff'), url('../fonts/steelfish/steelfish%20eb.html') format('opentype');
  font-weight: 800;
}
@font-face {
  font-family: "Steelfish";
  src: url('../fonts/steelfish/steelfish_bd-webfont.eot');
  src: url('../fonts/steelfish/steelfish_bd-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/steelfish/steelfish_bd-webfont.woff') format('woff'), url('../fonts/steelfish/steelfish%20bd.html') format('opentype');
  font-weight: bold;
}

/* ==================================================================
	1.0 CSS Reset
================================================================== */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
body {line-height: 1;	}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {	content: '';content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}

/* ==================================================================
	2.0 Bootstrap fix for WinPhone 8 and IE10 
================================================================== */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


/* ==================================================================
	3.0 Basic Document Styles
================================================================== */
body {	
	color: #fff;
	font-size: 16px;
	font-family: 'Raleway',Open Sans, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	background: #0d0d0d;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

input,
select,
textarea { 
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 300;
}

*::-moz-selection { background: #000!important; }
*::selection { background: #000!important; }

/* ==================================================================
	4.0 Typography
================================================================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: 180;
	margin-bottom: 10px;	
	
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color:#f68220;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 62px;
	position: relative;
	margin-bottom: 0px;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	position: relative;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	
}

h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	
}

h6 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	
}

p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height:26px;
	letter-spacing:0.01em;
}

p span {
	color:#f68220
}

p.lead {
	font-family: 'Raleway', sans-serif;
	font-size: 21px;
	padding: 0;
	font-weight: 400;
}

em {
	font-style:italic;
}

.section-title {
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 20px;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    color: #fff;
    font-weight: 300;
	position: relative;
}

a, a > * {
	color: #dadada;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover, a > *:hover, a:focus {
	text-decoration: none;
	outline: 0;	
	color:#f68220!important;
}

em {font-style: italic;}
strong {font-weight: bold;}
.uppercase{	text-transform:uppercase;}
.letter-spacing-4{	letter-spacing:4px;}

/* ==================================================================
	5.0 Basic Layout Styles
================================================================== */
.empty-space-50 {
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.empty-space-20 {
	width: 100%;
	height: 20px;
	overflow: hidden;
}
section {text-align: center;}
.text-left {text-align: left !important;}
.text-right { text-align: right !important;}
.text-center {text-align: center !important;}
.text-justify {	text-align: justify !important;}
.font-thin {font-weight: 100 !important;}
.font-light {font-weight: 400 !important;}
.font-normal {font-weight: 400 !important;}
.font-medium {font-weight: 500 !important;}
.font-bold {font-weight: 700 !important;}
.font-semibold {font-weight: 800 !important;}
.font-ultrabold {font-weight: 900 !important;}
.float-left {float: left !important;}
.float-right {	float: right !important;}
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.clear {clear: both;}
.all-margin {margin: 20px !important;}
.left-margin {margin-left: 20px !important;}
.right-margin {margin-right: 20px !important;}
.top-margin {margin-top: 20px !important;}
.bottom-margin {	margin-bottom: 20px !important;}
.no-margin {margin: 0 !important;}
.no-left-margin {margin-left: 0 !important;}
.no-right-margin {	margin-right: 0 !important;}
.no-top-margin {margin-top: 0 !important;}
.no-bottom-margin {margin-bottom: 0 !important;}
.no-padding {padding: 0 !important;}
.no-left-padding {padding-left: 0 !important;}
.no-right-padding {padding-right: 0 !important;}
.no-top-padding {padding-top: 0 !important;}
.no-bottom-padding {padding-bottom: 0 !important;}
.img-rounded {border-radius: 100%;}
.img-center {display: block;margin: 0 auto;}
.position-relative {position: relative;}

/* ==================================================================
	6.0 Preloader
================================================================== */

/****** Cube Preloader****/

#preloadcontainer {
  background: rgba(32,32,32,1) url(../images/overlay.png) repeat;
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;	
  height: 100% !important;
  min-height: 100% !important;
  z-index: 999999998;
}
#preload-content {
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  top: 40%;
  width: 100px;
  z-index: 999;
}
  
.spinner {
	margin: 100px auto;
	width: 32px;
	height: 32px;
	position: relative;
}

.spinner .fa {
	font-size:36px;
	color: #d0345d;
	display:none;
}
.loadingtext{
	font-size:12px;
	color: rgba(195,49,88,0.3);
	text-align:center;
	padding-top:50px;
}

.cube1, .cube2 {
	background-color: #d0345d;
	width: 15px;
	height: 15px;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	-webkit-animation: cubemove 1.8s infinite ease-in-out;
	animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
@-webkit-keyframes cubemove {
25% { -webkit-transform: translateX(22px) rotate(-90deg) scale(0.5) }
50% { -webkit-transform: translateX(22px) translateY(22px) rotate(-180deg) }
75% { -webkit-transform: translateX(0px) translateY(22px) rotate(-270deg) scale(0.5) }
100% { -webkit-transform: rotate(-360deg) }
}

@keyframes cubemove {
25% { 
	transform: translateX(42px) rotate(-90deg) scale(0.5);
	-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
} 50% {
/* Hack to make FF rotate in the right direction */
	transform: translateX(42px) translateY(42px) rotate(-179deg);
	-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
} 50.1% {
	transform: translateX(42px) translateY(42px) rotate(-180deg);
	-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
} 75% {
	transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
} 100% {
	transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
}
}


/****** Circular Preloader****/
.preLoader{
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.loaderContent h3{
    color: #2a2a2a;
    display: inline-block;
    font-family: 'Great Vibes',Open Sans, sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 0.9;
    margin: 0;
    float: left;
    position: relative;
}
.preLoaderInner{
    background: none repeat scroll 0 0 #d94462;
    border-radius: 50%;
    float: left;
    height: 60px;
    margin-right: 15px;
    position: relative;
    width: 60px;
}
.preLoader.home2 .preLoaderInner{
    background: #01b7f2;
}
.preLoader.darkVer .preLoaderInner{
    background: #ff7500;
}
#circularG{
    position:absolute;
    width:50px;
    height:50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 5px;
}
.loaderContent{
    width: 290px;
    height: 72px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.circularG{
    position:absolute;
    background-color:#fff;
    width:13px;
    height:13px;
    -moz-animation-name:bounce_circularG;
    -moz-animation-duration:1.12s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:normal;
    -webkit-border-radius:50%;
    -webkit-animation-name:bounce_circularG;
    -webkit-animation-duration:1.12s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:normal;
    -ms-border-radius:50%;
    -ms-animation-name:bounce_circularG;
    -ms-animation-duration:1.12s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:normal;
    -o-border-radius:50%;
    -o-animation-name:bounce_circularG;
    -o-animation-duration:1.12s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:normal;
    border-radius: 50%;
    animation-name:bounce_circularG;
    animation-duration:1.12s;
    animation-iteration-count:infinite;
    animation-direction:normal;
}

#circularG_1{
    left:0;
    top:20px;
    -moz-animation-delay:0.42s;
    -webkit-animation-delay:0.42s;
    -ms-animation-delay:0.42s;
    -o-animation-delay:0.42s;
    animation-delay:0.42s;
}

#circularG_2{
    left:5px;
    top:5px;
    -moz-animation-delay:0.56s;
    -webkit-animation-delay:0.56s;
    -ms-animation-delay:0.56s;
    -o-animation-delay:0.56s;
    animation-delay:0.56s;
}

#circularG_3{
    top:0;
    left:20px;
    -moz-animation-delay:0.7s;
    -webkit-animation-delay:0.7s;
    -ms-animation-delay:0.7s;
    -o-animation-delay:0.7s;
    animation-delay:0.7s;
}

#circularG_4{
    right:5px;
    top:5px;
    -moz-animation-delay:0.84s;
    -webkit-animation-delay:0.84s;
    -ms-animation-delay:0.84s;
    -o-animation-delay:0.84s;
    animation-delay:0.84s;
}

#circularG_5{
    right:0;
    top:20px;
    -moz-animation-delay:0.98s;
    -webkit-animation-delay:0.98s;
    -ms-animation-delay:0.98s;
    -o-animation-delay:0.98s;
    animation-delay:0.98s;
}

#circularG_6{
    right:5px;
    bottom:5px;
    -moz-animation-delay:1.12s;
    -webkit-animation-delay:1.12s;
    -ms-animation-delay:1.12s;
    -o-animation-delay:1.12s;
    animation-delay:1.12s;
}

#circularG_7{
    left:20px;
    bottom:0;
    -moz-animation-delay:1.26s;
    -webkit-animation-delay:1.26s;
    -ms-animation-delay:1.26s;
    -o-animation-delay:1.26s;
    animation-delay:1.26s;
}

#circularG_8{
    left:5px;
    bottom:5px;
    -moz-animation-delay:1.4s;
    -webkit-animation-delay:1.4s;
    -ms-animation-delay:1.4s;
    -o-animation-delay:1.4s;
    animation-delay:1.4s;
}

@-moz-keyframes bounce_circularG{
    0%{
	-moz-transform:scale(1)}

    100%{
	-moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
    0%{
	-webkit-transform:scale(1)}

    100%{
	-webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
    0%{
	-ms-transform:scale(1)}

    100%{
	-ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
    0%{
	-o-transform:scale(1)}

    100%{
	-o-transform:scale(.3)}

}

@keyframes bounce_circularG{
    0%{
	transform:scale(1)}

    100%{
	transform:scale(.3)}

}


/****** Top Background slider ****/
.TopBackgroundSlider{
	position:absolute;
	top:0;
	width:100%;
	/*height: 793px;	*/
	height: 100%;
	z-index:-1;
	overflow:hidden;
	background: rgba(0, 0, 0, 1);
}
.TopBackgroundSlider:after{
  content: " ";
  top: 0;
  left: 0;
  right: 0;  
  position: absolute;
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
.TopBackgroundSliderInner{
	position:absolute;
	top:0;
	width:100%;
	height:380px;
	z-index:-1;
	overflow:hidden;
	background: rgba(0, 0, 0, 0.7);
}
.TopBackgroundSliderInner:after{
  content: " ";
  top: 0;
  left: 0;
  right: 0;  
  position: absolute;
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.bx-viewport, .bx-wrapper{
    position:relative;
    width:100% !important;
    height:100% !important;
	border:  0px solid #fff !important;
	left:0px !important;
	overflow:hidden !important;
	z-index:-1;
	
}
.bxslider, .bxslider li{
    height: 100% !important;
	width: 100% !important;
	overflow:hidden !important;
	background-size: cover!important;
	
}

.bxslider li{
    background-repeat: no-repeat!important;
    background-position: top center!important;
    background-size: cover!important;
}
.bx-wrapper .bx-viewport{
    border: none !important;
}
.slidercontrol{
	font-family: 'Raleway',Open Sans, sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    color: #FFF;
    line-height: 10px;
    margin: 10px 0;
	text-align: right;
	width:auto;
	cursor:pointer;
}
.stopShow{
	color:#fff;
}

/* ==================================================================
	7.0 Top Bar
================================================================== */

/****** Top Bar Section ****/

.topBar{
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    min-height: 30px;
}
.topDate, .topHelp{
    font-family: 'Open Sans',Raleway, sans-serif;
    font-size: 13px;
    text-transform: lowercase;
    color: #FFF;
    line-height: 10px;
    margin: 10px 0;
	text-align: left;
}
.topHelp{
    text-align: right;
    text-transform: none;
}
.topDate li {
display:inline-block;	
margin:0 12px 0 0;
line-height:normal;
}

/****** Logo Bar Section ****/
.logoBar{
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 0px solid #424242;
}
.logo{
    width: 100%;
    text-align: center;    
    position: relative;
    display: inline-block;
}
.logo:after{
/*position: relative;
display:block;
margin-top:11px;
content: " ";
top:auto;
left:50%;
transform:translate(-50%, 0px);
-webkit-transform:translate(-50%, 0px);
-moz-transform:translate(-50%, 0px);
-ms-transform:translate(-50%, 0px);
-o-transform:translate(-50%, 0px);
border-bottom:rgba(255, 255, 255, 0.8) 1px solid;
width:320px;
overflow: visible;*/
  content: "";
  position: relative;
  display:block; 
  top:auto;
  left: 50%;
  transform:translate(-50%, 0px);
  -webkit-transform:translate(-50%, 0px);
  -moz-transform:translate(-50%, 0px);
  -ms-transform:translate(-50%, 0px);
  -o-transform:translate(-50%, 0px);
  height:1px;
  overflow: visible;
  transform: translate(-50%, -50%);
  border-bottom:rgba(255, 255, 255, 0.8) 1px solid;
  /*background:rgba(255, 255, 255, 0.8);  */
  margin-top:11px;
  width:320px;
}
.logo a{
    text-decoration: none;
}
.logoImg{
	position: relative;
    height: 121px;
    width: 267px;    
    margin:0 auto;
}
.logoImg img{
    
}
.logoIconImg{
	display: inline-block;
    height: 56px;
    width: 64px;
    position: absolute;
    left: 0;
    top: 0;
}
.logo h1{
    color: #fff;
    font-family: 'Raleway',Open Sans, sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 36px;
	text-align: center;
    padding-top: 14px;
    margin: 0px;
    letter-spacing: -3px;
}
.logo h1 a{
    color: #FFF;
    display: inline-block;
    line-height: 36px;
}
.versionName{
    font-size: 18px;
    color: #969696;
    font-family: Open Sans;
    font-weight: 300;
    padding-left:0px;
    letter-spacing: normal;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.logo h1 a:hover{
    color: #DC279C;
}
.logo h1 a:hover span{
    color: #FFF;
}

.stickylogo{
	text-align:center;
	display:none;
}
.LogoToggle{
	text-align:center;
	display:block;
	position:relative;
}
.LogoToggle img{	
	width:140px;
	border-bottom:rgba(255, 255, 255, 0.6) 1px solid;
	padding:10px 0;
}


/****** Top Social Section ****/
.topsocial{
    width: 100%;
	display:inline-block;
	position:relative;
	margin-top: 5px;
	text-align:right;
}
.topsocial li{
	display:inline-block;
	margin-right: 11px;
}
.topsocial li a{
    width: 22px;
    height: 22px;
    display: inline-block;
    color: #2a2a2a;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 20px;
    position: relative;
}
.topsocial li a:last-child{
    margin-right: 0px;
}
.topsocial li a i{
    z-index: 9;
    position: relative;
}
.topsocial li a:after{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f00;
    left: 0;
    top: 0;
    content: "";
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    opacity: 0;
    visibility: hidden;
}
.topsocial li a.fac:after{
    background: #3C5A99;
}
.topsocial li a.goo:after{
    background: #DC4A38;
}
.topsocial li a.ins:after{
    background: #DBD0BE;
}
.topsocial li a.twi:after{
    background: #5EA9DD;
}
.topsocial li a.pin:after{
    background: #CB2027;
}
.topsocial li a:hover{
    color: #FFF;
}
.topsocial li a:hover:after{
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    visibility: hidden;
}

/* ==================================================================
	8.0 Header, Menu & Search
================================================================== */
.header{	
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 0px solid #424242;
	transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
	-ms-transition: all ease 400ms;
	-o-transition: all ease 400ms;

}

/*------------------sticky-----------*/
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	box-shadow: 0 1px 7px rgba(0,0,0,.1);
}

.sticky .mainMenu ul{	
	width:auto;
}

.sticky .mainMenu ul li{
	   
    padding: 10px 0 19px;
}


/*.sticky{
	position:fixed;
	top:0;
	background: rgba(0, 0, 0, 0.9);
	z-index:999;
	transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
	-ms-transition: all ease 400ms;
	-o-transition: all ease 400ms;
}
*/
.menuboder{
	border-bottom:rgba(255, 255, 255, 0.6) 1px solid;
}

.mainMenu{
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
.mainMenu ul{
    margin: 0;
    padding: 0;
}

.mainMenu ul li{
    list-style: none;
    float: left;
    margin-right: 33px;
    line-height: 14px;
    padding: 28px 0 28px;
    position: relative;
}
.mainMenu ul li:last-child{
    margin-right: 0px;
}
.mainMenu ul li a{
    font-size: 15px;
    text-transform: capitalize;
    color: #efefef;
    line-height: 14px;
    font-family: 'Raleway',Open Sans, sans-serif;
    font-weight: 300;
}
.mainMenu ul li:hover > a, .mainMenu ul li.active > a{
    color: #ffad10;
}
.mainMenu > ul > li > ul.subMenu{
    position: absolute;
    width: 220px;
    background: #FFF;
    left: 0;
    top: 180%;
    z-index: 999;
    border-top: 4px solid #e9e9e9;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
.mainMenu > ul > li:hover > ul.subMenu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
ul.subMenu li{
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
    padding: 0px;
    position: relative;
}
ul.subMenu li a{
    color: #2a2a2a;
    display: inline-block;
    font-size: 14px;
    line-height: 11px;
    padding: 13px 15px;
    width: 100%;
}
ul.subMenu > li > ul.subMenu{
    position: absolute;
    width: 220px;
    background: #FFF;
    left: 100%;
    top: 180%;
    z-index: 999;
    border-top: 0;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
ul.subMenu > li:hover > ul.subMenu{
    opacity: 1 !important;
    visibility: visible !important;
    left: 100%;
    top: 0;
}

/* Menu Toggle Button */
.menuToggle{
    width: 70px;
    height: 30px;
    margin: 0px auto 10px;
    border-top: 1px solid #E9E9E9;
	border: 1px solid #E9E9E9;
    border-radius: 2px;
    text-align: center;
    line-height: 2px;
    padding: 4px 4px 0;
    cursor: pointer;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.menuToggle:hover, .menuToggle.active{
    border-color: #ffad10;
}
.menuToggle span{
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #E9E9E9;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.menuToggle:hover span, .menuToggle.active span{
    background: #ffad10;
}

.menuButton {
    cursor: pointer;
    height: 30px;
    line-height: 4px;
    margin: 20px auto 0;
    padding: 2px 4px 0;
    width: 40px;
    transition: all ease-in-out 600ms;
    -moz-transition: all ease-in-out 600ms;
    -webkit-transition: all ease-in-out 600ms;
    -ms-transition: all ease-in-out 600ms;
    -o-transition: all ease-in-out 600ms
}
.menuButton span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #DC279C;
    transition: all ease-in-out 600ms;
    -moz-transition: all ease-in-out 600ms;
    -webkit-transition: all ease-in-out 600ms;
    -ms-transition: all ease-in-out 600ms;
    -o-transition: all ease-in-out 600ms
}

.nav-active{color:#f58220!important;}

/* Search input and button */
.searchDiv{
    width: 100%;
    text-align: right;
    margin-top: 24px;
    position: relative;
}
.searchDiv a{
    color: #6a6a6a;
    font-size: 20px;
}
.searchDiv a:hover{
    color: #DC279C;
}
.headSearch {
    width: 0px;
    position: absolute;
    right: 35px;
    top: -8px;
    height: 40px;
    overflow: hidden;
}
 .headSearch input,
.home2 .headSearch input {
    background: none repeat scroll 0 0 #f1f1f1;
    border: medium none;
    color: #424242;
    font-family: 'Raleway',Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding-left: 15px;
    width: 100%;
}
.headSearch input {
    background: none repeat scroll 0 0 #424242;
    border: medium none;
    color: #fff;
    font-family: 'Raleway',Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding-left: 15px;
    width: 100%;
}




/* ==================================================================
	9.0 Section common css
================================================================== */
.sectionbg{
	background:#F5F5F5;
	color: #000;
}
.sectionbg-pattern{
	background:url(../images/pattern.png) center center;
	color: #000;
}
.sectionbg-dark{
	background:#000;
}
.section_padding{
	padding:80px 0 80px 0;
	color:#000
}
.sec-color-overlay:after{
	content: " ";
	top: 0;
	left: 0;
	right: 0;  
	position: absolute;
	height: 100%;
	min-height:100%;	
	background: rgba(0, 0, 0, 0.83);
	z-index: 0;
	background-position: 50% 0;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}


.partition-blank{
width:100%; height:auto;
margin:0 auto;
padding:16px 0;
display:block;
}
.partition-blank-small{
width:100%; height:auto;
margin:0 auto;
padding:8px 0;
display:block;
}
.partition{
background:url(../images/partition.png) center center no-repeat;
width:100%; height:23px;
margin:0 auto;
padding:30px 0;
display:block;
}
.partition2{
background:url(../images/partition2.png) center center no-repeat;
width:100%; height:23px;
margin:0 auto;
padding:30px 0;
display:block;
}
.partition3{
background:url(../images/partition3.png) center center no-repeat;
width:100%; height:23px;
margin:0 auto;
padding:30px 0;
display:block;
}

.heatingTitle{
font-family: 'Great Vibes',Open Sans, sans-serif;
color:#FFF;
font-size: 44px;
font-weight: normal;
line-height:44px;	
}

.heatingTitle span{
color:#ff7500;
}

.heatingTitleDark{
font-family: 'Great Vibes',Open Sans, sans-serif;
color:#000;
font-size: 44px;
font-weight: normal;
line-height:44px;
	
}

.heatingTitleDark span{
color:#ff7500;
}

.heatingTitleBig{
font-family: 'Great Vibes',Open Sans, sans-serif;
color:#000;
font-size: 64px;
font-weight: normal;
line-height:54px;
}

.heatingTitleBig span{
color:#ff7500;
}

/* ==================================================================
	10.0 Header
================================================================== */
.headerabout{
	padding:80px 0 80px 0;
}
.headerabout h2{
	font-family: 'Raleway',Open Sans, sans-serif;
    font-size: 64px;
    font-weight: 600;
	line-height:64px;
}
.headerabout h3{
	font-family: 'Raleway',Open Sans, sans-serif;
    font-size: 36px;
    font-weight: 300;
	line-height:38px!important;
	color:#FFF
}
.headeraboutinner{
	padding:20px 0 20px 0;
}
.headeraboutinner h2{
	font-family: 'Raleway',Open Sans, sans-serif;
    font-size: 64px;
    font-weight: 600;
	line-height:64px;
}
.page-title{
	font-family: 'Raleway',Open Sans, sans-serif;
    font-size: 64px;
    font-weight: 100!important;
	line-height:64px;
}

.button-light{
	background: rgba(255,255,255,0.3);
	border: #FFF 1px solid;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:11px 40px;
	color:#fff;
	font-size:24px
}
.button-light:hover{
	background: rgba(255,117,0,0.9);
	color:#fff!important;
}

.button-dark{
	background: rgba(255,117,0,0.2);
	border: #ff7500 1px solid;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:11px 40px;
	margin:11px 0px;
	color:#fff;
	font-size:24px
}
.button-dark:hover{
	background: rgba(255,117,0,0.9);
	color:#fff!important;
}

.button-color{
	background: rgba(255,117,0,0.9);
	border: #ff7500 1px solid;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:11px 40px;
	margin:11px 0px;
	color:#fff;
	font-size:24px
}
.button-color:hover{
	background: rgba(255,117,0,0.2);
	color:#fff!important;
}

.review{color:#fff; font-size:24px}

.reviewbtn{
	width:auto;
}

/* ==================================================================
	11.0 Count down Counter We are open
================================================================== */
.weareopenbg{
	position:relative;
	display: block;
	background:url(../images/weareopen.jpg) center center;
	background-position: 50% 0;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	color:#FFF;

}
.weareopenbg:after{
	content: " ";
	top: 0;
	left: 0;
	right: 0;  
	position: absolute;
	height: 100%;
	min-height:100%;	
	background: rgba(0, 0, 0, 0.93);
	z-index: 1;
	background-position: 50% 0;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.weareopenbg * {
    z-index: 10;
}
.weareopenbg p{
    font-family: 'Great Vibes',Open Sans, sans-serif;
    font-size: 30px;
	line-height:40px;
}
.weareopenbg p span{
    color:#ff7500;
}

.content_heading_big{
    font-family: 'Raleway',Open Sans, sans-serif; 
	font-size: 50px;
	line-height:normal;
	color:#000000;
}
.content_heading{
    font-family: 'Raleway',Open Sans, sans-serif; 
	font-size: 40px;
	line-height:normal;
	color:#000000;
}
.content_sub_heading{
    font-family: 'Raleway',Open Sans, sans-serif; 
	font-size: 25px;
	line-height:normal;
	color:#000000;
}

/* ==================================================================
	11.0 menus
================================================================== */
.menues{
}

.menues p{
    font-family: 'Raleway',Open Sans, sans-serif; 
	margin:15px 0px 30px 0px;  
}
.menues p strong{
    font-weight:bold;
}
.spmenu p{
    font-family: 'Raleway',Open Sans, sans-serif; 
	margin:15px 0px 30px 0px;  
}
.allmenus{
    text-align:left; 
}
.allmenus p{
    font-family: 'Raleway',Open Sans, sans-serif; 
	margin:5px 0px 10px 0px; 
	color:#000; 
}
.allmenus .fa{    
	margin:0px 11px 0px 0px; 
	color:#f58220; 
	font-size:13px;
}
.allmenus h3{    
	color:#000; 
}
.dayspmenu{
    text-align:left; 
}
.dayspmenu p{
    font-family: 'Raleway',Open Sans, sans-serif; 
	margin:5px 0px 10px 0px;
	color:#000;
}
.dayspmenu h3{    
	color:#000; 
}


/* ==================================================================
	11.0 client reviews
================================================================== */
.clientreviews{
	text-align:left;
}

.clientreviews p{
    font-family: 'Raleway',Open Sans, sans-serif; 
	color:#FFF;	  
}
.clientreviews p strong{
    color:#ff7500;
}

.logos-carousel { }
.logos-carousel .owl-item
{
	/*margin: 0px 5px;  
	width:auto!important;*/
	border: 1px solid #fff;
	}
.logos-carousel .slide
{
	border: 0px solid rgba(181,181,181,0.5);
	border: 0px solid #b5b5b5;
}

.logos-carousel .slide img
{
	/*opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';	
	-webkit-transition: opacity 600ms ease-in-out;
	-moz-transition: opacity 600ms ease-in-out;
	-ms-transition: opacity 600ms ease-in-out;
	-o-transition: opacity 600ms ease-in-out;
	transition: opacity 600ms ease-in-out;*/
}

.logos-carousel .slide img:hover
{
	/*opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';*/
}

.logos-carousel .owl-controls .owl-nav div {
  padding: 5px 9px;
}
 
.logos-carousel .owl-nav i{
  margin-top: 2px;
} 
 
.logos-carousel .owl-controls .owl-nav div {
  position: absolute;
}
.logos-carousel .owl-controls .owl-nav .fa {
 color:rgba(181,181,181,0.5);
}
.logos-carousel .owl-controls .owl-nav .fa:hover {
 color:rgba(255,117,0,0.5);
}
 
.logos-carousel .owl-controls .owl-nav .owl-prev{
  left: -35px;
  top: 40px; 
}
 
.logos-carousel .owl-controls .owl-nav .owl-next{
  right: -35px;
  top: 40px;
}

.logos-carousel .owl-controls .owl-dots {
    text-align:center;
	margin: 15px 0px;
}
.logos-carousel .owl-controls .owl-dot {
    display: inline-block;
}
.logos-carousel  .owl-controls .owl-dot span {
    background: none repeat scroll 0 0 #efefef;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.logos-carousel  .owl-controls .owl-dots .active span{
	background: none repeat scroll 0 0 #ff7500;
}

/*.logos-carousel .owl-pagination{
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 0;
	margin-bottom: 35px;
}
.logos-carousel .owl-pagination .owl-dots{
	position: relative;
	display:inline-block;
	margin:0 10px;	
	
}
.logos-carousel .owl-pagination .owl-dots span{
	border:#FFF 1px solid;
	padding:4px;
	height:20px!important;
	
}
.logos-carousel .owl-pagination .active span{
	border:#ff7500 1px solid;
}
*/




.testimonial-slider
{
	color:#000;
	
}

.testimonial-slider p
{
	line-height: 24px;
	font-size: 20px;
	font-weight: 200;
	margin-bottom: 20px;
	color:#000;
}

.testimonial-slider .author-info
{
	font-size: 15px;
	font-weight: 600;
}

.testimonial-slider .author-info li
{
	display: inline-block;
	vertical-align: top;
}

.testimonial-slider .author-info li:before
{
	content: '/';
	margin-right: 4px;
}

.testimonial-slider .author-info li:first-child:before { display: none; }

.testimonial-slider .owl-dots { margin-top: 25px; }
.center-block .testimonial-slider .owl-dots
{
	margin-top: 55px;
	text-align: center;
}



.testimonial-slider .owl-controls {
    text-align:left;
	margin-top:17px;
}
.testimonial-slider .owl-controls .owl-dot {
    display: inline-block;
}
.testimonial-slider  .owl-controls .owl-dot span {
    background: none repeat scroll 0 0 #4d4d4d;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
}
.testimonial-slider  .owl-controls .owl-dots .active span{
	background: none repeat scroll 0 0 #ff7500;
}


/*- - - - - - - - - - - - - - - - - - - - 
map
- - - - - - - - - - - - - - - - - - - - */
.map {
    margin-top:40px
}

.map iframe {
    width:100%;
    height:320px;
    border:solid 1px #ccc;
    padding:2px;
    background:#fff
}

#map-container iframe {
    width:100%;
    height:360px
}
.map-container iframe {
    width:100%;
    height:360px
}

.map-small iframe {
    width:100%;
    height:200px
}
	
/* ==================================================================
	12.0 Forms
================================================================== */

input, textarea, select {
	background: rgba(255,255,255,1);
	outline: none;
	-webkit-appearance: none;
	color: #000; font-size:14px;
	border:  0px;
	border: 1px solid rgba(255,255,255,0.1);
	border-left: 1px solid rgba(255,255,255,0.1);
	padding: 9px 20px;
	margin: 0px;
	font-style: normal;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-o-transition: background-color .3s ease, border .3s ease, color .3s ease;
	transition: background-color .3s ease, border .3s ease, color .3s ease;
	position: relative; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	line-height:normal;
	letter-spacing:normal;
}

input:focus{

}

select:focus{

}

textarea:focus {

}

input[type="text"], input[type="email"] {
	width: 100%;
}
textarea {
	width: 100%;
	padding: 10px 20px;
	resize: both;
	margin-top: 0px;
	height: 100px;
}

input[type="submit"], button {
	width: auto;
	font-style: normal;
	background: rgba(255,255,255,0.05);
	color: #dfdfdf;
	cursor: pointer;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1);
	padding: 13px 25px;
}

input[type="submit"]:hover, button:hover {
	background: rgba(255,255,255,0.9);
	color: #dc2958;
}

select, option {
	cursor: pointer;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

.form {
	position: relative;
	overflow: hidden;
}

.form-container {
	padding-top: 40px;
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}

.form-note {
	color: #333;
	font-style: italic;
	margin: 24px 0;
}

.formerror {
	border-left: 1px solid #f68220;
	border-right: 1px solid #f68220;
}

/* ==================================================================
	13.0 Forms - WebKit browsers
================================================================== */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
    color: #dfdfdf;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dfdfdf;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dfdfdf; 
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #dfdfdf;
}

placeholder { 
   color: #dfdfdf;
}
input[placeholder] { text-overflow: ellipsis; }

::-moz-placeholder { text-overflow: ellipsis; } /* firefox 19+ */

input:-moz-placeholder { text-overflow: ellipsis; }

/* ==================================================================
	14.0 Subscription Forms
================================================================== */
.subscription input[type="email"]{
	width: 80%;
	padding: 13px 25px;
}

.subscriberesponse {
	padding-top: 5px;
	color: #f68220; font-size:16px;
	display: none;
	font-family: 'Raleway', sans-serif;
}
.subscribesuccess {
	padding-top: 5px;
	color: #090; font-size:16px;
	display: none;
	font-family: 'Raleway', sans-serif;
}


/* ==================================================================
	15.0 Contact Forms
================================================================== */

.contactresponse {
	padding-top: 5px;
	color: #f68220; font-size:16px;
	display: none;
	font-family: 'Raleway', sans-serif;
}
.contactsuccess {
	padding-top: 5px;
	color: #090; font-size:16px;
	display: none;
	font-family: 'Raleway', sans-serif;
}

#contacts_list {
	margin-bottom: 45px;
	font-family: 'Raleway', sans-serif;
}
#contacts_list li {
	overflow: hidden;
	list-style: none;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	color: #c5c5c4;
	margin:10px 0 0 0;
}
#contacts_list li i {
	float: left;
	margin-right: 7px;
	color: #FFF;
}
.widget{	
	margin-bottom: 25px;
}

.widget address{
	text-align:left;
}
.address *{
	text-align:left;
}
.address h2{
	font-size:30px;
	line-height:normal!important;
	padding-top:42px;
}
.widget address span{
	color: #000!important;
}
.widget address a{
	color: #000;
}
/*- - - - - - - - - - - - - - - - - - - - 
	CONTACT
/*- - - - - - - - - - - - - - - - - - - - */
.error {
    display:none;
    padding:20px;
    background:#D9534F;
    color:#fff;
    margin-bottom:30px
}

.success {
    display:none;
    padding:20px;
    background:#5CB85C;
    color:#fff;
    margin-bottom:30px
}

.error img {
    vertical-align:top
}

.full {
    width:98%
}

#send {
    color:#fff !importants
}

#contact input[type="text"],#contact textarea {
}

#contact select {
    width:100%
}
.contact_form_holder {
	color:#666!important;
}
.contact_form_holder .wpcf7-not-valid-tip{
	color:#F60!important;
	position:relative!important;	
	display:none!important;	
}
.wpcf7-response-output{
	border:none!important;
	color:#F60!important;
}
.contact_form_holder .form-control {
    margin-bottom:20px;
	color:#666!important;
}

.contact_form_holder input,.contact_form_holder select {
    font-size:15px;
    border:none;
    box-shadow:none;
    border:solid 1px #dddddd;
    padding-left:10px;
    margin-bottom:20px!important;
	color:#000;
}

.contact_form_holder select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:url(../images/arrow-down.png) 96% center no-repeat rgba(255,255,255,.8)
}

.contact_form_holder textarea {
    border:solid 1px #ddd
}

.contact_form_holder input:focus,.contact_form_holder select:focus,.contact_form_holder textarea:focus {
    box-shadow:none
}

.contact_form_holder input[type="submit"] {
    padding:10px 20px
}

/*- - - - - - - - - - - - - - - - - - - - 
	BOOKING
/*- - - - - - - - - - - - - - - - - - - - */
#booking {
    padding:30px 0;
    background:#655233
}

#booking input,#booking button,#booking select {
    width:100%;
    color:#fff
}

#booking button {
    border:none;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    background:#EDB83A
}

#booking select {
    background:none
}

#booking input,#booking select {
    border:solid 1px #EDB83A;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0
}

#booking input {
    background:url(../images/icon-calendar.png) 10px center no-repeat;
    padding-left:36px;
    -webkit-box-sizing:border-box;
/* Safari/Chrome, other WebKit */
    -moz-box-sizing:border-box;
/* Firefox, other Gecko */
    box-sizing:border-box
/* Opera/IE 8+ */
}

.booking_form_holder .form-control {
    margin-bottom:20px
}

input.error_input {
    border-bottom-color:#C03
}

textarea.error_input {
    border-color:#C03
}

select.error_input {
    border-color:#C03
}







/* WebKit browsers */
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder { 
    color: #dfdfdf;
}
.contact-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dfdfdf;
    opacity:  1;
}
.contact-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dfdfdf; 
    opacity:  1;
}
.contact-form :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #dfdfdf;
}


	
/* ==================================================================
	16.0 Social zomato and facebook widget
================================================================== */
.zomato div{
	/*width:100%!important;*/
}
.zomato div img{
	/*width:100%!important;*/
}


/*==================================================================
	17.0 Services
================================================================== */



/*==================================================================
	18.0 Footer
================================================================== */
.footer{
    background: #0b0b0b;
    width: 100%;
    padding: 85px 0 50px;
}

/* footer logo */
.footer .logo{
    margin: 0px;
    padding-left: 60px;
    min-height: 50px;
}
.footer .logo h1{
    font-size: 44px;
    line-height: 34px;
    padding-top: 8px;
}
.footer .logo h1 a{
    line-height: 34px;
}
.footer .logoImg{
    height: 50px;
    width: 50px;
}
.footer .logoImg img {
    margin: 12px 0 0 12px;
    width: 45px;
}

/* footer widgets */
.footer .widget{
    width: 100%;
    position: relative;
}
.footer .widgetTitle{
    font-size: 20px;
    line-height: 14px;
    color: #FFF;
    margin: 0px;
    font-weight: 400;
    margin-bottom: 26px;
}
.footer .widgetTitle i{
    margin-right: 8px;
    line-height: 14px;
}
.footer .widget ul{
    margin: 0;
    padding: 0;
    width: 100%;
}
.footer .widget ul li{
    list-style: none;
    width: 100%;
    line-height: 11px;
    padding-bottom: 16px;
    border-bottom: 1px solid #222222;
    padding-top: 15px;
}
.footer .widget ul li:first-child{
    padding-top: 0;
}
.footer .widget ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.footer .widget ul li a{
    font-size: 14px;
    line-height: 11px;
    color: #818181;
    display: inline-block;
    font-weight: 400;
}
.footer .widget ul li a:hover{
    color: #fff;
}

/* Footer Socials */
.followUs{
    width: 100%;
    text-align: left;
}
.followUs a{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    color: #FFF;
    background: #242424;
    padding-top: 10px;
    margin-right: 5px;
    position: relative;
}
.followUs a i{
    z-index: 9;
    position: relative;
}
.followUs a:after{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f00;
    left: 0;
    top: 0;
    content: "";
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    opacity: 0;
    visibility: hidden;
}
.followUs a:hover{
    color: #FFF;
}
.followUs a.fac:after{
    background: #3C5A99;
}
.followUs a.goo:after{
    background: #DC4A38;
}
.followUs a.ins:after{
    background: #E5D5C6;
}
.followUs a.tum:after{
    background: #294461;
}
.followUs a.pin:after{
    background: #CB2027;
}
.followUs a:hover:after{
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    visibility: visible;
}

/* Footer menu and copyright */
.footercopyright{
	background: #0b0b0b;
    width: 100%;
    padding: 22px 0 22px;
	border-top:#FFF 1px solid;
}
.fooBar{
    width: 100%;
    height: 1px;
    background: #373737;
    margin: 65px 0 50px;
}
.footerMenu{
    width: 100%;
	margin-top: 18px;

}
.footerMenu ul{
    float: right;
    margin: 0;
    padding: 0;
}
.footerMenu ul li{
    list-style: none;
    float: left;
    margin-right: 23px;
    line-height: 10px;

}
.footerMenu ul li:last-child{
    margin-right: 0px;
}
.footerMenu ul li a{
    font-size: 13px;
    text-transform: capitalize;
    color: #969696;
    line-height: 10px;
    font-family: 'Raleway',Open Sans, sans-serif;
    font-weight: 300;
    display: inline-block;
}
.footerMenu ul li a:hover, .footerMenu ul li.active a{
    color: #FFF;
}
.copyright{
    margin: 4px 0 0;
    font-size: 13px;
    color: #818181;
    line-height: 11px;
}
.creadit{
    margin: 4px 0px 0px 0px;
	font-size: 11px;
    color: #343434;    
}

.fb-page{
	height: 100%!important;
}


/* Footer subscripton form */
#fSubscribeForm{
    width: 50%;
    position: relative;
    margin: 0 0 50px;
    padding: 0;
}
#fSubscribeForm input[type="email"]{
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-family: 'Raleway',Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    margin-right: 3px;
    padding-left: 15px;
    width: 218px;
}
#fSubscribeForm button[type="submit"]{
    width: 40px;
    height: 40px;
    float: left;
    background: #141414;
    color: #dc279c;
    font-size: 18px;
    border: none;
    border-radius: 0;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
#fSubscribeForm button[type="submit"]:hover{
    color: #FFF;
}

/*==================================================================
	19.0 footer-Socials
================================================================== */
.footer-social{
text-align:right;
padding:63px 30px 0 0;
display: block;
margin: 0 auto;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.footer-socialicon{
margin:0 auto;
position:relative;	
width:auto;
float:right;
text-align:center;
}
.footer-socialicon li{
display: inline;
padding:0 10px 0 10px;
text-align:center;
border-right:rgba(255,255,255,0.1) 1px solid;
}
.footer-socialicon li:last-child{	
border-right:rgba(255,255,255,0.1) 0px solid;
}

.footer-socialicon i:hover{
color:#f68220!important;
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-o-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.footer-socialicon li .fa{
color:rgba(255,255,255,0.6);
font-size:18px;
text-shadow: -5px 5px 5px rgba(0,0,0,0.3);
}

/* ==================================================================
 20.0 Back To Top 
================================================================== */
#backTo{
    background: #303030;
    bottom: 30px;
    color: #fff;
    font-size: 18px;
    height: 40px;
    padding-top: 6px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    display: none;
}
#backTo:hover{
    color: #dc279c;
}
 #backTo{
    background: #141414;
}
 #backTo:hover{
    color: #d94462;
}

/* ==================================================================
	21.0 Mobile
================================================================== */

body.mobile {
	-webkit-text-size-adjust:none;
}



/*==================================================================
	22.0 Custom CSS
================================================================== */


