/*MAIN.CSS*/

/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - IMPORTED OTHER CSS FILES */
/* 02 - GLOBAL CORE STYLES */
/* 03 - NAVIGATION */
/* 04 - COMMON ELEMENTS & TYPOGRAPHY*/
/* 05 - PAGES SETUP*/
/* 06 - FOOTER*/
/* 07 - PARALLAX LAYERS*/




/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - IMPORTED OTHER CSS FILES */
/*-------------------------------------------------------------------------------------------------------------------------------*/

@import url("font-awesome.min.css");
@import url(http://fonts.useso.com/css?family=Raleway:400,300,200,100,500,600,700,800,900);
@import url(http://fonts.useso.com/css?family=Droid+Sans);

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - GLOBAL CORE STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0;
    padding: 0;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	color: #656565;
	background: #FFF;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

body p {
    color: #656565;
}

a {
	color: #222;
}

a:hover{
	color: #f60861;
	text-decoration: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 21px;
    font-weight: 400;
}

h4 {
    font-size: 13px;
    letter-spacing: 2px;
}

h5 {
    font-size: 11px;
    letter-spacing: 2px;
}

h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
h2{font-size:25px;font-weight:300;}
h3{font-size:20px;font-weight:300;}
h4{font-size:16px;font-weight:400;}
h5{font-size:13px;font-weight:400;}
ul{margin:0;padding:0;list-style-type:none;}

.section-heading h2 {
	font-size: 26px;
	text-transform: uppercase;
	color: #222;
}

.separator-line {
	border-bottom: 1px solid #f60861;
    width: 60px;
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
}

.margint5{margin-top:5px !important;}
.margint10{margin-top:10px !important;}
.margint20{margin-top:20px !important;}
.margint30{margin-top:30px !important;}
.margint40{margin-top:40px !important;}
.margint50{margin-top:50px !important;}
.margint60{margin-top:60px !important;}
.margint70{margin-top:70px !important;}
.margint80{margin-top:80px !important;}
.margint90{margin-top:90px !important;}
.margint100{margin-top:100px !important;}
.margint120{margin-top:120px !important;}
.marginb10{margin-bottom:10px !important;}
.marginb20{margin-bottom:20px !important;}
.marginb30{margin-bottom:30px !important;}
.marginb40{margin-bottom:40px !important;}
.marginb50{margin-bottom:50px !important;}
.marginb60{margin-bottom:60px !important;}
.marginb70{margin-bottom:70px !important;}
.marginb80{margin-bottom:80px !important;}
.marginb90{margin-bottom:90px !important;}
.marginb100{margin-bottom:100px !important;}
.marginb120{margin-bottom:120px !important;}
.padrl20{padding:0 20px;}
.padrl50{padding:0 50px;}
.padl100 {padding-left: 100px;}
.padt20{padding-top:20px;}
.padt30{padding-top:30px;}
.padt40{padding-top:40px;}
.padt50{padding-top:50px;}
.padt60{padding-top:60px;}
.padb20{padding-bottom:20px;}
.padb30{padding-bottom:30px;}
.padb60{padding-bottom:60px;}
.padb70{padding-bottom:70px;}
.padb80{padding-bottom:80px;}
.pad5{padding:5px;}
.pad10{padding:10px;}
.pad20{padding:20px;}
.pad30{padding:30px;}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.logo {
	padding-left: 45px;
	padding-top: 9px;
}

#navigation {

	border-bottom: solid 1px #f5f5f5;
	background: #FFF !important;
}

#navigation ul li a {
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: 500;
}

#navigation ul li a:hover {
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: 500;
	color: #f60861;
	-webkit-transition-duration: 0.2s;
	  -moz-transition-duration: 0.2s;
	    -ms-transition-duration: 0.2s;
		  -o-transition-duration: 0.2s;
		    transition-duration: 0.2s;
}
	
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - COMMON ELEMENTS & TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.btn-get-btn1{
	border: 1px solid #f60861;
	border-radius: 0;
	background: transparent;
	color: #000;
	opacity: 0.5;
	text-decoration: none;
	padding: 15px 50px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;	
}

.btn-get-btn1:focus {
	color: #fff;
}

.btn-get-btn1:hover{
	border: 1px solid #f60861;
	border-radius: 0;
	background: #f60861;
	color: #fff;
	opacity: 0.9;
	-webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	    -ms-transition-duration: 0.4s;
		  -o-transition-duration: 0.4s;
		    transition-duration: 0.4s;
}

.btn-get-btn2{
	border: 1px solid #f60861;
	border-radius: 0;
	background: transparent;
	color: #000;
	opacity: 0.5;
	text-decoration: none;
	padding: 15px 50px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;	
}

.btn-get-btn2:focus {
	color: #fff;
}

.btn-get-btn2:hover{
	border: 1px solid #f60861;
	border-radius: 0;
	background: #f60861;
	color: #fff;
	opacity: 0.9;
	-webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	    -ms-transition-duration: 0.4s;
		  -o-transition-duration: 0.4s;
		    transition-duration: 0.4s;
}

.btn-get-btn3{
	border: 2px solid #f60861;
	border-radius: 0;
	background: transparent;
	color: #fff;
	text-decoration: none;
	padding: 15px 50px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}

.btn-get-btn3:hover{
	border: 2px solid #f60861;
	border-radius: 0;
	background: #f60861;
	color: #fff;
	-webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	    -ms-transition-duration: 0.4s;
		  -o-transition-duration: 0.4s;
		    transition-duration: 0.4s;
}


.btn-get-btn3:focus {
	color: #fff;
}

.btn-get-btn4{
	border:solid 2px #f60861;
	width: 100%;
	border-radius: 0;
	text-decoration: none;
	padding: 15px 50px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}

.btn-get-btn4:focus {
	color: #fff;
}

.btn-get-btn4:hover{
	border:solid 2px #f60861;
	border-radius: 0;
	background: #f60861;
	color: #fff;
	-webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	    -ms-transition-duration: 0.4s;
		  -o-transition-duration: 0.4s;
		    transition-duration: 0.4s;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - PAGES SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*MAIN NAVIGATION*/
#sm.menu {
	display: none;
}

.header-nav-fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 999;
}

.navigation-section {
	width: 100%;
	height: 50px;
	display: block;
	position: relative;
}

.navigation-right {
	float: right;
	padding-right: 45px;
}

.navigation-container ul {
	padding: 0;
	margin: 0;
	margin-top: 14px;
}

.navigation-container ul li {
	display: inline;
	padding-right: 15px;
	margin-right: 15px;
}

.navigation-container ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.navigation-container ul li a {
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
}

/*ABOUT*/
.about-text h3 {
	font-size: 14px;
	color: #222;
	font-weight: 700;
	margin-top: 10px;
}

.about-text h3:hover {
	color: #f60861
}

.about-text p {
	font-size: 14px;
	line-height: 24px;
	padding: 12px;
}

.services-link-about i {
	padding-top: 23px; 
    text-align: center;
	color: #656565;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	background-color: #fff;
	cursor: default;
	-webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	    -ms-transition-duration: 0.4s;
		  -o-transition-duration: 0.4s;
		    transition-duration: 0.4s;

}

.services-link-about i:hover {
	padding-top: 23px; 
    text-align: center;
	color: #fff;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	background-color: #f60861;
	-webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	    -ms-transition-duration: 0.4s;
		  -o-transition-duration: 0.4s;
		    transition-duration: 0.4s;
	
}

/*ARTICLE1*/
#article1 h3 {
	padding-left: 30px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #222;
	text-transform: uppercase;
}

#article1 p {
	padding-left: 30px;
	margin-right: 200px;
}

#article2 {
	width: 100%;
	padding: 60px 0;
	height: 350px;
	text-align: center;
}

#article2 h1 {
	margin-top: 45px;
	margin-bottom: 30px;
	color: #fff;
}

.article1-button-margin a {
	margin-left: 45px;
	margin-top: 20px;
}

/*SERVICES*/
.services-box-small {
	margin-bottom: 30px;
}

.services-box-small h4 {
	line-height: normal;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #222;
}
.services-box-small .services-content {
	padding: 20px;
}
.services-box-small .services-content {
	background: #fff;
}

.text-content-services {
	text-align: center;
}

.text-content-services p {
	margin-left: 40px;
	margin-right: 40px;
}

.services-box-small .text-content-services {
	padding: 0px 20px 0px 20px;
	overflow: hidden;
}

.services-box-small .text-content-services i {
	color: #656565;
	border: 1px solid #f60861;
	height: 75px;
	width: 75px;
	font-size: 23px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	padding-top: 26px;
	margin-top: 10px;
	margin-bottom: 25px;
	cursor: crosshair;
	-webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
          -ms-transition: all .4s ease;
            transition: all .4s ease;
}

.services-box-small .text-content-services i:hover {
	background-color: #f60861;
	color: #fff;
	border: 1px solid #f60861;
	height: 75px;
	width: 75px;
	font-size: 23px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	padding-top: 26px;
	margin-top: 10px;
	margin-bottom: 25px;
	-webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
          -ms-transition: all .4s ease;
            transition: all .4s ease;
}

/*PORTFOLIO*/
#portfolio {
	background: #f5f5f5;
	height: auto;
}

.works-gallery .custom-works-center {
	margin-left: 3%;
}

.works-gallery .category div.filter {
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	margin-right: 15px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}

.works-gallery .category div.filter:hover {
	background-color: #f60861;
	color: #fff;
	-webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
          -ms-transition: all .4s ease;
            transition: all .4s ease;
}

.works-gallery .category div.filter:last-child {
	margin-right: 0;
}

.works-gallery #Grid .mix{
	display: none;
	width: 30%;
	height: auto;
	margin-right: 3%;
	margin-bottom: 3%
}

.works-gallery .works-item a.more_info {
	display: block;
	position: relative;
	overflow: hidden;
}

.works-gallery .works-item a.more_info .hover-hidden-content {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0%;
	opacity: 0;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ie-transition: all 0.2s ease-in-out;
}

.works-gallery .works-item a.more_info .hover-hidden-content h1 {
	display: block;
	width: 100%;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 29px;
	text-transform: uppercase;
	padding: 15px;
	color: #FFF;
}

.works-gallery .works-item a.more_info .hover-hidden-content h2 {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	color: #FFF;
}

.works-gallery .works-item a.more_info .hover-hidden-content .type{
	width: 100%;
	display: block;
	position: absolute;
	height: auto;
	min-height: 2px;
	bottom: 18px;
	text-align: center;
}

.works-gallery .works-item a.more_info .hover-hidden-content .type p{
	border: 1px solid #fff;
	background: #f60861;
	color: #fff;
	width: 60px;
	font-size: 16px;
	line-height: 23px;
	display: inline-block;
	padding: 5px 8px;

}

.hover-hidden-slide {
	opacity: 1 !important;
}

.filter:hover {
	color: #FFF;
}

.works-item:hover {
	background-color:#f60861;
	opacity: 0.8;
}

/*TEAM*/
#team {
	background: #f5f5f5;
	height: auto;	
}

.team-container {
	padding:0px 15px;
}

.team-container .team-pack {
	padding:15px;
	cursor: pointer;
}
.item .team-pack:hover {
	background: #fff;
	opacity: 0.5;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.item .team-pack:hover .team-social-icons i {
	opacity: 1;
	margin-bottom: 10px;
}

.team-pack h2 {
	font-size: 14px;
	line-height: 21px;
	margin-top: 15px;
	text-transform: uppercase;
}

.team-pack h3 {
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px;
}

.team-pack .team-social-icons {
	width: 100%;
	display: block;
	margin-top: 10px;
}

.team-pack .team-social-icons a {
	width: 30px;
	height: 30px;
	display: inline-block;
}
.team-pack .team-social-icons i {
	color: #2d2d2d;
}

.team-owl .owl-buttons div {
	position: absolute;
	border-radius: 3px !important;
	background: #656565 !important;
	width: 35px;
	height: 27px;
	color: #fff;
	opacity: 0.1;
	font-size: 20px !important;
	top: 34%;
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ie-transform: translateY(-50%);
}

.team-owl .owl-buttons div:hover {
	position: absolute;
	border-radius: 3px !important;
	background: #f60861 !important;
	width: 35px;
	height: 27px;
	color: #fff;
	opacity: 0.9;
	font-size: 20px !important;
	top: 34%;
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ie-transform: translateY(-50%);	
}

.team-owl .owl-buttons div.owl-prev {
	left: -40px;
}

.team-owl .owl-buttons div.owl-next {
	right: -40px;
}

/*ARTICLE3*/
.intermediate-container .subheading {
	position: relative;
	width: 100%;
	min-height: 20px;
	text-align: center;
}

.intermediate-container .subheading h4 {
	font-size: 30px;
	line-height: 37px;
	display: inline-block;
	padding: 0px 25px;
	position: relative;
	z-index: 10;
}

.intermediate-container .subheading .divider {
	position: absolute;
	width: 60%;
	margin-left: 20%;
	height: 1px;
	top: 17px;
	z-index: 1;
}

.intermediate-container .heading h2 {
	font-size: 40px;
	line-height: 47px;
	text-transform: uppercase;
	margin-top: 30px;
}

.intermediate-container .intermediate-button-margin {
	margin-top:20px;
}

/*PRICING*/
.pricing-container .actives {
	background: #f60861;
	color: #fff;
	opacity: 0.9;
}

.pricing-container .no-actives {
	border: 1px solid #f60861;
	color: #000;
	opacity:0.5;
}

.pricing-container .pricing-header{
	border: 1px solid #f60861;
	color: #000;
}

.pricing-container:hover .pricing-header {
	background: #f60861;
	opacity: 0.9;
	color: #000;
	-webkit-transition-duration: all 0.2s ease-in-out;
	  -moz-transition-duration: all 0.2s ease-in-out;
	    -ms-transition-duration: all 0.2s ease-in-out;
		  -o-transition-duration: all 0.2s ease-in-out;
		    transition-duration: all 0.2s ease-in-out;
}

.pricing-container:hover .btn-get-btn4 {
	background: #f60861;
	opacity: 0.9;
	color: #fff;
	-webkit-transition-duration: all 0.2s ease-in-out;
	  -moz-transition-duration: all 0.2s ease-in-out;
	    -ms-transition-duration: all 0.2s ease-in-out;
		  -o-transition-duration: all 0.2s ease-in-out;
		    transition-duration: all 0.2s ease-in-out;
}

.pricing-container .pricing-header {
	padding: 20px 0px;
}

.pricing-container .pricing-header h2 {
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
}

.pricing-container .pricing-features {
	padding: 35px 0px;
}

.pricing-container .pricing-features .each h2 {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 15px;
}

.pricing-container .pricing-features .each h2:last-child {
	margin-bottom: 30px;
}

.pricing-container .pricing-features .custom-pricing-btn-style {
	padding: 12px 40px !important;
	font-size: 12px !important;
}

/*CLIENTS*/
.clients-header {
	text-align: center;
}

.clients-header h2 {
    line-height: 29px;
    text-transform: uppercase;
	color: #f60861;
}

.clients-wrapper h3 {
    line-height: 33px;
	color: #fff;
}

.clients-wrapper p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
    position: relative;
} 

.clients-wrapper p:before {
    content: "";
    height: 2px;
    margin-left: -18px;
    position: absolute;
    top: 11px;
    width: 12px;
}

.clients-wrapper p span {
	font-size: 14px;
	line-height: 21px;
}

.clients-logo-owl .logo {
	padding: 0px 15px;
}

/*CONTACT*/
.offset1-form {
margin-left: 8.3333%;
}

.col {
float: left;
min-height: 1px;
padding: 0 20px;
position: relative;
}

.contact-section {
	background-size: cover; 
}

.contact-form div {
	background: transparent;
    border: 1px solid #f60861;
	color: #f60861;
    padding:5px 10px;
    border-radius: 0px;
    font-size:16px !important;
    text-shadow:none;
    width: 100%;
	margin-right: 6%;
	resize:none;
	height: 35px !important;
	text-align: center;

}

.contact-form input {
    box-shadow: none !important;
    border: 1px solid #555;
	opacity: 0.4;
    border-radius:0!important;
    font-size:14px !important;
    margin-bottom:10px;
    padding:5px 10px;
    width:100%;
	margin-right: 6%;
	resize:none;
    height: 35px !important;
}

.contact-form button {
	box-shadow: none !important;
	border: 1px solid #555;
	opacity: 0.4;
	border-radius: 0!important;
	font-size: 14px !important;
	margin-top: 15px;
	padding: 5px 10px;
	width: 100%;
	margin-right: 6%;
	resize: none;
	height: 50px !important;
}

.contact-form button:hover {
	border: 1px solid #f60861;
	border-radius: 0;
	background: #f60861;
	color: #fff;
	opacity: 0.9;
	-webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	    -ms-transition-duration: 0.4s;
		  -o-transition-duration: 0.4s;
		    transition-duration: 0.4s;
}

.cnt-input {
	width: 100%;
	border-radius: 0;
	  -moz-border-radius: 0;
}

.cnt-send {
	width: 100%;
	text-transform: uppercase;
	background: #fff;
	border-radius: 0;
	  -moz-border-radius: 0;
}
	
.cnt-input::-webkit-input-placeholder { color:#797979 !important; opacity: 0.6;}
.cnt-input:-moz-placeholder { color:#797979 !important; opacity: 0.6; } 
.cnt-input::-moz-placeholder { color:#797979 !important; opacity: 0.6; }
.cnt-input:-ms-input-placeholder { /* IE10+ */ color:#797979; opacity: 0.6; }

.contact-form input:focus, .contact-form textarea:focus { 
}

.contact-form textarea {
    box-shadow: none !important;
    border: 1px solid #555;
	opacity: 0.4;
    border-radius:0!important;
    font-size:14px !important;
    height:165px;
    margin-top: 0px;
    padding:5px 10px;
    resize:none;
    width:100%;
    margin-right: 7%;
}

.contact-form-social {
	padding-bottom: 0px;
}

.contact-form-social i {
	padding-right: 30px;
	font-size: 20px;
	margin-top: 10px;
	opacity: 0.5;
	position: relative;
}

.contact-form-social i:hover {
	color: #f60861;
	opacity: 0.9;
}

.contact-form-address h3{
	font-style: normal;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.contact-form-address p {
	opacity: 0.5;
	margin: 0 0 0;
}

#map {
width: 100%;
height: 400px;
}

.maps {
margin-bottom: 0px;
}

/*BACK TO TOP NAVIGATION*/
.back-to-top {
margin-bottom: -20px;
text-align: center;
}

.back-to-top a {
	display: inline-block;
	border: 1px solid;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

.back-to-top a:hover {
	background: #f60861;
}

.back-to-top a span {
	font-size: 20px;
	line-height: 34px;

}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*06 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#mastfoot {
	background: #020202;
	height: 250px;
}

.copyright-text p {
	margin-top: 35px;
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 19px;
}

.footer-social {
	margin-top: 15px;
}

.footer-social a {
	font-size: 20px;
	display: inline-block;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

.footer-social span a i {	
	font-size: 20px;
	display: inline-block;
	border: 1px solid #f60861;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	padding-top: 12px;
	background-color: #f60861;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

.footer-social span a i:hover {
	color: #f60861;
	background-color: #fff;
}

.footer-social a:last-child {
	margin-right: 20px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*07 - PARALLAX LAYERS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.parallax-bg1{
	width: 100%;
	padding: 60px 0;
	height: auto;
	text-align: center;
	background: url("../img/bgparallax/parallaxslide1.jpg") fixed;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease;
	  -moz-transition: all  0.2s ease;
	    -o-transition: all  0.2s ease;
	      transition: all  0.2s ease;

}
.parallax-bg2 {
	width: 100%;
	padding: 60px 0;
	height: auto;
	text-align: center;
	background: url("../img/bgparallax/parallaxslide2.jpg") fixed;
	background-repeat: no-repeat;
}

.parallax-bg3 {
	width: 100%;
	padding: 60px 0;
	height: auto;
	text-align: center;
	background: url("../img/bgparallax/parallaxslide3.jpg") fixed;
	background-repeat: no-repeat;
	-webkit-transition: all 0.1s ease;
	  -moz-transition: all 0.1s ease;
	    -o-transition: all 0.1s ease;
	      transition: all 0.1s ease;
}



