@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@font-face {
  font-family: 'MuseoSans-100';
  src: url('../fonts/MuseoSans-100.otf');
  src: url('../fonts/MuseoSans-100.ttf')   format('truetype'),
	   url('../fonts/MuseoSans-100.woff')   format('woff'),
	   url('../fonts/MuseoSans-100.woff2')  format('woff2'),
	   url('../fonts/MuseoSans-100.svg')    format('svg'),
 	   url('../fonts/MuseoSans-100.eot')    format('embedded-opentype');
}

@font-face {
  font-family: 'MuseoSans-300';
  src: url('../fonts/MuseoSans-300.otf');
  src: url('../fonts/MuseoSans-300.ttf')   format('truetype'),
	   url('../fonts/MuseoSans-300.woff')   format('woff'),
	   url('../fonts/MuseoSans-300.woff2')  format('woff2'),
	   url('../fonts/MuseoSans-300.svg')    format('svg'),
 	   url('../fonts/MuseoSans-300.eot')    format('embedded-opentype');
}

@font-face {
  font-family: 'MuseoSans-700';
  src: url('../fonts/MuseoSans-700.otf');
  src: url('../fonts/MuseoSans-700.ttf')   format('truetype'),
	   url('../fonts/MuseoSans-700.woff')   format('woff'),
	   url('../fonts/MuseoSans-700.woff2')  format('woff2'),
	   url('../fonts/MuseoSans-700.svg')    format('svg'),
 	   url('../fonts/MuseoSans-700.eot')    format('embedded-opentype');
}

@font-face {
  font-family: 'MuseoSans-500';
  src: url('../fonts/MuseoSans-500.otf');
  src: url('../fonts/MuseoSans-500.ttf')    format('truetype'),
	   url('../fonts/MuseoSans-500.woff')   format('woff'),
	   url('../fonts/MuseoSans-500.woff2')  format('woff2'),
	   url('../fonts/MuseoSans-500.svg')    format('svg'),
 	   url('../fonts/MuseoSans-500.eot')    format('embedded-opentype');
}

@font-face {
  font-family: 'MuseoSans-900';
  src: url('../fonts/MuseoSans-900.otf');
  src: url('../fonts/MuseoSans-900.ttf')    format('truetype'),
	   url('../fonts/MuseoSans-900.woff')   format('woff'),
	   url('../fonts/MuseoSans-900.woff2')  format('woff2'),
	   url('../fonts/MuseoSans-900.svg')    format('svg'),
 	   url('../fonts/MuseoSans-900.eot')    format('embedded-opentype');
}
@font-face {
  font-family: 'Museo500-Regular';
  src: url('../fonts/Museo500-Regular.otf');
  src: url('../fonts/Museo500-Regular.ttf')    format('truetype'),
	   url('../fonts/Museo500-Regular.woff')   format('woff'),
	   url('../fonts/Museo500-Regular.woff2')  format('woff2'),
	   url('../fonts/Museo500-Regular.svg')    format('svg'),
 	   url('../fonts/Museo500-Regular.eot')    format('embedded-opentype');
}
@font-face {
  font-family: 'ProximaNovaA-Regular';
  src: url('../fonts/ProximaNovaA-Regular.otf');
  src: url('../fonts/ProximaNovaA-Regular.ttf')    format('truetype'),
	   url('../fonts/ProximaNovaA-Regular.woff')   format('woff'),
	   url('../fonts/ProximaNovaA-Regular.woff2')  format('woff2'),
	   url('../fonts/ProximaNovaA-Regular.svg')    format('svg'),
 	   url('../fonts/ProximaNovaA-Regular.eot')    format('embedded-opentype');
}
@font-face {
  font-family: 'VAG-Rounded-Bold';
  src: url('../fonts/VAG-Rounded-Bold.otf');
  src: url('../fonts/VAG-Rounded-Bold.ttf')    format('truetype'),
	   url('../fonts/VAG-Rounded-Bold.woff')   format('woff'),
	   url('../fonts/VAG-Rounded-Bold.woff2')  format('woff2'),
	   url('../fonts/VAG-Rounded-Bold.svg')    format('svg'),
 	   url('../fonts/VAG-Rounded-Bold.eot')    format('embedded-opentype');
}
@font-face {
  font-family: 'Museo300-Regular';
  src: url('../fonts/Museo300-Regular.otf');
  src: url('../fonts/Museo300-Regular.ttf')    format('truetype'),
	   url('../fonts/Museo300-Regular.woff')   format('woff'),
	   url('../fonts/Museo300-Regular.woff2')  format('woff2'),
	   url('../fonts/Museo300-Regular.svg')    format('svg'),
 	   url('../fonts/Museo300-Regular.eot')    format('embedded-opentype');
}

@font-face {
  font-family: 'Museo700-Regular';
  src: url('../fonts/Museo700-Regular.otf');
  src: url('../fonts/Museo700-Regular.ttf')    format('truetype'),
	   url('../fonts/Museo700-Regular.woff')   format('woff'),
	   url('../fonts/Museo700-Regular.woff2')  format('woff2'),
	   url('../fonts/Museo700-Regular.svg')    format('svg'),
 	   url('../fonts/Museo700-Regular.eot')    format('embedded-opentype');
}

.rmp{padding:0;margin:0;}
.rmpl{padding-left:0;margin:0;}
.rmpr{padding-right: 0;margin:0;}
.img-cover{background-repeat: no-repeat;background-position: center center;background-size: cover;}
.transition{
	-webkit-transition: all 0.6s ease !important;
    -moz-transition: all 0.6s ease !important;
    -o-transition: all 0.6s ease !important;
    -ms-transition: all 0.6s ease !important;
    transition: all 0.6s ease !important;
}
.container{max-width: 1600px;}
.container{max-width: 1141px !important;}
body{
	font-family: 'MuseoSans-300';
	font-size: 14px;
	color: #000;
	background-color: #fff;
}

/**
* HEADER
***********************************************************************
*/
.site-header{
	min-height: 150px;
/*	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}
@media(min-width: 768px){
	.fixed{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
		background-color: #fff;
		/*-webkit-box-shadow: 0px 0px 27px -7px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 27px -7px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 27px -7px rgba(0,0,0,0.75);*/
	}
	.fixed .top-bar{
		display: none;
	}
	.fixed{
		min-height: 42px;
	}
	.site-header .top-bar{
		height: 43px;
		background-color: #f0f0f1;
		border-bottom: solid #fff 1px;
		line-height: 45px;
		overflow: hidden;
	}
	.fixed .logo{
		padding-top: 10px !important;
	/*	width: 183px;*/
	}
	.fixed .logo img{
		width: 183px;	
	}
	.fixed .navbar-default{
		padding-top: 0;
	}
	.fixed .navbar-default .search-box{
		top: 7px;
	}
	.site-content{
		margin-top:0;
	}
	.fixed .navbar-nav>li>.dropdown-menu{
		padding-top: 7px;
	}
	.site-content-mrg{
		margin-top: 143px;
	}
}
.top-bar a{
	text-decoration: none;
}
.top-bar .fa{
	font-size: 18px;
	color: #7f8da4;
	margin-left: 19px;
}
.top-bar .fa:hover{
	color: #d31b56;
}
.top-bar .location{
	margin-left: 30px;
	float: right;
	width: 60px;
	height: 43px;
	background-color: #d31b56;
	text-align: center;
}
.top-bar .location .fa{
	color:#fff;
	margin-left: 0;
}
.site-header .logo{
	padding-top: 30px;
}
.navbar-default{
	background-color: transparent;
	border:none;
	padding-top: 32px;
	float: right;
}
.navbar-default .container-fluid,
.navbar-default .navbar-collapse{
	padding: 0;
}
.navbar-default .navbar-nav{
	float: right;
}
.navbar-default .navbar-nav>li>a{
	font-family: 'MuseoSans-100';
	font-size: 20px;
	color: #7f8da4;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li:last-child > a{
	margin-right: 50px;
}
.navbar-default .navbar-nav>li>a:hover{
	font-family: 'MuseoSans-100';
	color: #d31d57;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;
	font-family: 'MuseoSans-900';
	color: #d31d57;
}

/*submenu*/
.dropdown-menu{
	display: ;
	top: 85%;
}
.navbar-nav>li>.dropdown-menu{
	padding: 0;
	padding-top: 32px;
	background-color: transparent;
	border:none;
	outline: 0;
	box-shadow: none;
	min-width: 200px;
}
.dropdown-menu>li>a{
	background-color: rgba(211, 27, 86, 1);
	padding: 10px;
	font-size: 17px;
	color: #fff;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.dropdown-menu>li>a:hover{
	background-color: #fff;
	color: #d31b56;
	padding-left: 20px;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover{
	background-color: #fff;
	color:#d31b56;
}
.navbar-default .search-box{
	position: absolute;
	right: 0;
	top:39px;
	font-size: 22px;
	color: #c2c2c2;
	width: 43px;
	height: 35px;
	border:solid #c2c2c2 1px;
	cursor: pointer;
	z-index: 999;
}
.navbar-default .search-box:after{
	font-family: 'FontAwesome';
	content: '\f002 ';
}
.search-overlay{
	display: none;
	position: fixed;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 9999;
	-webkit-transition: all 0.6s ease !important;
    -moz-transition: all 0.6s ease !important;
    -o-transition: all 0.6s ease !important;
    -ms-transition: all 0.6s ease !important;
    transition: all 0.6s ease !important;
}
.search-overlay .container{
	margin-top: 20%;
}
.search-overlay .searchform{
	position: absolute;
	top:30%;
	left:0;
	right: 0;
	margin:0 auto;
	margin-top: 20px;
}
.searchform input{
	width: 100%;
	padding: 15px;
	border:none;
	border-radius: 0;
	outline: 0;
	font-family: 'Museo500-Regular';
	font-size: 20px;
}
.search-overlay .close{
	width:40px;
	height: 40px;
	background-color: #d31b56;
	box-shadow: none;
	opacity: 1;
	outline: 0;
	border-radius: 0;
	color: #fff;
	margin-top:-12px;
	margin-right: -15px;
}
/**
* HOME SLIDER
***********************************************************************
*/
.home-slider{
	height: 444px;
/*	background-color: #bcbcbc;*/
/*	box-shadow: inset  0px  44px 84px -18px #696868, inset  0px -44px 84px -18px #696868;
	-webkit-box-shadow: inset  0px  44px 84px -18px #696868, inset  0px -44px 84px -18px #696868;
	-moz-box-shadow: inset  0px  44px 84px -18px #696868, inset  0px -44px 84px -18px #696868;
	-o-box-shadow: inset  0px  44px 84px -18px #696868, inset  0px -44px 84px -18px #696868;*/
	clear: both;
}
.home-slider .slide{
	height: 444px;
	outline: 0;
	display: none;
}
.home-slider .slick-prev,
.home-slider .slick-next{
	position: absolute;
	top:40%;
	z-index: 9;
	width: 40px;
	height: 40px;
	box-shadow: none;
	border-radius: 0;
	border:none;
	outline: 0;
	background-color: transparent;
	box-shadow: none;
	text-shadow: none;
}
.home-slider .slick-prev{
	left:10px;
}
.home-slider .slick-next{
	right: 10px;
}
.home-slider .slick-prev:before{
	font-family: 'FontAwesome';
	content: '\f104 ';
	font-size: 40px;
	color: #d31b56;
}
.home-slider .slick-next:before{
	font-family: 'FontAwesome';
	content: '\f105  ';
	font-size: 40px;
	color: #d31b56;
}



/**********Home Slider Caption***********/

.slider-caption{position: absolute;top: 45%}
.slider-caption h3{color:#fff; font-size:30px;margin:0; text-transform: uppercase;}
.home-slider .caption{
	margin-top: 10%;
}
.home-slider .caption h4{
	float: left;
	width: auto;
	margin: 0;
	padding: 10px;
}
.home-slider .container{
	position: relative;
}

.home-slider .captions{
	position: absolute;
	top:150px;
}
.home-slider .captions .title{
	font-family: 'Museo300-Regular';
	float: left;
	width: auto;
	font-size: 40px;/*was 25*/
	font-weight: bold;
	clear: both;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	padding:10px;
	/*padding-left: 200px;*/
	z-index: 999;
	line-height: 20px;
	padding:10px;
}

/*.home-slider .captions .title:before{
	position: absolute;
	left:-999999px;
	right: 0;
	z-index: 1;
	content: '';
	background-color: red;
	padding: 10px;
	height: 50px;
}*/

/**
* HOME PORTFOLIO
***********************************************************************
*/
.home-portfolio{
	position: relative;
	min-height: 200px;
	padding: 2px 0 10px 0;
}
.home-portfolio .title{
	font-family: 'MuseoSans-300';
	font-size: 30px;
	color: #d31d57;
	margin:14px 0 14px 0;
	line-height: 41px;
}
.home-portfolio .portfolio-item{	
	height: 170px;
     -webkit-filter: grayscale(100%);
     filter: gray;
}
.home-portfolio .portfolio-item:hover{	
	cursor: pointer;
     cursor: pointer;
     -webkit-filter: grayscale(0);
     filter: gray;
}
.home-portfolio #filters{	
	font-family: 'MuseoSans-700';
	min-height: 53px;
}
.home-portfolio #filters button{
	box-shadow: none;
	text-shadow: none;
	outline: 0;
	border: none;
	border-radius: 0;
	font-family: 'MuseoSans-300';
	font-size: 14px;
	min-width: 120px;
	padding: 5px 10px 5px 10px;
	color:#7f8da4;
	background-color: transparent;
}
.home-portfolio #filters button.active{
	background-color: #d31d57;
	color: #fff;	
}
.home-portfolio .portfolio-item .preview{
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	/* background-color: rgba(233, 0, 11, .8); */
	background-color: rgba(211, 29, 87, .8);
	min-height: 130px;
	padding: 15px;
}
.home-portfolio .portfolio-item .preview h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.home-portfolio .portfolio-item .preview .fa{
	font-size: 21px;
	color: #fff;
	margin-bottom: 5px;
}
.home-portfolio .portfolio-item .preview .date{
	font-family: 'Open Sans', sans-serif;
	color: #000;	
	margin-top: 6px;
	font-size: 12px;
}
.home-portfolio .portfolio-item .preview .date span{
	font-weight: bold;
}
.home-portfolio .portfolio-item .preview .info .fa{
	font-size: 17px;
}
.portfolio-modal .footer{
	min-height: 50px;
	padding-top: 22px;
}
.portfolio-modal .footer h4{
	color: #D21D57;
	margin:0;
	text-transform: uppercase;
}
.portfolio-modal .more{
	font-size: 15px;
	padding-left:20px;
	color: #7f8da4;
	text-decoration: none;
}
.portfolio-modal .more:hover{
	font-weight: bold;
}
.portfolio-modal .more{}
.portfolio-modal .modal-content{
	padding: 20px;
	min-height: 200px;
}
.portfolio-modal .modal-content .title{
	font-size: 17px;
}
.portfolio-modal img{
	max-height: 500px;
	margin: 0 auto;
}
.portfolio-modal .close{
	top:10px;
}
.portfolio-modal .project-name{
	font-size: 17px;
	color: #9E9E9E;
	text-transform: uppercase;
}
.portfolio-modal .social .fa{
	font-size: 20px;
}
.portfolio-modal .social .fa-facebook-square{
	color: #2F65D4;
}
.portfolio-modal .social .fa-twitter-square{
	color: #45B3E4;
}

/**
* HOME SERVICES
***********************************************************************
*/
.home-services{
	min-height: 500px;
}
.home-services .main-title a{
	font-family: 'MuseoSans-300';
	font-size: 30px;
}

.widget a.title{
	font-family: 'MuseoSans-100';
	font-size: 2em;
	color: #d31d57;
	margin:14px 0 20px 0;
	text-decoration: none;
}

.home-services .item{
	min-height: 284px;
	margin-bottom: 0;
	padding-top: 8px !important;
	padding-bottom: 13px !important;
}
.home-services .item:hover .col-2{
	 background-color: #D31D57;
}
.home-services .col-1{
	min-height: 284px;
	background-color: #d31d57;
}
.home-services .col-1 img{
	margin-top: 24%;
	padding-bottom: 10px;
}
.home-services .col-1 h4{
	position: absolute;
	bottom: 0px;
	left:0;
	right: 0;
	font-family: 'Museo500-Regular';
	font-size: 24px;
	color: #fff;
}
.home-services .col-1 h4 a{
	color:#fff;
	text-decoration: none;
}
.home-services .col-2{
	height: 284px;
	background-color: #000;
	text-align: center;
    overflow: hidden;
   	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.home-services .border-left{
	border-left: solid #fff 20px;
}
.home-services .border-right{
	border-right: solid #fff 20px;
}
.home-services .desktop{
	margin-top: -10px;
}
.home-services .iphone{
	margin-top: -53px;
}
.home-services .tablet{
	margin-top: -203px;	
	margin-left: -80px;
}

.home-services .infoalbania,
.home-services .businessmag,
.home-services .angel{
	position: absolute;
}
.home-services .infoalbania{
	left:40px;
	top:-80px;
}	
.home-services .businessmag{
	left: 185px;
	top:-10px;
}
.home-services .angel{
	left: 621px;
	top: 31px;
}

.home-services .col-1 .readmore,
.home-services .col-2 .readmore{
	text-decoration: none;
}
.home-services .col-1 .readmore:hover,
.home-services .col-2 .readmore:hover{
	font-weight: bold;
}


/**
* HOME CLIENTS
***********************************************************************
*/
.home-clients .container{
	border-bottom: solid #cfd3da 1px;
	padding-bottom: 19px;
}
.home-clients .title{
	font-family: 'MuseoSans-100';
	font-size: 40px;
	color: #d31b56;
	padding:5px 0 0px 0;
}
.home-clients .clients{
	padding: 0 70px 0 70px;
}
.home-clients .clients .client{
	outline: 0;
}
.home-clients .slick-next,
.home-clients .slick-prev{
	box-shadow: none;
	text-shadow: none;
	border:none;
	border-radius: 0;
	background-color: transparent;
	position: absolute;
	top: 42px;
	font-size: 20px;
	color: #ca3c3c;
	outline: 0;
}
.home-clients .slick-prev{
	left:0;
}
.home-clients .slick-next{
	right: 0;
}
.home-clients .slick-prev:after{
	font-family: 'FontAwesome';
	content: '\f053 ';
}
.home-clients .slick-next:after{
	font-family: 'FontAwesome';
	content: '\f054 ';
}

/**
* HOME CONTACT
***********************************************************************
*/
.home-contact .container{
	padding: 0;
}
.home-contact .title{
	font-family: 'MuseoSans-100';
	font-size: 40px;
	color: #d31b56;
	margin:30px 0 13px 0;
}
.home-contact .address{
	font-family: 'ProximaNovaA-Regular';
	font-size: 16px;
	color: #7f8da4;
}
.home-contact .social{
	padding:16px 0 16px 0;
}
.home-contact .social .fa{
	font-size: 20px;
	color: #d31b56;
	padding-right: 10px;
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #d31b56 solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

.home-contact .form{
	float: left;
	min-height: 100px;
	margin-bottom: 10px;
}
.home-contact input{
	padding:10px 10px 10px  40px;
	border-radius: 0;
}
.home-contact label{
	font-size: 16px;
	color: #353c4c;
	text-transform: uppercase;
}
.home-contact label .fa{
	color:#353c4c;
	font-size: 20px;
}
.input--fumi{
	padding: 0;
}
.input__label--fumi{
	padding-left: 46px;
}
.icon--fumi{
	padding: 10px;
}
.input__label-content--fumi{
	font-family: 'MuseoSans-500';
	font-size: 16px;
	padding: 11px 10px 0 1px;
}
.input__label-content--fumi:after{
	padding: 20px;
}
.home-contact .textarea.input{
	float: left;
	width: 100%;
	max-width: 100%;
}
.home-contact textarea{
	height: 70px;
	border:solid #ccc 1px;
}
.home-contact .input--filled .input__label-content{
	padding-top: 20px;
}
.home-contact .input{
	width:100%;
	max-width: 100%;
	margin: 10px 0 18px 0;
}
.home-contact .submit{
	width: 373px;
	height: 70px;
	background-color: #c9cfd3;
	font-family: 'ProximaNovaA-Regular';
	font-size: 16px;
	color: #d31b56;
	text-align: center;
	border-radius: 10px;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: center left 41%;
	background-size: 25px;
}
.home-contact .contact-form .message{
	font-family: 'Museo500-Regular';
	min-height: 79px;
	padding-top: 6px;
}
.home-contact .error{
	color: red;
}
.home-contact .success{
	color:green;
}
.home-contact .preloader{
	display: none;
	max-width: 30px;	
}
/**
* FOOTER
***********************************************************************
*/
.site-footer{
	min-height: 172px;
	background-color: #bfc6d1;
}
.site-footer .logo{
	padding:40px 0 20px 0;
}
.site-footer .copyright{
	font-family: 'ProximaNovaA-Regular';
	font-size: 14px;
	font-weight: 100;
	color: #555555;
}
.site-footer .to-top{
	font-size: 25px;
	color: #ca3c3c;
	cursor: pointer;
}
/**
* ABOUT
***********************************************************************
*/
.about .banner{
	height: 143px;
}
.about .title{
	font-family: 'MuseoSans-100';
	font-size: 40px;
	color: #d31b56;
	margin:15px 0 20px 0;
}
.about .content{
	font-family: 'ProximaNovaA-Regular';
	font-size: 16px;
	color: #7f8da4;
	min-height: 100px;
	padding: 20px 0 20px 0;
}
.about .window-parallax{
	height: 650px;
}
.avatar-item{
	overflow: hidden;
}
.avatar-item .preview{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(211, 27, 86, .4);
	background-image: url(../images/avatar-shape.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	padding:25% 10px 0 10px;
}
.avatar-item .name{
	font-family: 'ProximaNovaA-Regular';
	font-size: 23px;
	color: #fff;
}
.avatar-item .job{
	font-family: 'ProximaNovaA-Regular';
	font-size: 16px;
	color: #d31b56;
}
.avatar-item .bio{
	font-family: 'ProximaNovaA-Regular';
	font-size: 13px;
	color: #fff;
}
.avatar-item .fa{
	font-size: 20px;
	color: #d31b56;
}
.avatar-item img{
	transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.avatar-item:hover img{
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
}


/**
* FOOTER CONTACT
***********************************************************************
*/
.footer-contact{
	min-height: 178px;
	background-color: #7f8da4;
	padding: 60px 0 40px 0;
}
.footer-contact h4{
	flaot:left;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	padding-top: 10px;
	color: #ffffff;
}
.footer-contact .apply-now{
	float: right;
	box-shadow: none;
	border:none;
	border-radius: 0;
	outline: 0;
	min-width: 200px;
	padding:12px;
	font-family: 'ProximaNovaA-Regular';
	font-size: 18px;
	color: #d31b56;
}
.footer-contact .apply-now:hover{
	background-color: #d31b56;
	color:#fff;	
}

/**
*  CONTACT
***********************************************************************
*/
.contact .banner{
	height: 150px;
}
.contact .title{
	font-family: 'MuseoSans-100';
	font-size: 40px;
	color: #d31b56;
	padding: 40px 0 22px 0;
}
.contact #gmap{
	float: left;
	width: 100%;
	height: 550px;	
}
.contact .content{
	font-family: 'ProximaNovaA-Regular';
	font-size: 16px;
	color: #7f8da4;
	margin-bottom: 8px;
}
.contact .form{
	float: left;
	min-height: 100px;
}
.contact input{
	padding:10px 10px 10px  40px;
	border-radius: 0;
}
.contact label{
	font-size: 16px;
	color: #353c4c;
	text-transform: uppercase;
}
.contact label .fa{
	color:#353c4c;
	font-size: 20px;
}
.contact .textarea.input{
	float: left;
	width: 100%;
	max-width: 100%;
}
.contact textarea{
	height: 217px;
	border:solid #ccc 1px;
}
.contact .input--filled .input__label-content{
	padding-top: 20px;
}
.contact .input{
	width:100%;
	max-width: 100%;
	margin: 16px 0 10px 0;
}
.contact-form .submit{
	width: 373px;
	height: 70px;
	background-color: #c9cfd3;
	font-family: 'ProximaNovaA-Regular';
	font-size: 16px;
	color: #d31b56;
	text-align: center;
	border-radius: 10px;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: center left 29%;
	background-size: 25px;
	outline: 0;
	box-shadow: none;
}
.contact-form .submit:hover{
	box-shadow: none;
	outline: 0;
}

.contact .contact-form .message{
	font-family: 'Museo500-Regular';
	min-height: 39px;
	padding-top: 6px;
}
.contact .error{
	color: red;
}
.contact .success{
	color:green;
}
.contact .preloader{
	display: none;
	max-width: 30px;	
}
.contact .hover-title{
	font-family: 'ProximaNovaA-Regular';
	font-size: 16px;
	color: #7f8da4;
}
.contact .address{
	font-family: 'ProximaNovaA-Regular';
	font-weight: 300;
	font-size: 14px;
	color: #4b575a;
	margin-top: 30px;	
}

.contact .phone a,
.contact .email a,
.contact .website a{
	text-decoration: none;
	font-family: 'VAG-Rounded-Bold';
	font-size: 14px;
	color: #4b575a;
}
.contact .phone,
.contact .email,
.contact .website{
	font-family: 'VAG-Rounded-Bold';
	font-size: 14px;
	color: #4b575a;
}
.contact .social{
	margin-top: 30px;
}
.contact .social .fa{
	width: 60px;
	height: 60px;
	background-color: #f2bacc;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding-top: 18px;
	border-bottom: solid #fff 4px;
	 -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.contact .social .fa:hover{
	background-color: #d31b56;
}

/**
* SERVICES
***********************************************************************
*/
.services .banner{
	height: 144px;
}
.services .banner .caption {
	margin-top: 20px;
}
.services .banner .caption h4{
	font-family: 'MuseoSans-700';
	font-size: 15px;
	color: #ffffff;
	background-color: #848484;
	width: 312px;
	margin: 0;
	margin: 0 auto;
	margin-top: 3px;
	padding:4px;	
	animation-duration: 1s;
  	animation-delay: 0.5s;
}
.services .banner .caption h4:nth-child(2){
	animation-duration: 1s;
  	animation-delay: 1.5s;	
}
.services .banner .caption h3{
	font-family: 'MuseoSans-700';
	font-size: 20px;
	background-color: #d70107;
	padding: 8px;
	color:#fff;
	width: 312px;
	margin: 0;
	margin: 0 auto;
	margin-top: 3px;
	animation-duration: 1s;
  	animation-delay: 3s;

}
.services .title{
	font-family: 'MuseoSans-100';
	font-size: 40px;
	color: #d31b56;
	margin:15px 0 20px 0;
}
.services .content{
	font-family: 'ProximaNovaA-Regular';
	font-size: 16px;
	color: #7f8da4;
	min-height: 500px;
	padding: 20px 0 20px 0;
}
.services-loop {
	padding: 40px 0 40px 0;
}
.services-loop .item{
	position: relative;
	min-height: 200px;
	height: 289px;
	background-color: #d31b56;
	padding-top: 90px;
	border-bottom: solid #fff 10px;
	overflow: hidden;
}
.services-loop .item h4{
	font-family: 'ProximaNovaA-Regular';
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-transform: uppercase;
}
.services-loop .border{
	border-right:solid #fff 10px;	
}
.services-loop .border{
	border-right:solid #fff 10px;
}
.services-loop .item::before{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background-color: rgba(255,255,255,.1);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.services-loop .item:hover{
	padding-top: 70px;
}
.services-loop .item:hover::before{
	-webkit-animation: circle .75s;
	animation: circle .75s;
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
	
.services .content-1{
	padding:10px 0 40px 0;
}

.services .service-item{
	min-height: 293px;
	margin-bottom: 30px;
}
.services .service-item .thumb{
	height: 293px;
}
.services .service-item .desc{
	min-height: 293px;
	padding-left: 30px;
}
.services .service-item h4{
	font-family: 'ProximaNovaA-Regular';
	font-weight: bold;
	font-size: 18px;
	color: #d31b56;
	margin: 0 0 10px 0;
}
.single-service .content-1 h4{
	margin-top: 20px;
}
.single-service .content a{
	color: #7f8da4 !important;
}
.single-service .content a:hover{
	color: #d31b56 !important;
}
.services .service-item li{
	display: block;
	font-family: 'ProximaNovaA-Regular';
	font-weight:bold;
	font-size: 18px;
	border-bottom: solid #ccc 1px;
	padding: 5px;
}
.services .service-item li:before{
	font-family: 'FontAwesome';
	content:'\f058 \00a0\00a0';
	font-size: 15px;
	color: #7f8da4;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.services .service-item .desc li:last-child{
	border-bottom: none;
}
.services .service-item li:hover{
	padding-left: 6px;
}
.services .service-item li:hover:before{
	color: #d31b56;
}
.services .service-item .readmore{
	float: right;
	margin-right: 10px;
	box-shadow: none;
	border:none;
	border-radius: 0;
	min-width: 108px;
	padding: 10px;
	background-color: #d31b56;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 2px;
}
.services .content ul{
	margin: 0;
}

/**
* GALLERY
***********************************************************************
*/
.gallery{
	padding: 20px 0 20px 0;
}
.gallery .wrapper{
	overflow: hidden;
}
.gallery .item{
	cursor: pointer;
	float: left;
	height: 300px;
	-webkit-transform: rotate(10deg) scale(1.4);
	transform: rotate(10deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.gallery .item:hover{
	-webkit-transform: rotate(0) scale(1.2);
	transform: rotate(0) scale(1.2);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.gallery .item .preview{
	display: none;
}
.gallery .item .preview .fa{
	margin-top: 90px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	border-radius: 50%;
	width:50px;
	height: 50px;
	padding-top:10px;
	background-color: rgba(211, 27, 86, .5);
}
.gallery .item .preview .fa:hover{
	background-color: rgba(211, 27, 86, 1);
	cursor: pointer;	
}
.gallery .item .preview h4{
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: #d31b56;
	padding: 10px;
	padding-bottom: 15px;
	color: #fff;
	text-align: center;
}

/**
* BLOG
***********************************************************************
*/
.blog .banner{
	height: 144px;
}
.blog .content{
	min-height: 700px;
}
.blog .item{
	padding:20px 0 20px 0;
	min-height: 292px;
	overflow: hidden;
}
.blog .item .thumb{
	max-height: 292px;
	overflow: hidden;
}
.blog .item h4.title{
	font-family: 'ProximaNovaA-Regular';
	font-weight: bold;
	font-size: 18px;
	color: #4b575a;
	margin: 0;
	padding: 0 0 10px 0;
}
.blog .item h5{
	float: left;
	min-width: 50%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #4b575a;
	border-bottom: solid #d2d5d6 1px;
	padding-bottom: 10px;
	margin: 0;
}
.blog .item .description{
	font-family: 'ProximaNovaA-Regular';
	font-size: 16px;
	color: #7f8da4;
	padding-top: 40px;
}
.blog .item .readmore{
	float: right;
	margin-right: 10px;
	box-shadow: none;
	border:none;
	border-radius: 0;
	min-width: 108px;
	padding: 10px;
	background-color: #d31b56;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}
.post .content{
	font-family: 'ProximaNovaA-Regular';
	font-size: 16px;
	color:#7f8da4;
	text-align: justify;
}
.post .content img.thumb{
	margin:0 auto;
}
.post .title{
	font-family: 'ProximaNovaA-Regular';
	font-size: 20px;
	font-weight: bold;
	padding:20px 0 20px 0;
}
.post .tags{
	padding: 20px 0 20px 0;
	font-size: 16px;
}
.post .tags a{
	color: #d31b56;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.post .tags a:hover{
	background-color: #d31b56;
	
	color: #fff;
}
.post .tags:before{
	font-family: 'FontAwesome';
	content: '\f02c \00a0';
	font-size: 16px;
	color: #d31b56;
}
.sidebar .item{
	border-bottom: solid #ccc 1px;
}
.sidebar h4.title{
	font-family: 'MuseoSans-300';
	font-size: 18px;
	color: #fff;
	background-color: #d31b56;
	padding: 5px 10px 5px 10px;
	margin: 0;
	border-radius: 4px;
}
.sidebar .post-title{
	font-family: 'ProximaNovaA-Regular';
	font-weight: bold;
	font-size: 14px;
	background-color: #ccc;
	color: #d31b56;
	padding: 10px;
}
.sidebar .thumb{
	height: 150px;
	overflow: hidden;
}
.sidebar .thumb.hover-effect:hover .mask{
	border:80px solid rgba(0,0,0,0.7);
}
.sidebar .entry-text{
	font-family: 'MuseoSans-300';
	font-size: 14px;
	color: #7f8da4;
}
.sidebar .readmore{
	text-decoration: none;
	text-align: center;	
	padding: 5px !important;
}


/**
* BREADCRUMBS
***********************************************************************
*/
.breadcrumb{
	padding: 5px 10px 5px 10px;
	background-color:#d31b56;
	font-family: 'MuseoSans-500';
	font-size: 14px;
	color: #fff;
}
.breadcrumb>a{	
	color:#fff;
	text-decoration: none;
}


/**
* OUR WORKS
***********************************************************************
*/
.works{
	padding: 20px 0 20px 0;
}
.works .section-title{
	font-family: 'MuseoSans-100';
	font-size: 39px;
	color: #d31b56;
	margin: 20px 0 40px 0;
}
.switch-portfolio .item{
	float: left;
	width: 380px !important;
	height: 300px;
/*	margin-top: 20px;*/
	border:solid #fff 10px;
	outline: 0;
}
.works .inner{
	background-color: #cccccc;
	height: 350px;
	overflow: hidden;
	margin-bottom: 30px;
	border:solid #e8eaef 1px;
}
.works .item{
/*	transform:scale(1.1);
   /* -ms-transform:scale(1.1); /* IE 9 */
   /* -moz-transform:scale(1.1); /* Firefox */
   /* -webkit-transform:scale(1.1); /* Safari and Chrome */
    /*-o-transform:scale(1.1); /* Opera */
    /*-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;*/
}
.works .item:hover{
	/*-ms-transform:scale(1); /* IE 9 */
    /*-moz-transform:scale(1); /* Firefox */
   /* -webkit-transform:scale(1); /* Safari and Chrome */
    /*-o-transform:scale(1); /* Opera */
    /*-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;*/
}
.works .item .preview{
	display: none;
}
.works .item:hover .preview{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
}
.works .item .preview h4{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 10px;
	font-family: 'ProximaNovaA-Regular';
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	text-transform: uppercase;
	text-align: center;
}
.services-list{
	/* margin: 30px 0 30px 0; */
}
.services-list .container{
	padding:0;
}
.services-list .item{
	margin-bottom: 30px;
}
.services-list .item:nth-child(odd){
	padding-left: 0;
}
.services-list .item:nth-child(even){
	padding-right: 0;
}
.services-list h4{
	font-family: 'Open Sans',sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #d31b56;	
}
.services-list ul{
	margin: 0;
	padding-left: 20px;
}
.services-list ul>li{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #767d84;
}
.works .slick-dots{
	margin-right:40px;
	text-align: center;
	margin-top: 10px;
	padding: 0;
}
.works .slick-dots li{
	position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    border-radius: 50% !important;
    padding: 0;
    cursor: pointer;
    background: #cccccc !important;
    opacity: 1 !important;
}
.works .slick-dots li button{
	font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #cccccc;
    border-radius:0px;
    box-shadow: none !important;
    border-radius: 50% !important;
}
.works .slick-dots li button:hover:before,
.works .slick-dots li button:focus:before
{
    opacity: 1;
}
.works .slick-dots li button:before{
font-family:'SourceSansPro-Regular';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.works .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;

}
.works .slick-dots li.slick-active button{
	background: #d31b56;
}
.works .slick-prev,
.works .slick-next{
	position: absolute;
	bottom: 10px;
	background-color: transparent;
	width:20px;
	height: 30px;
	border:none;
	box-shadow: none;
	font-size: 20px;
	color: #ccc;
	outline: 0;
}
.works .slick-prev{
	left: 40px;
}
.works .slick-prev:before{
	font-family: 'FontAwesome';
	content: '\f053 ';
}
.works .slick-next{
	right: 40px;
}
.works .slick-next:before{
	right: 40px;
	font-family: 'FontAwesome';
	content: '\f054  ';
}


/*project details  - ajax*/
.project-details{
	display: none;
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,1);
	min-height: 300px;
}
.project-details{
	overflow: hidden;
	padding:20px 0 20px 0;
}
.project-details .project-gallery .item{
	height:440px;
	outline: 0;
	overflow: hidden;
}
.project-details .project-gallery .slick-prev,
.project-details .project-gallery .slick-next{
	position: absolute;
	top:47%;
	z-index: 9999;
	width: 40px;
	height: 40px;
	border:solid #fff 1px;
	border-radius: 0;
	background-color: rgba(211, 29, 87, .5);
	padding:0;
}
.project-details .project-gallery .slick-prev:hover,
.project-details .project-gallery .slick-next:hover{
	background-color: rgba(211, 29, 87, 1);
}
.project-details .project-gallery .slick-prev{
	left: 0;
}
.project-details .project-gallery .slick-next{
	right: 0;
}
.project-details h4{
	font-size: 30px;
	color:#fff;
/*	text-transform: uppercase;*/
}
.project-details .fa-times-circle{
	position: absolute;
	top:10px;
	right: 10px;
	font-size: 33px;
	color:rgba(211, 29, 87, 1);
	cursor: pointer;
	z-index: 9999;
}
.project-details .type li{
	display: inline-block;
	float: left;
	width: 100%;
	color: #fff;
	border-bottom: solid #686867 1px;
	padding-bottom: 4px;
}
.project-details .description{
	padding-top: 20px;
	color:#fff;
}
/**
* PROJECTS (PAGE)
***********************************************************************
*/
.projects .banner{
	height: 144px;
}
.projects .content{
	min-height: 500px;
}
.projects .page-title{
	font-family: 'MuseoSans-100';
	font-size: 40px;
	color: #d31b56;
	margin:30px 0 29px 0;
}
.projects .types li a{
	color: #7f8da4;
	text-decoration: none;
}
.projects .types li.active a{
	color: #fff;
}
.projects .types li{
	font-size: 20px;
	color: #7f8da4;
	display: block;
	float: left;
	width: 100%;
	padding: 6px;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: solid #ccc 1px;
}
.projects .types li:hover{
	color:#d31d57;
}
.projects .types li.active{
	background-color: #d31d57;
	color: #fff;
}

/*loop*/
.projects .loop .item{
	cursor: pointer;
}
.projects .loop .item:nth-child(4n+1){
	padding-left: 0;
}
.projects .loop .item:nth-child(1n+1){
	padding-right: 0;
}
.projects .loop .inner{
	height: 200px;	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
	padding: 10px;
	border:solid #ccc 1px;
}
.projects .loop .preview{
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	/*background-color: rgba(233, 0, 11, .8);*/
	background-color: rgba(211, 29, 87, .8);
	min-height: 130px;
	padding: 15px;
}
.projects .loop .preview h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.projects .loop .preview .fa{
	font-size: 21px;
	color: #fff;
	margin-bottom: 5px;
}
.projects .loop .preview .date{
	font-family: 'Open Sans', sans-serif;
	color: #000;	
	margin-top: 6px;
	font-size: 12px;
}
.projects .loop .preview .date span{
	font-weight: bold;
}
.projects .loop .preview .info .fa{
	font-size: 17px;
}

.wp-pagenavi{
	margin:0 15px 7px 0;	
	clear: both;
	float: right;
}
.wp-pagenavi a,
.wp-pagenavi .extend{
	color:#d31d57;
	text-decoration: none; 
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	padding:5px;
	border:solid #d31d57 1px;
	font-weight: bold;
	-webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
       -o-transition: all .4s ease;
      -ms-transition: all .4s ease;
          transition: all .4s ease;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover{
	background-color:#d31d57;
	color: #fff;
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 6px;
}
.wp-pagenavi .extend{
	float: left;
}
.wp-pagenavi .pages,
.wp-pagenavi .last{
	display: none;
}
.projects .preloader{
	display: none;
	position: absolute;
	top:40%;
	right: 40%;
	z-index: 999;
}
.projects .slider-for .slide{
	height: 400px;
	outline: 0;
	background-size: contain;
	background-color: #000;
}
.projects .slider-nav{
/*	margin:10px 0 20px 0;*/
}
.projects .slider-nav .thumb{
	height: 50px;
	outline: 0;
	background-size: cover;
	cursor: pointer;
	border:solid #ccc 1px;
}
.projects .thumb.slick-current{
	border:solid #d80108 2px;
}
.projects .slick-prev,
.projects .slick-next{
	position: absolute;
	top:49%;
	z-index: 9;
	width: 30px !important;
	height: 30px !important;
	border:solid #fff 1px;
	border-radius: 0;
	background-color: #d31b56 !important;
	padding:0;
	box-shadow: none;
	outline: 0;
}
.single-service .projects .slick-prev,
.single-service .projects .slick-next{
	position: absolute;
	top:41%;
	z-index: 9;
	width: 30px !important;
	height: 30px !important;
	border:solid #fff 1px;
	border-radius: 0;
	background-color: #d31b56 !important;
	padding:0;
	box-shadow: none;
	outline: 0;
}
.projects .slick-prev:hover,
.projects .slick-next:hover{
	background-color: rgba(211, 29, 87, 1);
}
.projects .slick-prev{
	left: -10px !important;
}
.projects .slick-next{
	right: -10px !important;
}
.projects .slick-prev:before{
	font-family: 'FontAwesome';
	content: '\f053 ';
	color: #fff;
}
.projects .slick-next:before{
	font-family: 'FontAwesome';
	content: '\f054  ';
	color: #fff;	
}
.single-portfolio .page-title{
	font-size: 30px;
	margin-top: 50px;
}
.single-portfolio .content{
	padding: 30px 0 30px 0;
}
.single-portfolio .main{	
	padding: 0;
	background-color: #000;
	padding: 10px 0 0 0;
}
.single-portfolio .slider-nav{
	padding:10px;
}
.single-portfolio .slick-track{
	margin: 0 auto;
}
.single-portfolio .more{
	color: #7f8da4;
	font-size: 21px;
	text-decoration: none;
	border-bottom: solid #ccc 2px;
}
.single-portfolio .more:hover{
	color: #d31b56
}
#single-nav-left,
#single-nav-right,
#single-nav-center{
	/*position: absolute;
	top:0;
	z-index: 99999;*/

}
#single-nav-left{
	float: left;
	font-size:20px;
	left: 0;
}
#single-nav-right{
	float: right;
	font-size: 20px;
	right: 0;
	margin: 0 auto;
}
#single-nav-center{
	font-size: 20px;
}
#single-nav-center .fa{
	background-color: #d31b56 !important;
	color: #fff !important;
}
#single-nav-left .fa,
#single-nav-right .fa,
#single-nav-center .fa{
	color: #d31b56;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border:solid #ccc 1px;
	border-radius: 50%;
	padding:9px;
}
#single-nav-right .fa{
	padding-left: 15px;
}
#single-nav-left:hover .fa,
#single-nav-right:hover .fa,
#single-nav-center:hover .fa{
	background-color: #d31b56;
	color: #fff;
}
/**
* MEDIA QUERIES
***********************************************************************
*/
@media(max-width: 991px){
	.site-header{
		padding-top: 
	}
	.site-header .logo{
		margin-top: 10px;
	}
	.navbar-default .navbar-nav>li>a{
		font-size: 16px;
	}
}

@media(max-width: 767px){
	.site-header{
		padding-top: 10px;
	}
	.site-header .logo{
		position: absolute;
		top:10px;
		left: 10px;
		width: 200px;
		z-index: 99;
	}
	.navbar-default{
		float: left;
		width: 100%;
	}
	#newmedia-nav{
		background-color: #fff;
	}
	.dropdown-menu>li>a{
		background-color: transparent;
		padding: 10px;
		font-size: 17px;
		color: #fff;
		-webkit-transition: all 0.6s ease;
	    -moz-transition: all 0.6s ease;
	    -o-transition: all 0.6s ease;
	    -ms-transition: all 0.6s ease;
	    transition: all 0.6s ease;
	}
	.navbar-default .navbar-nav > .open > a, 
	.navbar-default .navbar-nav > .open > a:focus, 
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, 
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover{
		background-color: transparent;
		color: #d31d57;
	}
	.navbar-default .navbar-nav{
		float: left;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.navbar-default .navbar-nav>li>a{
		float: left;
		width: 100%;
	}
	.site-header .top-bar{
		z-index: 999;
		-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
	}
	.site-header .top-bar .social{
		float: left;
	}
	.top-bar .social .fa{
		margin-left: 0;
		margin-right: 10px;
	}
	.navbar-default .search-box{
		position: relative;
		margin-top: -30px;
	}
	.navbar-toggle{
		border:none;
		color: red;
		margin-top: 0;
		margin-bottom: 0;
	}
	.navbar-toggle .icon-bar{
		color: #d31b56 !important;
	}
	.home-portfolio .portfolio-item{
		float: left;
		width: 50%;
	}
	.home-services .col-1 img{
		margin-top:27px;
	}
	.rmpr,.rmpl{
		padding: 0;
	}
	.home-services .border-left{
		border-left: none;
	}
	.home-services .border-right{
		border-right: none;
	}
	.home-contact .form .submit .fa{
		display: none;
	}
	.home-contact .form input{
		float: left;
		width: 100%;
	}
	.top-bar .location{
		height: 24px;
		width: 40px;
		padding-top: 3px;
	}
	.home-slider .captions .title{
		font-size: 20px;
	}
	.home-slider .slick-prev, .home-slider .slick-next{
		display: none !important;
	}
}

@media(max-width: 480px){
	.site-header .logo{
		width: 200px;
		top:0;
	}
	.navbar-default{
		margin-top: -33px;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color:#d31d57;
	}
	.home-contact .container{
		padding:20px;
	}
	.home-contact .submit{
		margin-top: 10px;
	}
	.home-contact label{
		left: 0;
	}
	.home-slider{
		height: 200px;
	}
	.home-slider .slide{
		background-size: cover;
		height: 200px;
	}
	.home-slider .captions{
		display: none;
	}
	.rmpr, .rmpl{
		padding: 0;
	}
	.services .service-item .thumb{
		margin-bottom: 20px;
	}
	.services .service-item .desc{
		padding-left: 0;
		min-height: auto;
	}

	.services .service-item .readmore{
		position: relative;
		width: 100%;
		float: left;
		margin-left: 10px;
		margin-top: 20px; 
	}
	.home-portfolio #filters .button{
		width: 100%;
	}
	.home-portfolio .title,
	.home-services .main-title a,
	.home-clients .title,
	.home-contact .title,
	.contact .title{
		font-size: 19px;
	}
	.blog .item{
		padding: 0;
	}
	.navbar-toggle{
		margin-top: 13px !important;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background-color: transparent;
		box-shadow: none;
	}
	.navbar-default .search-box{
		display: none;
	}
	.site-header{
		min-height: 100px;
	}
	.home .container,
	.page-template-projects .container,
	.page-template-projects .loop,
	.projects .loop .item,
	.project .types{
		padding: 0;
	}
	.home-contact .form{
		padding: 10px;
	}
	.input__label-content--fumi{
		font-size: 13px;
	}
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header{
		margin-right: 0;
	}
	.site-header{
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-contact .apply-now{
		float: none;
		margin: 0 auto;
	}
	.footer-contact{
		text-align: center;
	}
	.about .title,
	.services .title,
	.projects .page-title{
		font-size: 20px;
	}
	.services-list .item:nth-child(2n){
		padding-left: 0;
	}
	.projects .types li{
		font-size: 14px;
	}
	.projects .loop .inner{
		margin-bottom: 0;
	}
	.wp-pagenavi{
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.blog .content .item{
		margin-bottom: 34px;
	}
	.blog .item .description{
		padding-top: 3px;
	}
	.blog .item .thumb{
		margin-bottom: 20px;
	}
	.blog .item .readmore{
		margin-top: 20px;
		padding: 5px; 
		float: left;
		width: 100%;
	}
	.contact .content{
		text-align: center;
	}
	.contact .form h4{
		text-align: center;
	}
	.contact-form .submit{
		width: 100%;
	}
	.contact .address{
		text-align: center;
	}
	.contact .phone, .contact .email, .contact .website{
		text-align: center;
	}
	.contact .social{
		text-align: center;
		margin-bottom: 30px;
	}
}

/* CSS3 STYLE GENERIC */
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask, .view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}
.view img {
   display: block;
   position: relative;
}
.view a.info {
/*   background:url(../images/search-ico.png) center no-repeat;*/
   display: inline-block;
   text-decoration: none;
   padding:0;
   width:40px;
   height:40px;
   margin-top: -10px;
}
.view .info .fa{
	font-size: 20px;
	color:#fff;
	width:40px;
	height: 40px;
	background-color: rgba(211, 27, 86, .5);
	padding-top: 10px;
}
.view .info .fa:hover{
	background-color: rgba(211, 27, 86, 1);
}

/* CSS3 EFFECTS */
.hover-effect .mask {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(211, 27, 86, .5);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.hover-effect a.info {
	position:relative;
	top:-10px;
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.hover-effect:hover .mask{
   opacity: 1;
   border:150px solid rgba(0,0,0,0.7);
}
.hover-effect:hover a.info {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}

/*related projects*/
.related-projects{
	padding-bottom: 10px 10px 10px 10px;
}
.related-projects h4{
	font-size: 20px;
	color: #fff;
	background-color: #d31b56;
	padding: 10px;
	margin: 28px 0 28px 0 ;
}
.related-projects .item{
	height: 200px;
	border: solid #ccc 1px;

}
.related-projects .item .preview{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	left: 0;
	/* background-color: rgba(233, 0, 11, .8); */
	background-color: rgba(211, 29, 87, .8);
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px;
	color: #fff;
}
.related-projects .item:hover .preview{
	display: block;	
}


.addthis_toolbox{
	padding-top: 4px;
}
.at-icon-wrapper{
	line-height: 30px !important;
    height: 23px !important;
    width: 23px !important;
}
.at-icon-wrapper svg{
	width: 22px !important;
}

.app-download{
	margin-top: 30px;
}

.app-download a:hover{
	text-decoration: none;
	opacity: .8;	
}
.app-download .google-play{
	float: left;
	width: 50%;
	text-align:center;
}
.app-download .app-store{
	float: right;
	width: 50%;
	text-align: center;
}
.app-download span{
	float: left;
	width:100%;
	font-size: 15px;
	color: #000;
}

.page-2{
	display: none;
}
.blog-pagination{
	margin:0 15px 7px 0;	
	clear: both;
	float: none;
	margin: 0 auto;
}
.blog-pagination a{
	color:#d31d57;
	text-decoration: none; 
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	padding:5px;
	border:solid #d31d57 1px;
	font-weight: bold;
	-webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
       -o-transition: all .4s ease;
      -ms-transition: all .4s ease;
          transition: all .4s ease;
}
.blog-pagination .current,
.blog-pagination a:hover{
	background-color:#d31d57;
	color: #fff;
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 6px;
}
.blog-pagination .wrapper{
	margin: 0 auto;
    max-width: 93px;
}
.blog .content .footer{
	padding: 20px 0 20px 0;
}
.blog .content .footer a{
	color: #d31d57;
}

.single-service .projects .slick-dots{
	margin-right:40px;
	text-align: center;
	margin-top: 10px;
	padding: 0;
}
.single-service .projects .slick-dots li{
	position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    border-radius: 50% !important;
    padding: 0;
    cursor: pointer;
    background: #cccccc !important;
    opacity: 1 !important;
}
.single-service .projects .slick-dots li button{
	font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #cccccc;
    border-radius:0px;
    box-shadow: none !important;
    border-radius: 50% !important;
}
.single-service .projects .slick-dots li button:hover:before,
.single-service .projects .slick-dots li button:focus:before
{
    opacity: 1;
}
.single-service .projects .slick-dots li button:before{
font-family:'SourceSansPro-Regular';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.single-service .projects .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;

}
.single-service .projects .slick-dots li.slick-active button{
	background: #d31b56;
}
.single-service .projects .slick-prev,
.single-service .projects .slick-next{
	position: absolute;
	bottom: 10px;
	background-color: transparent;
	width:20px;
	height: 30px;
	border:none;
	box-shadow: none;
	font-size: 20px;
	color: #ccc;
	outline: 0;
}
.single-service .projects .slick-prev{
	left: 40px;
}
.single-service .projects .slick-prev:before{
	font-family: 'FontAwesome';
	content: '\f053 ';
}
.single-service .projects .slick-next{
	right: 40px;
}
.single-service .projects .slick-next:before{
	right: 40px;
	font-family: 'FontAwesome';
	content: '\f054  ';
}
.single-service .projects{
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.addthis_default_style .addthis_separator, .addthis_default_style .at4-icon, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300bs, .addthis_default_style .at300m{
	float: none;
}
.single-portfolio .addthis_toolbox{
	width: 84px;
	margin: 0 auto;
}