/***********************************************************************************

 *	+ PAGE WRAPPER

 ***********************************************************************************/

 /*we need to style the popup with CSS so it is placed as a common popup does

  #mask {

  position: absolute;

  left: 0;

  top: 0;

  z-index: 9000;

  background-color: #000;

  display: none;

}



#boxes .window {

  position: absolute;

  left: 0;

  top: 0;

  width: 440px;

  height: 200px;

  display: none;

  z-index: 9999;

  padding: 20px;

  border-radius: 15px;

  text-align: center;

}



#boxes #dialog {

  width: 60%;

  height: 580px;

  padding: 10px;

  background-color: none;

  font-family: 'Arial', sans-serif;

  font-size: 11px;

  text-align:right;

}



#popupfoot {

  font-size: 13pt;

  position: absolute;

  bottom: 0px;

  width: 250px;

  left: 250px;

}

*/



 #page-wrapper {

 	background-color: #fff; 

 }



 .boxed {

 	background: url(../../images/backgrounds/pattern-1.png) repeat top left;

 }



 .boxed #page-wrapper {

 	margin: 0 auto;

 	position: relative;

 	max-width: 1200px;

 	-webkit-box-shadow: 0px 0px 5px #323232;

 	box-shadow: 0px 0px 5px #323232;

 }



 .boxed header.header-sticky {

 	max-width: 1200px;

 }



 @media (min-width: 1400px) {



 	.boxed #page-wrapper,

 	.boxed header.header-sticky {

 		max-width: 1350px;

 	}



 }

 

/***********************************************************************************

 *	+ HEADER

 ***********************************************************************************/



 header {

 	position: relative;

 }



 .social-networks{

 	background-color: #000;

 	width: 100%;

 	height: 40px;

 	z-index: 2000;



 }

  .social-networks ul{

  	margin: 0;

  	padding: 0;

  }



 .social-networks ul li{

 	display: block;

    float: left;

    margin-top: 5px;

    font-size: 23px;

    height: 30px;

    line-height: 30px;

}



 .social-networks ul li:first-child{

 	padding-right: 40px;

 }

 .social-networks ul li a{

 	color: #e61c37;

 	

 }



  .social-networks ul li a:hover{

 	color: #af172b;

 	

 }



 #fullscreen header {

 	position: absolute;

 	top: 40px;

 	left: 0;

 	right: 0;

 	z-index: 2000;

 	background-color: #fff;

 }



 #fullscreen #search-container.open + header {

 	top: 84px;

 }



 header [class^="col-"] {

 	position: static;

 }



 header .container {

 	position: relative;

 }



/***********************************************************************************

 *	- LOGO

 ***********************************************************************************/



 #logo {

 	display: inline-block;

 	margin: 25px 0;

 }



 #logo img {

 	min-width: 360px;

 	min-height: 66px;

 }



/***********************************************************************************

 *	- MENU

 ***********************************************************************************/



 .menu,

 .menu ul {

 	padding: 0;

 	margin: 0;

 	list-style: none;

 }



 .menu {

 	float: right;

 	margin-top: 42px;

 	-webkit-transition: all 0.3s;

 	transition: all 0.3s;

 }



 .menu > li { 

 	float: left; 

 }



 .menu li a {

 	display: block;

 	font-size: 14px;

 	font-weight: 600;

 	color: #3b3e43;

 }



 .menu > li > a {

 	position: relative;

 	padding: 10px 15px 51px 15px;

 	margin-right: 0px;

 	font-size: 12px;

 	text-transform: uppercase;

 }



 .menu > li:last-child > a {

 	margin-right: 0;

 }



 .menu li a:hover,

 .menu li.active > a,

 .menu li.sfHover > a {

 	color: #e61c37;

 	text-decoration: none;

 }



 .menu li.dropdown ul {

 	position: absolute;

 	top: 100%;

 	left: 0;

 	display: none;

 	z-index: 2000;

 	width: 240px;

 	padding: 25px 0;

 	border: 1px solid #d7d7d7;

 	border-top: 2px solid #e61c37;

 	background-color: #fff;

 }



 .menu li.dropdown ul li a {

 	padding: 10px 25px;

 }



 .menu li.dropdown ul li a:before {

 	display: inline-block;

 	color: #e61c37;

 	border: 1px solid #e61c37;

 	border-radius: 50%;

 	width: 17px;

 	height: 17px;

 	padding-left: 1px;

 	font-size: 13px;

 	line-height: 15px;

 	text-align: center;

 	font-family: "FontAwesome";

 	content: "";

 	margin-right: 10px;

 }



 .menu li.dropdown ul ul {

 	top: -1px;

 	left: 100%;

 	margin-top: -27px; 

 }



 .menu li.dropdown:hover > ul {

 	display: block;

 }



 .menu li.megamenu .megamenu-container {

 	position: absolute;

 	top: 100%;

 	left: 15px;

 	right: 15px;

 	display: none;

 	z-index: 2000;

 	border: 1px solid #d7d7d7;

 	border-top: 2px solid #e61c37;

 	background: #fff url(../../images/backgrounds/bg-megamenu.jpg) no-repeat center center;

 	padding: 40px 20px 35px;

 }



 .megamenu-container .section {

 	float: left;

 	width: 25%;

 	padding: 0 20px;

 }



 .megamenu-container .section h5 {

 	margin-bottom: 30px;

 }



 .megamenu-container .section ul li a {

 	padding: 5px 0;

 	display: inline-block;

 }



 .megamenu-container .section ul li a:before {

 	position: relative;

 	top: 1px;

 	display: inline-block;

 	color: #e61c37;

 	border: 1px solid #e61c37;

 	border-radius: 50%;

 	width: 17px;

 	height: 17px;

 	padding-left: 2px;

 	font-size: 13px;

 	line-height: 15px;

 	text-align: center;

 	font-family: "FontAwesome";

 	content: "";

 	margin-right: 10px;

 }



 .megamenu-container.col-2 .section { 

 	width: 50%; 

 }



 .megamenu-container.col-3 .section { 

 	width: 33.33333333%; 

 }



 .megamenu-container.col-4 .section { 

 	width: 25%; 

 }



 .megamenu-container.col-5 .section { 

 	width: 20%; 

 }



 .menu li.megamenu:hover > .megamenu-container { 

 	display: block; 

 }



 .sf-arrows .sf-with-ul:after {

 	position: absolute;

 	top: 50%;

 	right: 0;

 	width: 0;

 	height: 0;

 	border: 5px solid transparent;

 	border-top-color: #3b3e43;

 	margin-top: -24px;

 	content: "";

 	-webkit-transition: all 0.3s;

 	transition: all 0.3s;

 }



 .sf-arrows > li:hover > .sf-with-ul:after { 

 	border-top-color: #e61c37; 

 }



 .sf-arrows ul .sf-with-ul:after {

 	border-color: transparent;

 	border-left-color: #3b3e43;

 	margin-top: -5px;

 	margin-right: 4px;

 }



 .sf-arrows ul li:hover > .sf-with-ul:after { 

 	border-left-color: #e61c37; 

 }



 .menu.nav > li > a:hover,

 .menu.nav > li > a:focus {

 	background-color: transparent;

 }



 .menu.nav > li > a:focus {

 	color: #3b3e43;

 }



 .menu.nav > li.active > a {

 	color: #e61c37;

 }



 /* MENU DARK */

 .menu.dark li.dropdown ul {

 	background-color: #3b3e43;

 	color: #fff;

 }



 .menu.dark li.megamenu .megamenu-container {

 	background: #3b3e43 url(../../images/backgrounds/bg-megamenu-dark.jpg) no-repeat center center;

 	color: #fff;

 }



 .menu.dark li.dropdown ul li > a,

 .menu.dark li.megamenu .megamenu-container a {

 	color: #fff;

 }



 .menu.dark li.dropdown.sfHover > a,

 .menu.dark li.dropdown ul li > a:hover,

 .menu.dark li.megamenu .megamenu-container a:hover {

 	color: #e61c37;

 }



/***********************************************************************************

 *	- MOBILE MENU

 ***********************************************************************************/	



 #mobile-menu-button {

 	float: right;

 	display: none;

 	font-size: 32px;

 	line-height: 32px;

 	padding: 5px 10px;

 	border-radius: 3px;

 	margin-top: 42px;

 	-webkit-transition: all 0.3s;

 	transition: all 0.3s;

 }



 #mobile-menu-button:hover {

 	background-color: #e61c37;

 	color: #fff;

 }



 #mobile-menu,

 #mobile-menu ul {

 	list-style: none;

 	display: none;

 	margin: 0;

 	background-color: #e61c37;

 	color: #fff;

 }



 #mobile-menu li a {

 	display: block;

 	padding: 15px 20px;

 	color: #fff;

 	border-bottom: 1px solid #fff;

 	text-decoration: none;

 }



 #mobile-menu ul a {

 	padding-left: 40px; 

 }



 #mobile-menu ul ul a {

 	padding-left: 60px;

 }



 #mobile-menu .megamenu-container {

 	display: none;

 	margin-left: 0;

 }



 #mobile-menu .megamenu-container .section {

 	float: none;

 	width: 100%;

 	margin-bottom: 20px;

 }



 #mobile-menu .megamenu-container .section:last-child {

 	margin-bottom: 0;

 }



 #mobile-menu .megamenu-container .section h5 {

 	margin-bottom: 5px;

 }



 #mobile-menu .megamenu-container .section ul {

 	display: block;

 	margin: 0 -20px;

 }



 #mobile-menu .megamenu-container .section ul a {

 	padding-left: 10px;

 }



 #mobile-menu li.dropdown > a,

 #mobile-menu li.megamenu > a { 

 	position: relative;

 }



 #mobile-menu li.dropdown > a:after,

 #mobile-menu li.megamenu > a:after {

 	position: absolute;

 	top: 50%;

 	right: 20px;

 	width: 0;

 	height: 0;

 	border: 5px solid transparent;

 	border-top-color: #fff;

 	margin-top: -2px;

 	content: "";

 }



 #mobile-menu li.dropdown > a.open:after,

 #mobile-menu li.megamenu > a.open:after {

 	border-top-color: transparent;

 	border-bottom-color: #fff;

 }



/***********************************************************************************

 *	- SEARCH

 ***********************************************************************************/



 a.search-button + nav {

 	margin-right: 40px;

 }



 a.search-button {

 	position: absolute;

 	top: 48px;

 	right: 15px;

 	text-decoration: none;

 	color: #3b3e43;

 	width: 30px;

 	height: 30px;

 	font-size: 16px;

 	line-height: 30px;

 	text-align: center;

 	-webkit-transition: all 0.3s;

 	transition: all 0.3s;

 }



 a.search-button:before {

 	font-family: "miu-icon-font";

 	content: "";

 }



 a.search-button.open:after {

 	position: absolute;

 	top: -48px;

 	right: 5px;

 	width: 0; 

 	height: 0; 

 	border-left: 10px solid transparent; 

 	border-right: 10px solid transparent; 

 	border-top: 13px solid #3b3e43;

 	content: "";

 	-moz-transform: scale(0.9999);

 }



 a.search-button.open,

 a.search-button:hover {

 	background-color: #e61c37;

 	color: #fff;

 }



 #search-container {

 	position: relative;

 	display: none;

 	padding: 30px 0 20px 0;

 	background-color: #3b3e43;

 	color: #fff;

 	text-align: center;

 }



 #search-container input[type="text"] {

 	background-color: transparent;

 	border: none;

 	width: 75%;

 	margin: 0 auto;

 }



/***********************************************************************************

 *	- STICKY

 ***********************************************************************************/



 @media (min-width: 992px) {



 	header.header-sticky {

 		position: fixed !important;

 		top: 0 !important;

 		left: 0;

 		right: 0;

 		margin: 0 auto;

 		width: 100%;

 		background-color: #fff;

 		z-index: 99999;

 		box-shadow: 0 1px 3px #d7d7d7;

 	}



 	.header-sticky #logo {

 		margin: 10px 0;

 	}



 	.header-sticky #logo img {

 		display: inline-block;

 		-webkit-transition: all 0.3s;

 		transition: all 0.3s;

 	}



 	.header-sticky .menu {

 		margin-top: 12px;

 	}



 	.header-sticky .menu li > a {

 		padding-bottom: 20px;

 	}



 	.header-sticky .sf-arrows .sf-with-ul:after {

 		margin-top: -8px;

 	}



 	.header-sticky a.search-button {

 		display: none;

 	}



 }



/***********************************************************************************

 *	+ CONTENT

 ***********************************************************************************/







/***********************************************************************************

 *	- PAGE HEADER

 ***********************************************************************************/



 #page-header {

 	padding: 25px 0;

 	margin-bottom: 100px;

 	border-top: 1px solid #d7d7d7;

 	border-bottom: 1px solid #d7d7d7;

 }



 #page-header h4 {

 	margin-bottom: 0;

 	font-weight: 700;

 }



 #page-header.dark-1 {

 	background-color: #3b3e43;

 	color: #fff;

 }



 #page-header.dark-2 {

 	padding: 50px 0;

 	background: url(../../images/backgrounds/bg-3.jpg) no-repeat center center;

 	color: #fff;

 }



 #page-header.dark-1 .breadcrumb li a,

 #page-header.dark-2 .breadcrumb li a {

 	color: #fff;

 }



 #page-header.dark-1 .breadcrumb li a:hover,

 #page-header.dark-2 .breadcrumb li a:hover {

 	color: #e61c37;

 }



 #page-header.dark-1 .breadcrumb li.active,

 #page-header.dark-2 .breadcrumb li.active {

 	color: #e61c37;

 }



/***********************************************************************************

 *	+ FOOTER

 ***********************************************************************************/

 

 footer {}



/***********************************************************************************

 *	- FOOTER TOP

 ***********************************************************************************/



 #footer-top {

 	background-color: #D8D8D8 ;

 }



 #footer-top .widget:first-child {

 	padding-top: 30px;

 }



 #footer-top .widget:last-child {

 	margin-bottom: 0;

 	padding-bottom: 30px;

 }



 #footer-top .widget-social {

 	text-align: center;

 } 



 #footer-top .widget-social a {

 	margin-right: 65px;

 }



 #footer-top .social-media a:last-child {

 	margin-right: 0;

 }



/***********************************************************************************

 *	- FOOTER

 ***********************************************************************************/



 #footer {

 	padding: 100px 0 30px 0;

 	background-color: #3b3e43;

 	color: #d7d7d7;

 }



 #footer a {

 	color: #d7d7d7;

 }



 #footer a:hover {

 	color: #e61c37;

 }



 #footer .widget-title {

 	text-transform: none;

 }



 #footer .widget-search input[type="submit"] {

 	background-image: url(../../images/backgrounds/search-2.png);

 }



 #footer .widget-newsletter input[type="submit"] {

 	background-image: url(../../images/backgrounds/arrow-2.png);

 }



 #footer .widget-calendar table th, 

 #footer .widget-calendar table td {

 	border-color: #fff;

 }



 #footer .flickr-photos {

 	margin: -7.5px -7.5px 25px;

 }



 #footer .flickr_badge_image {

 	padding: 7.5px;

 }



 .flickr_badge_image img {

 	width: 77px;

 }



/***********************************************************************************

 *	- FOOTER BOTTOM

 ***********************************************************************************/



 #footer-bottom {

 	background-color: #2b2e31;

 	color: #585c62;

 }



 #footer-bottom a {

 	color: #585c62;

 }



 #footer-bottom a:hover {

 	color: #e61c37;

 }



 #footer-bottom .widget:first-child {

 	padding-top: 30px;

 }



 #footer-bottom .widget:last-child {

 	margin-bottom: 0;

 	padding-bottom: 30px;

 }



/***********************************************************************************

 *	+ PAGES

 ***********************************************************************************/

/***********************************************************************************

 *	- HOME

 ***********************************************************************************/

 

 #home.full-section,

 #home-video-section,

 #home.bannercontainer {

 	margin-bottom: 0;

 }



/***********************************************************************************

 *	- ABOUT

 ***********************************************************************************/

 

 .about-me {

 	margin-bottom: 50px;

 	text-align: center;

 }



 .about-me-thumbnail {

 	border: 1px solid #d7d7d7;

 	position: relative;

 	margin-bottom: 50px;

 }



 .about-me-thumbnail img {

 	display: block;

 	width: 100%;

 	height: auto;

 }



 .about-me-thumbnail .social-media {

 	position: absolute;

 	bottom: 0;

 	left: 50%;

 	width: 50%;

 	padding: 10px 0;

 	background-color: #3b3e43;

 	margin-bottom: 0;

 	opacity: 0;

 	-webkit-transform: translateX(-50%);

 	-ms-transform: translateX(-50%);

 	transform: translateX(-50%);

 	-webkit-transition: all 0.3s;

 	transition: all 0.3s;

 }



 .about-me-thumbnail .social-media a {

 	color: #fff;

 	font-size: 18px;

 	line-height: 18px;

 }



 .about-me-details h4 {

 	margin-bottom: 0;

 	font-size: 14px;

 	font-weight: 400;

 }



 .about-me-details h5 {

 	font-weight: 400;

 	color: #e61c37;

 }



 .about-me:hover .about-me-thumbnail .social-media {

 	opacity: 1;

 	bottom: 40px;

 }



 #about {

 	padding-top: 88px;

 }



 #about .headline.style-3 {

 	margin-top: 0;

 } 



 

/***********************************************************************************

 *	- SERVICES

 ***********************************************************************************/



 /* STYLE 1 */

 .services-boxes.style-1 {

 	text-align: center;

 	margin-bottom: 30px;

 }



 .services-boxes.style-1 .services-boxes-content {}



 .services-boxes.style-1 h5,

 .services-boxes.style-1 h2 a {

 	font-weight: 400;

 	-webkit-transition: all 0.3s;

 	transition: all 0.3s;

 }



 .services-boxes.style-1:hover h5,

 .services-boxes.style-1:hover h2 a {

 	color: #e61c37;

 }



 /* STYLE 2 */

 .services-boxes.style-2 {

 	margin-bottom: 50px;

 }



 .services-boxes.style-2 h3 {

 	margin-bottom: 25px;

 	font-weight: 600;

 }



 .services-boxes.style-2 h3 small {

 	display: block;

 	font-size: 12px;

 	color: #e61c37;

 }



 /* STYLE 3 */

 .services-boxes.style-3 {

 	margin-bottom: 50px;

 }



 .services-boxes.style-3 > i {

 	font-size: 32px;

 	line-height: 32px;

 	color: #e61c37;

 }



 .services-boxes.style-3 .services-boxes-content h3 {

 	position: relative;

 	font-weight: 600;

 	padding-bottom: 15px;

 }



 .services-boxes.style-3 .services-boxes-content h3:after {

 	position: absolute;

 	bottom: 0;

 	display: block;

 	border-bottom: 1px solid #e61c37;

 	width: 50px;

 	content: "";

 }



 .services-boxes.style-3.icon-left {

 	padding-left: 20px;

 }



 .services-boxes.style-3.icon-right {

 	padding-right: 20px;

 }



 .services-boxes.style-3.icon-left > i {

 	float: left;

 }



 .services-boxes.style-3.icon-right > i {

 	float: right;

 }



 .services-boxes.style-3.icon-left .services-boxes-content {

 	margin-left: 80px;

 }



 .services-boxes.style-3.icon-right .services-boxes-content {

 	text-align: right;

 	margin-right: 80px;

 }



 .services-boxes.style-3.icon-left .services-boxes-content h3:after {

 	left: 0;

 }



 .services-boxes.style-3.icon-right .services-boxes-content h3:after {

 	right: 0;

 }



 /* STYLE 4 */

 .services-boxes.style-4 {

 	margin-bottom: 50px;

 }



 .services-boxes.style-4 h1 {

 	font-size: 72px;

 	line-height: 72px;

 	font-weight: 300;

 	float: left;

 	margin-right: 15px;

 	margin-bottom: 0;

 }



 .services-boxes.style-4 h3 {

 	font-weight: 600;

 	line-height: 34px;

 	padding-top: 7px;

 	margin-bottom: 0;

 }



 .services-boxes.style-4 h3 small {

 	display: block;

 	color: #e61c37;

 	font-size: 13px;

 	font-weight: 400;	

 }



 #services {

 	background-color: #ededed;

 	padding-top: 88px;

 }



 #services .headline.style-3 {

 	margin-top: 0;

 }

 



/***********************************************************************************

 *	- PRODUCTS

 ***********************************************************************************/



 #products {

 	padding-top: 100px;

 	padding-bottom: 100px;

 }



 #products .headline.style-3 {

 	margin-top: 0;

 }





 /***********************************************************************************

 *	- FRANCHISE

 ***********************************************************************************/



 #franchise {

 }



 #franchise .headline.style-3 {

 	margin-top: 0;

 }





/***********************************************************************************

 *	- CONTACT

 ***********************************************************************************/ 	



 #form-contact {

 	margin-bottom: 50px;

 }



 #form-contact input[type="text"],

 #form-contact textarea {

 	background-color: #ededed;

 	margin-bottom: 20px;

 	border: none;

 	width: 100%;

 	border-bottom: 1px solid #d7d7d7;

 }



 #form-contact textarea {

 	margin-bottom: 40px;

 }



 #form-contact input[type="text"]:focus,

 #form-contact textarea:focus {

 	border-bottom-color: #e61c37;

 	outline: 0;

 }



 #form-contact input[type="submit"]:hover {

 	background-color: #3b3e43;

 }



 #form-contact label.error {

 	display: block;

 	color: #f00;

 }



#contact {

 	padding-top: 100px;
	background-image: url(../../images/back.jpg);
	background-position: center;
 }



 #contact .headline.style-3 {

 	margin-top: 0;

 }



/***********************************************************************************

 *	- ELEMENTS

 ***********************************************************************************/ 



 .elements-menu.elements-menu-sticky {

 	position: fixed !important;

 	top: 70px !important;

 	background-color: #fff;

 	z-index: 99999;

 }



 .elements-menu {

 	z-index: 1;

 	background-color: #fff;

 	padding: 20px;

 }



 .elements-menu .nav {

 	list-style: none;

 	margin-top: 80px;

 }



 .elements-menu .nav > li > a,

 .elements-menu .nav > li > a:focus {

 	display: inline-block;

 	padding: 0;

 	text-transform: uppercase;

 	color: #3b3e43;

 	font-weight: 700;

 	text-decoration: none;

 }



 .elements-menu .nav > li > a:hover,

 .elements-menu .nav > li.active > a {

 	color: #e61c37;

 	background-color: transparent;

 }



 .elements-menu .nav > li > a:focus {

 	background-color: transparent;

 }



 .elements-section {

 	padding-top: 80px;

 }



/***********************************************************************************

 *	+ RESPONSIVE

 ***********************************************************************************/

/***********************************************************************************

 *	- LARGE DISPALY (>1200px)

 ***********************************************************************************/



 @media (min-width: 1200px) {



 	#search-container input[type="text"] {

 		width: 60%;

 	}



 	.menu > li > a {

 		margin-right: 0px;

 	}



 	.services-boxes.style-4 h3 {

 		padding-top: 0px;

 	}



 	.portfolio-item:hover .portfolio-item-hover {

 		margin: 20px;

 	}



 	#footer-top .widget-social a {

 		margin-right: 85px;

 	}



 }

 

 

/***********************************************************************************

 *	- SMALL DISPLAY (TABLETS)

 ***********************************************************************************/

 

 @media (min-width: 768px) and (max-width: 991px) {



 	#fullscreen header {

 		position: relative;

 	}



 	.menu {

 		display: none;

 	}



 	#mobile-menu-button {

 		display: block;

 	}



 	a.search-button + nav {

 		margin-right: 0;

 	}



 	a.search-button {

 		top: 50px;

 		right: 75px;

 	}



 	a.search-button.open:after {

 		top: -50px;

 	}



 	#fullscreen #search-container.open + header {

 		top: 0;

 	}



 	.about-me-thumbnail .btn {

 		bottom: 10px;

 	}



 	.portfolio-item.classic .portfolio-item-description {

 		margin-top: 0;

 	}



 	.elements-menu.elements-menu-sticky {

 		width: 180px;

 	}



 	#footer-top .widget-social a {

 		margin-right: 40px;

 	}



 	#footer .flickr-photos {

 		margin: -5px -5px 25px;

 	}



 	#footer .flickr_badge_image {

 		padding: 5px;

 	}



 	.flickr_badge_image img {

 		width: 73px;

 	}



 }

 

/***********************************************************************************

 *	- EXTRA SMALL DISPLAY (PHONES)

 ***********************************************************************************/



 @media (max-width: 767px) {







 	#fullscreen header {

 		position: relative;

 	}



 	.menu {

 		display: none;

 	}



 	#mobile-menu-button {

 		position: absolute;

 		top: 0;

 		right: 20px;

 		display: block;

 	}



 	a.search-button {

 		top: 50px;

 		right: 75px;

 	}



 	a.search-button.open:after {

 		top: -50px;

 	}



 	#search-container input[type="text"] {

 		width: 90%;

 	}



 	#fullscreen #search-container.open + header {

 		top: 0;

 	}



 	#page-header .breadcrumb {

 		display: none;

 	}



 	.services-boxes.style-3.icon-right .services-boxes-content {

 		text-align: left;

 		margin-right: 0;

 		margin-left: 60px;

 	}



 	.services-boxes.style-3.icon-right > i {

 		float: left;

 	}



 	.services-boxes.style-3.icon-left .services-boxes-content {

 		margin-left: 60px;

 	}



 	.services-boxes.style-3.icon-right .services-boxes-content h3:after {

 		left: 0;

 	}



 	.services-boxes.style-3.icon-left {

 		padding-left: 0;

 	}



 	.services-boxes.style-3.icon-right {

 		padding-right: 0;

 	}



 	.portfolio-item.parallax {

 		height: 500px;

 	}



 	.blog-article-details p i {

 		margin-left: 0;

 	}



 	.blog-article-author {

 		padding-bottom: 20px;

 	}



 	.blog-article-author > p {

 		float: none;

 		margin-right: 0;

 	}



 	.commentlist ul {

 		margin-left: 20px;

 	}



 	.comment-author,

 	.comment-author .avatar {

 		display: block;

 		margin-right: 0;

 	}



 	.comment-content {

 		margin: 0;

 	}



 	.reply {

 		margin-left: 0;

 	}



 	.elements-menu {

 		display: none;

 	}



 	#commentform input[type="text"], 

 	#commentform textarea {

 		width: 100%;

 	}



 	#footer-top .widget-social a {

 		display: inline-block;

 		margin: 5px 10px;

 	}



 }