/* ==================================================
   Basic Styles
================================================== */
@font-face {
	font-family: 'BenchNine-Regular';
		src: url('fonts/BenchNine-Regular_gdi.eot'); /* IE9 Compat Modes */
		src: url('fonts/BenchNine-Regular_gdid41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
		  url('fonts/BenchNine-Regular_gdi.woff') format('woff'), /* Modern Browsers */ 
		  url('fonts/BenchNine-Regular_gdi.ttf') format('truetype'),
		  url('fonts/BenchNine-Regular_gdi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BenchNine-Light';
		src: url('fonts/BenchNine-Light_gdi.eot'); /* IE9 Compat Modes */
		src: url('fonts/BenchNine-Light_gdid41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
		  url('fonts/BenchNine-Light_gdi.woff') format('woff'), /* Modern Browsers */ 
		  url('fonts/BenchNine-Light_gdi.ttf') format('truetype'),
		  url('fonts/BenchNine-Light_gdi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BenchNine-Bold';
		src: url('fonts/BenchNine-Bold_gdi.eot'); /* IE9 Compat Modes */
		src: url('fonts/BenchNine-Bold_gdid41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
		  url('fonts/BenchNine-Bold_gdi.woff') format('woff'), /* Modern Browsers */ 
		  url('fonts/BenchNine-Bold_gdi.ttf') format('truetype'),
		  url('fonts/BenchNine-Bold_gdi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CenturyGothic';
		src: url('fonts/CenturyGothic.eot'); /* IE9 Compat Modes */
		src: url('fonts/CenturyGothicd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
		  url('fonts/CenturyGothic.woff') format('woff'), /* Modern Browsers */ 
		  url('fonts/CenturyGothic.ttf') format('truetype'),
		  url('fonts/CenturyGothic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body {
	height: 100%;

}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body{
	background:#EF988D;
	color:#7F8289;
	font-weight:300;
	font-size:16px;
	font-family: 'BenchNine-Bold', sans-serif;
	line-height:28px;
	
	overflow:hidden;
	

}
a{
	color:#DE5E60;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#FFFFFF;
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
	
}



p {
	margin: 0 0 30px;
}

hr {
	border-style: dashed;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;	
}
.intro{
	height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
	display:none;
	z-index: 9999;
	transform: scale(1.8);
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-webkit-transition: all 6s ease;
	-moz-transition: all 6s ease;
	transition: all 6s ease;
}
.intro img{
	display:none;
	position: relative;
    top: 56%;
    transform: translateY(-45%);
	-moz-transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
}
.align_left{
	float:left;
	margin:0 25px 0 0px!important;
}

.align_right{
	float:right;
	margin:0 0 0 25px!important;
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;	
}

.color-text {
    color: #DE5E60;
}

.through{
	text-decoration:line-through;
}

input, button, select, textarea {
	font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
	outline: 0;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F8289;
}

/* ==================================================
   Code and Pre
================================================== */

code,
pre {
  	padding: 0 3px 2px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  	color: #232527;
  	font-size: 12px;
  	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  	padding: 2px 4px;
  	border: 1px solid #dde4e9;
  	background-color: #F6F6F6;
  	color: #232527;
  	white-space: nowrap;
}

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #dde4e9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 12px;
  	line-height: 20px;
}

pre code {
  	padding: 0;
  	border: 0;
  	background-color: transparent;
  	color: inherit;
  	white-space: pre;
  	white-space: pre-wrap;
}

.pre-scrollable {
  	overflow-y: scroll;
  	max-height: 340px;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 20px 0;
	color:#FFFFFF;
	font-weight:300;
	line-height:1.5em;
}

h1{
	font-size:48px;
}

h2{
	font-size:38px;
}

h3{
	font-size:24px;
}

h4{
	font-size:20px;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
}

h3.spec {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}


/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}
/* ==================================================
   bg  Slider
================================================== */
.slider_container
{
	float:right;	 
	 background-image: url("../img/background.png");
	 background-repeat:no-repeat;
	height: 482px;
}

.slider_text{
	display: table-cell;
    vertical-align: middle;
}
.slider_container_b
{
	float:left;	 
	 background-image: url("../img/background_2.png");
	 background-repeat:no-repeat;
	height: 482px;
}

.slider-text-container
{   display:table;
	float:left;
	width:535px;
	height:130px;
	margin-top:2px;
	font-family: Century Gothic;
	font-size:14px;
	line-height: 22px;
    padding-left: 10px;
    color: #9E263F;
    text-align: left;
}
.slider_text_b{
	display: table-cell;
    vertical-align: middle;
}
  

/* ==================================================*/

/* ==================================================
   Home Slider
================================================== */

.highlighted{
	font-size:28px;	
}

.socialMedia{
	background-color: rgba(255, 255, 255, 0.65);
    opacity: 0.9;
    padding: 8px;
    position: fixed;
    right: 0;
    top: 65%;
    width: 64px;
    z-index: 99999;
    cursor: pointer;
	
}
.socialMedia img{
	margin: 5px 0;
}
#home-slider { 
	
	position: relative;
	overflow: hidden;
	/*height: 560px;*/

	background-color: #E9796A;/*#ef6956;*/
}

#home-slider .overlay { 
	position: absolute;
	width: 100%;
	height: 100%;
	background: #26292E;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 0;
}

#home-slider .slider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -585px;
	width: 1170px;
	height: 250px;
	text-align: center;
	z-index: 2;	
}

#home-slider #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;	
}

#home-slider .slide-content {
	font-size: 60px;
	color: #FFFFFF;
	letter-spacing: -3px;
	text-transform: uppercase;	
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
	background: #2F3238;
	height: 50px;
	bottom: 0;
	z-index: 2;
}

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #26292E;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;	
}

#home-slider #nextsection {
	float:right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	background-color:#DE5E60;
}

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;	
}

#home-slider #prevslide i {
	margin-left: -9px;	
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;	
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;	
}

#home-slider ul#slide-list li a {
	background-color: #6E7074;
	background-image: none;
	width: 12px;
	height: 12px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;	
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #FFFFFF;	
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color:#DE5E60;
}

#home-slider #nextsection {
	background-color: #26292E;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover {
	background-color:#DE5E60;
}

#home-slider #nextsection i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;	
}


/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 999;
}

header .sticky-nav {
	position: relative;
	width: 100%;
	height: 65px;
	background: rgba(0, 0, 0, 0) url("../img/headerbg.png") no-repeat scroll 0 0 / 100% 100%;
	z-index: 1001;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}
header .sticky-nav.stuck .row{
	height: 80px;
}
header #logo {
	color: #FFFFFF;
	float: left;
	padding: 15px 0;
	margin-left: 20px;
}
.tcleintdiv{
	position: relative;
	float:left;
}
.pressDiv{
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    float: left;
    height: 148px;
    margin-bottom: 45px;
    margin-right: 170px;
    width: 500px;
	transform: scale(0.9);
}
.targetDiv{
    
    cursor: pointer;
    float: left;
    left: 203px;
    height: 244px;
    width: 288px;

    text-align: center;
    margin-bottom: 10px;
    margin-right: 180px;
	
}
.targetDiv_bg1
{
	background-image: url(../img/target-market/celeb.png);
    background-repeat: no-repeat;
}
.targetDiv_bg2
{
	background-image: url(../img/target-market/ngo.png);
    background-repeat: no-repeat;
}
.targetDiv_bg3
{
	background-image: url(../img/target-market/public.png);
    background-repeat: no-repeat;
}
.targetDiv_bg4
{
	background-image: url(../img/target-market/sme.png);
    background-repeat: no-repeat;
}

.tpop-text{
	 padding:30px;
	 float: left;
    font-size: 14px;
    text-align: center;
  top:23%;
	font-family:Century Gothic;
	color:#4B4C4E;
}
.tpop-text-title
{font-size:28px;
color:#9e2642;
font-family:'BenchNine-Bold', sans-serif;
}
.tpop-title1{
	bottom: 19px;
    color: #fff;
    float: left;
    font-size: 16px;
    left: 118px;
    position: absolute;
}
.tpop-title2{
	bottom: 19px;
    color: #fff;
    float: left;
    font-size: 16px;
    left: 110px;
    position: absolute;
}
.tpop-title3{
	bottom: 19px;
    color: #fff;
    float: left;
    font-size: 16px;
    left: 150px;
    position: absolute;
}
.tpop-title4{
	
    
    float: left;
    font-size: 16px;
  
}



.textwrap
{
    font-family: 'BenchNine-Bold', sans-serif;
    color: white;
    text-align: center;
    font-size: 20px;
    top: 200px;
}
	
.pressDiv:nth-child(2n) {
    margin-right: 0;
}
header #logo a {
	background: url(../img/logo.png) no-repeat;
	width: 96px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;	
}

header #logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}

nav#menu {
	bottom: 20px;
    margin: auto;
    position: relative;
	/************* modification*******************/
	float: left;
    height: 100%;
	
}

nav#menu #menu-nav {
	margin: 0;
	padding: 0;	
}

nav#menu #menu-nav li  {
	
	list-style: none;
	display: inline-block;
	
}

.logos {
	
	background: rgba(0, 0, 0, 0) url("../img/logomenu.png") no-repeat scroll 0 0 / 100% 100%;
    height: 149px;
    left: 0px;
    position: relative;
    
    transform: scale(1);
    width: 198px;
}

nav#menu #menu-nav li a {
	color: #99324c;
    display: block;
    font-size: 20px;
    
    text-transform: uppercase;
}





nav#menu #menu-nav li a::before,
nav#menu #menu-nav li a span::before{
    background: #B86A81 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(2);
    transition: all 1.1s ease 0s;
    z-index: 1;
}




nav#menu #menu-nav li a:hover::before{
    opacity: 1;
    transform: scale(1);
	color: #99324C;
}
nav#menu #menu-navigation li a::before,
nav#menu #menu-navigation li a span::before{
    background: #B86A81 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(2);
    transition: all 1.1s ease 0s;
    z-index: 1;
	
}




nav#menu #menu-navigation li a:hover::before{
    opacity: 1;
    transform: scale(1);
	color: #99324C;
}

.left-ul  li a
{ color: #99324c;
  
  font-size: 20px;
  padding: 18px 15px;
  text-transform: uppercase;
}

 .right-ul li a
{
  color: #99324c;
  
  font-size: 20px;
  padding: 18px 17px;
  text-transform: uppercase;
}
.left-ul li
{   
    display: inline;
	float:left;

}

.right-ul li
{    
    display: inline;
}

.social-ul li
{    
    display: inline;
}

.left-ul
{  
  
  top: 30px;
  float: left;
  height: 56px;
  

}

.right-ul
{   
   float: left;
   top: 45px;
   margin:0;
   
}

.social-ul
{
   float:right;
   top:28px;
}
.footer-ul
{
	float:left;

}
.footer-ul li
{
	display: inline;
}
nav#menu #menu-nav > li > a,
nav#menu #menu-nav > li > a > span{
    z-index: 3;
	position: relative;
}
nav#menu #menu-nav li.current a {
	color: #fff;
}
nav#menu #menu-navigation li.current a {
	color: #fff;
}

.logoMain{
	position: relative;
    top: 65px;
	left: 200px;
}
.logoMain a::before{
	transform: scale(1) !important;
	background: transparent !important;
}
.logoMain a:hover::before{
	transform: scale(1) !important;
	background: transparent !important;
}

#byebye{
	color:#fff;
	font-size:28px;
	top:50%;
	display:none;	
}
.who_we_are
{font-size:20px;
color:white;
font-family:Century Gothic;
}
/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;	
}

.menu-nav {
	background:url(../img/menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;
	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;	
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #26292E;	
	border-bottom: 1px solid #2F3238;
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #2F3238;
}

#navigation-mobile li a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
}


/* ==================================================
   Section Page
================================================== */
.clearfix{
	clear: both;
	float: none;
}
.page {
	padding: 10px 0;
	position: relative;
	/*z-index: 99;*/
}

.page-alternate {
	background: #26292E;
	padding: 100px 0;
	position: relative;
	z-index: 99;
}
.about{
	
	background-image: url("../img/brandingBg.jpg");
    background-size: 100% 100%;	
	
}
.socialM{
	  height: 46px;
     width: 49px;
	border-radius: 50%;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	position:absolute;top:0px;left:0px;
}
.font-icon-social-facebookk{
	background-image: url(../img/sm/fb.png); 
    background-size: cover;
	cursor:pointer;
}
.font-icon-social-facebookk:hover{
	-webkit-animation: contactSocialScale 1.5s ease forwards;
	-moz-animation: contactSocialScale 1.5s ease forwards;
	-ms-animation: contactSocialScale 1.5s ease forwards;
	animation: contactSocialScale 1.5s ease forwards;
	
}
.font-icon-social-linkedinn{
	background-image: url(../img/sm/insta.png); 
    background-size: cover;
	cursor:pointer;
}
.font-icon-social-linkedinn:hover{
	-webkit-animation: contactSocialScale 1.5s ease forwards;
	-moz-animation: contactSocialScale 1.5s ease forwards;
	-ms-animation: contactSocialScale 1.5s ease forwards;
	animation: contactSocialScale 1.5s ease forwards;
}
.font-icon-social-twitterr{
	background-image: url(../img/sm/twt.png); 
    background-size: cover;
	cursor:pointer;
}
.font-icon-social-twitterr:hover{
	-webkit-animation: contactSocialScale 1.5s ease forwards;
	-moz-animation: contactSocialScale 1.5s ease forwards;
	-ms-animation: contactSocialScale 1.5s ease forwards;
	animation: contactSocialScale 1.5s ease forwards;
}
#social-div{
	
    position:relative;
}

.thank_contact
{ 
color:green;
}

.error_contact
{
	top:50%;
	display:none;
}

.loader_contact
{
      display: none;
	  background-color: #9e2642;
	  z-index: 999;
	  width: 608px;
	  height: 399px;
	  position: absolute;
	  
}
.loader2_box img
{
			position: absolute;
			top: 36%;
			left: 42%;
}
.loader2_box
{     width: 608px;
	  height: 100px;
	 position:absolute;
	 top:40%;
	 text-align:center;
	 color:white;
	 font-size:23px;
	
}
.loader2_box span
{
   top: 50px;
   left: -23px;
}
.loader_gif
{
		 display:none;
		 background-color:none ;
		 opacity:0.8;
		 z-index:999;
		 width:536px;
		 height:486px;
		 position:absolute;
}
.loader_gif img
{
			position: absolute;
			top: 36%;
			left: 42%;
}

.sub-title
{font-size:20px;
font-family:'BenchNine-Bold', sans-serif;
top: -4px;

}
.txtcontact{
	background-image: url(../img/txtcontact.png);
	height: 35px;
    margin-right: 25px;
    width: 250px;
}
.areacontact{
	background-image: url(../img/areacontact.png);
	height: 100px;
    width: 429px;
}
.contactusDivMain{
	background-color: #9e2642;
    height: 400px;
    margin: auto;
	position:relative;
	
}
.contactmap{
	background-image: url("../img/contact.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 345px;
	
}
.contactusdiv{
	
    position: relative;
    text-align: left;
	padding: 5px 30px;
	float: left;
    width: 50%;
	font-family: Century Gothic;
    font-size: 16px;
    color: white;
}
.contactusForm{
	color: #fff;
    font-size: 20px;
    text-align: left;
    width: 100%;
}
.contactusForm input{
	border-radius: 0;
    height: 35px;
	width: 90%;
	background-color: #f0f0e1;
}
.contactusForm input:focus{
	outline-style:none;
	box-shadow:none;
	border-color:transparent;
}

.contactusForm textarea{
	border-radius: 0;
	width: 90%;
	resize: none;
	background-color: #f0f0e1;
}
.sendBtn{
	background-color: #E9796A !important;
    border: 3px solid #9e2642;
    border-radius: 50% !important;
    bottom: 8px;
    color: #f0f0e1;
    font-family: "BenchNine-Bold";
    font-size: 28px;
    height: 115px !important;
    position: absolute;
    right: 0px;
    transition: all 2s ease 0s;
    width: 115px !important;
    z-index: 9;
}
.sendBtn:active, .sendBtn:focus{
	border: 3px solid #9e2642 !important;
}
.sendBtn:hover{
	border: 3px solid #9e2642;
	background-color: #f0f0e1 !important;
	color: #9e2642;
}
.contactAddress{
	margin-top: 15px;
}
.contactusMap{
	height: 295px;
    padding-top: 0;
	float: left;
    width: 50%;
}
.contact_mapholder{
	width: 100%;
	height: 295px;
	float: left;
}
.contactLocation{
	background-image: url("../img/contactlocation.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height:160px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 99;
	padding-left: 100px;
    padding-top: 20px;
}
.contact_address
{
 font-family: Century Gothic;
  font-size: 16px;
  color: #ffffff;
}
.lebanonFlag{
	background-image: url("../img/lebFlag.png");
    background-repeat: no-repeat;
    height: 66px;
    width: 66px;
    position: absolute;
    right: 35%;
    top: 113px;
}
.contactusdiv p{
	line-height: 20px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 0;
    position: relative;
    top: 11px;
}
.contactView{
	background-image: url("../img/contactview.png");
    background-repeat: no-repeat;
    height: 274px;
    position: absolute;
    right: -50px;
    top: -30px;
    width: 300px;
	z-index: 999;
	-webkit-animation: contactScale 2s infinite forwards;
	-moz-animation: contactScale 2s infinite forwards;
	-ms-animation: contactScale 2s infinite forwards;
	animation: contactScale 2s infinite forwards;
}
.aboutleft{
	background-image: url(../img/aboutbg1.png);
	height: 500px;
    width: 679px;
}
.contact{
	background-color: #e9796a;
	padding-bottom: 0;
	
}
.work{
	background-color: #9e2642;/*#cd9159;*/
   
}
.work2{
	/*background-color: #9e2642;/*#cd9159;*/
    background-image: url("../img/brandingBg.jpg");
    background-size: 100% 100%;
}
#work{
	
}
.portfolio{
	background-color: #972F4A;
}
.portfServices{
	background-color: #E97969;
    border-radius: 50%;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: table;
    font-size: 22px;
    height: 190px;
    position: absolute;
    text-align: center;
    width: 190px;
	-webkit-transition: all 450ms ease-out 0s;	
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
}
.portfServices:hover{
	color: #E97969 !important;
	background-color: #fff !important;
}
.portfServices span{
	display: table-cell;
    vertical-align: middle;
}

.portf{
	display:none;
}

.portfolio-dgtl{
	background-color: #be915d;/*#ef6956;*/
    color: #fff;
    height: 220px;
    left: 195px;
    top: 40px;
    width: 220px;
}
.portfolio-dgtl:hover, .portfolio-corp:hover, .portfolio-adv:hover{
	background-color: #ef6956;
	color:#FFF;
	box-shadow:none;
}
.portfolio-adv{
	height: 246px;
    left: 10px;
    top: 192px;
    width: 246px;
	background-color: #bbb;
}
.portfolio-adv:hover{
	/*background-color: #FF715C;*/
}
.portfolio-csr{
	left: 160px;
    top: 345px;
}
.portfolio-csr:hover{
	/*background-color: #85BEF0;*/
}

.port-titles{
	width:245px; 
	height:170px;
	border-left:10px solid #fff; 
	/*background-color:#9E2642;*/
	color:#fff;
	font-size:35px;
	display:table;	
	margin-right: 30px;
}

.title-page {
    text-align: left;	
}

.title-page .title {
	margin: 0 0 10px;
	text-transform: uppercase;
	line-height: 45px;
}
#rotatescroll {
    background: rgba(0, 0, 0, 0) url("../img/bgabout.jpg") repeat scroll 0 0;
}
.title-page .title-description {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
}
.brandingHP{
	
    position: relative;
	transform: translateY(-100%);
	transition: all 3s ease-out 0s;
}
.brandQuote{
	cursor: pointer;
	display: none;
	border-radius: 50%;
	text-align: center;
	width: 320px;
	height: 320px;
	position: relative !important;
	vertical-align: middle;
	margin: 110px 70px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.brandQuote p{
	transform: translateY(55%);
	margin: 0;
}
.homeQuote{
	bottom: 50px;
    color: #972d4a;
    font-size: 90px;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.65);
}
.homeQuote span{
	font-size: 75px;
}

 
/*-- second option 	--**/  
.brandQuote:first-child{
	transition: all 3s ease-in-out;
	transform: translateY(-150%);
}
.brandQuote:nth-child(3){
	transition: all 3s ease-in-out;
	transform: translateY(-150%);
}
.brandQuote:nth-child(2){
	transition: all 3s ease-in-out;
	transform: translateY(-150%);
}
.brandQuote:nth-child(4){
	transition: all 3s ease-in-out;
	transform: translateY(-150%);
}

/*-- second option 	--**/


.brandingImg{
	/*border: 8px solid #9E2642;*/
	background-color: #e6dac4;
	color: #972E4A;
	
}
.brandingImg2{	
	/*border: 8px solid #F7B4AB;*/
	background-color: #9E2642;
	color: #fff;
	transform: translateY(45%);
}

.brandComm p{
	top:-15%;
	
}
.persBranding{
	/*font-size: 56px;*/
    font-weight: bold;
    line-height: 45px;
	font-size: 20px;
}
.persBranding p{
	top:-20%;
	
}
.brandComm{
	
	/*font-size: 49px;*/
	
    font-weight: bold;
    line-height: 42px;
}
.brandis {
    /*font-size: 30px;*/
	font-size: 20px;
    line-height: 35px;
	
}
.brandis span, .persBranding span, .brandComm span{
	font-weight: bold;
	font-size: 40px;
}

.persBranding p, .brandComm p, .brandis p{
	font-size:30px;
	
}
.brandDesc2, .brandDesc, .xoverlay-box-Desc{
	font-family: 'CenturyGothic';
}
.xoverlay-box-Desc li, .x-fpush-right .xoverlay-box-Desc span{
	line-height:18px;
	font-size:18px;
}

@keyframes runHP{
	0%{
		/*transform: translateX(-500%);*/
	}
	100%{
		/*transform: translateX(100%);*/
	}
}

/* ==================================================
   Section Portfolio
================================================== */

.type-work {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1em;
	text-transform: uppercase;
}

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 0 30px 0;
	padding: 0;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;	
}

.work-nav #filters li a:hover {
	color: #FFFFFF;
}

.work-nav #filters li a.selected {
	color: #DE5E60;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #DE5E60;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1em;
	
	opacity: 1;
	filter: alpha(opacity=100);
}

.portCat {
    background-color: #9e2642;
    border-radius: 50%;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
    display: table;
    float: left;
    font-size: 26px;
    height: 105px;
    margin-right: 30px;
    text-align: center;
    width: 105px;
	cursor: pointer;
	transition: all 1s ease;
	transform: scale(0.85);
}
.portfDiv{
	border-bottom: 4px solid #9e2642;
    width: 1130px;
}
.portCat span {
    display: table-cell;
    vertical-align: middle;
}

.current_portCat, .portCat:hover{
	box-shadow: none !important;
	background-color: #E9796A !important;
}
/* ==================================================
   About Section
================================================== */

.profile-name {
	margin-bottom: 15px;	
}

.profile-description {
	margin-bottom: 25px;	
}

.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	cursor: pointer;
}

.image-wrap img {
	width: 100%;	
}

.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #DE5E60;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	
	opacity: 1;
	filter: alpha(opacity=100);
}

.social-icons {
	margin: 0;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin-left: 15px;	
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-icons li a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	width: 16px;
	height: 16px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: opacity 0.1s linear 0s;	
	   -moz-transition: opacity 0.1s linear 0s;
		 -o-transition: opacity 0.1s linear 0s;
		    transition: opacity 0.1s linear 0s;
}

.social-icons li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ==================================================
   Contact Section
================================================== */

.contact-details h3 {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
	line-height: 1em;
    text-transform: uppercase;
}

.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.contact-details ul li {
	margin: 0 0 20px;
	line-height: 28px;
	padding: 0;	
}

#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #26292E;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #3C3F45;
    color: #23262C;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #DE5E60;
    color: #FFFFFF;
}

#response {
	margin-top: 20px;
	color: #FFFFFF;
}


/* ==================================================
   Twitter Feed
================================================== */

#twitter-feed {
	padding: 100px 0 90px;
	text-align: center;	
}

#twitter-feed .follow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -8px;
	font-size: 16px;	
}

#ticker .tweet_list {
	margin: 0;
	padding: 0;
	height: 64px;
	list-style: none;
	overflow-y: hidden;	
}

#ticker .tweet_list li {
	font-size: 18px;
	height: 64px;
	line-height: 28px;
	overflow: hidden;
}

#ticker .tweet_list .tweet_time a {
	color: #7f8289;
	font-size: 14px;
	font-style: italic;
	margin-left: 10px;	
}

#ticker .tweet_list .tweet_time a:hover {
	color: #FFFFFF;	
}


/* ==================================================
   Social Area
================================================== */

#social-area {
    text-align: center;
}
#social {
	position: absolute;
    top: -46px;
    width: 100%;
    z-index: 999;
}
#social ul {
	margin: 0;
	padding: 0;
}

#social ul li {
	display: inline-block;
	margin-left: 30px;
	list-style: none;
	cursor: pointer;
}

#social ul li:first-child {
	margin-left: 0;
}

#social ul li a {
	display: block;
	width: 40px;
	height: 40px;

	background: #F98066;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li a span {
	display: inline-block;
	margin: 0;
	color: #4B1725;
	font-size: 20px;
	line-height: 40px;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li:hover a,
#social ul li.active a {
	background-color: #DE5E60;	
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
		    transform: rotateY(0deg);
}

#social ul li:hover a span,
#social ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);

		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

/* ==================================================
   Footer
================================================== */

footer {
	background: rgba(0, 0, 0, 0) url("../img/footerbck.png") no-repeat scroll 0 0 / 100% 100%;/*#CC8F4F;*/
    bottom: 0;
	height: 77px;
    /*height: 120px;
    padding: 20px 0 10px;*/
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 99;
	
}

footer .credits {
    color: #9e2642;
    font-size: 20px;
    line-height: 31px;
    margin: auto;
    top: 17px;/*41px;*/
}

footer .credits .div_holder{
	
	position:relative;
	top:-7px;
	clear:both;

}
footer .credits .div_holderL{
	float:left;
	position: relative;
    top: -4px;
}
footer .credits .div_holderL ul{
	float: left;
    position: relative;
    left: 0px;
    margin-top: 20px;
    margin-left: 0px;
}
footer .credits .div_holderL ul li{
	text-align:left;
	font-size:16px;	
	padding-right: 25px;
}
footer .credits .div_holderL a{
	color:#9e2642;	
}
footer .credits .div_holderR{
	float:right;
	
}



footer .credits .div_right{
	
	float: right;
    letter-spacing: 1px;
    line-height: 22px;
    position: relative;
    text-align: right;
    top: -27px;
    width: 300px;
}

.changecol
{   background: #EBE3D3 !important;
	color:#9E2640 !important;
}
.changecol_b
{   background: #E9796A !important;
	color:white !important;
}

.circle_b span
{
        font-size:22px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-family:'BenchNine-Bold', sans-serif;
 
}
.circle_b
{     
       margin-right:20px;
       margin-bottom:20px;
	   width:150px;
	   height:150px;  
	   float:left;
	   border-radius: 50%;
	   cursor:pointer;
	   background: #EBE3D3;
	   color:#9E2642;
	   text-align: center; 
	   box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	   display: table;
	   transition: all 1s ease 0s;
	   -moz-transition: all 1s ease 0s;
	   -webkit-transition:all 1s ease 0s;
	   -ms-transition:all 1s ease 0s;
	   -o-transition:all 1s ease 0s;
	   
}
.circle_b:hover 
{ 
	background-color: #e9796a !important;
	color: #ebe3d3 !important; 
	box-shadow:none;
}
.circle
{      width:160px;
	   height:160px;
	   border-radius: 50%;
	   background: #C88F53;
	   float:left;
	   cursor:pointer;
	   color:white;
	   text-align: center; 
	   box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	   display: table;
	   transition: all 1s ease 0s;
	   -moz-transition: all 1s ease 0s;
	   -webkit-transition:all 1s ease 0s;
	   -ms-transition:all 1s ease 0s;
	   -o-transition:all 1s ease 0s;
	   
	}
	
.circle:hover
{
	background-color: #EBE3D3 !important;
	color: #9E2640 !important; 
	box-shadow:none;
}
	
.circle span
{ 
		font-size:22px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-family:'BenchNine-Bold', sans-serif;
}

.bottom_text
{
		font-family:Century Gothic;
		color:#9E263F;
		text-align:left;
		padding-left:10px;
		    padding-left: 10px;
			font-size:14px;
    line-height: 20px;
}
.circle1
{
	     
	   
	   
}
.circle2
{
	    
		margin-left: 49px;
		
}
.circle3
{
	   
		margin-top:10px;
		
}
.circle4
{
	   
	   margin-top:10px;
	   margin-left: 49px;
	   
}
.circle5
{
	     
		 
		 margin-left: 110px;
		
}

/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #3C3F45;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#back-to-top:hover {
	background-color:#DE5E60;
}

#back-to-top i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;	
}


/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #2F3238;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;
	
	font-size: 24px;
	color: #FFFFFF;	

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #DE5E60;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);
			
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}

@keyframes contactScale {
	0% {transform: scale(1);
		animation-timing-function: ease-in;
	}
	50% {transform: scale(1.05);
		animation-timing-function: ease-out;
	}
	100% {transform: scale(1);
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes contactScale {
	0% {-webkit-transform: scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: scale(1.05);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}


@keyframes contactSocialScale {
	0% {transform: scale(1);
		animation-timing-function: ease-in;
	}
	50% {transform: scale(1.15);
		animation-timing-function: ease-out;
	}
	100% {transform: scale(1);
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes contactSocialScale {
	0% {-webkit-transform: scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: scale(1.15);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}
/* ==================================================
   Isotope Filtering
================================================== */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
	  -o-transition: none;
          transition: none;
}

/* CSS Document */
div:focus {
    background-color:red;
}

.colored-circle:focus
{ 
background-color:white;
}
.colored-circle:active
{
	background-color:white;
}
/*pop up effect for target market section*/
	


.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    top: 0;
    left: 100%;
    opacity: 0;
	z-index: 1002;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.overlay .popup-overlay {
    opacity: 0.3;
    left: 0
}
.popup {
    position: absolute;
    
    left: 585px;
    z-index: -9999;
}
.popup .popup-body {
    border-radius:50%;
	background-color: white;
    float:left;
    opacity: 0;
    width:100%;
    left:-40%;
    

    position: relative;

    text-align: center;
   
 
}
.popup.visible, .popup.transitioning {
    z-index: 9999;
}
.popup.visible .popup-body {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.popup .popup-exit {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 0px;
	font-family: Century Gothic;
	font-size:14px;
	color:#972F4A;
	
    
    
}
.popup .popup-content {
    overflow-y: auto;
}
.popup-content .popup-title {
    font-size: 24px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}
.popup-content p {
    font-size: 13px;
    text-align: justify;
}

/*End pop-up*/

@media only screen and (min-width: 1700px) and (max-width: 1800px) {	
	.brandQuote {		
		height: 320px;
		margin: 110px 50px;
		width: 320px;
	}	
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {	
	
	.brandQuote {		
		height: 320px;
		margin: 110px 30px;
		width: 320px;
	}	
}
@media only screen and (min-width: 1500px) and (max-width: 1600px) {	

	.brandQuote {		
		height: 320px;
		margin: 110px 20px;
		width: 320px;
	}
	
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {	
	.brandQuote {		
		height: 300px;
		margin: 110px 20px;
		width: 300px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {	
	.brandQuote {		
		height: 280px;
		margin: 115px 20px;
		width: 280px;
		font-size: 38px; /*42px*/
	}
	.brandis span {
		font-size: 42px; /*40px*/
		font-weight: bold;
	}	
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {	
	.brandQuote {		
		height: 280px;
		margin: 110px 20px;
		width: 280px;
		font-size: 38px; /*42px*/
	}
	.brandis span {
		font-size: 42px; /*40px*/
		font-weight: bold;
	}	
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {	
	.brandQuote {		
		height: 280px;
		margin: 110px 20px;
		width: 280px;
		font-size: 38px; /*42px*/
	}
	.brandis span {
		font-size: 42px; /*40px*/
		font-weight: bold;
	}	
}
@media all
{.carousel-indicators 
{ top:94% !important;
right:50% !important;


}
.carousel-indicators li
{cursor:pointer;
}
.carousel-inner
{
	
;
}

}
#Demo1{
	height: 520px !important;
	
	position: relative;
    
}
#Demo1 .mix {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  display: none;
}


#hero-wrapper {
  height: 100%;
  width: 100%;
  
}
#hero-wrapper .carousel-wrapper,
#hero-carousel {
  height: 100%;
  width: 100%;
  position: absolute;
}
#hero-carousel img {
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
}
#hero-carousel i {
  position: absolute;
  top: 50%;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/******************* tiny circle slider**************/
img { border: 0; }

/* Tiny Circleslider */
#rotatescroll { height:459px; position:relative; width:459px;top: -20px; }
#rotatescroll .viewport{ height:459px; position: relative; margin:0 auto; overflow:hidden; width:459px }
#rotatescroll .overview { position: absolute; width: 798px; list-style: none; margin: 0; padding: 0;  left: 0; top: 0; }
#rotatescroll .overview li { display: table;height:459px; width:459px; float: left; position: relative; text-align: center; }
#rotatescroll .overview li  p{ 
	color: #9e2641;
    display: table-cell;
    font-size: 50px;
    vertical-align: middle;
	line-height: 70px;
}
#rotatescroll .overview li  p span{ 
	 /*font-size: 75px;*/
}
#rotatescroll .overview li img{
	width: 415px;
	position:relative;
	top:38px;
}
#rotatescroll .overlay {
	background:url(../img/bg-rotatescroll.png) no-repeat 0 0; pointer-events: none; 
	position: absolute; left: 0; top: 0; height:459px; width:459px; 
}
#rotatescroll .thumb { background:url(../img/bg-thumb.png) no-repeat 50% 50%; position: absolute; top: -3px; cursor: pointer; left: 137px; width: 100px; z-index: 200;  height: 100px; }
#rotatescroll .dot { background:url(../img/bg-dot.png) no-repeat 0 0; display: none; height: 12px; width: 12px; position: absolute; left: 155px; top: 3px; z-index: 100; }
#rotatescroll .dot span { display: none; }

/* ==================================================
   Buttons
================================================== */

.button {
  	display: inline-block;
  	margin-bottom: 0;
  	padding: 13px 26px;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  	background-color: #3C3F45;
  	color: #23262C;
  	vertical-align: middle;
  	text-align: center;
  	text-transform: uppercase;
  	font-weight:500;
  	font-size: 16px;
  	cursor: pointer;
	border:none;
  
	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
  	*border: 0;
  	*zoom: 1;
}

/*--- Hover/Active/Focus State ---*/

.button:hover,
.button:active,
.button:focus {
	background-color: #DE5E60;
	color:#FFFFFF;
}

/* --- Button Sizes --- */

.button.button-large {
  	padding: 16px 30px;
  	font-size: 18px;
}

.button.button-small {
  	padding: 8px 18px;
  	font-size: 14px;
}

.button.button-mini {
  	padding: 4px 12px;
  	font-size: 12px;
}

.button.button-block {
	padding-right: 0;
	padding-left: 0;
	width: 100%;	
}

.button + .button {
	margin-left: 10px;	
}

/* ==================================================
   Accordion &
 Toggle
================================================== */

.accordion {
  	margin-bottom: 20px;
}

.accordion-group {
  	margin-bottom: 4px;
  	border: none;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
          	border-radius: 0;
}

.accordion-heading {
  	border-bottom: 0 none;
}

.accordion-heading .accordion-toggle {
	position: relative;
  	display: block;
  	padding: 15px;
	background:#3C3F45;
	color: #23262C;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-toggle {
  	cursor: pointer;
}

.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
	background:#DE5E60;
	color:#FFFFFF;
}

.accordion-heading .accordion-toggle.active {
	background:#DE5E60;
	color:#FFFFFF;
}

.accordion-heading .accordion-toggle.inactive {
	background:#3C3F45;
}

.accordion-heading.accordionize .accordion-toggle span,
.accordion-heading.togglize .accordion-toggle span {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    color: #23262C;
    font-size: 18px;
	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-heading:hover .accordion-toggle span {
	color: #FFFFFF;
}

.accordion-heading .accordion-toggle.active span,
.accordion-heading:hover .accordion-toggle.inactive span {
	color: #FFFFFF;	
}

.accordion-heading.accordionize .accordion-toggle.active span,
.accordion-heading.togglize .accordion-toggle.active span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-heading.togglize .accordion-toggle span {
	margin: -8px 0 0 0;
	font-size: 18px;
}

.accordion-heading.togglize .accordion-toggle.active span {
	opacity:0;
	filter: alpha(opacity=0);
}

.accordion-heading.togglize .accordion-toggle.active span + span {
	opacity:1;
	filter: alpha(opacity=100);
}

.accordion-inner {
	background: #26292E;
  	padding: 16px 20px;
	border: none;
}

/* ==================================================
   Alerts
================================================== */

.alert {
  	margin-bottom: 20px;
  	padding: 15px 35px 15px 15px;
	border: none;
	text-shadow: none;
  	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
          	border-radius: 0px;
  	background-color: #DBA571;
}

.alert,
.alert h4 {
	color: #FFFFFF;
}

.alert h4 {
  	margin: 0;
}

.alert .close {
 	position: relative;
  	top: 2px;
  	right: -22px;
  	line-height: 20px;
	color: #FFFFFF;	
	text-shadow: none;
	
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	-ms-transition: opacity 0.1s linear 0s;
	-o-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}

.alert .close:hover {
	opacity: 1;	
}

.alert-standard {
  	background-color: #3C3F45;
}

.alert-success {
  	background-color: #1F7F5C;
}

.alert-danger,
.alert-error {
  	background-color: #E56C69;
}

.alert-info {
  	background-color: #5A9AA8;
}


.alert-block {
  	padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  	margin-bottom: 0;
}

.alert-block p + p {
  	margin-top: 5px;
}

/* ==================================================
   Tabs
================================================== */

.nav {
 	margin-bottom: 0px;
  	margin-left: 0;
  	list-style: none;
}

.nav > li > a {
  	display: block;
  	color: #23262C;
  	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
          	border-radius: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  	background-color: #DE5E60;
	color: #FFFFFF;
  	text-decoration: none;
  	display: block;
}

.nav > li > a > img {
  	max-width: none;
}

.nav > .pull-right {
  	float: right;
}

.nav-tabs {
  	*zoom: 1;
}

.nav-tabs:before,
.nav-tabs:after {
  	display: table;
  	content: "";
  	line-height: 0;
}

.nav-tabs:after {
  	clear: both;
}

.nav-tabs {
  	border-bottom: none;
}

.nav-tabs > li {
	float: left;
	margin: 0 4px 0 0;
}

.nav-tabs > li > a {
	background: #3C3F45;
	padding:15px;
  	line-height: 20px;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	border: none;
  	background-color: #DE5E60;
	color: #FFFFFF;
  	cursor: default;
}

.tabbable {
  	*zoom: 1;
}

.tabbable:before,
.tabbable:after {
  	display: table;
  	content: "";
  	line-height: 0;
}

.tabbable:after {
  	clear: both;
}

.tab-content {
  	overflow: auto;
	padding: 20px;
	background: #26292E;
}

.tab-content > .tab-pane {
  	display: none;
}

.tab-content > .active {
  	display: block;
}


/* ==================================================
   Blockquotes
================================================== */

blockquote {
  	padding: 15px 20px;
  	border-left: 2px solid #DE5E60;
}

blockquote p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

blockquote small {
  	display: block;
  	color: #65676c;
  	font-weight:400;
  	font-size: 13px;
  	line-height: 20px;
	margin-top: 10px;
}

blockquote small:before {
  	content: '';
}

/* ==================================================
   Tooltip
================================================== */

.tooltip {
  	position: absolute;
  	z-index: 999;
  	display: block;
  	visibility: visible;
  	padding: 5px;
  	font-weight:400;
  	font-size: 14px;
  	opacity: 0;
  	filter: alpha(opacity=0);
}

.tooltip.in {
  	opacity: 1;
  	filter: alpha(opacity=100);
}

.tooltip.top {
  	margin-top: -3px;
}

.tooltip.right {
  	margin-left: 3px;
}

.tooltip.bottom {
  	margin-top: 3px;
}

.tooltip.left {
  	margin-left: -3px;
}

.tooltip-inner {
  	padding: 16px;
  	max-width: 300px;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
          	border-radius: 0;
  	background-color: #FFFFFF;
  	color: #26292E;
  	text-align: center;
  	text-decoration: none;
}

.tooltip-arrow {
  	position: absolute;
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-color: transparent;
}

.tooltip.top .tooltip-arrow {
  	bottom: 0;
  	left: 50%;
  	margin-left: -15px;
  	border-width: 10px 10px 0;
  	border-top-color: #FFFFFF;
}

.tooltip.right .tooltip-arrow {
  	top: 50%;
  	left: 0;
  	margin-top: -15px;
  	border-width: 10px 10px 10px 0;
  	border-right-color: #FFFFFF;
}

.tooltip.left .tooltip-arrow {
  	top: 50%;
  	right: 0;
  	margin-top: -15px;
  	border-width: 10px 0 10px 10px;
  	border-left-color: #FFFFFF;
}

.tooltip.bottom .tooltip-arrow {
  	top: 0;
  	left: 50%;
  	margin-left: -15px;
  	border-width: 0 10px 10px;
  	border-bottom-color: #FFFFFF;
}

/* ==================================================
   Info Block
================================================== */

.info-block {
    border-left: 2px solid #DE5E60;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.info-text {
    padding-right: 20%;
    position: relative;
}

.info-block h3 {
    font-size: 24px;
	line-height: 1em;
	text-transform: uppercase;
}

.info-block p {
	margin-bottom: 0;	
}

.info-block a.button {
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
}

/* ==================================================
   Video
================================================== */

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}


/* ==================================================
   Icons Example
================================================== */

.icons-example ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.icons-example ul li {
	display: inline-block;
	margin: 15px;
	list-style: none;
	cursor: pointer;
}

.icons-example ul li a {
	display: block;
	width: 70px;
	height: 70px;

	background: #26292E;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);	
}

.icons-example ul li a span {
	display: inline-block;
	margin: 0;
	color: #55606a;
	font-size: 32px;
	line-height: 70px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

.icons-example ul li:hover a,
.icons-example ul li.active a {
	background-color: #DE5E60;	
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
		    transform: rotateY(180deg);
}

.icons-example ul li:hover a span,
.icons-example ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

/************* media query *********/
@media (min-width: 768px) and (max-width: 979px) {
	#menu {
		display: none;	
	}
	
	#mobile-nav {
    	display: block;
		float: right;
	}
	
	#menu-nav-mobile {
		margin: 0;
	}
	
	header .sticky-nav #mobile-nav,
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;	
	}
	
	#social-area #social ul li {
		margin-left: 15px;
	}
	
	#social-area #social ul li a {
		width: 50px;
		height: 50px;
	}
	
	#social-area #social ul li a span {
		font-size: 24px;
		line-height: 50px;
	}
	
	#twitter-feed {
		padding-top: 110px;
		padding-bottom: 110px;	
	}
	
	.info-block a.button {
    	margin-top: 20px;
    	position: inherit;
	}
	
	.info-text {
		padding-right: 0;	
	}
}


@media (min-width: 481px) and (max-width: 767px) {
	
	#back-to-top {
		display: none !important;	
	}
	
	#home-slider {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	header .sticky-nav {
		position: relative;	
	}
	
	header .sticky-nav,
	#navigation-mobile,
	.page,
	.page-alternate,
	#twitter-feed,
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;	
	}
	
	header .sticky-nav #logo {
		margin-left: 0;
	}
	
	header .sticky-nav.stuck #logo {
		margin-left: 20px;	
	}
	
	header .sticky-nav #menu {
		margin-right: 0;
	}
	
	header .sticky-nav.stuck #menu {
		margin-right: 20px;	
	}
	
	#menu {
		display: none;	
	}
	
	#mobile-nav {
    	display: block;
		float: right;
	}
	
	#menu-nav-mobile {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0;
	}
	
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;	
	}
	
	.work-nav {
		margin-bottom: 30px;	
	}
	
	.type-work {
		background: url(../img/filter-icon.html) no-repeat;
		width: 16px;
		height: 16px;
		display: inline-block;
		text-indent: -9999px;
		margin-bottom: 0;
		position: relative;
		line-height: 10px;
	}
	
	.work-nav #filters,
	.work-nav #filters li {
		display: inline-block;
	}
	
	.work-nav #filters li {
		margin:0 10px 0 0;	
	}
	
	.work-nav #filters li a {
		font-size: 13px;
		text-transform: uppercase;	
	}
	
	#about .profile {
		margin-bottom: 30px;	
	}
	
	#about .profile:last-child {
		margin-bottom: 0;	
	}
	
	#response {
		margin-bottom: 30px;	
	}
	
	.contact-details {
		border-top: 1px dashed #3C3F45;
		padding-top: 30px;
		text-align: center;	
	}
	
	#contact-form .submit {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}
	
	#social-area #social ul li:first-child,
	#social-area #social ul li {
		margin: 15px;
	}
	
	#social-area #social ul li a {
		width: 50px;
		height: 50px;
	}
	
	#social-area #social ul li a span {
		font-size: 24px;
		line-height: 50px;
	}
	
	#twitter-feed {
		padding-top: 90px;
		padding-bottom: 100px;	
	}
	
	#ticker .tweet_list li {
		font-size: 16px;
		line-height: 24px;
	}
	
	#ticker .tweet_list .tweet_time a {
		font-size: 13px;
		margin-left: 5px;	
	}
	
	.info-block a.button {
    	margin-top: 20px;
    	position: inherit;
		display: block;
	}
	
	.info-text {
		padding-right: 0;	
	}
}



@media (max-width: 480px) {
	
	#back-to-top {
		display: none !important;	
	}
	
	#home-slider {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	#home-slider ul#slide-list {
		display: none;	
	}
	
	header .sticky-nav {
		position: relative;	
	}
	
	header .sticky-nav,
	#navigation-mobile,
	.page,
	.page-alternate,
	#twitter-feed,
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;	
	}
	
	header .sticky-nav #logo {
		margin-left: 0;
	}
	
	header .sticky-nav.stuck #logo {
		margin-left: 20px;	
	}
	
	header .sticky-nav #menu {
		margin-right: 0;
	}
	
	header .sticky-nav.stuck #menu {
		margin-right: 20px;	
	}
	
	#menu {
		display: none;	
	}
	
	#mobile-nav {
    	display: block;
		float: right;
	}
	
	#menu-nav-mobile {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0;
	}
	
	#navigation-mobile li a {
		font-size: 14px;
		padding: 12px 0;
	}
	
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;	
	}
	
	.work-nav {
		margin-bottom: 30px;	
	}
	
	.type-work {
		background: url(../img/filter-icon.html) no-repeat;
		width: 16px;
		height: 16px;
		display: inline-block;
		text-indent: -9999px;
		margin-bottom: 0;
		position: relative;
		line-height: 10px;
	}
	
	.work-nav #filters li:first-child {
		margin-left: 0;	
	}
	
	.work-nav #filters,
	.work-nav #filters li {
		display: inline-block;
	}
	
	.work-nav #filters li {
		margin:0 10px 0 0;	
	}
	
	.work-nav #filters li a {
		font-size: 13px;
		text-transform: uppercase;	
	}
	
	#about .profile {
		margin-bottom: 30px;	
	}
	
	#about .profile:last-child {
		margin-bottom: 0;	
	}
	
	#response {
		margin-bottom: 30px;	
	}
	
	.contact-details {
		border-top: 1px dashed #3C3F45;
		padding-top: 30px;
		text-align: center;	
	}
	
	#contact-form .submit {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}
	
	#social-area #social ul li:first-child,
	#social-area #social ul li {
		margin: 15px;
	}
	
	#social-area #social ul li a {
		width: 50px;
		height: 50px;
	}
	
	#social-area #social ul li a span {
		font-size: 24px;
		line-height: 50px;
	}
	
	#twitter-feed {
		padding-top: 90px;
		padding-bottom: 100px;	
	}
	
	#ticker .tweet_list li {
		font-size: 14px;
		line-height: 22px;
	}
	
	#ticker .tweet_list .tweet_time a {
		font-size: 12px;
		margin-left: 3px;	
	}
	
	.info-block a.button {
    	margin-top: 20px;
    	position: inherit;
		display: block;
	}
	
	.info-text {
		padding-right: 0;	
	}
}

@media (max-width: 320px) {
	#navigation-mobile li a {
		padding: 20px 0;
	}
	
	.work-nav #filters li a {
		font-size: 12px;
	}
	
	#twitter-feed {
		padding-top: 90px;
		padding-bottom: 120px;	
	}
}


/* Retina Display */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
 	only screen and (-moz-min-device-pixel-ratio: 2),
  	only screen and (-o-min-device-pixel-ratio: 2/1),
  	only screen and (min-device-pixel-ratio: 2),
  	only screen and (min-resolution: 2dppx) {
		
		header #logo a {
			background-image: url(../img/logo_%402x.html);
			background-size: 96px 30px;
		}
		
		.menu-nav {
			background-image: url(../img/menu-mobile_%402x.html);
			background-size: 16px 32px;
		}
		
		.type-work {
			background-image: url(../img/filter-icon_%402x.html);
			background-size: 16px 16px;
		}
	}




@media (max-width: 1350px) {
	
	/*div{border:1px solid red;}*/
	
	.brandQuote {
		font-size: 42px;
		height: 280px;
		margin: 110px 10px;
		width: 280px;
	}
}
@media (max-width: 1200px) {
	
	/*div{border:1px solid green;}*/

    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    	width: 100%;
	}
	.brandQuote {
		border-radius: 50%;
		box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
		cursor: pointer;
		display: none;
		height: 250px !important;
		margin: 110px 10px;
		position: relative !important;
		text-align: center;
		vertical-align: middle;
		width: 250px !important;
	}
	.brandQuote {
		font-size: 32px;
		height: 280px;
		margin: 110px 10px;
		width: 280px;
	}
	
	.brandis span {
		font-size: 32px;
		font-weight: bold;
	}
	.brandQuote p {
    	margin: 0;
    	transform: translateY(46%);
	}
	
	
/*** aboutus ***/
	.portfolio .span12{
		margin-left:69px;
	}
	.portfolio-corp{
	
	   position:relative;
	   left:23px;
	}
	
	.portfolio-dgtl{
		 left:233px;
	}
	
	.portfolio-adv{
		left:23px;
	}
	
/**** end about us ***/

/****  corporate branding    ****/
	.ca-menu2{
		bottom:-26px;	
	}
	.ca-menu2 li{

		height: 110px;
		margin-bottom: 17px;
		margin-right: 23px;
		width:110px;
		
	}
	.ca-menu2 li h2{
		font-size: 19px;
		line-height: 22px;
		position: relative;
		right: 10px;
		top:-8px;
	}
/**** end corporate branding *****/

/*** personal branding ***/
 .work .title{
		margin-left:27px;
	}

 .work  .ca-menu{
		margin:0 0 10px 25px !important;
	}

/*** end personal branding ***/	

/*** TARGET client ***/	

	.team .team-heading h2{
		margin-left:30px;
	}
	
	.pressDiv {
		box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
		cursor: pointer;
		float: left;
		height: 148px;
		margin-bottom: 0;
		margin-right: 186px;
		transform: scale(0.87);
		width: 450px;
	}
/*** end TARGET client ***/


/*** start portfolio ***/
	.fancybox-nav span{
		visibility:visible !important;	
	}
	#portfolio .title-page h2{
		margin-left:30px !important;
	}
	#portfolio .portfDiv{
		position:relative;
		left:20px;	
	}
	.tj_wrapper {
   
    	margin: 25px -8px 25px -2px;
 
	}
/*** end portfolio ***/

/*** contact ***/
	.contact .title-page h2{
		margin-left:25px;
	}
/*** end contact***/
}
@media (min-width: 1024px) and (max-width: 1200px) {
	
	/*div{border:1px solid blue;}*/
	
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    	width: 950px;
	}
	
	nav#menu #menu-nav li a {
		color: #99324c;
		display: block;
		font-size: 22px;
		padding: 30px 23px;
		text-transform: uppercase;
	}
	
	nav#menu {
		
		left: 2px;
		position: relative;
	}
	
	.logo{
		left:480px !important;	
		background: rgba(0, 0, 0, 0) url("../img/logomenu.png") no-repeat scroll 0 0 / 100% 100%;
		height: 75px;
		position: relative;
		top: -98px;
		transform: scale(1);
		width: 105px;
	
	}
	
	.brandQuote {
		border-radius: 50%;
		box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
		cursor: pointer;
		display: none;
		height: 220px !important;
		margin: 110px 10px;
		position: relative !important;
		text-align: center;
		vertical-align: middle;
		width: 220px !important;
	}
	.brandQuote {
		font-size: 27px;
		height: 280px;
		margin: 110px 10px;
		width: 280px;
	}
	
	.brandis span {
		font-size: 27px;
		font-weight: bold;
	}
	.brandQuote p {
    	margin: 0;
    	transform: translateY(33%);
	}
	
	
	/*** start corporate ***/
	
	.slides{
		overflow:hidden;
		width:1000px !important;
		height: 450px;	
	}

	/*** end corporate ***/
	
	/*** TARGET client ***/	

	.team .team-heading h2{
		margin-left:30px;
	}
	
	.pressDiv {
		box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
		cursor: pointer;
		float: left;
		height: 148px;
		margin-bottom: 0;
		margin-right: 186px;
		transform: scale(0.8);
		width: 311px;
	}
/*** end TARGET client ***/
	
/*** start portfolio ***/


	.tj_wrapper {
   
    	width: 100%;
 
	}
/*** end portfolio ***/	
}

	@media (max-width: 1000px)
	 {
	
	.brandingHP{
	height:650px!important;	
	}
	
}