
/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,300);
@font-face {
    font-family: 'gotham_blackregular';
    src: url('fonts/gotham-black-webfont.eot');
    src: url('fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-black-webfont.woff2') format('woff2'),
         url('fonts/gotham-black-webfont.woff') format('woff'),
         url('fonts/gotham-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_boldregular';
    src: url('fonts/gotham-bold-webfont.eot');
    src: url('fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('fonts/gotham-bold-webfont.woff') format('woff'),
         url('fonts/gotham-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_bookregular';
    src: url('fonts/gotham-book-webfont.eot');
    src: url('fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book-webfont.woff2') format('woff2'),
         url('fonts/gotham-book-webfont.woff') format('woff'),
         url('fonts/gotham-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_mediumregular';
    src: url('fonts/gotham-medium-webfont.eot');
    src: url('fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('fonts/gotham-medium-webfont.woff') format('woff'),
         url('fonts/gotham-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'AkzidenzGroteskBE-Bold';
	src: url('fonts/AkzidenzGroteskBE-Bold.eot');
	src: local('☺'), url('fonts/AkzidenzGroteskBE-Bold.woff') format('woff'), 
	url('fonts/AkzidenzGroteskBE-Bold.ttf') format('truetype'), 
	url('fonts/AkzidenzGroteskBE-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AkzidenzGroteskBE-XBdCn';
	src: url('fonts/AkzidenzGroteskBE-XBdCn.eot');
	src: local('☺'), url('fonts/AkzidenzGroteskBE-XBdCn.woff') format('woff'), 
	url('fonts/AkzidenzGroteskBE-XBdCn.ttf') format('truetype'),
	url('fonts/AkzidenzGroteskBE-XBdCn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AkzidenzGroteskBE-Regular';
	src: url('fonts/AkzidenzGroteskBE-Regular.eot');
	src: local('☺'), url('fonts/AkzidenzGroteskBE-Regular.woff') format('woff'), 
	url('fonts/AkzidenzGroteskBE-Regular.ttf') format('truetype'), 
	url('fonts/AkzidenzGroteskBE-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'akzidenzgroteskbe-cn';
	src: url('fonts/akzidenzgroteskbe-cn.eot');
	src: local('☺'), url('fonts/akzidenzgroteskbe-cn.woff') format('woff'), 
	url('fonts/akzidenzgroteskbe-cn.ttf') format('truetype'), 
	url('fonts/akzidenzgroteskbe-cn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*--------------------------------------------------------------
2.0 RESET
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.1 Form
--------------------------------------------------------------*/
form {
	margin: 0 0 20px;
}
textarea{resize: none}
select,
textarea,
input  {
	display: inline-block;
	height: auto;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	vertical-align: middle;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
textarea,
input  {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input:focus {
  border-color: #aaaaaa !important;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b !important;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d !important;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	 -moz-box-shadow: 0 0 6px #f8b9b7;
		  box-shadow: 0 0 6px #f8b9b7;
}
a,a:hover,a:focus{outline: 0 !important}

/*--------------------------------------------------------------
2.2 Button
--------------------------------------------------------------*/
.button,
.button:focus,
.button:visited {
    display: inline-block;
    border: 1px solid #181a1c;
    color :#181a1c;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
    line-height: auto;
}

.button:hover,
.button:active{
    background- color: #fff;
    color: #fff;
}

.button-sp,
.button-sp:focus,
.button-sp:visited {
    border: none;
    background-color: #ffce1a;
     color: #fff;
}

.button-sp:hover,
.button-sp:active {
    background- color: #fff;
    color: #ffce1a;
}

.button-ps,
.button-ps:focus,
.button-ps:visited {
    border: none;
    background- color: #fff;
    color: #ffce1a;
}

.button-ps:hover,
.button-ps:active {
    background-color: #ffce1a;
     color: #fff;
}

/*--------------------------------------------------------------
2.3 Tag Cloud
--------------------------------------------------------------*/
.tagcloud a,
.tags-links .btn {
	margin: 0 5px 5px 0;
}

/*--------------------------------------------------------------
2.4 Social Icons
--------------------------------------------------------------*/
.social {
    list-style: none;
    float: none;
    position: relative;
    margin: 0;
	padding :0;
}
.site-header  .social { 
	float : right; margin-top : 26px; 
	background : transparent url(images/menu-sep.png) no-repeat 0 9px;
	padding-left: 15px;
	display: none
}
.site-header  .social li a { opacity : 1; }
.social li {
    display: inline-block;
    line-height: 32px;
    font-family: 'Pluton';
    font-size: 32px;
    padding: 0 5px;
}

.social li a {
   background: #fff none repeat scroll 0 0;
    border-radius: 56px;
    color: #000;
    display: block;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    margin: 0;
    opacity: 0.5;
    padding: 0;
    text-align: center;
    width: 28px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.social li a:hover {
    opacity:1;
}
.site-header  .social li a:hover { opacity : 0.5; }
.site-header .container{padding: 0}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
body {
    font-family: 'Source Sans Pro',calibri, sans-serif;
    line-height: 18px;
    font-size: 16px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
html, body { height: 100%; }
a { text-decoration: none !important; outline : 0px; }
a:focus {  outline:0px;}
html, body {
  height: 100%;
}

.fleft {float:left}
.fright {float:right}
.no-margin { margin :0 !important; }
.no-padding { padding :0 !important; }
.address-info {
    padding-left: 5px;
    /* width: 35% !important; */
    float: left;
	/* text-align:left !important; */
}
.fleft.info-office > span {
    display: inline-block;
    vertical-align: top;
}
.info-office {
    margin-right: 5px;
    text-align: center;
    width: 100%;
}
.info-contact {
    clear: right;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.clear {clear:both}
.footer .info-contact  p {
	float:right !important;
	text-align:right !important;
}
.footer .line  p {
     float: left;
    text-align: left;
     width: 100%; 
	 margin-bottom: 0;
}
#page {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -165px; 
}
#page:after {
  content: "";
  display: block;
}
footer, #page:after {
  height: 165px; 
}

header.entry-header {
    text-align: center;
	padding-bottom : 15px;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.centered {
    margin-left:auto;
    margin-right:auto;
    text-align: center;
	padding-top: 10px;
	}


.center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.highlighted-box {
    background: #f4f8f9;
    padding: 20px 30px;
}

.highlighted-box h1 {
    margin: 0;
}

.large-text {
  /*   line-height: 1.2em;
    font-size: 30px;
    color: #181a1c !important;
    padding: 20px;
    margin-bottom: 20px; */
	/*font: 35px/35px "AkzidenzGroteskBE-Bold",sans-serif;*/
	font: 28px/35px "AkzidenzGroteskBE-XBdCn",sans-serif;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.highlighted-box h1,
.highlighted-box p {
    color: #181a1c !important;
}

.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
     -khtml-border-radius: 500px;
	   -moz-border-radius: 500px;
	        border-radius: 500px;
    border: 3px solid #fff;
}

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

.right-align {
    text-align: left;
}

.error {
    color: #cf0000;
    display: none;
}

.invisible {
    display: none;
    visibility: visible;
}

.triangle {
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border-top: 30px solid #181a1c;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
	
	display : none;
}

/*--------------------------------------------------------------
3.1 Animations
--------------------------------------------------------------*/
.zoom-in {
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
		 -o-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
       -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
         -o-transition: all 250ms ease;
		    transition: all 250ms ease;
}

.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
       -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
         -o-transform: scale(1.1, 1.1);
}

/*--------------------------------------------------------------
4.0 Widgets
--------------------------------------------------------------*/
.widget {
	clear: both;
	margin: 0 0 1.5em;
}

.widget ul li {
	list-style: none;
}

.widget ul,
.widget ol {
	padding-left: 10px;
	margin: 0 0 10px 5px;
}

.widget ul li:before {
	font-family: 'Pluton';
	content: '\e820';
	padding-right: 10px;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
4.1 Search Widget
--------------------------------------------------------------*/
.widget_search form {
	margin-top: 20px;
}

/*--------------------------------------------------------------
5.0 Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Navbar
--------------------------------------------------------------*/
.navbar {
    /*background: transparent url(images/header_shade.png) repeat-x 0 0;
    margin-bottom: 0;
    min-height: 350px;*/
	border-radius: 0;
	
	
	left: 0;
    position: absolute;
    right: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    min-height: 75px !important;
    height: 75px !important;
    padding-top: 0;
	
	
	background:rgb(0,0,0);
    background: transparent\9;
    background:rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    zoom: 1;
}

.navbar-brand {
	padding: 20px 20px 20px;
}

.navbar .brand img {
    width: 120px;
    height: 40px;
}

.navbar .nav>li>a {
    text-transform: uppercase;
    line-height: auto;
    vertical-align: middle;
    margin: 0px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 0px solid #181a1c;
    box-shadow: none;
    font-size: 14px;
    text-shadow: none;
    color: #fff;
    transition: border-color 1s ease;
}

.navbar .nav>li:hover>a,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover/*,
.navbar .nav>.active>a:focus */{
    border: 0px solid #fece1a;
    color: #5a87c6;    
    transition: border-color 1s ease;
}

.navbar-nav,
.nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent;
	/*color : #5a87c6*/
}

.navbar .nav>li>a {
	padding: 8px 15px;
	/* font-weight : 600; */
	font: 12px/36px "AkzidenzGroteskBE-Bold",sans-serif
}

.nav-pills {
    margin-right: 30px;
	padding : 7px 0;
	/*border-top : 1px solid #747477;
	border-bottom : 1px solid #747477;*/
	
}

.nav-pills>li>a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 2px 5px 2px 0;
    padding: 8px 25px;
	padding-left : 0;
	line-height: 14px;
    border: 0px solid #181a1c;
	text-transform : uppercase;
	font: 12px/16px "AkzidenzGroteskBE-Bold",sans-serif
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background: none;
	color: #5a87c6;
}

.navbar .btn-navbar,
.navbar .btn-navbar:hover {
    border-radius:0;
    background:#fff;
    color: #000;
}

/*--------------------------------------------------------------
6.1 Sections
--------------------------------------------------------------*/
#header-slider-wrap .bx-wrapper .bxslider-title{
		font:  90px/90px 'AkzidenzGroteskBE-XBdCn', sans-serif;
	
}

#header-slider-wrap .label-container a{
    font-size: 40px;
    line-height: 40px;

}

.section {
    padding-bottom: 20px;
	color: #fff;
}

#method.section {
    padding-bottom: 0;
}
h1, .h1,  #news .large-text  { font-size : 30px; }

.section h1, h2, h3, h4, h5, h6,#news .large-text {
    font-weight: 300;
	 font-family: 'AkzidenzGroteskBE-XBdCn', sans-serif;
	 /*font-family: 'Source Sans Pro', sans-serif;*/
}
.container h1,#news .large-text, #work h1 {
	/* background : transparent url(images/title-bg.png) no-repeat center bottom; */
	padding-bottom : 15px !important;
	display : inline-block;
	text-transform : uppercase;
	/*font: 35px/35px 'AkzidenzGroteskBE-Bold', sans-serif !important;*/
	font: 28px/35px 'AkzidenzGroteskBE-XBdCn', sans-serif !important;
	color: #fff;
	margin-bottom: 0;
}
#method  h1 { /*margin-bottom : 0px; */}
/*
.method-pop-bg {
	background-repeat  : no-repeat;
	background-size : cover;
	
}
#method-brief ,#method-production ,#method-get-it-out-there { color : #000; } */

#news .large-text,#method h1,#contact .title h1, .brief h1 {
	/* background-image : url(images/title-bg-dark.png) */
}
#work .title {
	position : absolute;
	left : 0;
	right : 0;
	z-index : 100;
	top : 32.5%;
	/*height:38px;*/
}
#work .title h2{margin: 0;padding: 0 }
.as-btn-blue-medium {
	border : 5px solid rgba(255,255,255,0.70);
	background-color : rgba(255,255,255,0.30);
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	-khtml-border-radius: 6px;
	border-radius: 6px;
	color : #fff;
	font-size : 22px;
	height : 65px;
	width : 320px;
	
    font-family: 'Source Sans Pro', sans-serif !important;
}
.as-btn-blue-medium:hover { 
	border : 5px solid rgba(255,255,255,1);
	background : transparent none;
}
.amazingslider-text-1 {   padding: 13% !important;}
.amazingslider-title-2 { 
	color : #fff !important;
	font-size :  48px !important;
	font-weight : 500 !important;
	padding-bottom : 20px;
	font-family: source sans pro !important;
}
#work_slider  .as-btn-blue-medium {
		font-weight : lighter;
		font-size : 22px;
		background-color : transparent !important;
	
}
/*
#news .large-text { 
	background-image : url(images/news-title.png) 
}
#work h1 { 
	background-image : url(images/work-title.png) 
} 
#contact .title h1 { 
	background-image : url(images/talk-title.png) 
} 
#client h1 { 
	background-image : url(images/client-title.png) 
} 
#method h1 { 
	background-image : url(images/method-title.png) 
} */
#client-slider { padding :0; margin : 0; }
.section h1 {
    margin: 0 0 15px;
}

.section a {
	 /* color: #fff; */
	 /*color: #999999;*/
}

.section a:hover {
    text-decoration: none;
    /*color: #666666;*/
}

.section p {
	padding: 10px 0;
    font-weight: 100;
    color: #fff;
}

/*.section .container {
    padding-top: 0px;
}*/

.section .title {
    text-align: center;
    padding: 10px;
    margin-bottom: 0px;
}

.section .title h1 ,.brief h1 {
    font-weight: 600;
    padding-bottom: 30px;
    padding: 0;
}

.section .title>p {
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
}

.section .thumbnail,#portfolio-grid li .thumbnail {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: none;
	margin-bottom:0px;
}

.section .thumbnail .more {
    display: block;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    margin-left: auto;
    width: 100%;
    height: 100%;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    line-height: 70px;
    text-align: center;
}

.section .thumbnail:hover .more {
    top: 40%;
    margin-top: -40px;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3 s ease-out;
        -ms-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.section .thumbnail h3, 
.section .thumbnail p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 4;
}
.section .thumbnail p { font-size : 12px; }
.section .team .thumbnail span { 
	font-size : 12px; 
	font-weight : lighter; 
	text-transform : uppercase; 
	display : block;
	line-height : 17px;
	padding-bottom : 10px
}
.section .thumbnail h3 {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
	line-height: 40px;
}

.section .thumbnail>p {
    padding-bottom: 20px;
}

.section .thumbnail .mask ,#portfolio-grid li .mask{
    opacity: 1;
    filter: alpha(opacity=1);
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #181a1c;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2 s ease-out;
        -ms-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

.section .thumbnail:hover .mask,#portfolio-grid .thumbnail:hover .mask {
    top: 0;
}

.section .thumbnail .mask.hover_effect {
    top: 0;
}

.primary-section {
    background: #181a1c;
}

.primary-section .triangle {
    border-top: 40px solid #ffce1a;
}

.primary-section .title {
    border-bottom: 0px solid #fff;
}

.primary-section,
.primary-section h3,
.primary-section .title p {
    color: #fff;
}

.primary-section h1 {
    color: #fff;
}

.secondary-section {
    background: #111111;
}

#contact .section.secondary-section {
    background: transparent;
}

.secondary-section .title {
    border-bottom: 0px solid #181A1C;
}

.secondary-section h1,
.secondary-section .title p {
     color: #fff;
}

.third-section {  /** client bg*/
    padding-bottom: 70px;
    background : #1b1b1b;
    border-top: 0px solid #fece1a;
	min-height : 420px;
}

.third-section .container {
    padding: 20px 0 0;
    position: relative;
    width: 100%;
}

.third-section .title {
    border-bottom: 0px solid #a1aab7;
    color: #fff;
}

.sub-section {
    margin-top: 30px;
}

.sub-section .title {
    padding: 0;
}


/*--- Method **/
#method.secondary-section {
	   background: #fff;
	  
}
#method, #method.section .title h1  {
	/* color : #333333; */
}
#method .title h1 {margin-bottom:0;}
#method .container { padding:92px 0px;width:100%;height:600px;}
.method-padding {
    padding-bottom: 100px;
    padding-top: 30px;
}
#method.secondary-section .title {padding-top:0;}
#method-grid, #method-grid li {
	list-style-type : none;
	padding : 0;
	margin : 0;
	 text-align: center;
}
#method-grid li { 
	width : 98%; 
	margin-left : 3px; 
	font-size: 60px;  
	line-height:normal;
    display: inline-block;
    float: none;
    margin-bottom: 6px;
	height: 70px;
}
/*#method-grid li:first-child { margin : 0px; }*/
#method-grid li > div {
	position : relative;
}
#method-grid .mask {
	position : absolute;
	top :0px;
	width:100%;
	height : 100%;
	background : none;
	-webkit-transition: background 300ms ease-in;
    -moz-transition: background 300ms ease-in;
    -o-transition: background 300ms ease-in;
    -ms-transition: background 300ms ease-in;
    transition: background 300ms ease-in;
}
#method-grid .mask:hover {
	background:rgb(0,0,0);
    background: transparent\9;
    background:rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    zoom: 1;
}
#method-grid .mask div {
    display: table;
    height: 100%;
    width: auto;
    text-align: center;
    margin: auto;
}
#method-grid h3 {
	color: #fff;
    /*display: table-cell;*/
	display: inline;
    font: 26px/40px "AkzidenzGroteskBE-XBdCn",sans-serif;
    margin: 0;
    vertical-align: middle;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.50);
	text-transform : uppercase;
	
}
#method-grid h3:hover{
	color: #6699cc;
	transition: all 0.2s ease 0s
}
#method-grid p { font-size : 16px; }
#method-grid span {
    display : none;
	/* font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin: auto;
    padding-top: 15px;
    text-transform: initial;
    width: 77%; */
}
#method-grid .mask:hover span { display : inline-block;width: auto }
.method-hover{
	/*margin: auto;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%;*/
}
.method-hover span{
	font: 60px/48px "AkzidenzGroteskBE-XBdCn",sans-serif ;
	color: #6699cc;
	padding-top: 0
}
body.single-methods {
	background : #000;
}
#method-nav {
	clear  : both;
	padding-top : 10px;
}
#method-nav-ul  { text-align : center; padding : 0; margin : 0; border-top : 1px solid #333333; 	height : 55px; 
	margin : auto;
	width :100%;
}
#method-nav-ul li {
	list-style-type : none;
	display : inline-block;
	text-align : center;
	margin : 0 5px;
	margin-top : 18px;
}

#method-nav-ul li a { 
	background : transparent url(images/bullet.png) no-repeat 0 0;
	width : 17px;
	height : 16px;
	display : block
}
#method-nav-ul li.active a { 
	background : transparent url(images/bullet-active.png) no-repeat 0 0;
}
.method-content {
	width :100%;
	margin : auto;
	/* padding-top : 30px; */
}
.method-content img {
	width : 100%;height : auto;
}
.method-content .col-sm-8{
	padding-top: 30px;
}
.method-content .popup-title {
	text-align : left; 
	font-size : 26px;
	font-weight : lighter;
    font-family: "AkzidenzGroteskBE-XBdCn",sans-serif;
	margin-top: 0;
    padding-top: 0;
	text-transform : uppercase;
}
/*--------------------------------------------------------------
6.2 Slider
--------------------------------------------------------------*/
.da-slide  a {
	text-decoration: none;
}

.video-bg  {
	/*background : transparent url(images/slider.jpg) no-repeat 0 0/cover;*/
	width : 100%;height : 600px;
	text-align : center;
	display : table;
	vertical-align : middle; 
}
.video-bg  > div { display : table-cell; vertical-align : middle; }
.video-bg  h2 {
	text-align : center;
	font-size : 48px;
    font-weight : 600;
	
	padding : 0;margin : 0;
}
.video-bg  a {
	text-align : center;
	font-size : 22px;
    color : #fff;
	text-transform : uppercase;
	border : 3px solid #fff;
	background : rgba(255,255,255,0.3);
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px;
	border-radius: 3px;
	display : inline-block;
	width : 250px;
	height : 50px;
	line-height : 48px;
}
/*--------------------------------------------------------------
6.3 Services
--------------------------------------------------------------*/
.service{
    margin-top: 20px;
}

.service,
.service h2 {
    padding-top: 15px;
}

.service p {
    padding: 0px 50px;
    height: 60px;
}

.service img {
    width: 150px;
    height: 150px;
}

/*--------------------------------------------------------------
6.4 Portfolio
--------------------------------------------------------------*/
.single-project {
    margin-bottom: 30px;
    background :#181a1c;
}

.single-project .container {
	padding-top: 0;
}

.single-project [class*="col"]:first-child {
	padding-left: 0;
}

.single-project img {
    max-width: 100%;
}

.project-description {
    padding-right: 40px;
}

.project-description p {
    padding-left: 0;
}

.project-title {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fece1a;
}

.project-title h3 {
    float: left;
    margin-top: 5px;
    padding: 0;
    width: 80%;
}

.project-title .close {
    color: #fff;
    margin-top: 10px;
}

.project-info span,
.project-title h3 {
    color:#fece1a;
}

.project-info {
    font-weight: 100;
    padding: 10px 0;
}

.project-info a {
	color: #fff;
}

.project-info span {
    width: 100px;
    display: inline-block;
}

.project-info div {
    margin-bottom: 5px;
}

.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}

#portfolio-grid {
    padding-left: 0;
    float: left;
    margin: 0;
}
#portfolio-grid .mix {
    opacity: 1;
    /* display: inline-block; */
    display: none;
	transition: all 0.2s;
}
#portfolio-grid .inactive{
	background: #000;
}
#portfolio-grid h3 { 
	font-size : 20px;
    font-family: 'gotham_blackregular';
	line-height : normal;
	
	font-weight : normal;
}
#portfolio-grid h4 { 
	font-size : 11px;
    font-family: 'gotham_bookregular';
	font-weight : normal;
}
#portfolio-grid p { 
	font-size : 8px;
    font-family: 'gotham_bookregular';
}

#work.secondary-section { background: #fff; padding :0; position : relative; 
	margin-top : -6px; /* for team bottom space remove */
}

#work{text-align: center}
#work .nav-pills {
    float: left;
    margin-bottom: 30px;
	width: 100%
}
#work .nav-pills > li {
    float: none;
	display: inline-block;
}
.portfolio #single-project{
	width: 100%;
	margin-left: 0
}
#portfolio-grid > li {
    height: 172px;
    padding: 0;
    width: 172px;
}

#single-project {
    margin-left: 178px;
}
.section #portfolio-grid  .thumbnail .mask {
	background : rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
}
#portfolio-grid .thumbnail > img,#portfolio-grid .thumbnail a > img {
    height: 173px; /* bottom while line issue */
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

/** portfolio effects from refer site */
#portfolio-grid li .mask {
  background: rgba(0,0,0,.50);
  color: #fff;
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  /* opacity: 0; */
  padding: 10%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; 
  text-decoration: none;
  /* top: 0; */
  width: 100%;
  z-index: 1;
}
#portfolio-grid li .mask h1 {
  font-family: 'Copernicus Heavy',serif;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  text-align: center;
}
#portfolio-grid li img {
  -webkit-transition: -webkit-transform .7s;
  transition: transform .7s;
}
#portfolio-grid li {
    height: 165px;
    margin: 0  12px 25px 13px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 242px;
}
#portfolio-grid li:hover .mask {
 /*  opacity: 1; */
 /*  -webkit-transition: opacity .3s;
  transition: opacity .3s; */
}

#portfolio-grid li:hover .mask .line {
  -webkit-transition: width .5s .2s;
  transition: width .5s .2s;
  width: 30%;
}

#portfolio-grid li:hover img {
 /*  -webkit-transform: rotate(-9deg) scale(1.15);
  -ms-transform: rotate(-9deg) scale(1.15);
  transform: rotate(-9deg) scale(1.15);
  -webkit-transition: -webkit-transform .7s; */
  transition: transform .7s;
}
/** Work popup **/
.popup-title {
	padding : 15px 0;
	text-align : center;
	font-size : 24px;
    font-family: 'gotham_blackregular';
}
body.single-portfolio {
   background-color: #17181d;
}
.vimeo-title ,.vimeo-desc  {
	font-family: 'gotham_bookregular';
	padding : 3px 0;
	text-align : center;
	font-size : 14px;
}
.vimeo-desc  { font-size : 10px; padding-bottom : 10px; }
/*--------------------------------------------------------------
6.5 About
--------------------------------------------------------------*/
#about {
	/*background : transparent url(images/about-bg.png) no-repeat center 0/cover*/
	background: #161616;
	padding-bottom: 0;
}
#about .container {
	/*padding-bottom:32px;*/
	padding-bottom:70px;
}
#about  > .container {
	 /*padding-top: 35px;*/
	
}
.about-bg {
	/*padding-bottom : 75px !Important; min-height : 380px; */
}

.title.about-bg {
    margin-top: 15px;
}
#about h3 {
	/*font: 60px/80px "AkzidenzGroteskBE-XBdCn",sans-serif;*/
	font: 35px/40px "AkzidenzGroteskBE-XBdCn",sans-serif; 
	margin-bottom : 25px;
	/*margin-bottom : 0;*/
	margin-top: 0
	
}

#team-id {
    padding-bottom: 0;
}
.team-bg .large-text.aos-init.aos-animate {
    text-transform: uppercase;
    color: #0a0a0a;
    margin-bottom: 0;
    padding-bottom: 0;
}
.title-hover1 p{
    font-size: 20px;
    line-height: 1.3em;
}
    
.tab-bg {
	background-color : #fff;
	/*min-height : 305px;*/
}
.tab-bg #tabs-about-team h2 {padding-top:0px;margin-bottom:0px;}
.tab-bg,.section  .tab-bg p { /*color : #000; */}
.tab-bg .container {
	padding-top :0px;
	padding-bottom : 0px;
}
#tabs-about-team { margin-top : 0px; }
#tabs-about-story h2 {
    /* font-weight: lighter; */
    /* font-size: 24px; */
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    font: 60px/60px "AkzidenzGroteskBE-XBdCn",sans-serif;
    text-transform: uppercase;
    text-align: center;
}
#tabs-about-story p { padding : 0;  margin-bottom: 20px; /* text-shadow: 0 2px 3px #000; */text-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);}
#tabs-about-story h2,#tabs-about-story h3{ text-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);}
#tabs-about-story img {
/*	  margin-right: -75px;*/
}
#tabs-about-team   h2 , #tabs-about-story > h2 { text-align : center;
	font-weight: 600;
	font-size : 25px;
margin-top : 0; padding-top : 20px;
 margin-bottom: 20px;
line-height: 30px; 
 }
#tabs-about .container {
	position : relative;
}
.ui-tabs-nav { padding : 0;margin : 0; position : absolute; left:0; top : -30px;}
.ui-tabs-nav li {
	list-style-type:none;
	float : left; 
	margin-right:6px;
}
.ui-tabs-nav li a {
	background : #5a5a5a;
	color : #fff;
	font-size: 12px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
	text-align : center;
	display : inline-block;
	width : 135px;
}
.ui-tabs-nav li.ui-tabs-active a { 
	background : #fff;
	color : #242424;
}
.ui-tabs-nav li a:hover {
	color : #000;
}
.team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:0px;
    border: 0px solid #fff;
	display: block;
	text-align: center
}
.team .thumbnail:hover .social {
    z-index: 5;
}

.team .thumbnail:hover .social a {
    color:#fff;
}

.team .thumbnail .mask {
	padding : 10px 23px;
	background:rgb(26,27,31);
    background: transparent\9;
    background:rgba(26,27,31,0.85);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#d81a1b1f,endColorstr=#d81a1b1f);
    zoom: 1;
}
.section .team .thumbnail h3 {
	margin : 16px 0 0 0 !important;
	line-height : normal;
	font-size : 16px;
	font-weight : bold !important;
	text-transform : uppercase;
	
}
.team .thumbnail .mask h2 {
    margin-top: 20%;
}
.team {
    text-align: center;
    width: 100%;
    margin: auto;
}
.team  .owl-item {
    /*background: #ebebeb !* transparent url("images/team-bg.png") no-repeat scroll 0 0 / cover *! ;*/
    background: transparent;
    display: block;
    float: left;
    height: 295px;
    margin-right: 0;
    margin-top: 0;
    width: 240px;
}
.team  .owl-controls{
	/* border: 1px solid red; */
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height:0px;
}
#team-slider .owl-prev{
    background: url("images/arrow-team-left.png") no-repeat 0 0;
    height: 67px;
    width: 35px;
    display: block;
    margin-left: 10px;
}
#team-slider .owl-next {
    background: url("images/arrow-team-right.png") no-repeat 0 0;
    height: 67px;
    width: 45px;
    display: block;
    margin-right: 10px;
}
.team .owl-buttons .owl-prev span:hover,.team .owl-buttons .owl-next span:hover{opacity: 0.5}
.team .owl-buttons .owl-prev span {
    float: none;
    margin-left: 12px;
}
.team .owl-buttons span{
	top: 41%;
	position: absolute
}
.team .owl-buttons .owl-next span{
	background-position: right 0;
	margin-right: 12px; 
}
.team  .owl-wrapper-outer{height: 283px}
.team .owl-prev {
	float: left
}
.team .owl-next{
	float: right
}
.team .owl-prev ,.team .owl-next {
    height: 284px;
    width: 50px;
	position: relative
}
.team .thumbnail img {
    /* width:240px;
	height : 285px;
	position : absolute;
	bottom : 0px; */
}

.team .thumbnail .mask,
.team .thumbnail .mask h3,
.team .thumbnail .mask p,
.team .thumbnail:hover h3,
.team .thumbnail:hover .social a:hover {
    color:#fff;
}

.team  .social,
.skills {
	padding-left: 0;
}

.skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}

.skill-title {
	margin-top: 30px;
}

.skills li {
    margin-bottom: 30px;
    background: #fff;
    height: 40px;
    padding: 1px;
}

.skills li h3 {
    position: relative;
    font-size: 15px;
	line-height: 40px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
     color: #fff;
}

.skills li .bar {
    height: 38px;
    position: absolute;
    background-color: #fece1a;
}

/*--------------------------------------------------------------
6.6 Call to Action
--------------------------------------------------------------*/
#call-to-action a:hover {
	color: #fff;
}

/*--------------------------------------------------------------
6.7 Client
--------------------------------------------------------------*/
#client .title h1{color: #0a0a0a}
#client-slider ul ,#client-slider li {
	list-style:none;
	padding : 0;
	margin : 0 !important;
}
#client-slider li { /*float : left;*/ width : 18%;padding-bottom : 35px; display : inline-block; vertical-align: middle;}
.client-slider img {
    border: 0px solid white;
	/*width: 170px;*/
	height : auto;
	/* -webkit-filter: grayscale(1);
	  filter: grayscale(1);*/
	  vertical-align: middle;
/*	      display: table-cell;*/
}

.client-slider img:hover {
    /*background-color: #fece1a;*/
}

.client-nav {
    list-style: none;
    margin-top: 10px;
}

.client-nav li {
    float: left;
    display: block;
    margin-left: 10px;
}

.client-nav li a {
    display: inherit;
    padding: 6px 3px 5px 5px;
    background: #fece1a;
    border-radius: 3px;
}

.client-nav li a:hover {
    background: #181a1c;
}

.testimonial p {
     color: #fff;
    background: #fece1a;
    padding: 15px;
    margin: 0;
}

.testimonial .arrow {
    margin-left: 10px;
    width: 0;
    border-top: 10px solid #fece1a;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}

.testimonial .whopic {
    display: inline-block;
}

.testimonial .whopic img {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    float: left;
}

.testimonial .whopic strong {
    float: left;
    margin-top: 10px;
    padding-left: 10px;
}

.testimonial .whopic small {
    display: block;
    font-size: 12px;
    
}

.bx-wrapper ul {
	margin-left: 0;
}

/*--------------------------------------------------------------
6.8 Blog
--------------------------------------------------------------*/
#blog a:hover {
	color: #fff;
}

.blog-list {
	margin-bottom: 30px;
}

.blog-list ul {
	margin-left: 0;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 47px;
    width: 2px;
    margin-left: -10px;
    background-color: #f1f1f1;
}

.timeline a:hover {
	color: #fff
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}

.timeline>li .timeline-image h3 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: left;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h3 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h3.subheading {
    text-transform: none;
	line-height: 30px;
	margin-top: 5px;
}

.timeline .timeline-heading span {
     color: #fff;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
6.9 Newsletter
--------------------------------------------------------------*/
.newsletter, .newsletter h2 {
    color: #d7ddde;
}

.newsletter .title h2 {
    text-align: left;
    padding: 0;
    margin: 0;
}

.newsletter form {
    text-align: left;
	margin-top: 10px;
}

.newsletter input {
    padding: 14px;
    height: auto;
}

.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color: #fff;
     color: #fff;
}

/*--------------------------------------------------------------
6.10 Contact
--------------------------------------------------------------*/
/*.contact {background: #f9f9f9;}
.contact .secondary-section {background: #fafaf6;}*/
a.btn-default {
    padding: 11px 20px;
    text-align: center;
    width: 325px;
}
.contact h1,
.contact h2,
.contact h3,
.contact h4,
.contact h5,
.contact h6,
.contact .social>li>a ,.brief h1, .brief h2 ,.brief h3 {
     color: #ffffff;
}
.contact .section p{  color: #666666; }

.contact textarea,.contact input[type="text"],.contact input[type="url"],.contact input[type="email"] ,.contact  select ,.contact input[type="tel"],
.wpcf7-form textarea, .wpcf7-form input[type="text"], .wpcf7-form input[type="url"], .wpcf7-form  input[type="email"] ,.wpcf7-form  select,.wpcf7-form  input[type="tel"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	padding : 16px;
	width : 100%;
	margin-top : 5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
/* Safari only override */
    ::i-block-chrome,.contact  select  {
	line-height : 55px;
	padding : 0 16px;
	text-indent:15px;
}
}
.contact input[type="file"], .wpcf7-form  input[type="file"]  {
	border : 0px;
	background : none;
}
.contact input[type="file"]:focus, .wpcf7-form  input[type="file"]:focus { border :0px !important} 

.wpcf7-form h1#brief+p {
	color : #666666 !important;
	font-size : 20px;
	line-height : 26px;
}
div.wpcf7  { 
	/*border-top : 1px solid #c8c8c8;*/
	margin-top: 20px;
    padding-top: 25px;
}
body.brief div.wpcf7  { border :0 ; margin :0; padding :0 }
div.wpcf7-validation-errors { margin : 2em 0;  padding: 1em;}

.wpcf7 h1 { background-image : none !Important; font: 25px/40px "AkzidenzGroteskBE-XBdCn",sans-serif !important}
body.brief {
	background: #f9f9f9;
	
}
.contact h3 {
	font-size : 20px;
	padding-bottom : 10px;
}

.contact textarea {
    height: 120px;
}

.contacts,
.contact .social {
    color: #fff;
    list-style: none;
}

.contact i {
	margin-right: 5px;
}

.contacts>li {
    margin-top: 15px;
}

.contacts>li>a {
    color: #fff;
}

.contact-info {
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact-info p,.contact-info a.link {
	color: #fff !important;
    font: 26px/40px "AkzidenzGroteskBE-XBdCn",sans-serif;
    /*text-transform: uppercase;*/
}

p.contact-details {
    margin-top: 85PX;
    margin-bottom: 95px;
}
.singleCombinedButton{
    background: #5a87c6;
    border: 2px solid #5a87c6;
    padding: 23px 10px;
    box-shadow: 0 5px 15px rgba(90, 135, 198, 0.4);
}

.separatorSlash {
    font-size: 4rem;
    padding: 0 1rem;
}
#contact_btn, #brief_btn {
    background: transparent;
    /*border: 2px solid #fff;*/
    border: 0;
    font-size: 2rem;
    /*padding: 23px 10px;*/
    padding: 0;
    line-height: 1.8rem;
}

#contact_btn:hover, #brief_btn:hover{
    color: #222;
}
.contact-info a.link:hover { color : #fff !important; }

.wpcf7-form a { color : #858483; }
.wpcf7-form a:hover { color : #070707; }
#contact .title p {
	width :100%;
	margin : auto;
	 color : #ffffff !important;
	 padding-bottom : 0px;
	 font: 60px/60px "AkzidenzGroteskBE-XBdCn",sans-serif;
	text-transform: uppercase
}
.contact-info .icon {
    margin: 10px auto;
    font-size: 30px;
}
.contact-details a{display: inline-block}
.btn-group a{
	font: 15px/45px 'AkzidenzGroteskBE-Bold',san-sans-serif;
	color: #fff;
	/* background: #131313 !important */
	background: #5a87c6 !important;
	border-color: #5a87c6 !important
}
.btn-group .btn.btn-default:hover ,.btn-group .btn-default[disabled]{
    opacity: 0.7 !important;
}
.wpcf7-submit.btn.btn-default{
	background: #131313 !important;
	border-color: #131313 !important
}
.wpcf7-submit.btn.btn-default:hover{
	opacity: 0.7 !important;
	 /*background: #000 !important;
	border-color: #000 !important;*/
}
.btn-group a:first-child{margin-right: 30px}
.mail-link{margin: 30px 0;}
.address-link{margin: 23px 0}
div.wpcf7-validation-errors { /*color : #666666 !important;*/}

.map-wrapper {
    position: relative;
   /*  height: 500px; */
}
.map-wrapper .container{width: 100%;}
.map-wrapper {
	/* background :  url(images/screentide-map.png) no-repeat center center/cover !important; */
	background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	width : 100%;
	height : 500px;
}
/* .map-wrapper .container {
    height: 238px;
    width: 282px;
}
.map-canvas {
    position: absolute;
    margin-bottom: 20px;
    width: 100%;
    height: 500px;
    color: #29383f;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
} */
.map-canvas{height: 500px}
.contact .social {
    display: inline-block;
    padding-left: 0;
}

.contact .social li {
    line-height: 32px;
    padding: 10px 5px;
    font-family: 'Pluton';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}

.contact .social li a {
    color: #000;
}

.contact .social li a:hover {
     color: #000;
}

.contact-form {
    background: rgba(255, 255, 255, 0.9);
    z-index: 110;
    position: relative;
    margin-top: -25px;
    padding: 20px;
	text-align: center;
}

.contact-form h3 {
    color: #838589;
    padding-bottom: 20px;
}

.message-btn {
    border: 1px solid #747C89;
    color: #747c89;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
}

.message-btn:hover {
    background-color:#fece1a;
}

.contact-info {
    text-align: center;
    font-size: 22px;
}

.info-address {
    border: 1px solid white;
    width: 60%;
    margin: 0 auto;
    padding: 15px;
    color: #181a1c !important;
}

.black {
     color: #fff;
}

.wpcf7-form {
	max-width : 680px;
	margin :auto;
    margin-top: 7rem;
}
.wpcf7-form p {
	color : #fff !important;
	font-weight : 400;
	padding : 0 0 10px 0 !important;
}

.section .thumbnail {
    padding-left: 50px;
    padding-right: 50px;
}

.section .news-contents .thumbnail {
    padding-left: 10px;
    padding-right: 10px;
}

#team-slider.owl-carousel.owl-loaded {
    position: relative;
    display: block;
}
#team-slider .owl-nav {

    position: absolute;
    top: 41%;
    color: #333;
    font-size: 10rem;
    font-weight: 300;
    width: 100%;

}

.owl-prev span, .owl-next span{
    display: none;
}

#news-slider {

    position: relative;

}

#news-slider .owl-nav {

    position: absolute;
    width: 100%;
    top: 39%;

}

.color_overlay.disable_overlay {
    opacity: 0;
}

@media (max-width: 1440px) {
    .section .thumbnail {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1280px) {
    .section .thumbnail {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1024px) {
    .section .thumbnail {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*--------------------------------------------------------------
7.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.1 Posts and Pages
--------------------------------------------------------------*/


/** News */
#news .large-text{color:#fff !important}
#news .secondary-section {
	background : /* #fff; */ #111111;
	 padding-bottom : 0px;
}
#news .container  {
	/*border-top : 1px solid #ccc;*/
	padding-bottom: 70px;
}
.client-bg{
	background: #fff;
}

#primary, #secondary {
	margin-top: 80px;
	/*margin-top: 25px;*/
	min-height : 550px; /* inner page */
}

body.home #primary, #secondary {
	margin-top: 25px;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.pager li>a {
	margin-bottom: 10px;
}

.page-header {
	margin: 20px 20px 30px;
}

/*--------------------------------------------------------------
7.2 Post Meta
--------------------------------------------------------------*/
.entry-meta>span {
	margin-right: 5px;
	display: block;
}

.entry-meta span:last-child {
	margin-right: 0;
}

.entry-meta span a {
	text-decoration: none;
}

.entry-meta {
	margin: 15px 0;
}

.entry-footer {
	color: inherit;
}

.posted-on a, .byline a {
	text-decoration: none;
}

/*--------------------------------------------------------------
7.3 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
7.4 Comments
--------------------------------------------------------------*/
.comment-content a {
	-ms-word-wrap: break-word;
	    word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-title,
.comment-reply-title {
	padding-bottom: 9px;
	margin: 40px 0 20px 0;
}

ol.comment-list {
	list-style:none;
	padding-left: 0;
}

.comment-author .avatar {
	margin: 5px 15px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

.comment-meta {
	margin-bottom: 5px;
}

.comment-details {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.comment-details .reply {
	margin-top: 10px;
}

.comment-date a {
	margin-right: 10px;
}

#commentform #comment {
	width: 98% !important;
}

/*--------------------------------------------------------------
7.5 404
--------------------------------------------------------------*/
.error404 .input-append {
	margin: 10px 0;
}

/*--------------------------------------------------------------
8.0 Footer
--------------------------------------------------------------*/
.address-info a,.address-info ,.info-contact a,.info-office span,.footer .line p{
	font: 12px/18px "source_sans_proregular",sans-serif;
	text-align:  center
}
.footer {
    /* background: #181a1c; */
	/* font-size: 12px; */
	 margin-bottom: 20px;
    min-height: 110px;
	position : relative;
}
footer {
	background : transparent url(images/foot-bg.png) no-repeat center center/cover;
	padding-top : 35px;
}
.footer a {
    color: #fff;
}
footer .container {
    padding: 0;
}
.footer .line {
	clear  : both;
	border-bottom : 2px solid #555659;
	overflow : hidden;
	padding-bottom : 10px;
	margin-bottom : 10px;
	position: relative
}

.footer>p {
    color: #fff;
	margin: 0;
    padding: 10px;
	font-size:12px;
}

.footer-icon {
        margin-left: auto;
    margin-right: auto;
    float: right;
    text-align: center;
    padding-top: 0px;
    position: absolute;
    right: 0;
    bottom: 7px;
    z-index: 100;
	}
	
.scrollup {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
	font-family : 'AkzidenzGroteskBE-Bold';
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    right: 0px;
	left : 0;
	border: 0px solid #fff;
    display: none;
    background: rgba(0, 0, 0, 0.6);
	z-index : 10;
	display : inline;
	  /* width: 115px;*/
	   padding : 5px 10px 17px;
	     margin: auto;
}
.scrollup.bottom {
	background : transparent;
	/*width : 115px;*/
	
}
.scrollup i:before {
	transform:rotate(30deg)
}
.scrollup i { display : none; }
.scrollup > a {
    position: relative;
    /*top: 7px;*/
    color: #fff;
	background : transparent url(images/top-arrow.png) no-repeat center 0;
	padding-top : 17px;
}
.play-button {
    background: url("images/video-play-icon.png");
	background-repeat: no-repeat;
	background-position: center right ;
    display: block;   
    height: 55px;
    margin-left: 10px;
    width: 45px;
}
.button-inner {
   /*  width: auto;
    display: inline-block; */
}
.button-inner  .play-text{/* color: #5a87c6 */}
.button-hover {
    height: 69px;
    left: 0px;
    position: relative;
    text-align: center;
    top: 45%;
    width: 100%;
    z-index: 1;
    margin: auto;
}
.hover-play{
	/* display: none !important; */
}
.button-inner:hover .bxslider-title{
	/* display: none !important; */
}
.button-inner:hover .hover-play{
	/* display: block !important; */
}
.bx-wrapper .bxslider-title{bottom: 35% !important}
.button-inner {
   /*  width: auto;
    display: inline-block; */
}
#header-slider-wrap .bx-wrapper .button {
    display: inline-table;
    margin: auto;
    width: auto;
	padding: 0;
}
.play-text, .label-container a.da-link {
    /*float: left;*/
    /*color: #5a87c6;*/
    color: #ffffff;
    margin-top: 0;
	/*background: url("images/video-play-icon.png") no-repeat right 8px;*/
    display: block;
    /*padding-right: 55px;*/
	vertical-align: top;
    /*font:  40px/40px 'AkzidenzGroteskBE-XBdCn', sans-serif;*/
    /*font:  30px/15px 'AkzidenzGroteskBE-Bold',san-sans-serif !important;*/
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 600;
	/*height: 60px;*/
    margin-top: 1rem;
    border: 3px solid #fff;
    text-align: center;
    padding: 10px 15px !important;
    border-radius: 3px;
}

.button-inner .label-container {
    margin-top: 3rem;
}
.play-text:hover{
	color: #5a87c6
}
.mac .play-text{
	line-height: 55px;
	background-position: right top
}
#work-slider-any .button{
	color: #fff;
    display: inline-block;
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 30px;
    font-weight: 600;
    height: 65px;
    left: 0;
    line-height: 78px;
    margin: auto;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: 292px;
}
/*--------------------------------------------------------------
9.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
img {
	max-width: 100%;
}

img {
	height: auto;
}

.post-thumbnail {
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

.post-thumbnail .featured  {
	display: block;
	margin: 0 auto;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
		    transition: all 0.3s linear;
}

.post-thumbnail .featured:hover {
	opacity: 0.8;
}

/*--------------------------------------------------------------
9.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
9.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.fs-normal-timeline .fs-entry-container { width : 20%;   padding-top: 20%;}
.fs-timeline-entry { margin : 0px; }
.fs-next-page { /*display : none; */ }

/** Free Version text hide, dont remove*/
.amazingslider-box-1:nth-child(3) { 
   visibility: hidden !important;
}
a[href^="http://www.wonderplugin.com/wordpress-slider/"] { display : none !important; }
.amazingslider-box > div {
	background-color: transparent !important;
}
/*---- */

.amazingslider-text-bg-2 { background-color : transparent !important; }
.amazingslider-text-2 { text-align : center !important;}

div.wpcf7-mail-sent-ok { color : #666666 !important;}
div.wpcf7-response-output  {
	margin: 0 0 35px;
	padding: 8px 1em;	
}
span.wpcf7-form-control-wrap.brief-file input  {
	display: inline-block;
	margin: 0;	
}
.wpcf7-form p em { font-style : normal; color : #999999; }
.fancy-work .fancybox-inner{
	background:#000;
}

.anyslider-img{
	width:100%;
	height:100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bgvideo-wrap{
	overflow:hidden;
	width:100%;
	height:100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
}

/*** Home Popup **/

.home .fancybox-nav {
	/* width: 5%; */
}
.home .fancybox-prev {
	right:30px;
	left:auto;
}

#tabs-about-team .bx-wrapper{margin: auto}
#tabs-about-team h3{font: 15px/20px 'AkzidenzGroteskBE-Bold',sans-serif}
.section .team .thumbnail p {
	font: 13px/17px "source_sans_proregular",sans-serif
}
#work-slider-any  .button{
	border: 0;
	background: none;
	text-transform: uppercase;
	font: 60px/60px "AkzidenzGroteskBE-XBdCn",sans-serif !important
}
#work-slider-any  .button:hover{
	color: #6699cc
}
#news .bx-controls{bottom: 60%}
#news .bx-controls a {
    background: transparent url("images/arrow-news.png") no-repeat 0 0;
    display: block;
    width: 40px;
    height: 65px;
    text-indent: -9999px;
}
#news .bx-controls a.bx-prev.disabled, #news .bx-controls a.bx-next.disabled {opacity:0.2;}
#news .bx-controls a.bx-prev{
	background-position: left center;
	float: left;
	margin-left: -50px
}
#news .bx-controls a.bx-next{
	background-position: right center;
	float: right;
	margin-right: -50px
}
.news-contents span.fb, .news-contents span.pin, .news-contents span.ins {
	background: transparent url("images/fb-icon.png") no-repeat 0 0;
	width:26px;
	height:27px;
	display: inline-block;
	opacity:0.4;
}
.news-contents span.pin{background: transparent url("images/pinset-icon.png") no-repeat 0 0;}
.news-contents span.ins {background: transparent url("images/instagram-icon.png") no-repeat 0 0;}
#news-slider .mask a {position:absolute;right:20px;top:16px;height:27px;}
.news-contents .thumbnail:hover .mask,.news-contents .thumbnail{
	background: none !important
}
.news-contents .thumbnail .mask{
	padding: 0 25px;
	background: none
}
.news-contents  .thumbnail:hover .mask {
    top: 65%;
}
.news-contents .thumbnail p{
	font:  11px/16px 'source_sans_proregular',sans-serif;
	text-align:left;
	width:84%;
}
#tabs-about-story{
	padding: 200px 0 220px;
}
#news-slider .owl-controls {
    left: 0;
    position: absolute;
    top: 40%;
	width: 100%;
	height:0px;
}
#news-slider .owl-buttons{
	width: 100%;
}
#news-slider .owl-prev,#news-slider .owl-next{
	background: rgba(0, 0, 0, 0) url("images/arrow-news.png") no-repeat scroll 0 0;
	width: 35px;
	height: 67px;
}
#news-slider .owl-prev{
	float: left;
	margin-left: -50px;
}
#news-slider .owl-next{
	float: right;
	background-position: right 0;
	margin-right: -50px;
}
/* #news-slider .disabled,#team-slider .disabled{opacity: 0.5;cursor: default} */
#news-slider .disabled,#team-slider .disabled{display:none}
.news-contents{
	width: auto;
	margin: 5px;
}
.fancybox-lock .fancybox-overlay{overflow-y: auto}
.fancybox-nav span {
    display: block;
    height: 100%;
    position: inherit;
    right: 0;
    width: 100%;
	float: left;
	bottom: 0;
	left: 0
}
.home .fancybox-nav {width: 20px;}
.wpcf7-form  h2{
	margin-top: 0;
	line-height: 23px;
	font: 25px/40px "AkzidenzGroteskBE-XBdCn",sans-serif
}
#display_brief .btn-default{
	/* background-color: #333333 !important */
}
.map-wrapper .container{
	position: relative;
	/* height: 442px; */
}
.map-pin {
   /*  background: url("images/map-icon-hover.png") no-repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 39px;
    left: 45%;
    position: absolute;
    width: 30px; */
}
.map-pin:hover{
	/* background: rgba(0, 0, 0, 0) url("images/map-icon-hover.png") no-repeat 0 0; */
}
.fancybox-nav {
    bottom: 18px;
    height: 23px;
}
div.wpcf7-validation-errors{color: red;border: 1px solid red}
.method-image,#portfolio-grid .thumbnail .img,.thumb-img{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;	
}
#tabs-about-team .thumb-img{
	/* background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%; */	
}
#portfolio-grid .thumbnail{height: 165px}
.method-thumbnail{height: 230px}
div.wpcf7 img.ajax-loader{
	 position: absolute;
    right: -25px;
    top: 25px;
}
.wpcf7-form p{position: relative}
.wpcf7-form input:hover, .wpcf7-form input:active, .wpcf7-form input:focus{outline: 0 none}

.hover-content{
	/*height: 465px;*/
	position: relative;
	text-align: center;
	/*display: table;*/
	width: 100%;
	/*vertical-align: middle*/
}
.hover-content .only-hover{
	/*transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);*/
	transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-webkit-transition:all .5s ease;
/*	position: absolute;
	left: 0;
	top: 0;*/
	text-align: center;
	width: 100%;
	display: none;
	vertical-align: middle;
	font-family: 'AkzidenzGroteskBE-XBdCn', arial;
	font-size: 40px;
	line-height: 50px
}
.hover-content .title-hover{
    width: 100%;
	text-align: center;
	transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	display: table-cell;
	vertical-align: middle
}
.hover-content:hover .title-hover{
	/*transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);*/
	display: none
}
.hover-content:hover .only-hover{
	/*transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);*/
	display: table-cell;

}
.mob-thumb{display: none}

.imageTextwrap {
    position: relative;
}

.color_overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.5);
    height:100%;
    width: 100%;
}

.imageTextwrap .title_wrap {
    position: absolute;
    top: 0;
    padding-top: 35%;
    left: 0;
    right: 0;
    width: 100%;
}

.imageTextwrap a {
    color: rgba(255,255,255, 0.8);
    text-transform: uppercase;
}

.margin_btm_gutter{
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-md-4.margin_btm_gutter{
    overflow: hidden;
}

/*
.container.work{
    margin-bottom: 70px;
}
*/
#about{
    position: relative;
}

#about .container{
    position: relative;
}

a.see_more{
    font: 18px/20px "AkzidenzGroteskBE-Bold",sans-serif;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
}

.workBtn {
    margin-top: 35px;
    margin-bottom: 60px;
}

.methodIcon {
    width: 130px;
    color: #ffffff;
    padding: 30px;
}

.methodIcon:hover {
    filter: url(#id-of-your-filter);
}

.methodImageWrap.count-5 img.methodIcon{
    padding-top: 35px;
}

.methodImageWrap{
 margin-bottom: 1rem;
}

.methodImageWrap a{
    border-radius: 50%;
    border: 4px solid #ffffff;
    padding: 52px 0px;
}

.methodImageWrap a:hover {
    border: 4px solid rgba(0,0,0,0.8);
    background-color: rgba(255,255,255,0.8);
}

#method.section{
    position: relative;
}
.container-fluid.method-padding{
    position: relative;
}
body.home{
    background-color: #111111;
}

.bg-blue {
    background-color: #000d22;
}

.bg-white {
    background-color: #ffffff;
}

.bg-black {
    background-color: #000000;
}

.text-blue {
    color: #000d22;
}

.text-blue-1 {
  color: #011e3f;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000;
}

.extraMargin1 {
  margin-bottom: 6rem;
}

.extraMargin2 {
  margin-bottom: 2rem;
}

.font-bold {
    font-weight: 600;
}

.heading-font p {
  font-family: "Berthold-Akzidenz-Grotesk-Regular";
  font-size: 4.2rem;
  line-height: 4.8rem;
}

/*--------------------------------------------------------------
10.0 Media Queries 
--------------------------------------------------------------*/
@media(max-width: 1751px){
    .team .owl-item {
        height: 232px;
    }
}

@media(max-width: 1480px){
    .team  .owl-item {
        height: 220px;
    }
}

@media(max-width: 1430px){
    .team .owl-item {
        height: 185px;
    }
}

@media(max-width: 1380px){
    .team .owl-item {
        height: 187px;
    }
}

@media(max-width: 1290px){
    .team .owl-item {
        height: 187px;
    }
}


@media only screen and (min-device-width : 1200px) and (max-device-width : 1380px) {	
	.map-pin,.map-pin:hover{background-size: 27px auto}

}
@media only screen and (min-device-width : 320px) and (max-device-width : 1200px) {	
	.map-pin,.map-pin:hover{
		left: 45.4%;
		bottom: 2px;
		background-size: 27px auto
	}
}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1200px) {	
	#portfolio-grid li{width: 210px;height: 139px}
	/* .team{width: 75%;} */
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {	
	.info-contact{right: 10px;}
	/* .team{width: 80% !important} */
	.mCustomScrollbar {
		padding-bottom: 50px;
	}
	#portfolio-grid li{margin-bottom: 20px !important}
	#news-slider .owl-controls{width: 93%;}
	#news-slider .owl-prev{margin-left: 0;}
	.button-inner .play-text{
		line-height: 60px;
	}
	.footer-icon{position: absolute;bottom: 80px}
	.footer .social{float: left}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #portfolio-grid li .mask {
    display: none;
  }
	#portfolio-grid  li .thumbnail .mask {
		display:block;
	}
  #portfolio-grid li:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
	.button-inner .play-text{

		background-position: right 3px
	}
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 360px) {
	/*a.btn-default { padding-left :0; padding-right :0; width : 100%; }*/
	
	body { border : 1px solid #f0f;}
	.navbar-brand  {     width: 75%; }
	
	/* all title font size  */
	.video-bg h2 { font-size : 34px }
	h1, .h1, #news .large-text { font-size : 28px; }
	/*-- */
	
	#contact .title p { width : auto; }
	.contact-info a.btn-default { padding-left : 0px; padding-right : 0px; width : 100%}
	.anythingWindow .button, .anythingWindow .button:focus, .anythingWindow .button:visited   { font-size : 18px; width : 90% !important;  }
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.entry-meta>span {
		display: inline-block;
	}
}

/* Small Devices, Tablets */
@media (min-width:767px) {
	
	.single-project [class*="col"] {
		padding-right: 0;
	}

	.navbar-right {
		margin-right: 0;
		margin-top: 22px;
	}
	
}

@media screen and (max-width:767px){
	
	body { border : 0px solid  red; overflow-x:hidden;  }
	#home .anythingWindow .button , .anythingWindow .button  { /*width : 70%;*/ }
	#home, #work_slider,#contact { overflow : hidden; }
	.row.client-slider { margin :0px; padding :0;  }
	#client-slider li {
	    width: 45%;     padding: 15px;
	}
	.client-slider img { 		
    border: 0px solid white;
    width: auto;
    padding: 0;
    margin: 0;
	}
	footer .container { padding : 0 15px 50px 15px; }
	.address-info { width :100%; padding:0}
	.footer-icon { float : left; position : static; }
	h3, .h3 , #tabs-about-story h2 { font-size : 24px; line-height: 40px}
    .info-address {
        width: 90%;
        padding: 15px 0px;
    }
	
	.project-description {
        padding: 0 10px;
    }
	
	#header-slider-wrap .bx-wrapper .bxslider-title,.play-text { font-size : 30px; padding-bottom : 0; line-height: 35px;float: left}
	.play-button{background: url("images/video-play-icon.png") no-repeat scroll 0 3px / 25px 25px;height: 48px;display: inline-block}
	.bx-wrapper .button, .bx-wrapper .button:focus, .bx-wrapper .button:visited { /* font-size : 16px; */ width : 275px; height : 50px; line-height : 40px; }
	.info-office{text-align: left;}
	.info-contact{position: inherit;margin-top: 10px;}
	
	#method-grid h3,#about h3,#contact .title p,#work-slider-any  .button,.method-hover span{font: 21px/40px "AkzidenzGroteskBE-XBdCn",sans-serif !important}
	#team-slider h3{font-size: 15px !important}
	.contact-info p, .contact-info a.link{font: 16px/30px "AkzidenzGroteskBE-XBdCn",sans-serif}
	.mail-link {margin: 15px 0;}
	#method.secondary-section{padding-bottom: 0}
	.client-bg{min-height: auto;padding-bottom: 10px}
	#method-grid li {height:40px;}
	#method .container {height: 460px;}
	.home .fancybox-skin .fancybox-nav {/* width:32%; */}
	a.btn-default{padding-right: 20px;padding-left: 20px}
	#news .bx-controls a.bx-next {margin-right: -30px;}
	#news .bx-controls a.bx-prev {margin-left: -30px;}
	a.btn-default{/* width: 260px; */}
	.btn-group a:first-child {
		margin-bottom: 20px;
		margin-right: 0;
	}
	.btn-group > .btn, .btn-group-vertical > .btn{float: none}
	.btn-group{width: 60%;margin: auto}
	#news .bx-controls a.bx-prev,#news .bx-controls a.bx-next{/* background-size: 40px 40px */}
	#news .bx-controls a.bx-prev{margin-left: -40px !important}
	#news .bx-controls a.bx-next{margin-right: -40px !important}
	.mCustomScrollbar {
		padding-bottom: 25px;
	}
	#portfolio-grid li{margin: 0 auto 20px !Important}
	.primary-section, .primary-section h3, .primary-section .title p,.hover-content .only-hover{font-size: 18px;line-height: 25px;}
	.navbar {padding: 0 15px}
	/* .team .owl-buttons .owl-prev{margin-left: -47px;}
	.team .owl-buttons .owl-next{margin-right: -47px;} */
	#news-slider .owl-prev{margin-left: 0;}
	#news-slider .owl-next{margin-right: 0;}
	#work h1{padding-bottom: 0 !important;}
	.play-text{background-size: 22px 22px;height: 32px;padding-right: 36px;background-position:right 3px}
	.method-content{width: 97%;padding-top: 10px}
	.btn-group a{font: 15px/45px 'AkzidenzGroteskBE-Bold',san-sans-serif}
	#work_slider .large-text{margin: 0;padding: 0}
}

@media only screen and (min-width : 768px) {
	.timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 40%;
        padding: 0;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -55px;
    }

    .timeline>li .timeline-image h3 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0;
        text-align: left;
    }

	.post-inner-content {
		padding: 15px 30px;
	}
	
	
	
}

@media (max-width:768px){
	
	.section .thumbnail{
        padding-right: 0;
        padding-left: 0;
    }
	
	#tabs-about-story img {
		float : none; 
		display : block;
		margin : 0;
		margin-top : 20px
	}
	/*#method-grid { text-align : center; }
	#method-grid li {
	    width: 30%;
	    margin-left: 7px;
	    margin-bottom: 7px;
	    display: inline-block;
	}
	#client-slider li {  width: 33%;}*/
	
	#portfolio-grid { margin : 0px; text-align :center;}
	#portfolio-grid > li {    }
	
	#portfolio-grid .thumbnail > img  {    width: 100%; }
	
	.site-header .social {  display : none; }
	#client-slider li {
	    width: 24%;
	}
	.logo { width: 160px; }

    .extraMargin1 {
        margin-bottom: 4rem;
    }

    .extraMargin2 {
        margin-bottom: 2rem;
    }

}
@media only screen and (min-device-width : 320px) and (max-device-width : 479px) {
	.play-button{float: none;/* margin: 60px auto 0; */}
	.bx-wrapper .button, .bx-wrapper .button:focus, .bx-wrapper .button:visited{font-size: 24px}
	.footer-icon{position: absolute;bottom: 15px}
	.footer .social{float: left}
	.btn-group{width: 100%}
}
@media only screen and (min-device-width : 480px) and (max-device-width : 567px) {
	.footer-icon{position: absolute;bottom: 30px}
	.footer .social{float: left}
	.btn-group{width: 100%}
}
@media only screen and (min-device-width : 640px) and (max-device-width : 767px) {
	#portfolio-grid li{margin: 0 10px 20px !important}
	.footer-icon{position: absolute;bottom: 30px}
	.footer .social{float: left}
	
}
@media (max-width : 688px) {
	.method-image{display: none}
	.mob-thumb{display: block }
	.popup-title{padding-top: 20px}
	.method-thumbnail{height: auto}
}
@media (max-width:660px) {
	#client-slider li {
	    width:43%;
	}
/*	#portfolio-grid > li { width: 31%; }*/
/* .team{width: 200px;margin: auto} */


}
@media (max-width:480px) {
	/*#client-slider li {
	    width: 50%;
	}*/
	
/*	#portfolio-grid > li { width: 49%; }
	#portfolio-grid .thumbnail > img  {    width: 100%; }*/
	.team .owl-item {
        height: 220px;
    }
	
}

@media (max-width:460px) {
/*	#portfolio-grid > li { width: 100%; height : auto; }*/
	#portfolio-grid .thumbnail > img  {    width: 100%; height : auto}
	.btn-group .btn {float: none;}
	.btn-group .btn:first-child{margin-bottom: 20px;margin-right: 0}
	.bx-wrapper {
		margin: auto;
		width: 268px;
	}
	a.btn-default{width: 260px;}
	.team{/* width: 200px; */margin: auto}
	#news-slider .owl-prev{margin-left: -10px;}
	#news-slider .owl-next{margin-right: -10px;}
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 10px 0;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -83px;
    }

    .timeline>li .timeline-image h3 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 10px 0;
    }

	.newsletter button {
		margin: 0 0 0 20px;
	}
	
	
/*	#tabs-about-story img {
		display :block;
		float : none;
		margin : 15px 0 0 0;
	}*/
	#tabs-about-story .container { overflow : hidden; }

	
}

@media (max-width: 979px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
	
	.method-content img {
		width : auto;height : auto;margin: 30px auto 0
	}
	.fancy-odd .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: #000 !important;}
	.mCSB_scrollTools .mCSB_draggerContainer{bottom: 10px !important}
	.fancybox-nav{bottom: 0}
	.navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }

    .navbar .nav>li>a {
        line-height: 28px;
        vertical-align: middle;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: inset 0 0px 0 rgba(255,255,255,0.1);
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav{
        float: none!important;
		  
	}
	.navbar-fixed-top  {
		/*  background-color: rgba(0,0,0,0.3);*/
		min-height : 0;
		height : auto
	}
    .navbar-nav, .site-header .social {
		margin-top: 8px;
	}

    .collapse.in{
  		display:block !important;
	}
	
	.navbar-nav {
		/* float: none!important; */
		float: right !important;
		background-color: #fff;
		/* position: absolute;*/
		right: 13px;
		top: 0px;
		width: 175px;
	}
	.navbar-nav>li {
		float: left;
		width : 100%;
		clear: both;
		border-top: 1px solid #ccc;
	}
	.navbar-nav>li:first-child { border :0px; }
	.navbar .nav>li>a { color : #000;}
	.navbar-nav { margin : 0 15px 0 0}
	.navbar-fixed-top  .navbar-nav { /* background-color : transparent; width : 100%; position : static; margin : 0; */}
	.navbar-fixed-top.navbar .nav>li>a {/*  color : #fff; */}

	.navbar-collapse.collapse { position: relative; }
	
	.footer-icon { left : 0; right :0; }
    .thumbnail .more {
        margin-left: -21px;
        width: 40px;
        height: 40px;
        border-radius: 30px;
        /*line-height: 40px;*/
    }
    .thumbnail:hover .more {
        margin-top: -20px;
    }
    .newsletter form {	text-align: center;		}
	
	#work .nav-pills  {     float: none; text-align: center; margin-right : 0; }
	#work .nav-pills > li {     float: none; text-align: center;display : inline-block; }
	#work .nav-pills > li a {     text-align : center; }
	
	/*#portfolio-grid {
		text-align :center;
	}
	#portfolio-grid li {
		float : none;
		text-align : center;
		margin-right:-4px;
		margin-bottom : -4px;		
	}*/
	#tabs-about-story img {
		display :block;
		float : none;
		margin : 15px 0 0 0;
	}
	#tabs-about-story .container { overflow : hidden; }
	
	#single-project { margin-left: 0;	}
}

@media(max-width: 1399px){
    #contact_btn, #brief_btn{
        font-size:1.8rem;
    }
    .separatorSlash{
        font-size: 3.6rem;
    }
}

/*
@media only screen and (min-width : 768px) and (max-width : 1200px) {*/
@media only screen and (max-width : 1200px) {
	#portfolio-grid {
		text-align: center;
	}
	#portfolio-grid li {
		float: none;
		text-align: center;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 15px
	}
	
	#contact_btn, #brief_btn{
        font-size: 1.6rem;
    }
    
    .separatorSlash{
        font-size: 3rem;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .thumbnail .more {
        margin-left: -40px;
        width: 80px;
        height: 80px;
        border-radius: 40px;
        line-height: 80px;
    }
	#work .thumbnail .more  { line-height : normal !important; }
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 10px 20px 10px 0;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -93px;
    }

    .timeline>li .timeline-image h3 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 10px 0 10px 0;
    }
	.mCustomScrollbar {
		padding-bottom: 35px;
	}
}

.fancybox-title .child{display: none}
.fancybox-nav{width: 20px;}

.play-button {display:none}
.fancy-odd .fancybox-inner{background: #fff;}
.fancy-odd .method-content .popup-desc,.fancy-odd .method-content .popup-title{color: #000}

 /* #method-grid .mask .overlay .method-hover,#method-grid .mask .overlay:hover  .method-title{display: none}
#method-grid .mask .overlay:hover .method-hover{display: table-cell}  */
#method-grid .mask:hover .method-title{ display: none }

#header-slider-placeholder.bxslider-img{
    display: none;
}

@media(max-width: 480px){
    #contact_btn, #brief_btn {
        font-size: 1.3rem;
    }
    
    .singleCombinedButton {
      padding: 12px 0px;
    }
    
    .separatorSlash {
      font-size: 2rem;
      padding: 0 0.5rem;
    }
    .paddingMobile{
        padding-left: 0;
        padding-right: 0;
    }
    #contact_btn {
        margin-bottom: 30px;
    }
    
}