@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:200italic,100italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,700italic,500italic,500,400italic,300italic,300,100italic,100,700);
	
	html,
	body {
	    width: 100%;
	    height: 100%;
	    margin: 0;
	    padding: 0;

	}
	body {
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility; 
		-moz-osx-font-smoothing: grayscale;
		min-height: 100%;
		font-family: 'Raleway', sans-serif;
		font-size: 14px;
		line-height: 26px;
		letter-spacing:0.03em;
		font-weight:500;
		background-color: white;
		color: #363637;
	}
	img {
		height: auto;
		max-width: 100%;
	}
	mark {
		color:#fff;
		background:#D33C44;
	}
	hr {
		display: block;::selection
		line-height: 25px;
		margin: 30px 0;
		position: relative;
		width: 100%;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
		letter-spacing: -1px;
		margin: 0;
		color: #363637;
		font-weight:200;
	}
	h1 {
		font-size: 42px;
		line-height: 44px;
		margin: 0 0 40px 0;
	}
	h2 {
		font-size: 36px;
		line-height: 50px;
		margin: 0 0 35px 0;
	}
	h3 {
		font-size: 28px;
		font-weight: 400;
		letter-spacing: normal;
		line-height: 50px;
		margin-bottom: 30px;
	}
	h4, h5, h6 {
		letter-spacing: normal;
		margin: 0 0 15px 0;
	}
	h4 {
		font-size: 16px;
		font-weight: 400;
		line-height: 50px;
	}
	h5 {
		font-size: 14px;
		font-weight: 600;
		line-height: 40px;
	}
	h6 {
		font-size: 12px;
		font-weight: 500;
		line-height: 18px;
	}
	p {
		margin: 0 0 20px;
	}
	a {
		color:#D33C44;
		text-decoration:none;
		-webkit-transition:all 0.2s linear; transition:all 0.2s linear;
	}
	a:hover,
	a:focus, 
	a:active,
	.btn:hover,
	.btn:focus, 
	.btn:active,
	button:hover,
	button:focus, 
	button:active  {
		text-decoration:none;
		outline:0;
		box-shadow:none;
		-webkit-transition:all 0.2s easeout; transition:all 0.2s ease-out;
	}
	/* anchors */
	.anchor-1 {
		color:#e8e8e8;
	}
	.anchor-1:hover {
		color:#D33C44;
	}
	iframe {
		border:0;
		margin:0;
		overflow: hidden;
		width:100%;
		height:auto;
	}
	::-moz-selection {
		text-shadow:none;
		color: #fff;
		background:#d33c44;
	}
	::selection {
		text-shadow:none;
		color: #fff;
		background:#d33c44;
	}



	/* Back to Top */
	.back-to-top .fa {
		z-index: -999;
	    text-align: center;
	    width: 40px;
	    height: 35px;
	    padding-top: 6px;
	    border-top-left-radius: 3px;
	    border-top-right-radius: 3px;
	    position: fixed;
	    bottom: -100px;
	    right: 15px;
	    cursor: pointer;
	    -webkit-transition: all .3s ease-out;
	    transition: all .3s ease-out;
	    overflow: hidden;
	    font-size: 22px;
	    background: rgba(67, 67, 71, 0);
	    color: #fff;
	    visibility: hidden;
	}

	.back-to-top .fa:hover {
		box-shadow: inset 2px 1px 8px rgba(0, 0, 0, 0.28);
	    background: rgb(211, 60, 68);
	    -webkit-transition: all .4s ease-in;
	    transition: all .4s ease-in;
	}



	/* Background images */
	.bg-img {
		position: relative;
	 	-webkit-backface-visibility: visible !important;
	 	background-repeat: no-repeat;
	 	background-position: 50% 0; 
		background-size: cover;
		background-attachment: fixed;
	}

	.bg-img-2 {
		position: relative;
	 	-webkit-backface-visibility: visible !important;
	 	background-repeat: no-repeat;
	 	background-position: 50% 0; 
		background-size: cover;
	}

	@media (min-width:768px) {
		.bg-img.fixed,
		.stellar { background-attachment: fixed; }
	}

	/* Background images path */
	.bg01 { 
		background-image:url('../images/slider/slide-1.jpg'); 
		position: relative;
	    background-repeat: no-repeat;
	    background-position: center top;
	    background-size: cover;
	    background-attachment: fixed;
	}

	.bg02 { background-image:url('../images/bg/recipe.jpg'); }

	.bg11 { 
		background-image:url('../images/bg/cakefest.jpg'); 
		position: relative;
	    background-repeat: no-repeat;
	    background-position: center top;
	    background-size: cover;
	    background-attachment: fixed;
	}

	.bg03 { 
		background-image:url('../images/showcase/featured-2.jpg'); 
		position: relative;
	    background-repeat: no-repeat;
	    background-position: center top;
	    background-size: cover;
	}

	.bg04 { 
		background-image:url('../images/showcase/featured-3.jpg'); 
		position: relative;
	    background-repeat: no-repeat;
	    background-position: center top;
	    background-size: cover;
	}

	.bg05 { 
		background-image:url('../images/showcase/big-testimonial.jpg'); 
		position: relative;
	    background-repeat: no-repeat;
	    background-position: center top;
	    background-size: cover;
	}
	
	
	.bg06 { background-image:url('../images/demo/bg06.jpg'); background-position: center; }
	.bg07 { background-image:url('../images/demo/bg07.jpg'); background-position: center; }
	.bg08 { background-image:url('../images/demo/bg08.jpg'); background-position: center; }
	.bg09 { background-image:url('../images/demo/bg09.jpg'); background-position: center; }
	.bg10 { background-image:url('../images/demo/bg10.jpg'); background-position: center; }
	
	.bg12 { background-image:url('../images/demo/bg12.jpg'); background-position: center; }
	.bg13 { background-image:url('../images/demo/bg13.jpg'); background-position: center;  }
	.bg14 { background-image:url('../images/demo/bg14.jpg'); background-position: center; }
	.bg15 { background-image:url('../images/demo/bg15.jpg'); background-position: center; }
	.bg16 { background-image:url('../images/demo/bg16.jpg'); background-position: center; }
	.bg17 { background-image:url('../images/demo/bg17.jpg'); background-position: center; }
	.bg18 { background-image:url('../images/demo/bg18.jpg'); background-position: center; }
	.bg19 { background-image:url('../images/demo/bg19.jpg'); background-position: center; }


	.bg-team1 { background-image:url('../images/demo/team1.jpg'); background-position: center; }
	.bg-team2 { background-image:url('../images/demo/team2.jpg'); background-position: center; }
	.bg-team3 { background-image:url('../images/demo/team3.jpg'); background-position: center; }
	.bg-team4 { background-image:url('../images/demo/team4.jpg'); background-position: center; }
	.bg-team5 { background-image:url('../images/demo/team5.jpg'); background-position: center; }
	.bg-team6 { background-image:url('../images/demo/team6.jpg'); background-position: center; }



	/* Background Patterns */
	.bg-pattern {
		background-position:left top;
		background-repeat:repeat;
	}
	.bg30 { background-image: url('../images/patterns/19.png'); }


	/* Background layer */
	.bg-overlay {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 0;
		background: #363637;
		opacity: .6;
	}
	.bg-overlay.video {
		background: #404244
	}



	/* Responsive canvas */
	.rs-canvas {
		width:100%;
		overflow-x:auto;
		-webkit-overflow-scrolling: touch; 
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}


	/* Border left bottom */
	.br-bottom:after {
		content:"";
		display:block;
		height:1px;
		width:35px;
		border-top:2px solid #D33C44;
		margin:6px 0 10px;
	}
	.br-bottom-center::after {
		content:"";
		display:block;
		height:1px;
		width:35px;
		border-top:2px solid #D33C44;
		margin: 8px auto 10px;
	}

	.br-bottom-center.large:after {
		width:50px;
		border-top:5px solid #D33C44;
	}


	/* Full width videos */
	.video-wrapper {
		max-width: 100% ;
   		max-height: 450px ;
   		width: 100% ;
   		height: auto ;
   		overflow: hidden;
	}
	@media (max-width:767px) {
		.video-wrapper { max-height:280px; }
	}
	@media (max-width:991px) {
		.video-wrapper { max-height:380px; }
	}
	@media (min-width:1400px) {
		.video-wrapper { max-height:550px; }
	}

	.video-wrapper video {
		width:100%;
		height:100%;
		z-index: 1;
	}
	.video-caption {
		position:absolute;
		width:100%;
		top:50%;
		-ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%);
		left:0;
	}
	#video-button {
		position: absolute;
		left:40px;
		bottom:40px;
		color:#fff;
		font-size: 30px;
	}

	#video-button.pause .fa:before {
		content: "\5f";
		font-family: 'ElegantIcons';
	}
	#video-button.play .fa:before {
		content: "\3d";
		font-family: 'ElegantIcons';
	}


	/* Box heights fix */
	@media(max-width:991px) {
		.max_height.sm_max_height .el_max_height { height: auto !important; }
	}
	@media (max-width:767px) {
		.max_height.xs_max_height .el_max_height { height: auto !important; }
	}


	/* Align middle */
	.align-middle {
		position: absolute;
		left:0; right:0;
		top:18%;
		-webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);
	}



/* *********************	Helper Classes	********************* */


	.br0 { border-radius: 0 !important; }
	.br1 { border-radius: 1px !important; }
	.br2 { border-radius: 2px !important; }
	.br4 { border-radius: 4px !important; }
	.br6 { border-radius: 6px !important; }
	.br8 { border-radius: 8px !important; }


	.op8 { opacity:0.8 !important; }
	.op7 { opacity:0.7 !important; }
	.op6 { opacity:0.6 !important; }
	.op5 { opacity:0.5 !important; }
	.op4 { opacity:0.4 !important; }
	.op2 { opacity:0.2 !important; }

	.uppercase { text-transform: uppercase;}
	.montserrat { font-family: "Montserrat",sans-serif; }

	.fs-small { font-size:80% !important; }
	.fs-large { font-size:120% !important; }

	.relative { position: relative; }


	.block { display: block !important; }
	.inline-block { display: inline-block !important; }


	.unstyled {
		list-style:none;
		padding:0 0 0 20px;
	}

	.pull-center {
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		clear: both;
		text-align:center;
	}
	.text-left { text-align: left !important; }
	.text-right { text-align: right !important; }

	.pl10 {padding-left: 10px !important;}
	.pl30 {padding-left: 30px !important}
	.pl40 {padding-left: 40px !important}

	.pt-20 {padding-top: 20px;}
	.pt-30 {padding-top: 30px;}
	.pt-35 {padding-top: 35px;}
	.pt-60 {padding-top: 60px;}
	.pt-70 {padding-top: 70px;}
	.pt-80 {padding-top: 80px;}
	.pt-90 {padding-top: 90px;}
	.pt-50 {padding-top: 50px;}
	.pt-100 {padding-top: 100px !important;}
	.pt-120 {padding-top: 120px !important;}
	.pt-140 {padding-top: 140px;}

	.pb-40 {padding-bottom: 40px;}
	.pb-50 {padding-bottom: 50px;}
	.pb-80 {padding-bottom: 80px;}
	.pb-120 {padding-bottom: 120px;}

	.ptb-30 { padding-top: 30px; padding-bottom: 30px;}
	.ptb-50 { padding-top: 50px; padding-bottom: 50px;}
	.ptb-80 { padding-top: 80px; padding-bottom: 80px;}
	.ptb-120 { padding-top: 120px; padding-bottom: 120px;}
	.ptb-200 { padding-top: 200px; padding-bottom: 200px;}


	.ptb-80-40 {padding-top: 80px; padding-bottom: 40px;}
	.ptb-120-60 {padding-top: 120px; padding-bottom: 60px;}
	.ptb-140-25 {padding-top: 140px; padding-bottom: 25px;}
	.ptb-160-80 {padding-top: 160px; padding-bottom: 80px;}

	.m0 { margin:0 !important; }
	.mb0 { margin-bottom:0 !important; }
	.mt0 { margin-top: 0 !important; }

	.mb10 { margin-bottom:10px !important; }
	.mb20 { margin-bottom: 20px !important; }
	.mb30 { margin-bottom:30px !important; }
	.mb40 { margin-bottom:40px !important; }
	.mb50 { margin-bottom:50px !important; }
	.mb60 { margin-bottom: 60px !important; }
	.mb70 { margin-bottom: 70px !important; }
	.mb80 { margin-bottom: 80px !important; }
	.mb90 { margin-bottom: 90px !important; }
	.mb100 { margin-bottom: 100px !important; }
	.mb110 { margin-bottom: 110px !important; }

	.mt10 { margin-top:10px !important; }
	.mt20 { margin-top:20px !important; }
	.mt30 { margin-top:30px !important; }
	.mt40 { margin-top: 40px !important; }
	.mt50 { margin-top: 50px !important; }
	.mt60 { margin-top: 60px !important; }
	.mt70 { margin-top: 70px !important; }
	.mt80 { margin-top: 80px !important; }
	.mt90 { margin-top: 90px !important; }
	.mt100 { margin-top: 100px !important; }

	.p0 { padding: 0 !important; }
	.pb0 { padding-bottom: 0 !important; }
	.pt0 { padding-top: 0 !important; }

	.pt5 { padding-top:5px !important; }

	
	.mr10 { margin-right: 10px !important; }
	.mr20 { margin-right: 20px !important; }
	.mr30 { margin-right: 30px !important; }


	.py5 {padding-left:5px !important; padding-right:5px !important;}
	.py10 {padding-left:10px !important; padding-right:10px !important;}
	.py15 {padding-left:15px !important; padding-right:15px !important;}
	.py20 {padding-left:20px !important; padding-right:20px !important;}

	.pr0 { padding-right: 0 !important; }
	.pl0 { padding-left: 0 !important; }

	.pr30 { padding-right: 30px !important; }
	.pl60 { padding-left: 60px !important;}

	.pr13 {padding-right: 13px;}

	.no-border { border:none !important; }

	.full-width { width:100%; }
	.full-height {height:100%; }

	.shadow-a { box-shadow:0 0 10px rgba(10,10,10,0.4); }
	.shadow-b { box-shadow:2px 2px 8px rgba(10,10,10,0.4); }
	.shadow-c { box-shadow:3px 3px 10px rgba(10,10,10,0.4); }
	.shadow-d { box-shadow:1px 1px 5px rgba(10,10,10,0.4); }




	/* Colors */
	.color-main { color: #D33C44 !important; }
	.color-white { color:#fff !important; }
	.color-alpha { color:rgba(250,250,250,0.9); }
	.color-darker { color:#303234 !important;}
	.color-dark { color:#505355 !important; }
	.color-default { color: #667 !important; }
	.color-gray { color:#999a9b !important; }


	.color-on-dark { color:#c0c3c3 !important; }
	.color-on-img { color:#e2e3e4 !important }


	.bg-main { background-color:#D33C44 !important; }
	.bg-dark { background-color: #444648 !important; }
	.bg-darker { background-color: #303234 !important; }
	.bg-dark-gray { background-color: #778888 !important; }
	.bg-light-gray { background-color: #aaabac !important; }


	/* Helper classes for mobile */
	@media (max-width:767px) {
		.xs-block { display:block; }
		.xs-mb10 { margin-bottom:10px !important; }

		.xs-pull-left { float:left !important; }

		.xs-pl0 { padding-left:0 !important; }
		.xs-pt0 { padding-top:0 !important; }

		.xs-mt0 {margin-top: 0 !important;}
		.xs-mb0 {margin-bottom: 0 !important;}
	}

	/* Helper classes for tablets */
	@media (max-width:991px) {
		.sm-pt0 { padding-top:0 !important; }

		.sm-m0 { margin:0 !important; }

		.sm-block { display:block !important; }
	}



/* *********************	Megamenu	********************* */

	/* Menu */
	.menu {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		float: left;
		list-style: none;
	}
	.menu li {
		display: inline-block;
		float: left;
	}

	.menu > li > a {
		padding: 25px 35px;
		font-size: 13px;
		text-transform: capitalize;
		font-weight:500;
		display: inline-block;
		color: #fff;
		position:relative;
		z-index:10;
		-webkit-transition: all .2s ease-out; transition: all .2s ease-out;
	}

	.menu > li > a:hover,
	.menu > li > a:focus,
	.menu > li:hover > a {
		color:#fff;
		-webkit-transition: all .2s ease-out; transition: all .2s ease-out;
	}


	/* Submenu */
	.submenu, 
	.submenu .submenu {
		list-style: none;
	    margin: 0;
	    padding: 0;   
		display: none;
	    position: absolute;
		z-index: 999999;
		min-width: 190px;
		font-size:13px;
		word-spacing: 1px;
		color:#dadde2;
		background-color:#b8343b;
		padding-bottom: 10px;
    	padding-top: 5px;
	}
	.submenu {
	    top: 76px;
	}
	.submenu .submenu {
	    left: 150px;
		top: inherit;
		margin-top: -1px;
	}
	.submenu > li {
		clear:both;
		width:100%;
		font-size: 12px;
	}
	.submenu > li > a {
		width:100%;
		padding: 10px 15px 10px;
		display:inline-block;
		float:left;
		clear:both;
		color: white;
		line-height: 16px;
		-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
	}
	.submenu > li > a:hover,
	.submenu > li > a:focus,
	.submenu > li:hover > a {
		text-indent:5px;
		opacity:1;
		-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
	}



	/* Megamenu */
	.megamenu {
		position: absolute;
		display: none;
		min-width: 25%;
		top: 76px;
		font-size: 13px;
		z-index: 999999;
		padding: 25px 15px 5px;
		background-color: #b8343b;
		color: #dadde2;
		word-spacing: 1px;
	}

	/* Megamenu lists */

	.megamenu-list:before,
	.megamenu-list:after,
	.vertical-menu-list:before,
	.vertical-menu-list:after {
		display: table;
  		content: " ";
	}
	.megamenu-list:after,
	.vertical-menu-list {
		clear:both;
	}

	.megamenu-list,
	.vertical-menu-list {
		margin: 0;
		padding: 0;
		display: block;
		position: relative;
		list-style: none;
	}
	.vertical-menu-list {
		color:#dadde2;
		word-spacing: 1px;
		text-align:center;
		padding:20px 0;
		font-size:13px;
	}
	.megamenu-list > li,
	.vertical-menu-list > li { width: 100%; }

	.megamenu-list > li > a,
	.vertical-menu-list > li > a {
		padding:4px 0;
		display:block;
		color:inherit;
		color: white;
		line-height: 16px;
		-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
	}
	.megamenu-list > li > a:hover,
	.megamenu-list > li > a:focus {
		text-indent:5px;
		opacity:1;
		-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
	}
	.vertical-menu-list > li > a:hover,
	.vertical-menu-list > li > a:focus {
		color:#D33C44;
		text-indent:0;
		opacity:1;
		-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
	}

	.megamenu-list > .title,
	.vertical-menu-list > .title {
		font-size:14px;
		color:inherit;
		padding:0 0 6px;
		text-transform:capitalize;
		letter-spacing: 1px;
		font-weight:600;
	}
	.vertical-menu-list > .title {
		padding:0 0 10px;
	}
	.megamenu-list > .title:after,
	.vertical-menu-list > .title:after {
		content:"";
		display:block;
		height:1px;
		border-top:2px solid #D33C44;
		width:15px;
		margin:5px 0 5px;
	}
	.vertical-menu-list > .title:after {
		margin:5px auto;
	}


	/* Megamenu widths */
	.megamenu.one_two {
		width: 50%;
	}
	.megamenu.full {
		width: 100%;
		left: 0;
	}
	.megamenu.two_three {
		width:66.66%;
		left: 0;
	}
	.megamenu.three_four {
		width:75%;
		left:0;
	}

	@media (min-width: 992px) and (max-width: 1199px) {
		.megamenu.one_two { width: 70%; }
		.megamenu.two_three { width:100%; }
		.megamenu.three_four { width:100%; }
	}

	@media (min-width: 768px) and (max-width: 991px) {
		.megamenu.one_two { width: 100%; }
		.megamenu.two_three { width:100%; }
		.megamenu.three_four { width:100%; }
	}


	/*Megamenu positions */
	.menu > li > .megamenu.left { left: 0; }
	.menu > li > .megamenu.right,
	.menu > .right > .megamenu { right:0; }

	.menu > .right { float: right; }

	.menu > .right > a, 
	.menu > li > a.last { padding-right:0 !important; }


	@media (min-width:768px) and (max-width:991px) {
		.menu > .first > a { padding-left:0; }
	}
	@media (min-width:768px) {
		.menu > li > a.first { padding-left:0 !important; }
	}


	/* Megamenu grid */
	.megamenu .row {
		width: 100%;
		margin:15px 0 0;
	}
	.megamenu .row:first-child { margin-top: 0; }

	.megamenu .row:before,
	.megamenu .row:after,
	.submenu:after,
	.submenu:before {
		display: table;
		content: "";
		line-height: 0;
	}
	.megamenu .row:after,
	.submenu:after {
		clear: both;
	}

	.megamenu [class*="col-"] {
		display: block;
		width: 100%;
		min-height: 1px;
		float: left;
		padding:0 10px;
		margin-bottom:20px;
	}

	.megamenu .col-1 { width: 8.33333333%; }
	.megamenu .col-2 { width: 16.66666667%; }
	.megamenu .col-3 { width: 25%; }
	.megamenu .col-4 { width: 33.33333333%; }
	.megamenu .col-5 { width: 41.66666667%; }
	.megamenu .col-6 { width: 50%; }
	.megamenu .col-7 { width: 58.33333333%; }
	.megamenu .col-8 { width: 66.66666667%; }
	.megamenu .col-9 { width: 75%; }
	.megamenu .col-10 { width: 83.33333333%; }
	.megamenu .col-11 { width: 91.66666667%; }
	.megamenu .col-12 { width: 100%; }


	/* Menu Icons */
	.menu > li > a .icon-direction {
		margin:1px 0 0 10px;
		font-size:8px;
	}
	.menu .icon-direction {
		position: relative;
		top: 0;
		float: right;
		display: block;
		line-height: inherit;
		vertical-align: middle;
		width: auto;
		margin: 0;
		font-size: 7px;
		font-weight:100;
		text-align: right;
	}

	.menu-icon {
		margin-right:10px;
		font-size:13px;
		color:#889;
	}


	/* Toggle Menu */
	.menu .toggle-menu { display: none; }


	/* Menu on Mobiles */
	@media (max-width: 767px) {
		.header-wrapper { 
			background-color: #D33C44;
		    color: #dadde2;
		}
		.logo { background-image: url("../images/logo-cake.png") !important; }

		.menu.xs-toggle {
			position:relative;
			top:0;
			margin-bottom: 0;
		}
		.menu > li {
			display: block;
			width: 100%;
		}
		.menu > li:last-child a {
			padding-bottom:35px;
		}
		/* Toggle Menu */
		.menu > .toggle-menu {
			display: block;
			float: right;
			width: 50px;
			height: 50px;
			position: relative;
			top: -60px;
			margin-bottom: -50px;
			cursor: pointer;
			color: white;
		}
		.menu > .toggle-menu.xs-toggle {
			float: none;
			width: 100%;
			position: relative;
			top: auto;
			margin-bottom: 0;
		}
		.toggle-menu .fa {
			margin: 14px 0;
			float: right;
			font-size: 24px;
		}
		.toggle-menu-title {
			color: #dadde2;
			font-size:13px;
			text-transform: uppercase;
			letter-spacing: 1px;
			margin-bottom:0;
			font-weight:400;
			float:left;
			margin-top:12px;
		}

		.menu > li > a {
			text-transform:uppercase;
			font-size:12px;
			color:inherit;
			display:block;
			color: white;
		}
		.menu > li > a, 
		.menu > .right > a {
			padding: 15px 25px;
		}
		.menu > li > a:hover,
		.menu > li > a:focus {
			color:rgb(191, 191, 191);
		}

		.submenu, 
		.submenu .submenu {
			width: 100% !important;
			left: 0;
			position: static !important;
			border: none; 
		}
		.submenu { border-top:none; }

		.megamenu {
			width: 100% !important;
			position: static;
			border-top: none !important;
			border-bottom:none;
			padding: 15px 0 0 30px;
			background-color:transparent;
		}

		.megamenu [class*="col-"] {
			float: none;
			display: block;
			width: 100% !important;
			margin-bottom:30px;
		}

		.megamenu .row,
		.megamenu .row:first-child  [class*="col-"]:first-child { margin-top: 0; }

		.menu > li > .submenu > li > a { padding-left: 40px !important; }
		.menu > li > .submenu > li > .submenu > li > a { padding-left: 62px !important; }
		.menu > li > .submenu > li > .submenu > li > .submenu > li > a { padding-left: 80px !important; }


		/* Topbar */
		.topbar .pull-right { 
			float:none !important; 
			margin-top: 20px; 
			margin-bottom:20px;
		}
	}



/* *********************	Headers 	********************* */


	.logo {
	    display: block;
	    background-image: url("../images/logo-cake.png");
	    background-position: left center;
	    background-repeat: no-repeat;
	    text-indent: -9999999px;
	    margin-top: 5px;
	    background-size: 250px;
	    padding: 23px 0;
	    margin: 0;
	}

	@media (max-width:767px) {
		.logo-center {
			display:block;
			height:62px;
			background-image:url("../images/logo.png");
			background-position:center center;
			background-repeat: no-repeat;
			text-indent:-9999999px;
		}
	}

	}

	/* Header Dark */
	.header-dark { 
		background-color: #292c31;
		color: #dadde2;
	}
	.header-dark .menu > li > a { color: #dadde2; }
	.header-dark .logo,
	.topbar.dark .logo { background-image:url("../images/logo-light.png"); }
	.topbar.dark .logo { height:50px; background-position: left center; }
	
	@media (min-width:768px) {
		.header-wrapper .navbar-right { margin-right: 0 !important; }
	}
	@media (max-width:991px) {
		.header-wrapper .navbar-right { float:none !important; }
	}

	
	@media (min-width:992px) {

		.menu-fixed,
		.main-header {
			-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
		}

		/* Fixed Header */
        .menu-fixed .main-header {
            z-index: 9999; 
            width:100%; 
            left:0;
            background-color:rgba(250,250,250,0.9);
            -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
        }
        .header-dark .menu-fixed .main-header { background-color: rgba(41,44,49,0.95); }


	    .menu-fixed .menu > li > a { padding: 25px 25px; }

	    .menu-fixed .megamenu,
	    .menu-fixed .submenu { top:76px; }

	    .menu-fixed .logo { height:66px; }


		/* Transparent Menu */
        .header-transparent.sticky-top #undefined-sticky-wrapper {  height:auto !important; }

		.header-transparent .main-header {
			position:fixed;
			z-index:9999;
			width:100%;
			left:0;
			top:0;
			background-color:#d33c44;
			-webkit-backface-visibility:hidden;
		}


		.header-transparent .logo { background-image:url("../images/logo-cake.png"); }

		.header-transparent .menu > li > a {
			color:#FFFFFF;
			opacity:1;
			font-weight: 500;
    		text-transform: uppercase;
			-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
		}
		.header-transparent .menu > li > a:hover,
		.header-transparent .menu > li > a:focus,
		.header-transparent .menu > li:hover > a {
			color:rgb(204, 204, 204);
			-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
		}

		.header-transparent .menu-fixed .main-header,
		.header-transparent.with-topbar .menu-fixed .main-header { 
			background-color:#d33c44; 
			-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
		}
		.header-transparent .menu-fixed .menu > li > a { 
			color: white; 
			-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
		}
		.header-transparent .menu-fixed .menu > li > a:hover { 
			color: #D2D2D2; 
		}

		.header-transparent .menu-fixed .logo { background-image:url("../images/logo-cake.png"); }
		.static-menu.header-transparent .main-header {
			position:absolute;
			top:76px;
			margin-top:-76px;
		}

		.header-transparent.with-topbar .main-header { 
			position:relative;  
			background-color: #D33C44; 
		}

		/* Navigation menu over intro section */
		.h-wrapper {
			position: absolute;
			left:0;
			right:0;
			top:0;
			z-index:99999;
		}
		.push-top {
			margin-top:46px;
		}

	}

	
	/* Top bar */
	.topbar {
		padding:8px 0;
		background-color: #303539;
	    color: #d2d6da;
	}
	.top-menu { 
		margin:0 -10px;
		padding:0;
		list-style: none;
	}
	.top-menu > li {
		padding: 0 10px; 
		display:inline-block;
	}

	.top-menu > li > a { 
		color:inherit; 
		font-size:13px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.top-menu > li > a:hover,
	.top-menu > li > a:focus,
	.top-menu > li > a:active {
		color:#D33C44;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.top-menu li .fa { margin-right:5px; }

	.topbar .social-icon .fa {
		color:#d2d6da;
		opacity:0.9;
	}
	.topbar .social-icon > li > a:hover .fa {
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
		color:#D33C44;
		background-color:transparent;
	}

	/* Top bar Gray */
	.topbar.gray {
		background-color: #e8eaec;
		color:#666973;
	}
	.topbar.gray .social-icon .fa {
		color:#666973;
		opacity:0.9;
	}


	/* Cart items */
	.cart-items {
		color: #778;
		opacity:0.7;
		position:relative;
		top:2px;
		right:0;
	}


	@media (min-width:768px) {
		/* Menu Gray */
		.menu.menu-light .submenu,
		.menu.menu-light .megamenu {
			background-color: #ededee;
			color:#555557;
			box-shadow:0 2px 4px rgba(0,0,0,0.3);
		}
		/* Menu dark transparent */
		.menu.menu-dark-transparent .submenu,
		.menu.menu-dark-transparent .megamenu {
			background-color: rgba(41,44,49,0.9);
		}
	}




	/* Menu button trigger */
	#menu-trigger {
		position:fixed;
		top:12px;
		left:25px;
		z-index:99999;
		font-size:30px;
		color:white;
		padding:8px 5px 5px;
		border-radius:1px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	#menu-trigger.menu-close { 
		top:15px; left:15px;
		font-size:24px;
		background-color: transparent;
		padding:5px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}


	#menu-trigger.right { right:25px; left:auto; }
	#menu-trigger.right.menu-close { top:15px; right:15px; left:auto; }

	#menu-trigger.fullscreen-trigger.menu-close {
		font-size:38px;
		top:20px; left:20px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	#menu-trigger.fullscreen-trigger.right.menu-close {
		top:20px; right:20px; left:auto;
	}


	#menu-trigger:before { font-family: 'ElegantIcons'; content:"\61"; }
	#menu-trigger.menu-close:before { font-family: 'ElegantIcons'; content:"\4d"; }

	
	/* Vertical Menu */
	.vertical-menu-wrapper {
		width:320px;
		height:100%;
		position:fixed;
		top:0;
		z-index:-99;
		background-color: #292c31;
		padding:20px 30px;
		box-shadow:0 0 30px rgba(0,0,0,0.5);
		overflow-y: auto;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.vertical-menu-wrapper.on {
		z-index:999;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; 
	}

	.vertical-menu-wrapper.left { left: -350px; }
	.vertical-menu-wrapper.right { right:-350px; }

	.vertical-menu-wrapper.left.on { left:0; }
	.vertical-menu-wrapper.right.on { right:0; }


	.vertical-menu-wrapper .logo,
	.fullscreen-menu-wrapper .logo {
		background-position: center bottom;
		background-image:url("../images/logo-light.png");
	}
	.vertical-menu { margin-bottom:140px; }
	.vertical-menu .panel-body {
		padding:0 0 20px;
	}

	.vertical-menu-footer {
		position: fixed;
		bottom:0;
		width:300px;
		padding:40px 0 30px;
		text-align:center;
		background-color:inherit;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.vertical-menu-wrapper .vertical-menu-footer.on {
		-webkit-transition:all 0.3s ease-in-out 0.1s; transition:all 0.3s ease-in-out 0.1s; 
	}

	.vertical-menu-wrapper.left .vertical-menu-footer { left:-300px; padding-left:20px; }
	.vertical-menu-wrapper.right .vertical-menu-footer { right:-300px; padding-left:20px; margin-right:20px; }

	.vertical-menu-wrapper.left .vertical-menu-footer.on { left:0; }
	.vertical-menu-wrapper.right .vertical-menu-footer.on { right:0; }



	.vertical-menu .panel-title {
		font-family: 'Raleway', sans-serif;
		color:#d0d4d8;
		font-size:16px;
		text-transform: capitalize;
		text-align:center;
	}
	.vertical-menu .panel-title a { display:block; }
	.vertical-menu .panel-title:hover a,
	.vertical-menu .panel-title:focus a { color:#D33C44; }



	/* Vertical Menu Light */
	.vertical-menu-wrapper.light {
		background-color:#f1f1f2;
		color:#778;
	}
	.vertical-menu-wrapper.light .logo { background-image:url("../images/logo.png") !important; }
	.vertical-menu-wrapper.light .vertical-menu .panel-title { color:#667; }
	.vertical-menu-wrapper.light .copyright { color: #889; }
	.vertical-menu-wrapper.light .vertical-menu-list  { color:#667; }


	@media (max-width:767px) {
		.vertical-menu-wrapper { width:100%; }
		.vertical-menu-wrapper.left { left: -110%; }
		.vertical-menu-wrapper.right { right:-110%; }

		.vertical-menu-footer { width:100%; }
		.vertical-menu-wrapper.left .vertical-menu-footer { left:-110%; padding-left:0; }
		.vertical-menu-wrapper.right .vertical-menu-footer { right:-110%; padding-right:0; }
	}



	/* Full Screen Menu */

	.fullscreen-menu-wrapper {
		position:fixed;
		top:-100px; left:0; right:0; bottom:0;
		background-color:rgba(41,44,49,0.9);
		text-align:center;
		opacity:0;
		z-index:-99;
		padding:80px 0 0;
		overflow-y:auto;
		overflow-x:hidden;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.fullscreen-menu-wrapper.on {
		top:0;
		opacity:1;
		z-index:999;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.fullscreen-menu-wrapper .vertical-menu { margin-bottom: 80px; }
	.fullscreen-menu-wrapper .vertical-menu .panel-title {
		font-size:17px;
		letter-spacing: 1px;
	}
	.fullscreen-menu-wrapper .vertical-menu-list { font-size: 14px; }

	.fullscreen-menu-wrapper .vertical-menu-list > li > a { display:inline-block; }


	/* Top menu wrapper */
	.top-menu-wrapper {
		position: fixed;
		top:-100%; left:0; right:0;
		width:100%;
		opacity:0;
		background-color:rgba(41,44,49,0.9);
		padding:60px 0 40px;
		z-index:-99;
		box-shadow:0 0 30px rgba(0,0,0,0.5);
		overflow-y:auto;
		overflow-x:hidden;
		-webkit-transition:all 0.6s ease-out; transition:all 0.6s ease-out;
	}
	.top-menu-wrapper.on {
		top:0;
		opacity:1;
		z-index:999;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	@media (max-width:991px) {
		.top-menu-wrapper {
			position: absolute;
		}
	}



/* *********************	Sliders		********************* */

	/* Revolution Slider */
	.tp-banner-container {
		width:100%;
		position:relative;
		padding:0;
	}
	.tp-banner {
		width:100%;
		position:relative;
	}

	.fullcoveredvideo .tp-video-play-button {
		display: block !important;
		z-index:9;
	}



	/* Slider Titles */
	.title-slider-large {
		font-family: 'Raleway', sans-serif;
		font-size:44px;
		line-height:54px;
		font-weight: 700;
		color:#e2e3e4;
		letter-spacing: 1px;
	}
	.title-slider-large.uppercased {
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.title-slider-large.bordered {
		border:5px solid #e2e3e4;
		padding:10px 20px;
	}
	.title-slider-large.br-top-bottom {
		border-top:3px solid #e2e3e4;
		border-bottom:3px solid #e2e3e4;
		padding:15px 0;
	}
	.title-slider-large.dark,
	.title-slider-medium.dark,
	.title-slider-small.dark {
		color:#303336;
		border-color:#303336;
	}

	.title-slider-medium {
		font-family: 'Raleway', sans-serif;
		font-size:23px;
		line-height:32px;
		font-weight: 700;
		color:#e2e3e4;
		letter-spacing: 1px;
	}
	.title-slider-medium.uppercased {
		font-size:22px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.title-slider-small {
		font-family: 'Raleway', sans-serif;
		font-size:15px;
		line-height:26px;
		font-weight: 700;
		letter-spacing: 1px;
		color:#e2e3e4;
	}
	.title-slider-small.uppercased {
		font-size:13px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	@media (max-width:991px) {
		.title-slider-large { font-size:30px; line-height:34px;}
		.tp-caption { padding:0 30px; }
	}
	@media (max-width:767px) {
		.title-slider-large { 
			font-size:24px; 
			line-height:30px;
			padding:0 15px;
		}
		.tp-caption .title-slider-small,
		.tp-caption .btn-slider { display:none; }

		.tp-caption .br-bottom:after,
		.tp-caption .br-bottom-center:after {
			border-top:none;
		}

		.tp-caption { padding:0 20px; }
	}


	/* Slider Buttons */
	.btn-slider	{
		padding:15px 25px;
		border:2px solid #e2e3e4;
		border-radius:25px;
		color:#e2e3e4;
		background-color: transparent;
		font-family:"Raleway",sans-serif;
		font-size:13px;
		font-weight:700;
		letter-spacing: 1px;
		text-transform: uppercase;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.btn-slider:hover, .btn-slider:focus, .btn-slider:active {
		background-color: #D33C44;
		border-color:#D33C44;
		color:#e2e3e4;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}


	.btn-slider.reversed {
		background-color:#D33C44;
		border-color:#D33C44;
	}
	.btn-slider.reversed:hover, .btn-slider.reversed:focus, .btn-slider.reversed:active {
		background-color: transparent;
		border-color:#e2e3e4;
		color:#e2e3e4;
	}

	.tp-caption .btn-slider,
	.tp-caption .btn-slider:hover,
	.tp-caption .btn-slider:focus,
	.tp-caption .btn-slider:active {
		color:#e2e3e4;
	}



/* *********************	Page Breadcrums 	********************* */

	.page-breadcrumbs-wrapper {
		position:relative;
		top:-31px;
		margin-bottom:-38px;
	}
	.page-breadcrumbs {
		width:auto;
		border-top-left-radius:2px;
		border-top-right-radius:2px;
		background-color:#fff;
		padding:7px 17px;
		font-size:11px;
		font-weight:600;
		color:#889;
		text-transform: uppercase;
	}
	.page-breadcrumbs a {
		color: #363637;
	    padding: 14px;
	    font-size: 14px;
	    text-transform: capitalize;
	    letter-spacing: 0.05em;
	    font-weight: 500;
	}
	.page-breadcrumbs a:hover,
	.page-breadcrumbs a:focus,
	.page-breadcrumbs a:active,
	.page-breadcrumbs a.active {
		color:#d33c44;
	}
	.page-breadcrumbs .separator {
		margin:0 8px;
	}

	.page-breadcrumbs-wrapper.pb2 { 
		top:-90px;
		margin-bottom:-45px;
	}
	.page-breadcrumbs-wrapper.pb2 .page-breadcrumbs { 
		border-radius:2px; 
		padding:9px 14px; 
		box-shadow:3px 3px 10px rgba(0,0,0,0.5); 
	}

	/* Page breadcrumbs withouth background */
	.page-breadcrumbs-wrapper.pb-without-bg {
		top:-50px;
		margin-bottom:-45px;
	}
	.page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs {
		background-color:transparent;
		color:#d0d3d5;
	}
	.page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a {
		color:#d0d3d5;
	}
	.page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a:hover,
	.page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a:focus,
	.page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a:active,
	.page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a.active {
		color:#e5e8ea;
	}


	/* Page Navigations tabs */
	.page-nav-tabs-wrapper {
		position:relative;
		top:-41px;
		margin-bottom:-41px;
	}
	.page-nav-tabs {
		width:auto;
		border-top-left-radius:2px;
		border-top-right-radius:2px;
		background-color:#f5f5f5;
		padding:8px 14px 6px;
	}

	.page-nav-tabs .nav-tabs > li > a {
		font-size:13px;
		border: none;
		border-radius: 0;
		color: #606468;
		padding:5px 16px;
	}

	.page-nav-tabs .nav-tabs > li.active > a, 
	.page-nav-tabs .nav-tabs > li.active > a:hover, 
	.page-nav-tabs .nav-tabs > li.active > a:focus, 
	.page-nav-tabs .nav-tabs > li > a:hover, 
	.page-nav-tabs .nav-tabs > li > a:focus {
		color: #D33C44;
		background-color: transparent;
		border: none;
		border-bottom-color: transparent;
	}

	@media (max-width:767px) {
		.page-nav-tabs {
			border-radius: 4px;
			background-color: #fff;
			border: 1px solid #ddd;
			box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
			padding: 8px 14px 6px;
		}
		.page-nav-tabs .nav-tabs > li {
			padding:4px 0;
		}
	}



/* *********************	Sections	********************* */


	.section { padding:100px 0; }
	.section-bg { 
		padding:50px 0; 
		margin:40px 0; 
		position:relative; 
	} 
	.section-page { padding:75px 0 60px; } 
	.section-boxed { padding:40px 30px; } 
	.section-boxed-2 { padding: 40px 50px; }
	.section-large { padding:70px 0; }
	.section-larger { padding:90px 0; }

	.section-fullwidth { padding-left:15px; padding-right:15px; }

	@media (min-width:768px) {
		.section-fullheight { height:100%; }
	}
	
	.section-main { background-color: #D33C44; }
	.section-gray { background-color: #eaeaea; }
	.section-dark { background-color:#303236; }
	.section-white { background-color: #f5f5f5; }



	/* Intro Section */
	.section-intro {
		position:relative;
		padding:220px 0 160px;
	}
	.section-intro-2 { 
		position: relative;
		padding:160px 0;
	}
	.section-intro.intro-small { padding:160px 0 100px; }


	@media (max-width:991px) {
		.section-intro { padding: 120px 0 110px; }
	}

	@media (max-width:767px) {
		.section-intro-2 { padding: 100px 0; }
	}


	/* Caption overlay */
	@media (min-width:768px) {
		.section-caption {
			position: absolute;
			top:50%; left:0;
			-webkit-transform:translateY(-50%); transform:translateY(-50%);
			width:100%;
		}
	}


	/* Intro Title */
	.intro-title {
		font-size:32px;
		font-weight: 400;
		color:#eaecf1;
		margin-bottom:20px;
		line-height:36px;
		letter-spacing: 1px;
		font-family: 'Raleway', sans-serif;
		opacity:0.9;
	}
	.intro-title::after {
		content:"";
		display:block;
		width:42px;
		height:2px;
		background-color:#D33C44;
		margin:12px 0 14px;
	}
	.intro-title.intro-title-br0::after {
		content:"";
		display:none;
	}
	.intro-title.shadow {
		text-shadow: 0 4px 14px rgba(0,0,0,0.5);
	}


	/* Intro title small */
	.intro-title.intro-title-small { font-size:23px; line-height:28px;}


	/* Intro Paragraph */
	.intro-p {
		color:#eaecf1;
		font-size:13px;
		margin-bottom: 0;
		font-family: 'Raleway', sans-serif;
		opacity:0.9;
	}



/* *********************	Boxes	********************* */


	@media (max-width:767px) {
		.xs-box { padding-bottom:30px !important; }
		.xs-box2 { padding-bottom:40px !important; }
		.xs-box3 { padding-bottom: 50px !important; }
	}

	@media (max-width:991px) {
		.sm-box { padding-bottom:30px !important; }
		.sm-box2 { padding-bottom:40px !important; }
		.sm-box3 { padding-bottom: 50px !important; }
	}


	/* Column paddings */
	.row.col-p0 { margin-left:0; margin-right:0; }
	.row.col-p0 [class*="col-"] { padding:0; }

	@media (min-width:768px) {
		.row.col-p5 { margin-left:-5px; margin-right:-5px; }
		.row.col-p5 [class*="col-"] { padding:0 5px; }

		.row.col-p10 { margin-left:-10px; margin-right:-10px; }
		.row.col-p10 [class*="col-"] { padding:0 10px; }

		.row.col-p15 { margin-left:-15px; margin-right:-15px; }
		.row.col-p15 [class*="col-"] { padding:0 15px; }

		.row.col-p20 { margin-left:-20px; margin-right:-20px; }
		.row.col-p20 [class*="col-"] { padding:0 20px; }

		.row.col-p30 { margin-left:-30px; margin-right:-30px; }
		.row.col-p30 [class*="col-"] { padding:0 30px; }

		.row .col-p0 { padding-left:0; padding-right:0; }
	}





	/* Box Services Style 1 */
	.box-services-a .fa.fa-bg {
		background-color: #d33c44;
		color:#fff;
		margin-right: 10px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.box-services-a .title-small { margin-bottom: 10px; }
	.box-services-a:hover .fa.fa-bg {
		background-color: #363637;
		box-shadow: inset 2px 1px 8px rgba(0,0,0,.6);
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.box-services-a:hover .title-small {
		color:#D33C44;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}


	/* Box left and right */
	.box-left { display:block; float:left; text-align:center;}
	.box-left img { width:60px; height:60px; margin-top:10px; }

	.box-right { margin-left:85px; }

	.box-right .title-small { 
		margin-bottom:8px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	/* Box services Style 2 */
	.box-services-b:hover .title-small {
		color:#D33C44;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.link-read-more {
		opacity:0;
		color:#99a;
		font-size:12px;
		margin-left:30px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.box-services-a .title-uppercased .link-read-more {
		text-transform: lowercase;
		color:#363637;
	}

	.box-services-b:hover .link-read-more,
	.box-services-a:hover .link-read-more,
	.box-services-d:hover .link-read-more,
	.box-services-f:hover .link-read-more {
		opacity:1;
		margin-left:15px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.box-services-d:hover .social-icon a { margin-left:0; }
	
	.box-services-b .link-read-more:hover,
	.box-services-a .link-read-more:hover,
	.box-services-b .link-read-more:focus,
	.box-services-a .link-read-more:focus {
		color:#D33C44;
	}

	@media (max-width:991px) {
		.link-read-more {
			opacity:1;
			margin-left:15px;
		}
	}

	@media (max-width: 767px) {
		.link-read-more {
			display:block;
			opacity:1;
			margin-left: 0;
			margin-top:10px;
		}
	}


	.box-services-b .box-left .fa-style1,
	.box-services-c .fa-style1 {
		font-size: 30px;
		width:60px;
		height:60px;
		background-color:#363637;
		color:#fff;
		border-radius:4px;
		margin-top:10px;
		padding-top:15px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.box-services-b:hover .box-left .fa-style1,
	.box-services-c:hover .fa-style1 {
		box-shadow: inset 2px 1px 8px rgba(0,0,0,.6);
		background-color:#D33C44;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.box-services-b .box-left .fa-style2,
	.box-services-c .fa-style2 {
		font-size: 45px;
		margin:15px 0 0 12px;
		color:#D33C44;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.box-services-b:hover .box-left .fa-style2,
	.box-services-c:hover .fa-style2 {
		color:#363637;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}



	.box-services-b .box-left .fa-style3,
	.box-services-c .fa-style3 {
		font-size: 28px;
		width:60px;
		height:60px;
		background-color:#D33C44;
		color:#fff;
		border-radius:50%;
		margin-top:10px;
		padding-top:15px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.box-services-b:hover .box-left .fa-style3,
	.box-services-c:hover .fa-style3 {
		background-color:#363637;
		-webkit-transition:all 0.2s ease-out; transition:all 0.2s ease-out;
	}


	.box-services-b .fa-style4,
	.box-services-c .fa-style4 {
		margin-bottom: 20px;
		font-size:4em;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.box-services-b:hover .fa-style4,
	.box-services-c:hover .fa-style4 {
		color:#D33C44;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}


	.box-services-a .fa-style5 {
		margin-right:10px;
		font-size:22px;
		padding-top:5px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.box-services-a:hover .fa-style5 {
		color:#D33C44;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}



	.box-services-b .box-left .fa.circle,
	.box-services-c .fa.circle { 
		border-radius:50%; 
		font-size:26px;
		padding-top: 17px;
	}

	/* Box-services style 3 */
	.box-services-c {
		text-align:center;
	}
	.box-services-c .fa {
		margin-bottom:15px;
	}

	/* Box Services style 4 */
	.box-services-d {
		position: relative;
		padding:0 30px 57px;
		color:#dedee3;
	}

	.box-services-d .bg-overlay { opacity:0.6; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
	.box-services-d:hover .bg-overlay { opacity:0.5; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }

	.box-services-d.box-services-team { padding:60px 40px 30px; }

	.box-services-d.box-services-team .bg-overlay { opacity:0.7; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
	.box-services-d.box-services-team:hover .bg-overlay { opacity:0.6; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }

	.box-services-d .title-uppercased,
	.box-services-d .title-medium {
		font-size:15px;
		color:#fff;
		margin-bottom:20px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.box-services-d:hover .title-uppercased,
	.box-services-d:hover .title-medium {
		color:#D33C44;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.box-service-d .title-medium { font-size:22px; }
	.box-services-d .title-medium .link-read-more { font-size: 11px; }

	.box-services-d .link-read-more {
		color: #bdbdb5;
	    text-transform: lowercase;
	    font-size: 15px;
	    vertical-align: 6px;
	    font-weight: 400;
	    letter-spacing: 0.04em;
	}
	.box-services-d .link-read-more:hover,
	.box-services-d .link-read-more:focus {
		color:#3085AE;
	}

	.vta-1 .link-read-more {
	    vertical-align: 1px;
	}


	/* Box services style 5 */
	.box-services-e {
		background-color:#D33C44;
		position: relative;
		color:#ffffff;
	}

	.box-services-e.dark { background-color: #363637; }
	.box-services-e.orange { background-color: #d18b21; }
	.box-services-e.blue { background-color: #2f85ae; }
	.box-services-e.yellow { background-color: #fcc813; }
	.box-services-e.green { background-color: #1e969f; }
	.box-services-e.transparent { background-color: transparent; }
	.box-services-e.gray { background-color: #bdbdb5; }

	.color-dark-cake {
		color: #363637 !important;
	}

	.box-padding-d {
		padding: 20px 30px 57px;
	}



	.box-services-e .fa {
		font-size: 100px;
		position: absolute;
		bottom: -50px;
		right: -30px;
		opacity: 0.15;
    	color: #ffffff;
	}
	.box-services-d.box-services-e .title-uppercased {
		margin-bottom:15px;
	}
	.box-services-d.box-services-e:hover .title-uppercased,
	.box-services-d.box-services-e:hover .title-medium {
		color:#d2d2d9;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.box-services-d.box-services-e .link-read-more:hover,
	.box-services-d.box-services-e .link-read-more:focus {
		color:#dedee3;
		opacity:0.5;
	}

	.box-services-d.box-services-e .bg-overlay { opacity:0.4; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
	.box-services-d.box-services-e:hover .bg-overlay { opacity:0.3; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }


	/* Box services style 6 */
	.box-services-f .content { margin: 0 5px; }
	.box-services-f .link-read-more {
		color:#889;
		text-transform: lowercase;
		font-size:13px;
	}
	.box-services-f .link-read-more:hover,
	.box-services-f .link-read-more:focus {
		color:#D33C44;
	}

	.box-services-f .content { 
		padding-bottom:15px;
		border-bottom:2px solid transparent;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.box-services-f:hover .content {
		padding-bottom:2px;
		border-bottom:2px solid #ccccd3;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}


	/* Border box */
	@media (min-width:768px) {
		.br-box {
			border-right:1px solid #99a2a2;
			padding-top:30px;
			padding-bottom:10px;
		}
		.br-box.last { border-right:none; }
	}



/* *********************	Titles	********************* */

	.title-small {
		font-family: 'Raleway', sans-serif;
		margin:0 0 15px;
		font-size: 17px;
		color: #363637;
	}
	.title-small-a { font-size:16px; }


	.title-large {
		font-family: 'Raleway', sans-serif;
		font-size:28px;
		color:#556;
		margin:0 0 40px;
		line-height: 32px;
		letter-spacing: 1px
	}
	.title-large.title-larger {
		font-size:32px;
		line-height:36px;
	}

	.title-medium {
		font-family: 'Raleway', sans-serif;
		font-size:23px;
		color:#556;
		margin:0 0 20px;
		line-height: 28px;
		letter-spacing: 1px
	}
	.title-medium.small {
		font-size:19px;
	}

	.title-uppercased {
		text-transform: uppercase;
		font-size:18px;
		font-weight: 600;
		letter-spacing:1px;
		color:#363637;
		margin-bottom:15px;
	}
	.title-uppercased.small {
		font-size:16px;
	}

	/* Title shadows */
	.title-shadow-a {
		text-shadow: 2px 2px 6px rgba(10,10,15,0.2);
	}
	.title-shadow-b {
		text-shadow: 4px 4px 10px rgba(0,0,0,0.4);
	}


	/* Paragraphs */
	.p-lead {
		font-size:15px;
		font-weight: 600;
	}
	.p-lead-b {
		font-size:15px;
		line-height:28px;
		font-weight:600;
		color:#99a;
	}
	.p-large {
		font-size:17px;
	}



	.title-border {
		margin-bottom: 40px;
	    padding: 0 0 5px;
	    border-bottom: 2px solid #e1e1e1;
	    position: relative;
	    font-size: 24px;
	    color: #363637;
	    font-weight: 300;
	    letter-spacing: 0.01em;
	}
	.title-border:after {
		width: 50px;
		height: 2px;
		display: block;
		content: '';
		background-color: rgba(181, 67, 33, 0);
		position: absolute;
		bottom: -2px;
		left:0%;
	}


/* *********************	Misc Sections	********************* */
/* Stats, Features, Team, Plans, Testimonials, Contact etc */



	/* Team Section */
	.team-section .portfolio-text-content {
		padding:18px 10px 35px;
		text-align:left;
	}
	.team-section .view { border-radius:3px; }
	.team-section .view .mask { background-color: rgba(45,45,50,0.8); }

	.team-section .portfolio-text-title {
		font-size:17px;
		margin-bottom:0;
	}
	 .team-section .project-title > a {
	 	color:inherit;
	 }
	 .team-section .project-title > a:hover {
	 	color:#D33C44;
	 }


	.team-section-2 .portfolio-el,
	.team-section-3 .portfolio-el { margin:0 0 30px; }

	.team-section-2 .view .mask { padding:35px;}

	.team-section-2 .view .project-title { margin-bottom:5px; }

	.team-section-2 .social-icon.simple .fa { color:#e1e1e5; }
	.team-section-2 .social-icon.simple > li > a:hover .fa { color:#D33C44; }


	.team-section-fullwidth .portfolio-el { margin: 0 !important; }
	.team-section-fullwidth .view { border-radius:0 !important; }

	@media (max-width:991px) {
		.owl-carousel.sm-owl-cursor:before {
			content:"";
			position: absolute;
			top:5px; left:15px;
			width:32px; height:32px;
			background: url("../images/cursor_move.png") right top no-repeat;
			z-index:999;
		}
		.sm-cursor {
			width:32px; height:32px;
			background: url("../images/cursor_move.png") right top no-repeat;
		}
	}



	/* Stats Section */
	.stats-timer {
		color: #888894;
		font-size: 40px;
		margin-bottom: 20px;
		font-weight: 400;
		font-family: 'Raleway', sans-serif;
	}
	.stats-content h3 {
		margin-bottom:0; 
		font-size:16px;
		color:#778;
		font-family: 'Raleway', sans-serif;
	}

	.stats-content {
		padding:40px 20px;
		text-align:center;
		position:relative;
	}
	.stats-content .fa {
		position:absolute;
		bottom:40px;
		right:50px;
		opacity:0.3;
		color:#99a;
		font-size:60px;
	}

	@media (max-width:991px) {
		.stats-content .fa {
			position: absolute;
			bottom: auto;
			top: 40px;
			right: 20px;
			opacity: 0.1;
		}
	}

	/* Testimonials section */
	.section-testimonials {
		position:relative;
	}
	.section-testimonials .fa {
		position: absolute;
		right: 40px;
		top: 0;
		font-size: 140px;
		color: #aaaab8;
		opacity: 0.2;
	}
	@media (max-width:767px) {
		.section-testimonials .fa {
			right: 0; bottom: 0; top:auto;
		}
	}
	.section-testimonials blockquote {
		text-align: center;
		padding: 0 40px;
		margin: 0;
		font-size: 17px;
		border-left: 0;
		line-height: 30px;
		color: #889;
		font-style: italic;
	}
	.section-testimonials blockquote p { margin-bottom: 30px; }
	.section-testimonials blockquote h5 {
		margin:0;
		font-family: 'Raleway', sans-serif;
		font-size:14px;
		color:#778;
		font-style:normal;
	}
	.section-testimonials blockquote span {
		font-family: 'Raleway', sans-serif;
		font-size:12px;
		color:#D33C44;
		margin-left:15px;
		font-style:normal;
	}

	.section-testimonials blockquote footer:before,
	.section-testimonials blockquote small:before,
	.section-testimonials blockquote .small:before { content:""; }

	.section-testimonials .owl-portfolio .owl-controls { display:none !important; }

	.section-testimonials.testimonials-bg blockquote { color:#e2e3e6; opacity:1; }
	.section-testimonials.testimonials-bg blockquote h5 { color:#e2e3e6; opacity:0.95; }
	.section-testimonials.testimonials-bg .fa { color:#d0d4d8; opacity:0.4; }
	.section-testimonials.testimonials-bg blockquote span { color:#e2e3e6; }



	/* Clients */
	.client {
		position:relative;
		width:100%;
		height:160px;
	}
	.c-img {
		position:absolute;
		right:0;
		left:0;
		opacity:0;
		-webkit-transition:all 0.7s ease-out; transition:all 0.7s ease-out;
	}
	.c-img.on {
		opacity:0.8;
		-webkit-transition:all 0.7s ease-out; transition:all 0.7s ease-out;
	}



	/* Plans Section */
	.plan {
		z-index:1;
		text-align: center;
		border-top:2px solid #D33C44;
	}
	@media (max-width:767px) {
		.plan {
			margin-bottom:30px !important;
			margin-top:0 !important;
		}
	}

	.plans-b .plan { margin-top: 0 !important; }

	.plan-basic { margin-top:62px; }
	.plan-professional { margin-top: 0; }
	.plan-enterprise { margin-top:62px; }

	.plan-header {
		padding: 30px 30px 25px;
		background-color: #323239;
	}
	.plan-price {
		font-family: 'Raleway', sans-serif;
		font-size: 55px;
		color: #D33C44;
		margin-bottom: 20px;
		-webkit-font-feature-settings: "tnum" 1, "lnum" 1, "kern" 1;
    	font-feature-settings: "tnum" 1, "lnum" 1, "kern" 1;
	}
	.plan-title {
		font-family: 'Raleway', sans-serif;
		margin-bottom: 0;
		font-size:19px;
		color:#bdbdb5;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-shadow:3px 3px 9px rgba(0,0,0,0.2);
	}
	.plan-features {
		list-style:none;
		margin:0;
		padding:40px 20px 20px;
		line-height: 27px;
	}
	.plan-features > li {
		margin-bottom:15px;
		font-size:15px;
	}

	.plan-feature-off {
		text-decoration: line-through;
		color: #bdbdb5;
	}
	.plan-popular {
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #bdbdb5;
		margin-bottom:36px;
	}
	.plan-curency {
		vertical-align: super;
		font-size: 25px;
	}
	.plan-period {
		font-family: 'Raleway', sans-serif;
		font-size: 12px;
		color:#d4d4d9;
	}
	.plan-register a {
		display: block;
		padding: 15px 30px;
		background-color: #323239;
		color: #bdbdb5;
		text-transform: uppercase;
		font-size: 15px;
		font-family: 'Raleway', sans-serif;
		letter-spacing: 2px;
		text-shadow:3px 3px 9px rgba(0,0,0,0.2);
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.plan-register a:hover,
	.plan-register a:focus {
		color:#fff;
		background-color:#D33C44;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}



/* *********************	Portfolio	********************* */


	/* Portfolio filter */
	.portfolio-filter-wrapper {
		position:relative;
		top:-41px;
		margin-bottom:-41px;
	}
	.portfolio-filter {
		width:auto;
		border-top-left-radius:2px;
		border-top-right-radius:2px;
		background-color:#fff;
		padding:9px 12px 6px;
	}
	.portfolio-filter.pf2 { 
		background-color: transparent;
		padding:5px 0 0;
	}
	.portfolio-filter > ul {
		margin: 0;
		padding:0;
		list-style: none;
	}
	.portfolio-filter li {
		display:inline-block;
		padding:0 10px;
	}
	.portfolio-filter li > a {
		font-size:14px;
		font-weight:400;
		color:#363637;
		letter-spacing: 0.05em;
		text-transform: capitalize;
		border:none;
		background:none;
		-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
	}

	.portfolio-filter li a:hover,
	.portfolio-filter li a:focus,
	.portfolio-filter li a:active,
	.portfolio-filter li a.active {
		color:#D33C44;
		-webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
	}

	.portfolio-filter-wrapper.pfw2 { 
		top:-90px;
		margin-bottom:-45px;
	}
	.portfolio-filter-wrapper.pfw2 .portfolio-filter { 
		border-radius:2px; 
		padding:9px 12px; 
		box-shadow:3px 3px 10px rgba(0,0,0,0.5); 
	}



	/* Portfolio Container */
	.portfolio {
		overflow: visible !important;
		margin: 0 auto;
		position: relative;
	}
	.portfolio img { width:100%; height:auto; }


	/* Portfolio Item */
	.portfolio-el {
		margin:0 0 10px;
		overflow: hidden;
		position: relative;
		padding: 0;
	}


	/* Portfolio Hover effects */
	.view {
		overflow: hidden;
		position: relative;
		width:100%;
		height:100%;
	}
	.view .mask {
	    position: absolute;
	    overflow: hidden;
	    display:block;
	    top: 0;
	    bottom:0;
	    left: 0;
	    right:0;
	    background-color: rgba(35,35,45,0.8);
	    padding:25px;
	    opacity: 0;
	    -webkit-transition: all 0.3s ease-in 0.4s; transition: all 0.3s ease-in 0.4s;
	}
	.view:hover .mask,
	.view:focus .mask {
	   opacity: 1;
	   -webkit-transition-delay: 0s; transition-delay: 0s;
	}

	/* Image */
	.view img {
	    display: block;
	 	position: relative;
		-webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
	}

	/* Title */
	.view .project-title {
		font-family: 'Raleway', sans-serif;
	   	color: #dedee4;
	   	position: relative;
	   	font-size: 20px;
	   	font-weight:400;
	   	opacity: 0;
	   	margin-bottom:15px;
	    -webkit-transform: scale(3); -ms-transform: scale(3); transform: scale(3);
	    -webkit-transition: all 0.3s ease-in-out 0.1s; transition: all 0.3s ease-in-out 0.1s;
	}
	.view:hover .project-title, 
	.view:focus .project-title {
	   opacity: 1;
	   -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
	   -webkit-transition-delay: 0.1s; transition-delay: 0.1s;
	}

	/* Text */
	.view .text {
	    font-size: 12px;
	    position: relative;
	    color: #dedee4;
	    font-family: 'Raleway', sans-serif;
	    opacity: 0;
	    margin-bottom: 0;
	    -webkit-transform: scale(3); -ms-transform: scale(3); transform: scale(3);
	    -webkit-transition: all 0.3s linear; transition: all 0.3s linear;
	}
	.view:hover .text, 
	.view:focus .text {
	   opacity: 1;
	   -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
	   -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
	}

	/* Date */
	.view .date {
	    font-size: 10px;
	    text-transform: uppercase;
	    position: relative;
	    color: #dedee4;
	    font-family: 'Raleway', sans-serif;
	    opacity: 0;
	    position:absolute;
	    bottom:15px;
	    right:25px;
	    margin-bottom:0;
	    -webkit-transform: scale(3); -ms-transform: scale(3); transform: scale(3);
	    -webkit-transition: all 0.3s linear; transition: all 0.3s linear;
	}
	.view:hover .date, 
	.view:focus .date {
	   opacity: 1;
	   -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
	   -webkit-transition-delay: 0.1s; transition-delay: 0.1s;
	}

	/* Portfolio align middle */
	.portfolio-middle {
		position:absolute;
		top:50%;
		-ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%);
	}

	/* Portfolio no animations */
	.portfolio-animation-off .view .project-title,
	.portfolio-animation-off .view .date,
	.portfolio-animation-off .view .text {
		opacity: 1;
	    -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
	}
	.portfolio-animation-off .view .mask,
	.portfolio-text .view .mask {
	    -webkit-transition-delay: 0s; transition-delay: 0s;
	}


	/* Portfolio center */
	.portfolio-center .portfolio-middle {
		text-align: center;
		width:100%;
	}
	.portfolio-center .view .mask { padding:0; }
	.portfolio-center .view .project-title { margin-bottom:7px; }



	/* Portfolio Text */
	.portfolio-text .mask .fa {
		padding:20px;
		color: #dedee4;
		background-color:rgba(0,0,0,0.3);
		border-radius:50%;
		-webkit-transition: all 0.3s linear; transition: all 0.3s linear;
	}
	.portfolio-text .mask .fa:hover {
		-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
	    background-color:#D33C44;
	    box-shadow:2px 4px 20px rgba(0,0,0,0.8);
	}
	.portfolio-text-content {
		padding:18px 10px 25px;
		text-align:center;
	}
	.portfolio-text-title {
		font-family: 'Raleway', sans-serif;
	   	color: #556;
	   	font-size: 19px;
	   	font-weight:400;
	   	margin-bottom:5px;
	}
	.portfolio-text-p {
		font-size: 12px;
	    color: #667;
	    font-family: 'Raleway', sans-serif;
	    margin-bottom: 0;
	    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
	}
	.portfolio-text .portfolio-el:hover .portfolio-text-p {
		color:#D33C44;
		-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
	}



	/* Porrtfolio columns */
	.portfolio.columns-2 .mask { padding:40px; }
	.portfolio.columns-2 .view .date {
		bottom:30px;
	    right:40px;
	}
	.portfolio-fullwidth .portfolio-el,
	.portfolio-boxed .portfolio-el { margin-bottom:0; }




	/* Project Portfolio */
	.project-title {
		color: #556;
		font-family: 'Raleway', sans-serif;
		margin-bottom: 10px;
		font-size: 23px;
		letter-spacing: 0.5px;
	}
	.project-image img { border-radius:1px; }

	/* Project details list */
	.project-details { list-style: none; padding: 0; margin: 0; }

	.project-details li { margin-bottom:15px; }
	.project-details li:last-child { margin-bottom:0; }

	.project-details li span {
		margin-right:10px;
		font-weight: 700;
	}
	.project-details li .fa {
		margin-right: 10px;
		color:#D33C44;
	}

	.portfolio-project-wide {
		position: relative;
	}
	.portfolio-project-wide img {
		width:100%;
		height:600px;
	}

	/* Portfolio and blog Carousel */
	.owl-portfolio .owl-controls {
		position: absolute;
		bottom: 10px;
		left: 50%;
		-ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); transform:translateX(-50%);
	}
	.owl-portfolio .owl-el,
	.owl-carousel .owl-el {
		cursor:move;
		cursor:url("../images/cursor_move.png") 40 40, move;
	}


		

/* *********************	Blog	********************* */

	/* Blog Section */
	.blog-item {
		margin: 0 0 30px;
		background-color: #f9f9fa;
		text-align:left;
		border-radius:1px;
		overflow: hidden;
	}
	.blog-item .blog-caption {
		padding: 17px 15px 15px;
	}
	.blog-item img {
		width:100%;
		height: auto;
	}
	.blog-item .post-title {
		font-family: 'Raleway', sans-serif;
		margin-bottom: 0;
		font-size: 19px;
		color: #556;
		font-weight: 400;
	}

	/* Sub Post title */
	.blog-item .sub-post-title {
		margin:0 0 15px;
	}
	.blog-item .sub-post-title span,
	.blog-item .sub-post-title a {
		font-size:13px;
		color:#667;
	}
	.blog-item .sub-post-title a:hover {
		color:#D33C44;
	}
	.blog-item .sub-post-title .separator {
		margin:0 10px;
	}

	.blog-item .blog-image iframe { margin-bottom:-7px; }

	/* Read more */
	.read-more {
		font-family: 'Raleway', sans-serif;
		font-size:10px;
		color:#D33C44;
		text-transform:uppercase;
		-webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;
	}
	.read-more:hover {
		color:#445;
	}
	.post-format {
		font-size:20px;
		color:#99a;
		opacity:0.8;
		-webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;
	}
	.blog-item:hover .post-format {
		color:#556;
		opacity:1;
		-webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;
	}




	.blog-list .blog-item .blog-caption {
		padding: 17px 20px 15px; 
	}
	.blog-list .blog-item { margin:0 0 40px;}


	.blog-item .media .author-img {
		width:140px;
		height:140px;
	}
	.blog-item .media .blog-author {
		font-family: 'Raleway', sans-serif;
		font-size:15px;
		color:#667;
	}
	.blog-item .media .blog-author:after {
		content:"";
		display:block;
		width:30px;
		height:2px;
		background-color:#D33C44;
		margin:6px 0 14px;
	}

	/* Blog full post */
	.blog-post-title {
		font-family: 'Raleway', sans-serif;
		font-size:18px;
		margin-bottom:20px;
		color:#556;
	}
	.blog-post-lead {
		font-size:14px;
		color:#667;
		line-height:28px;
		margin-bottom:50px;
		font-family: 'Raleway', sans-serif;
	}
	.blog-post-image {
		position:relative;
		border-radius:1px;
		overflow:hidden;
	}
	.blog-image-source {
		position: absolute;
		bottom:0;
		left:0;
		width:100%;
		background-color:rgba(20,20,20,0.7);
		padding:5px 15px;
		color:#e8e8e8;
	}
	.blog-post-content {
		margin-bottom:80px;
	}


	@media (max-width:767px) {
		.author-post-social {
			margin-top:10px;
			float:left !important;
		}
	}



	/* Search form */
	.search-form {
	    position: relative;
	    top: -1px;
	    margin-bottom: -42px;
	    background-color: transparent;
	}
	.search-form .input-search {
		width: 250px;
		height: 42px;
		background-color: #f5f5f5;
		color: #778;
		padding: 6px 20px 4px;
		border: none;
		box-shadow: none;
		border-top-left-radius:2px;
		border-top-right-radius:2px;
	}

	.search-form .input-search:hover,
	.search-form .input-search:focus,
	.search-form .input-search:active {
		box-shadow:none;
		border:none;
		outline:0;
		color:#667;
	}

	@media (max-width:767px) {
		.search-form .pull-right {
			float:none !important;
		}
		.page-breadcrumbs-wrapper .pull-right,
		.portfolio-filter-wrapper .pull-right {
			float: left !important;
		}
	}


	/* Blog Intro Share icons */
	.intro-share {
		margin-left:-7px !important;
	}
	.intro-share > li .fa {
		font-size:17px;
		color:#e8eaf4;
		opacity:0.8;
		padding-top:5px;
	}
	.intro-share > li > a:hover .fa {
		background-color: transparent;
		color:#fff;
		opacity: 1;
	}



/* *********************	Sidebar		********************* */

	/* Sidebar */

	@media (max-width: 767px) {
		.sidebar { margin-top: 60px; }
		.sidebar-nav { margin-bottom: 60px; }
	}

	@media (min-width:768px) {
		.space-right { padding-right: 25px; }
		.space-left { padding-left: 25px; }
	}

	@media (max-width:991px) {
		.sidebar-blog-post { margin-top:60px; }
		.page-sidebars { margin-bottom: 50px; padding:0;}
	}

	/* Sidebars */
	.page-sidebars { padding:0 25px; }

	.sidebar-widget {
		margin-bottom: 40px;
		position: relative;
	}

	@media (max-width:767px) {
		.sidebar-widget:last-child { margin-bottom: 10px; }
	}

	.sidebar-widget .sidebar-title {
		margin: 0 0 20px;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		color:#556;
	}
	.sidebar-widget .tab-content { padding:25px 0 0 !important; }



	/* Sidebar Tags*/
	.tags a {
		display: inline-block;
		padding:0 10px 5px 0;
		font-family: 'Raleway', sans-serif;
		font-size: 11px ;
		line-height: 16px;
		color: #778;
		letter-spacing: 0.5px;
		-webkit-transition: all .4s linear; transition: all .4s linear;
	}
	.tags a.big { font-size:13px; }

	.tags a:hover {
		-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
		color:#445;
		text-shadow:2px 2px 4px rgba(0,0,0,0.4);
	}


	/* Sidebar Flickr Feed */
	.sidebar-flickr {
		list-style: none;
		padding:0;
		margin:0;
	}
	.sidebar-flickr > li {
		display:inline-block;
		margin:0 3px 3px 0;
	}
	.sidebar-flickr img {
		width:70px;
		height:70px;
		-webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in;
	}
	.sidebar-flickr img:hover {
		opacity:0.6;
		-webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
	}



	/* Sidebar Categories */
	.sidebar-categories {
		padding: 0;
		list-style:none;
	}
	.sidebar-categories li { padding-bottom:8px; }
	.sidebar-categories li:last-child { padding-bottom:0; }
	.sidebar-categories .fa {
		margin-right:10px;
		font-size:10px;
	}
	.sidebar-categories li a {
		color:#667;
	}
	.sidebar-categories li:hover a {
		color:#D33C44;
		padding-left:8px;
	}


	/* Blog Sidebar posts */
	.sidebar-posts { margin: 0; padding: 0; list-style:none; } 
	.sidebar-post {
		clear: both;
		margin-bottom: 15px;
	}
	.sidebar-post .image-post {
		float: left;
		width: 65px;
		height: 60px;
		border-radius:2px;
		overflow:hidden;
		display: block;
		position:relative;
	}
	.sidebar-post .image-post-date {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		text-align:center;
		font-family: 'Raleway', sans-serif;
		font-size:12px;
		color:#e8e8e8;
		text-transform: uppercase;
		line-height:20px;
		padding-top:10px;
		background-color:rgba(20,20,20,0.6);
		-webkit-transition: all .3s linear; transition: all .3s linear;
	}
	.sidebar-post:hover .image-post-date {
		opacity:0;
		-webkit-transition: all .3s linear; transition: all .3s linear;
	}
	 .sidebar-posts img {
		width: 66px;
		height: 60px;
	}
	.sidebar-post h5 { margin-bottom:3px; }
	.sidebar-post a {
		font-family: 'Raleway', sans-serif;
		font-size:14px;
		font-weight: 400;
		color:#556;
		-webkit-transition: all .3s linear; transition: all .3s linear;
	}
	.sidebar-post h5 a:hover {
		color: #D33C44;
		-webkit-transition: all .2s linear; transition: all .2s linear;
	}
	.sidebar-post .info-post {
		margin-left:80px;
		padding-top: 5px;
	}
	.sidebar-post .info-post span {
		font-size:13px;
		color:#778;
	}

	/* Sidebar Contact */
	.sidebar-contact {
		margin-bottom:0;
	}
	.sidebar-contact p {
		margin-bottom:12px;
	}
	.sidebar-contact .fa {
		margin-right:8px;
		width:14px;
		color:#778
	}

	/* Flickr images */
	.flickr-img {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.flickr-img li {
		display:inline-block;
		margin:0 10px 15px 0;
	}
	.flickr-img img {
		width:70px;
		height:70px;
		-webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in;
	}
	.flickr-img img:hover {
		opacity:0.6;
		-webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
	}

	/* Sidebar Tweets */
	.sidebar-tweet {
		margin-bottom:15px;
	}
	.sidebar-tweet .fa {
		display:block;
		float:left;
		font-size:18px;
		color:#889;
		padding-top:8px;
	}
	.tweet-content {
		margin-left: 30px;
		margin-bottom:10px;
	}
	.tweet-content .tweet-user {
		margin-right:10px;
	}
	.tweet-content small {
		display:block;
		color:#889;
	}


	/* Sidebar socials */
	.sidebar-socials {
		padding:0;
		margin:0 10px 0 0;
		list-style:none;
	}
	.sidebar-socials > li {
		margin-bottom:8px;
	}
	.sidebar-socials a {
		color:#667;
	}
	.sidebar-socials a:hover,
	.sidebar-socials a:focus {
		color:#D33C44;
		padding-left:5px;
	}
	.sidebar-socials .fa {
		font-size:15px;
		margin-right:15px;
		padding-top:4px;
		width:16px;
		color:#889;
	}
	.sidebar-socials > li span {
		float:right;
		font-size:13px;
		color:#889;
	}



	/* Sidebar Navigation */
	.navigation-sidebar ul > li {
		padding:4px 0;
	}
	.navigation-sidebar li > a {
		display:block;
		color:#666672;
		padding:4px 0 4px 10px;
		-webkit-transition:all 0.3s linear; transition:all 0.3s linear;
		border: 0px solid #556;
	}
	.navigation-sidebar .active a,
	.navigation-sidebar .current a,
	.navigation-sidebar li a:hover,
	.navigation-sidebar li a:focus {
		border-left:2px solid #556;
		color:#556;
		padding-left:20px;
		-webkit-transition:all 0.2s ease-out; transition:all 0.2s ease-out;
	}



/* *********************	Shop	********************* */

	.shop-product {
		margin-bottom: 50px;
		position: relative;
		overflow:hidden;
		border-radius:3px;
	}

	.shop-image { 
		position:relative;
		display:block;
	}
	
	.shop-product img {
		-webkit-transition:all 0.3s ease-out;  transition:all 0.3s ease-out;
	}
	.shop-product:hover img { 
		opacity:0.6; 
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.shop-description {
		padding:20px 10px 0;
		margin-bottom: 0;
		text-align: center;
		font-size: 15px;
		color: #666672;
		font-family: 'Raleway', sans-serif;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 1px;
		text-transform: capitalize;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.shop-product:hover .shop-description {
		color:#9999a6;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	/* Shop Prices | Sales */
	.shop-prices {
		position: absolute;
		top:10px;
		right:15px;
	}
	.shop-price {
		color: #D33C44;
		font-size: 20px;
		display: inline-block;
		text-decoration:none;
	}
	.shop-price-off {
		text-decoration: line-through;
		color: #adb7bd;
		font-size:15px;
		margin-right:5px;
	}
	.shop-offer {
		position:absolute;
		top:10px;
		left:15px;
		color:#adb7bd;
		text-transform: capitalize;
		font-family: 'Raleway', sans-serif;
		font-size:12px;
	}

	/* Tooolbar */
	.toolbar-shop { margin-bottom: 35px; }

	.toolbar-shop .btn .fa { margin-right:0; }

	.shop-ordering {
		display:inline-block;
		margin-right:15px;
	}

	/* Shop Sidebar */
	.shop-sidebar .irs { margin-bottom: 17px; }

	.shop-sidebar .sidebar-categories li { padding-bottom:5px !important; }

	.shop-sidebar .top-rated-products li {
		clear: both;
		margin-bottom: 25px;
	}
	.shop-sidebar .top-rated-products .product-image {
		float: left;
		width: 75px;
		height: 75px;
		display: block;
	}

	.shop-sidebar .top-rated-products .product-info { margin-left:90px; }

	.shop-sidebar .top-rated-products h5 {
		margin-bottom:8px;
		padding-top:10px;
	}
	.shop-sidebar .top-rated-products h5 a {
		font-size:16px;
		color:#666670;
		letter-spacing: 1px;
		-webkit-transition: all .3s linear; transition: all .3s linear;
	}
	.shop-sidebar .top-rated-products h5 a:hover {
		color:#D33C44;
		-webkit-transition: all .2s linear; transition: all .2s linear;
	} 

	.shop-sidebar .top-rated-products .shop-price { font-size:18px; }




	/* Shop slider */
	#owl-shop .owl-buttons {
		width:100%;
		position:absolute;
		bottom:36px;
		left:0;
	}
	#owl-shop .owl-buttons div {
		margin:0;
		color:#fff;
		border:none;
		background:rgba(0,0,0,0.7);
		opacity:0;
		border-radius:0;
		-webkit-transition:all 0.2s linear; transition:all 0.2s linear;
	}
	#owl-shop:hover .owl-buttons div {
		opacity:1;
		-webkit-transition:all 0.2s ease-out; transition:all 0.2s ease-out;
	}

	#owl-shop .owl-prev { position:absolute; left:0; }
	#owl-shop .owl-next { position:absolute; left:33px; }


	@media (max-width:991px) {
		#owl-shop .owl-buttons div {
			opacity:0.9;
		}
	}

	

	/* Shop description product */
	.shop-description-product {
		padding:10px 0;
	}
	.shop-product-name {
		font-family: 'Raleway', sans-serif;
		margin-bottom: 20px;
		font-size: 22px;
		color: #556;
	}
	.shop-product-name span {
		font-size:16px;
		color:#99a;
		margin-left:10px;
	}
	.shop-description-product small {
		vertical-align: sub;
		margin-left:20px;
	}
	.shop-description-product .shop-price-wrapper {
		padding: 10px 0 25px;
	}


	.shop-description-product .rating-system { display:inline-block; margin-top: 3px; }


	/* Specifications */
	.shop-specifications {
		margin:0;
		padding:0;
		list-style: none;
	}
	.shop-specifications .title {
		font-size: 15px;
		font-weight: 600;
		margin:20px 0 10px;
	}
	.shop-specifications .title:first-child { margin:0 0 10px; }

	.shop-specifications > li {
		color:#444450;
		margin-bottom: 3px;
	}
	.shop-specifications > li > span {
		margin-left:15px;
		color:#888892;
		font-size:13px;
	}
	



	/* Reviews */
	.shop-comment {
		margin-bottom: 40px;
		color:#909096;
	}
	.shop-comment:last-child { margin-bottom:0; }

	.shop-comment .author { margin-bottom:10px; }
	.shop-comment .author cite {
		text-transform: capitalize;
		margin-right:25px;
		font-size: 15px;
	}
	.shop-comment .date {
		font-size:12px;
		margin-right:25px;
		vertical-align: baseline;
	}
	
	.shop-comment .rate-product {
		position: relative;
		top:-5px;
	}



	/* Checkout Page */
	.shop-checkout .tab-content { padding:0 0 20px; }

	@media (max-width:767px) {
		.shop-checkout .form .forgot {
			display:block;
			margin-bottom: 15px;
		}
	}


	/* Shopping Cart Page */
	.shop-cart table .product img {
		height:100px;
		margin-right:25px;
	}
	.shop-cart table td,
	.shop-cart table tr:last-child th { vertical-align: middle; }
	.shop-cart table tr td:last-child { width:40px; }


	.shop-cart table .span100 { width:100px; }
	.shop-cart table .span70 { width:70px; }
	.shop-cart table .span40 { width:40px; }
	@media (max-width: 767px) {
		.table-responsive {
			border:none;
			margin-bottom:20px;
		}
		.shop-cart table .product { white-space:normal; }
		.shop-cart table .product img {
			margin-right:0;
			margin-bottom:10px;
		}
	}


	/* Shop account page */
	.shop-account ul {
		margin:0 0 15px;
		padding:0;
		list-style: none;
	}
	.shop-account ul li {
		margin-bottom:10px;
		color:#445;
	}
	.shop-account ul span {
		margin-left:15px;
		color:#778;
		font-size:13px;
	}
	.shop-account .edit {
		margin-top:18px;
		display:block;
		font-family: 'Raleway', sans-serif;
		font-size:12px;
	}
	.shop-account-image {
		position:relative;
		top:-85px;
		margin-bottom:-130px;
		padding:10px;
		border-radius:10px;
		background-color:#f5f5f5;
		width:170px;
	}
	.shop-account-image img {
		width:150px;
		height:140px;
		border-radius:10px;
	}
	.shop-account table {
		margin-top:0;
		vertical-align:middle;
	}
	.shop-account table td,
	.shop-account table th {
		padding-top:20px;
		padding-bottom:20px;
	}

	@media (max-width: 767px) {
		.shop-account-image {
			margin-bottom:-100px;
		}
	}




/* *********************	Pages	********************* */

	/* Page Sign in / Register */

	.sign-in-area {
		position:relative;
		top:-110px;
		margin-bottom:-50px;
		background-color:#f5f5f5;
		padding:30px;
		border-radius:5px;
	}
	.page-sign-in .info-area { padding:90px 0 50px; }

	@media (max-width:991px) {
		.sign-in-area { margin-top:40px; }
		.page-sign-in .info-area { padding: 0 0 60px; }
	}

	/* Contact template */
	.page-contact iframe.map {
		width:100%;
		height:400px;
		border:1px solid #ddd;
		border-radius:2px;
		margin-bottom:-8px;
	}

	.contact-map-wrapper {
		position: relative;
		top:-210px;
		margin-bottom:-210px;
		background-color:#f5f5f5;
		padding:10px;
		border-radius:5px;
	}
	.contact-map-wrapper.form { padding:20px; }

	.page-contact .box-right { margin-left:50px; }
	.page-contact .box-left .fa {
		font-size: 30px;
		margin-top:5px;
		width:30px;
		color:#99a;
	}

	.page-contact .box-services-d.box-services-e p {
		font-size:16px;
	}

	@media (max-width:991px) {
		.contact-map-wrapper {
			top:auto;
			margin-bottom:0;
			padding:0;
		}
		.contact-map-wrapper.form { padding:0; }
	}

	/* FAQ Template */
	.page-faq .tab-content { padding-top: 0; }

	.faq-list > li { padding:2px 0; }

	.faq-list > li > a { color:#667; }
	.faq-list > li > a:hover,
	.faq-list > li > a:focus {
		color:#D33C44;
		padding-left:10px;
	}



	/* 404 and 403 Template */
	.text-404 {
		font-size: 280px;
		font-weight: bold;
		line-height: 100%;
		display: block;
		text-align: center;
		color: #ccccd2;
	}
	.page-404 { padding:70px 0 80px; }
	.over-404 {
		position:absolute;
		top:55%;
		-webkit-transform:translateY(-55%); -ms-transform:translateY(-55%); transform:translateY(-55%);
		width:100%;
	}
	.title-404  {
		font-weight: 600;
		color:#666670;
		font-size: 40px;
		margin-bottom:60px;
		text-align: center;
		line-height:36px;
	}
	.content-404 {
		position:relative;
		text-align:center;
	}

	@media (max-width:767px) {
		.page-404 .text-404 {
			font-size:130px;
			margin-bottom:30px;
		}
		.page-404 .over-404 {
			position:relative;
			top:0;
			-webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);
			width:100%;
		}
		.page-404 { padding:50px 0; }
		.title-404 {
			font-size: 36px;
			margin-bottom:30px;
			line-height:46px;
		}
	}

	/* Page Clients */
	.page-clients {
		text-align:center;
	}
	.page-clients a {
		opacity:0.6;
		padding:10px;
		display:block;
		-webkit-transition:all 0.2s linear; transition:all 0.2s linear;
	}
	.page-clients a:hover {
		opacity:1;
		-webkit-transition:all 0.2s linear; transition:all 0.2s linear;
	}

	.page-clients-b a {
		padding:30px;
		background-color:#e2e2e5;
		border-radius:1px;
	}
	.page-clients-b a:hover {
		box-shadow:5px 5px 15px rgba(0,0,0,0.2);
	}

	.page-clients-c a {
		padding:30px;
		background-color:#efeff3;
		border-radius:1px;
		border:1px solid #e1e1e5;
	}
	.page-clients-c a:hover {
		box-shadow: 2px 2px 4px rgba(10,10,15,0.15);
	}

	.page-clients .tooltip-inner {
	    padding: 15px 20px;
	    border-radius: 3px;
	    color:#fafafd;
	    letter-spacing: 1px;
	    background-color:rgba(20,20,30,0.7);
	}
	.page-clients .tooltip.top .tooltip-arrow { border-top-color:rgba(20,20,30,0.7); }




/* *********************	Elements	********************* */
	/* Forms, Buttons, Alerts, Progress Bars, Tabs, Accordions, 
	Popovers, Tolltips, Toggles etc */


	/* Forms */ 
	.form .form-control {
		border-radius:2px;
		background-color:#e8e8e8;
		border:none;
		height:50px;
		box-shadow:none;
	}
	.form .form-control:focus {
		background-color:#ebebeb;
	    border:none;
	    outline: 0;
	    box-shadow:none;
	}
	.form select.form-control {
		margin-top:5px;
		border-radius:2px;
		color:#556;
		padding: 5px;
		border: none;
		background-color:#e8e8e8;
	}

	.form textarea.form-control { height:auto; }

	.form-message-error,
	.has-error .error {
		color:#B94321;
		font-size:14px;
		font-weight: 400;
		margin-top:3px;
	}
	.form { width: 100%; }

	.form input[type],
	.form textarea {
		width: 100%;
	    margin-top: 5px;
	    text-indent: 5px;
	    outline: none;
	    -webkit-transition: all 0.2s linear;
	    transition: all 0.2s linear;
	    color: #fff;
	    background: none;
	    border: 1px solid white;
	    box-shadow: none;
	    border-radius: 0;
	}
	.form input[type]:hover,
	.form textarea:hover {
		border:none;
		background-color: #A22C33;
    	border: 1px solid #A22C33;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	}
	.form input[type]:focus,
	.form textarea:focus {
		border:none;
		background-color: #A22C33;
    	border: 1px solid #A22C33;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	}

	input[type="email"].big-dog::webkit-input-placeholder {
	  color: orange;
	}


	.form input[type=radio],
	.form input[type=checkbox] {
		width:auto;
		margin-right:5px;
	}

	.form label {
	    font-weight: 500;
	    display: block;
	    font-size: 11px;
	    letter-spacing: 0.03em;
	    color: white;
	}

	.form-required {
		color: #C51010;
		font-weight: 400;
		vertical-align: middle;
		font-size: 13px;
	}
	.form .form-remember {
		display:inline-block;
		margin-right:15px;
	}
	@media (max-width:767px) {
		.form .forgot {
			display: block;
			margin: -20px 20px 25px;
		}
	}

	.form-group { 
		position:relative;
	}

	.form-icon:after {
		content:"\f140";
		font-family:"FontAwesome";
		font-size:15px;
		position:absolute;
		right:14px;
		top:7px;
		color:#99a;
	}
	.form-icon.icon-user:after { content:"\f007"; }
	.form-icon.icon-email:after { content:"\f0e0"; }
	.form-icon.icon-message:after { content:"\f039"; }
	.form-icon.icon-lock:after { content:"\f023"; }


	/* Progress Bars */
	.progress {
		border-radius: 2px;
		box-shadow: none;
		height: 24px;
		margin-bottom: 15px;
		background-color: #f0f0ec;
	}
	.progress-bar {
		text-align: left;
		background-color: #D33C44;
		line-height: 23px;
		color:#fff;
	}
	.progress-bar-animate {
		-webkit-transition:width 1s ease-out; transition:width 1s ease-out;
	}
	.progress-bar span {
		padding: 6px 17px;
		background-color: #363637;
	}

	.progress .progress-bar-info { background-color:#5bc0de !important; }
	.progress .progress-bar-danger { background-color:#d9534f !important; }
	.progress .progress-bar-warning { background-color:#f0ad4e !important; }
	.progress .progress-bar-success { background-color:#5cb85c !important; }
	.progress .progress-bar-primary { background-color:#428bca !important; }


	/* Tables */



	/* Panels */
	.panel-group .panel { border-radius:0; }
	.panel {
		background-color: transparent;
		border:none;
		box-shadow:none;
		border-radius:0;

		text-align: center;
    	text-transform: uppercase;
	}
	.panel-heading {
		padding:7px 0;
		border-bottom:0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.panel-title {
		font-family: 'Raleway', sans-serif;
		color:#363637;
		font-size:15px;
	}
	.panel-title:hover a,
	.panel-title:focus a { color:#888892; }

	.panel-title .fa { 
		margin-right:8px; 
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.panel-faq .fa { 
		margin-right:8px; 
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}


	.panel-title .fa.upside-down {
		-webkit-transform:rotateZ(270deg); -ms-transform:rotateZ(270deg); transform:rotateZ(270deg);
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.panel-faq .fa.upside-down {
		-webkit-transform:rotateZ(180deg); -ms-transform:rotateZ(180deg); transform:rotateZ(180deg);
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.panel-title .fa.upside-stop {
		-webkit-transform:rotateZ(0deg); -ms-transform:rotateZ(0deg); transform:rotateZ(0deg);
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.panel-group 
	.panel-heading + .panel-collapse > .panel-body, 
	.panel-group .panel-heading + .panel-collapse > .list-group { border-top:none; }

	.panel-body { padding:10px; }


	/* Tabs */

	.tab-content { padding:20px 5px; }
	.tab-content.vertical { padding:5px 5px 20px 20px; }
	.nav-tabs { border:none; }

	.nav-tabs > li {
	    float: left;
	    margin-bottom: -1px;
	}
	.nav-tabs > li > a {
	    border: none;
	    border-radius: 0;
	    font-family: 'Raleway', sans-serif;
	    font-size:12px;
		color:#606063;
		border-top:2px solid #555557;
		background-color:transparent;
		padding:12px 20px;
		margin-right:0;

	}
	.nav-tabs > li > a .fa { margin-right:10px; }

	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
		color: #fff;
	    background-color: #555557;
	    border:none;
	    border-top:2px solid #555557;
	}

	.nav-tabs > li > a:hover,
	.nav-tabs > li > a:focus {
	    color:#D33C44;
	    background-color: transparent;
	    border: none;
	    border-top:2px solid #555557;
	}

	/* nav-tabs vertical */
	.nav-tabs.vertical > li {
		float:none;
		margin-bottom:0;
	}
	.nav-tabs.vertical > li > a {
		border-radius:0;
		border-top:none;
		border-left:2px solid #555557;
	}
	.nav-tabs.vertical > li.active > a,
	.nav-tabs.vertical > li.active > a:hover,
	.nav-tabs.vertical > li.active > a:focus {
		border-top:none;
		border-left:2px solid #555557;
	}

	@media (max-width:767px) {
		.tab-content.vertical { padding:20px 5 }
		.nav-tabs > li {
			float:none;
			margin-bottom:0;
		}
		.nav-tabs > li > a {
			border-radius:0;
			border-top:none;
			border-left:2px solid #555557;
		}
		.nav-tabs > li.active > a,
		.nav-tabs > li.active > a:hover,
		.nav-tabs > li.active > a:focus {
			border-top:none;
			border-left:2px solid #555557;
		}
	}


	/* Buttons */
	.btn {
		border-radius:2px;
		padding:8px 14px;
		-webkit-transition: all 0.3s linear; transition: all 0.3s linear;
	}
	.btn:hover { -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }


	/* Button style 1 */
	.btn-a {
	    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;
	    background: #363637;
	    -webkit-transition: color 0.3s ease-out; transition: color 0.3s ease-out;
		padding:8px 14px;
		border:none;
	    color:#fff;
	}
	.btn-a:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #D33C44;
		border-radius:2px;
		-webkit-transform: scale(1); transform: scale(1);
		-webkit-transition: transform 0.3s ease-out; transition: transform 0.3s ease-out;
	}
	.btn-a:hover, .btn-a:focus, .btn-a:active {
	  color: #fff;
	}
	.btn-a:hover:before, .btn-a:focus:before, .btn-a:active:before {
	  -webkit-transform: scale(0); transform: scale(0);
	}

	/* Button style 2 - simple */
	.btn-b {
		background-color: #bdbdb5;
		border:none;
		color:#fff;
	}
	.btn-b:hover, .btn-b:focus, .btn-b:active, .btn-b.active {
		background-color: #dfdfdf;
		border:none;
		color:#555557;
	}

	/* Button style 3 - bordered */
	.btn-c {
		background-color:transparent;
		color: #d33c44;
    	border: 1px solid #d33c44;
		border-radius:2px;
		padding:7px 13px;
	}
	.btn-c:hover, .btn-c:focus, .btn-c:active, .btn-c.active {
		color:#363637;
		border:1px solid #363637;
	}


	/* Button style 4 - Uppercased */
	.btn-d {
		background-color:#363637;
		color:#fff;
		border-radius:2px;
		text-transform: uppercase;
		font-size:12px;
		letter-spacing: 1px;
		padding:9px 18px;
	}
	.btn-d:hover, .btn-d:focus, .btn-d:active, .btn-d.active {
		background-color:#D33C44;
		color:#fff;
		box-shadow: inset 2px 1px 6px rgba(0,0,0,.6);
	}


	/* Button style 5 - Bordered large */
	.btn-e {
		background-color:transparent;
		color: #d33c44;
    	border: 1px solid #d33c44;
		border-radius:2px;
		padding:10px 20px;
		font-size:12px;
		text-transform:uppercase;
		font-weight: 600;
		letter-spacing:1px;
	}
	.btn-e:hover, .btn-e:focus, .btn-e:active, .btn-e.active {
		color:#fff;
		background-color:#d33c44;
	}

	
	/* Background buttons */
	.btn.btn-bg {
		color:#fff;
		border:none;
		padding:6px 14px;
	}
	.btn.btn-bg:hover, .btn.btn-bg:focus, .btn.btn-bg:active {
		background-color:#D33C44 !important;
		color:#fff;
	}


	.btn-icon .fa { margin-right:8px; }

	/* Social Buttons */
	.btn.facebook { background-color:#677fb5 ; }
	.btn.twitter { background-color: #70c2e9; }
	.btn.google-plus { background-color:#bc7067; ; }
	.btn.behance { background-color: #42a9fb; }
	.btn.pinterest { background-color:#d8545d; }
	.btn.flickr { background-color:#ff3ba4; }
	.btn.dribbble { background-color:#e299c2 }
	.btn.linkedin { background-color:#3daccf; }
	.btn.instagram { background-color:#b99682; }


	/* Group Buttons - Dropdown menu */
	.dropdown-menu {
		position: absolute;
	    top: 93%;
	    left: 0;
	    z-index: 1000;
	    display: none;
	    float: left;
	    min-width: 160px;
	    padding: 5px 0;
	    margin: 2px 0 0;
	    font-size: 14px;
	    text-align: left;
	    list-style: none;
	    background-color: #fff;
	    -webkit-background-clip: padding-box;
	    background-clip: padding-box;
	    border: 1px solid #ccc;
	    border: 1px solid rgba(0,0,0,.15);
	    border-radius: 4px;
	    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}

	.dropdown-menu {
		min-width:46px;
		margin: 0;
		background-color: #BDBDB5;
		border:none;
		border-radius:2px;
	}

	.dropdown-menu>li>a {
	    display: block;
	    clear: both;
	    font-weight: 400;
	    line-height: 1.42857143;
	    white-space: nowrap;
	    text-align: center;
	}



	.dropdown-menu > li > a {
		color:#363638;
		padding:5px 10px;
		font-weight: 700;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background-color: #eaeaea;
	}

	/* Tooltips */
	.tooltip-inner {
	    padding: 12px 20px;
	    border-radius: 3px;
	    color:white;
	    background-color:black;
	    font-weight: 700;
	}
	.tooltip.top .tooltip-arrow { border-top-color:rgba(15,15,20,0.8); }
	.tooltip.bottom .tooltip-arrow { border-bottom-color:rgba(15,15,20,0.8); }
	.tooltip.right .tooltip-arrow { border-right-color:rgba(15,15,20,0.8); }
	.tooltip.left .tooltip-arrow { border-left-color:rgba(15,15,20,0.8); }


	/* Popovers */
	.popover {
		border-radius: 0;
		font-family: 'Raleway', sans-serif;
		border:none;
		background-color: #fcfcfc;
		box-shadow:0 4px 15px rgba(0,0,0,0.3);
		color:#667;
		padding:3px 3px 8px;
	}
	.popover-title {
		padding: 10px 14px 0;
		margin: 0 0 10px 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 18px;
		background-color: inherit; 
		border-bottom: none; 
		border-radius: 0; 
	}
	.popover-title::after {
		content:"";
		display:block;
		height:1px;
		width:25px;
		border-top:2px solid #D33C44;
		margin:12px 0 5px;
	}



	/* Modals */
	.modal { z-index:999999; }
	.modal-content {
		border-radius:1px;
		background-color: #F1F1F1;
		padding:10px;
	}
	.modal-title {
		font-family: 'Raleway', sans-serif;
		font-size:17px;
		color:#363637;
	}
	.modal-title:after {
		content:"";
		display:block;
		height:1px;
		width:35px;
		border-top:2px solid #D33C44;
		margin:10px 0 10px;
	}
	.modal-header,
	.modal-footer { border:none; }




	/* Alerts */
	.alert {
		border-radius:1px;
		border:none;
		padding:10px 20px;
		position: relative;
	}
	.alert.alert-bg {
		color: black;
		padding:20px 40px 20px 20px;
	}
	.alert .fa {
		display:block;
		float:left;
		margin:5px 20px 15px 5px;
	}
	.alert.alert-dismissable .close {
		position: absolute;
		right: 10px;
		top: 5px;
	}

	.alert-modal {
		position: fixed;
		top:80px;
		left:0;
		opacity:0;
		width:100%;
		margin-top:-30px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.alert-modal.alert-modal-on {
		opacity:0.9;
		margin-top:0;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.alert-modal .alert {
		box-shadow:2px 4px 8px rgba(0,0,0,0.2);
	}


	/* Pagination */
	.pagination { margin: 20px 0 5px; }

	.pagination > li > a {
		border: none;
	    margin-right: 7px;
	    padding: 5px 15px;
	    color: #363637;
	    background-color: #fff;
	    border-radius: 3px;
	    font-weight: 700;
	    font-size: 20px;
	    
	    -moz-font-feature-settings:"tnum" 1, "lnum" 1, "kern" 1;
		-ms-font-feature-settings:"tnum" 1, "lnum" 1, "kern" 1;
		-o-font-feature-settings:"tnum" 1, "lnum" 1, "kern" 1;
		-webkit-font-feature-settings:"tnum" 1, "lnum" 1, "kern" 1;
		font-feature-settings:"tnum" 1, "lnum" 1, "kern" 1;
	}

	.pagination > li > a > .fa {
		font-size: 16px;
    	color: #363637;
	}

	.seta > li > a > .fa {
		color: white;
	}

	.pagination > .active > a {
		    color: #D33C45;
    background-color: transparent;
    border-radius: 0;
	}
	/*.pagination li:first-child.disabled a { padding-left: 0 !important; }*/

	.pagination li:first-child a { border-bottom-left-radius: 2px; border-top-left-radius: 2px; }
	.pagination li:last-child a { border-bottom-right-radius: 2px; border-top-right-radius: 2px; }

	.pagination > li a:hover {
		color: #D33C45;
    	background-color: transparent;
	}
	.pagination .active a:hover { background-color: #556; }

	.pagination > .disabled a {
		background:transparent;
		border:none;
		color:#667;
	}

	.pagination > .disabled a:hover { background: transparent; }

	.pagination.pagination-2 > li > a {
		color:#fff;
		background-color:#bdbdb5;
		border:0;
		border-radius:2px;
	}
	.pagination.pagination-2.dark > li > a {
		background-color:#4a4b4e;
		color:#fff;
	}
	.pagination.pagination-2 > .active a,
	.pagination.pagination-2.dark > .active a { background-color: #D33C44; }

	.pagination.pagination-2 > li a:hover {
		background-color: #D33C44;
		color:#fff;
		border:none;
		box-shadow: inset 2px 1px 6px rgba(0,0,0,.6);
	}
	.pagination.pagination-2 .active a:hover {
		background-color: #556;
		color:#fff;
	}

	.pagination.pagination-2 .disabled a,
	.pagination.pagination-2 .disabled a:hover,
	.pagination.pagination-2 .disabled a:focus {
		color:#fff;
		background-color:#bdbdb5;
		box-shadow:none;
	}
	.pagination.pagination-2.dark .disabled a,
	.pagination.pagination-2.dark .disabled a:hover,
	.pagination.pagination-2.dark .disabled a:focus {
		background-color:#4a4b4e;
		color:#fff;
		box-shadow:none;
	}

	/* Magnific Popup */
	.mfp-bg,
	.mfp-wrap {
		z-index:999999;
	}
	.mfp-counter {
		width: 50px;
		text-align: right;
	}
	.mfp-close {
		color:#fcfcfc;
		cursor:pointer;
	}
	.mfp-close:hover {
		color:#D33C44;
		cursor:pointer;
	}
	.mfp-zoom-out-cur .header-wrapper {
		z-index: 0 !important;
	}
	button.mfp-arrow {
		background-color:rgba(0,0,0,0.6);
	}
	.mfp-arrow-left:before {
		border-right:none;
	}
	.mfp-arrow-left:after {
		border-right: 20px solid #fcfcfc;
		margin-left: 25px;
	}
	.mfp-arrow-right:before {
		border-left:none;
	}
	.mfp-arrow-right:after {
		border-left: 20px solid #fcfcfc;
	}

	.title-mfp {
		margin: 4px 0 0 4px;
		font-size: 15px;
		font-family: 'Raleway', sans-serif;
		color: #d1d2d3;
		font-weight:600;
		opacity:0.9;
	}


	/* Media */
	.media, 
	.media .media {
		margin-top:40px;
	}
	h4.media-heading {
		color:#445;
		font-size:17px;
		margin: 2px 0 6px;
	}
	.media-heading .date {
		margin-left:20px;
		font-size:12px;
	}
	.media-heading .reply {
		margin-left:20px;
		font-size:13px;
	}
	.media-heading .reply a:hover{
		text-decoration: none;
		color: #453951;
	}
	.media .media-object {
		width:90px;
		height:90px;
		border-radius:50%;
		margin-top:5px;
	}
	.media-heading > .user {
		font-size:15px;
		color:#667;
	}
	.media-heading > .user:hover,
	.media-heading > .user:focus,
	.media-heading > .user:active {
		color:#D33C44;
	}
	.media > .pull-left {
		margin-right:15px;
	}
	@media (max-width:767px) {
		#blog-posts .media, 
		#blog-posts .media-body {
			overflow: visible !important;
		}
		.media > .pull-left {
			display:none;
		}
		.media-heading > .user {
			display:block;
		}
		.media-heading .date {
			margin-left:0;
		}
	}

	/* Blockquotes */
	.blockquote {
		border-left:2px solid #D33C44;
		background:#f5f5f5;
	}
	.blockquote p {
		font-size:14px;
		line-height:26px;
		color:#898994;
	}
	.blockquote cite {
		color:#D33C44;
		font-size:14px;
		margin-left:10px;
	}
	.blockquote small {
		display:inline-block;
		font-size:13px;
	}
	.blockquote-2 {
		border-left:3px solid #ddd;
	}



	/* Lists */
	.unstyled-list {
		margin:0;
		padding:0;
		list-style:none;
	}
	.list-medium > li {
		margin-bottom:5px;
	}

	
	/* Icons */
	.fa.fa-border { border:2px solid #ddd; }

	.fa.fa-bg {
		background-color:#f0f0f0;
		padding:6px 8px;
		border-radius:3px;
	}
	.fa.fa-bg-2 {
		background-color:#f0f0f0;
		padding:15px;
		border-radius:50%;
	}
	.fa.fa-bg-3 {
		background-color:#444;
		padding:15px;
		border-radius:50%;
	}

	.box-icon {
		font-size:13px;
		width:28px;
		height:28px;
		color:#fafafa;
		padding-top:7px;
		background-color:#D33C44;
		text-align:center;
		vertical-align:middle;
		border-radius:4px;
	}


	/* Dropcaps */
	.dropcap {
		float: left;
		font-family: 'Raleway', sans-serif;
		text-align:center;
		padding:10px 15px;
		margin:8px 20px 0 2px;
		background-color: #363637;
		color:rgba(254,254,254,0.9);
		font-size:40px;
		line-height:35px;
		border-radius:4px;
	}
	.dropcap.bordered {
		background-color: transparent;
	    color: #363637;
	    border-radius: 4px;
	    border: 1px solid #363637;
	}

	.dropcap.shadow { box-shadow:0 2px 4px #778888; }
	.dropcap.circle { border-radius:50%; }


	/* Dividers */
	.divider {
		height:1px;
		background-color:#ccc;
		margin:30px auto;
	}

	.divider.d2 {
		background:none;
		border-top:1px dashed #ccc;
	}
	.divider.d3:after {
		content:"";
		display:block;
		width:25%;
		height:1px;
		position:relative;
		background-color:#D33C44;
		margin:0 auto;
	}
	.divider.d4 {
		text-align:center;
		margin:40px auto;
	}
	.divider.d4 span {
		background:#f5f5f5;
		color:#778888;
		padding:0 18px;
		position:relative;
		top:-12px;
		font-size:14px;
	}

	.divider.d4.text-left span { padding:0 18px 0 0; }
	.divider.d4.text-right span { padding:0 0 0 18px; }




/* *********************	Footers		********************* */

	.footer-wrapper {
		background-color: #363638;
	    color: #fff;
	    position:relative;
	    padding:60px 0 40px;
	}

	.footer-widget { margin-bottom:50px;}

	/* Footer title */
	.footer-title {
		font-family: 'Raleway', sans-serif;
	    font-size: 16px;
	    margin-bottom:30px;
	    color: #d8dade;
	    letter-spacing: 1px;
	}
	.footer-title:after {
		content:"";
		display:block;
		height:1px;
		width:22px;
		border-top:2px solid #D33C44;
		margin:5px 0 0;
	}

	/* Social icons - footer */
	.footer-social {
		margin:0;
		padding:0;
		list-style:none;
		width: 100%;
    	text-align: center;
	}
	.footer-social > li { 
		margin-right:33px;
		display:inline-block;
	}
	.footer-social > li:last-child { margin-right:0; }

	.footer-social > li > a {
		color:inherit;
		padding-top:15px;
		color: #9E9E9E;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.footer-social > li > a > .fa {
		color:inherit;
		opacity:0.9;
		font-size:24px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
		padding: 0 5px;
		color: #bdbdb5;
	}

	.footer-social > li > a:hover > .fa,
	.footer-social > li > a:focus > .fa {
		color:#D33C45;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}


	/* Latest tweets */
	.footer-wrapper .sidebar-tweet .fa {
		color:#c2c6ca;
		font-size:19px;
	}
	.footer-wrapper .tweet-content { margin-left:35px; }

	/* Footer subscribe */
	.footer-subscribe input {
		width: 80%;
		background-color: transparent;
		border: none;
		border-bottom: 2px solid #D33C44;
		padding: 0 0 3px 8px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.footer-subscribe input:focus {
		box-shadow:none;
		border:none;
		border-bottom: 2px solid #D33C44;
		outline:none;
		padding:0 0 3px 15px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.footer-subscribe ::-webkit-input-placeholder { 
    	color:inherit;
    	font-weight:400;
    	font-size:13px;
    	word-spacing:2px;
	}
	.footer-subscribe ::-moz-placeholder { 
	    color:inherit;
	    opacity:1;
	    font-weight:400;
	    font-size:13px;
	    word-spacing:2px;
	}

	.footer-subscribe :-ms-input-placeholder { 
	    color:inherit;
	    font-weight:400;
	    font-size:13px;
	    word-spacing:2px;
	    padding-bottom: 5px;
	}




	/* Footer links */
	.footer-links {
		margin:0;
		padding:0;
	}
	.footer-links > li {
		margin:0 20px 15px 0;
		display:inline-block;
		list-style:none;
	}
	.footer-links > li > a {
		color:#d8dade;
		-webkit-transition:all 0.6s ease-out; transition:all 0.6s ease-out;
	}
	.footer-links > li > a:hover,
	.footer-links > li > a:focus,
	.footer-links > li > a:active {
		color: #D33C44;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	/* Copyright */
	.copyright {
	    font-size: 11px;
	    color: white;
	    margin-bottom: 0;
	    padding-top: 8px;
	}


	/* Gray Footer */
	.footer-wrapper.footer-gray {
		background-color: #e1e1e1;
		color:#666973;
		box-shadow:inset  0 0 3px rgba(10,10,15,0.3);
	}

	.footer-wrapper.footer-gray  .footer-title,
	.footer-wrapper.footer-gray .footer-links > li > a,
	.footer-wrapper.footer-gray .copyright { color:inherit; }

	.footer-wrapper.footer-gray .footer-social > li > a > .fa { color:#a2a6aa; }

	/* Background Footer */
	.footer-wrapper.footer-bg {
		background-image:url("../images/map.png");
		background-position:48% 50%;
		background-color:#303236;
		background-repeat: no-repeat;
	}

	/* Simple Footer */
	.footer-simple.footer-wrapper { padding:40px 0; }




/* *********************	Social Icons	********************* */

	/*  
	pinterest, rss, facebook, twitter, flickr, dribble
	behance, linkedin, vimeo, youtube, skype, tumblr,
	forrst, digg, blogger, github, google-plus, lastfm, 
	spotify, instagram, paypal, soundcloud. 
	*/

	.social-icon {
	    padding: 0;
	    margin: 0;
	    font-size: 0;
	    height: 30px;
	    list-style:none;
	}
	.social-icon > li {
	    display: inline-block;
	    margin-right: 8px;
	}
	.social-icon > li:last-child { margin-right:0; }

	.social-icon > li > a { display: table; }
	.social-icon .fa {
	    text-align: center;
	    display: table-cell;
	    vertical-align: middle;
	    width: 30px;
	    height: 30px !important;
	    line-height: 1;
	    font-size: 14px;
	    -webkit-transition: all 0.4s ease; transition: all 0.4s ease;
	    color: #aaa;
	    background: none;
	}
	.social-icon a:hover .fa {
	    background-color: #fcfcfc;
	    color: #fafafa;
	    -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
	}


	.social-icon.bordered .fa { border:1px solid; }
	.social-icon.circle .fa { border-radius:50%; }
	.social-icon.rounded .fa { border-radius:3px; }

	.social-icon.main .fa { color:#fff; background-color:#d33c44; }
	.social-icon.dark .fa { color:#fff; background-color:#363637; }


	.social-icon.simple .fa { color:#363637; background-color:transparent; }
	.social-icon.simple > li > a:hover .fa {
		background-color:transparent;
		color:#D33C44;
		border:none;
	}

	.social-icon.unstyled > li > a:hover .fa {
		border:none;
		background-color: transparent;
	}


	.social-icon .fa-pinterest,
	.social-icon.unstyled a:hover .fa-pinterest { border-color: #d8545d; color: #d8545d; }
	.social-icon .fa-rss,
	.social-icon.unstyled a:hover .fa-rss { border-color: #faaa5e; color: #faaa5e; }
	.social-icon .fa-facebook,
	.social-icon.unstyled a:hover .fa-facebook { border-color: #677fb5; color: #677fb5; }
	.social-icon .fa-twitter,
	.social-icon.unstyled a:hover .fa-twitter { border-color: #70c2e9; color: #70c2e9; }
	.social-icon .fa-flickr,
	.social-icon.unstyled a:hover .fa-flickr { border-color: #ff3ba4; color: #ff3ba4; }
	.social-icon .fa-dribbble,
	.social-icon.unstyled a:hover .fa-dribbble { border-color: #e299c2; color: #e299c2; }
	.social-icon .fa-behance,
	.social-icon.unstyled a:hover .fa-behance { border-color: #42a9fb; color: #42a9fb; }
	.social-icon .fa-linkedin,
	.social-icon.unstyled a:hover .fa-linkedin { border-color: #3daccf; color: #3daccf; }
	.social-icon .fa-vimeo-square,
	.social-icon.unstyled a:hover .fa-vimeo-square { border-color: #42b5d4; color: #42b5d4; }
	.social-icon .fa-youtube,
	.social-icon.unstyled a:hover .fa-youtube { border-color: #d5615c; color: #d5615c; }
	.social-icon .fa-tumblr,
	.social-icon.unstyled a:hover .fa-tumblr { border-color: #829fb9; color: #829fb9; }
	.social-icon .fa-github-alt,
	.social-icon.unstyled a:hover .fa-github-alt { border-color: #6c93bb; color: #6c93bb; }
	.social-icon .fa-google-plus,
	.social-icon.unstyled a:hover .fa-google-plus { border-color: #bc7067; color: #bc7067; }
	.social-icon .fa-instagram,
	.social-icon.unstyled a:hover .fa-instagram { border-color: #b99682; color: #b99682; }
	.social-icon .fa-soundcloud,
	.social-icon.unstyled a:hover .fa-soundcloud { border-color: #ff8b45; color: #ff8b45; }


	/* Hover effects */
	.social-icon a:hover .fa-pinterest,
	.social-icon.social-bg .fa-pinterest { background-color: #d8545d; }
	.social-icon a:hover .fa-rss,
	.social-icon.social-bg .fa-rss  { background-color: #faaa5e; }
	.social-icon a:hover .fa-facebook,
	.social-icon.social-bg .fa-facebook  { background-color: #677fb5; }
	.social-icon a:hover .fa-twitter,
	.social-icon.social-bg .fa-twitter  { background-color: #70c2e9; }
	.social-icon a:hover .fa-flickr,
	.social-icon.social-bg .fa-flickr  { background-color: #ff3ba4; }
	.social-icon a:hover .fa-dribbble,
	.social-icon.social-bg .fa-dribbble  { background-color: #e299c2; }
	.social-icon a:hover .fa-behance,
	.social-icon.social-bg .fa-behance  { background-color: #42a9fb; }
	.social-icon a:hover .fa-linkedin,
	.social-icon.social-bg .fa-linkedin  { background-color: #3daccf; }
	.social-icon a:hover .fa-vimeo-square,
	.social-icon.social-bg .fa-vimeo-square  { background-color: #42b5d4; }
	.social-icon a:hover .fa-youtube,
	.social-icon.social-bg .fa-youtube  { background-color: #d5615c; }
	.social-icon a:hover .fa-tumblr,
	.social-icon.social-bg .fa-tumblr  { background-color: #829fb9; }
	.social-icon a:hover .fa-github-alt,
	.social-icon.social-bg .fa-github-alt  { background-color: #6c93bb; }
	.social-icon a:hover .fa-google-plus,
	.social-icon.social-bg .fa-google-plus  { background-color: #bc7067; }
	.social-icon a:hover .fa-instagram,
	.social-icon.social-bg .fa-instagram  { background-color: #b99682; }
	.social-icon a:hover .fa-soundcloud,
	.social-icon.social-bg .fa-soundcloud  { background-color: #ff8b45; }


	.social-icon.social-bg [class*="fa-"] { color:#fff; }
	.social-icon.social-bg a:hover .fa { opacity:0.6; }




/* *********************	Text Rotator	********************* */


	.rotating {
	  display: inline-block;
	  -webkit-transform-style: preserve-3d;
	  -ms-transform-style: preserve-3d;
	  transform-style: preserve-3d;
	  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
	  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
	  transform: rotateX(0) rotateY(0) rotateZ(0);
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
	  -webkit-transform-origin-x: 50%;
	}

	.rotating.flip {
	  position: relative;
	}

	.rotating .front, .rotating .back {
	  left: 0;
	  top: 0;
	  -webkit-backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
	  -ms-backface-visibility: hidden;
	  -o-backface-visibility: hidden;
	  backface-visibility: hidden;
	}

	.rotating .front {
	  position: absolute;
	  display: inline-block;
	  -webkit-transform: translate3d(0,0,1px);
	  -ms-transform: translate3d(0,0,1px);
	  transform: translate3d(0,0,1px);
	}

	.rotating.flip .front {
	  z-index: 1;
	}

	.rotating .back {
	  display: block;
	  opacity: 0;
	}

	.rotating.spin {
	  -webkit-transform: rotate(360deg) scale(0);
	  -ms-transform: rotate(360deg) scale(0);
	  transform: rotate(360deg) scale(0);
	}



	.rotating.flip .back {
	  z-index: 2;
	  display: block;
	  opacity: 1;
	  
	  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
	  -ms-transform: rotateY(180deg) translate3d(0,0,0);
	  transform: rotateY(180deg) translate3d(0,0,0);
	}

	.rotating.flip.up .back {
	  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
	  -ms-transform: rotateX(180deg) translate3d(0,0,0);
	  transform: rotateX(180deg) translate3d(0,0,0);
	}

	.rotating.flip.cube .front {
	  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
	  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
	  transform: translate3d(0,0,100px) scale(0.85,0.85);
	}

	.rotating.flip.cube .back {
	  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
	  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	}

	.rotating.flip.cube.up .back {
	  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
	  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	}



/* *********************	Animations 	  ********************* */
	/* fade */

	.animated {
		-webkit-animation-duration: 1s; animation-duration: 1s;
		-webkit-animation-fill-mode: both; animation-fill-mode: both;
	}

	.animated.infinite {
		-webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;
	}

	.animated.hinge {
		-webkit-animation-duration: 2s; animation-duration: 2s;
	}

	@-webkit-keyframes fadeIn {
	  0% {
	    opacity: 0;
	  }

	  100% {
	    opacity: 1;
	  }
	}

	@keyframes fadeIn {
	  0% {
	    opacity: 0;
	  }

	  100% {
	    opacity: 1;
	  }
	}

	.fadeIn {
	  -webkit-animation-name: fadeIn;
	  animation-name: fadeIn;
	}

	@-webkit-keyframes fadeInDown {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, -100%, 0);
	    transform: translate3d(0, -100%, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	    transform: none;
	  }
	}

	@keyframes fadeInDown {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, -100%, 0);
	    -ms-transform: translate3d(0, -100%, 0);
	    transform: translate3d(0, -100%, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	  }
	}

	.fadeInDown {
	  -webkit-animation-name: fadeInDown;
	  animation-name: fadeInDown;
	}


	@-webkit-keyframes fadeInLeft {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(-100%, 0, 0);
	    transform: translate3d(-100%, 0, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	    transform: none;
	  }
	}

	@keyframes fadeInLeft {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(-100%, 0, 0);
	    -ms-transform: translate3d(-100%, 0, 0);
	    transform: translate3d(-100%, 0, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	  }
	}

	.fadeInLeft {
	  -webkit-animation-name: fadeInLeft;
	  animation-name: fadeInLeft;
	}



	@-webkit-keyframes fadeInRight {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(100%, 0, 0);
	    transform: translate3d(100%, 0, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	    transform: none;
	  }
	}

	@keyframes fadeInRight {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(100%, 0, 0);
	    -ms-transform: translate3d(100%, 0, 0);
	    transform: translate3d(100%, 0, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	  }
	}

	.fadeInRight {
	  -webkit-animation-name: fadeInRight;
	  animation-name: fadeInRight;
	}

	@-webkit-keyframes fadeInRightBig {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(2000px, 0, 0);
	    transform: translate3d(2000px, 0, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	    transform: none;
	  }
	}


	@-webkit-keyframes fadeInUp {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 100%, 0);
	    transform: translate3d(0, 100%, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	    transform: none;
	  }
	}

	@keyframes fadeInUp {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 100%, 0);
	    -ms-transform: translate3d(0, 100%, 0);
	    transform: translate3d(0, 100%, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	  }
	}

	.fadeInUp {
	  -webkit-animation-name: fadeInUp;
	  animation-name: fadeInUp;
	}


	/* Appear animations */
	.animated { opacity: 0; }
	.animated.on { opacity: 1; }



/* *********************	Updates 	********************* */

	/* v1.3 - 28 June 2015 */
	/* ******************* */

	/* Fix Isotope colums on Firefox between 992px and 1199px */
	@media (min-width:992px) and (max-width:1199px) {
		.portfolio .col-md-4 {
			width:33.3%;
		}
	}


.fundo-w {
	background-color: white;
}


.section-fest {
	height: 440px;
}

.back-2 {
	background: #363638;
}

.back-3 {
	background: #2B2B2B;
}

.back-red {
	background: #D33C45;
}

.title-home h1{
	color: white;
    text-align: center;
    font-weight: 200;
    font-size: 38px;
    margin-bottom: 26px;
    letter-spacing: 0.01em;
    font-weight: 300;
}

.title-home h3{
    text-align: center;
    color: white;
    font-size: 60px;
    font-weight: 200;
    letter-spacing: 0.01em;
}

.cake-introdution p {
	color: #363637;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.04em;
}

.btn {
	padding: 15px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.04em;
}

.btn-red {
	background: #D33C44;
    color: white;
    letter-spacing: 0.04em;
}

.btn-red:hover {
	background: #E6E6E6;
    color: #D33C44;
}

.btn-red a {
	background: #D33C44;
    color: white;
    letter-spacing: 0.04em;
}

.btn-red a:hover {
	background: #E6E6E6;
	color: #D33C44;
}

.btn-back-medium-gray {
	background: #bdbdb5;
    color: white;
    letter-spacing: 0.04em;
}

.btn-back-medium-gray:hover {
	background: #363637;
    color: white;
}


#recipe h2 {
    font-size: 50px;
    letter-spacing: 0.01em;
    line-height: 50px;
    font-weight: 200;
    color: #D33C44;
    margin: 0 0 15px 0;
}

#recipe h4 {
    font-size: 35px;
    font-weight: 200;
    margin-bottom: 150px;
    letter-spacing: 0.01em;
    color: #363637;
}

#recipe h3 {
    font-size: 27px;
    font-weight: 300;
    color: #333333;
    margin-top: 30px;
}

#recipe p {
    font-size: 15px;
    color: #363637;
    letter-spacing: 0.04em;
    margin-bottom: 120px;
}

.glyph_range {
	font-family: 'cake_dingbatsregular';
}

.icon-recipe {
	font-size: 180px;
    color: #D33C44;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.i-recipe-size {
	font-size: 205px;
}

.icon-recipe:hover {
    color: gray;
}

.box-cakefest {
    background: #1D969F;
    padding: 100px 10px 60px;
    position: relative;
    top: 260px;
    border: 10px solid white;
    margin: 0 20px;
}

.icon-fest {
	font-size: 180px;
    color: white;
}

#cakefest h3 {
	font-size: 50px;
    font-weight: 200;
    color: #1D969F;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    line-height: 60px;
}

.sub-fest {
    font-size: 50px;
    font-weight: 200;
    margin: 0 0 60px;
    color: #BDBDB5;
    letter-spacing: 0.01em;
    line-height: 60px;
}

#cakefest p {
    font-size: 15px;
    margin-top: 30px;
    letter-spacing: 0.04em;
}

.box-data {
	background: #BDBDB5;
    padding: 40px 5px 15px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.box-data h4 {
    text-align: center;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 40px;
}

.box-data h5 {
	text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    margin: 6px;
    line-height: 10px;
}

.box-data h6 {
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 32px;
    text-transform: uppercase;
}

.box-data h6 span {
    font-size: 150px;
    font-weight: 200;
}

.btn-fest {
    background: #1D969F;
    color: white;
    letter-spacing: 0.04em;
}

.btn-fest:hover {
	background: #E6E6E6;
    color: #1D969F;
}



#expertise p{
    color: white;
}

.icon-expertise {
	font-size: 85px;
    color: #BDBDB5;
}

.box-services-d:hover .icon-expertise-2 {
    color: #3085AE;
    margin: 50px 0px;
    display: block;
    text-align: center;
}

.icon-expertise-2 {
   	margin: 50px 0px;
    display: block;
    text-align: center;
    font-size: 150px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #bdbdb5;
}

.box-services-d:hover .title-expertise {
	color: #3085AE;
}

.title-expertise {
	font-size: 35px;
    font-weight: 300;
    color: #BDBDB5;
    line-height: 35px;
    margin-bottom: 10px;
}

.sub-expertise {
    font-size: 35px;
    color: #3085AE;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 35px;
}

.btn-expertise {
	background: #3085AE;
    color: white;
    letter-spacing: 0.04em;
}

.btn-expertise:hover {
	background: #313131;
    color: #3085AE;
}

.btn-white {
	background: white;
    color: #D33C45;
}

.btn-white:hover {
	background: #A72A32;
    color: white;
}

.fs-130 {
	font-size: 130px;
}

.fs-140 {
	font-size: 140px;
}

.fs-150 {
	font-size: 150px;
}


.lh35 {
	line-height: 35px;
}

#companies {
    padding-top: 30px;
    padding-bottom: 90px;
    background: #f7f7f5;
}

#companies h3 {
	font-size: 50px;
    font-weight: 200;
    color: #BDBDB5;
}

#companies-logos {
	background: #BEBEB6;
	padding-top: 20px;
	padding-bottom: 20px;
}

#quote {
	background-color: white;
}

#quote h4 {
    margin-bottom: 140px;
}

#quote h5{
    text-align: right;
    color: #D33C44;
    font-size: 15px;
    margin: 0;
    letter-spacing: 0.04em;
    line-height: 30px;
}

#quote h6 {
    text-align: right;
    font-size: 15px;
    letter-spacing: 0.04em;
}

blockquote {
	font-size: 24px;
    margin: 10px 0;
    padding: 0;
    font-style: italic;
    color: #C5C6C0;
    line-height: 33px;
    font-weight: 400;
    border: none;
}

.title-red {
    font-size: 50px;
    letter-spacing: 0.01em;
    line-height: 50px;
    font-weight: 200;
    color: #D33C44;
    margin: 0 0 15px;
}

.subtitle-black {
    font-size: 35px;
    font-weight: 200;
    letter-spacing: 0.01em;
}

.title-white {
    font-size: 35px;
    font-weight: 300;
    color: white;
    letter-spacing: 0.01em;
}

#sharing p{
    font-size: 15px;
    letter-spacing: 0.04em;
}

.icon-sharing {
	font-size: 470px;
    float: right;
    color: #D33C45;
    position: absolute;
    margin-top: 162px;
    right: 0;
}

.social iframe {
	height: 20px;
}

.icon-social-q {
	font-size: 24px;
	color: #bdbdb5;
	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.icon-social-q:hover {
	color: #D33C45;
}

.float-r {
	float: right;
}

.t-footer h4 {
	color: #D33C45;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.btn-user {
    background: #D33C45;
    padding: 6px 3px;
    width: 100%;
    margin: 7px 0 15px;
    border: none;
    border-radius: 7px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 12px;
}

.btn-user:hover {
	background: white;
	color: #D33C45;
}

.register label {
	margin-top: 5px;
}

.register p {
	font-size: 11px;
	line-height: 2;
}

.register a {
	color: white;
    font-weight: 600;
}

.register a:hover {
	color: #D33C45;
    font-weight: 600;
}

.menu-title {
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	padding-bottom: 5px;
}

.menu-sub {
	text-transform: uppercase;
    margin-top: 10px;
}

.footer-menu {
	color: #fff;
    word-spacing: 1px;
    text-align: left;
    padding: 20px 0;
    font-size: 13px;
    list-style: none;
}

.footer-menu li a{
	color: white;
	line-height: 21px;
}

.footer-menu li a:hover{
	color: #D33C45;
}


.fa-menu {
    padding-right: 5px;
    font-size: 9px;
}

.fa-menu-title {
	padding-right: 5px;
}

.icon-irc {
	font-weight: 700;
    font-size: 20px;
    color: #bdbdb5;
}

.icon-irc:hover {
    color: #D33C45;
}

.form-control {
	display: block;
    width: 100%;
    height: 34px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFF;
    background-color: #A92B32;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: none;
}

.form-control:focus {
	box-shadow: none;
}



.modal-open .modal {
	overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.82);
}

.btn-search {
	width: 100%;
    background: #EAEAEA;
    color: #A92B32;
    text-transform: uppercase;
}

.btn-search:hover {
    background: #A92B32;
    color: white;
}



::-webkit-input-placeholder {
    color:    #fff;
}
:-moz-placeholder {
    color:    #fff;
}
::-moz-placeholder {
    color:    #fff;
}
:-ms-input-placeholder {
    color:    #fff;
}



#cake-search::-webkit-input-placeholder {
  color:    #fff;
}

#cake-search:-moz-placeholder {
  color:    #fff;
}

#cake-search::-moz-placeholder {
  color:    #fff;
}

#cake-search:-ms-input-placeholder {
  color:    #fff;
}



#newname::-webkit-input-placeholder {
  color:    #fff;
}

#newname:-moz-placeholder {
  color:    #fff;
}

#newname::-moz-placeholder {
  color:    #fff;
}

#newname:-ms-input-placeholder {
  color:    #fff;
}


#newmail::-webkit-input-placeholder {
  color:    #fff;
}

#newmail:-moz-placeholder {
  color:    #fff;
}

#newmail::-moz-placeholder {
  color:    #fff;
}

#newmail:-ms-input-placeholder {
  color:    #fff;
}


#search::-webkit-input-placeholder {
  color:#751E1E;
}

#search:-moz-placeholder {
  color:#751E1E;
}

#search::-moz-placeholder {
  color:#751E1E;
}

#search:-ms-input-placeholder {
  color:#751E1E;
}






.back-book {
	background-color: #363638;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.back-book:hover {
	background-color: #323233;
}

.back-book h2 {
    margin: 0;
    color: #7A7B76;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1;
    padding: 10px;
    font-size: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.back-book h2:hover {
    color: #bdbdb5;
}

.back-api {
	background-color: #404042;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.back-api:hover {
   	background-color: #3b3b3c;
}

.back-api  h2 {
    margin: 0;
    font-size: 15px;
    color: #7A7B76;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1;
    padding: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.back-api h2:hover {
    color: #bdbdb5;
}

.icon-logo {
	font-size: 30px;
	color: white;
}

.icon-submenu {
    padding-left: 15px;
    font-size: 26px;
    vertical-align: -17%;
}

.logo-cake img {
	margin-top: 24px;
	margin-bottom: 0px;
	width: 230px;
	min-width: 240px;
	margin-left: 0px;
}
#footer input {
	padding: 5px;
}

#footer input:focus {
	background: #5D5D5F;
    border: 1px solid #5D5D5F;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.17);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.17);
}

#footer input:hover {
	background: #5D5D5F;
    border: 1px solid #5D5D5F;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.17);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.17);
}


header {
    background: #D33C44;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 99;
}

.nav-up {
    top: -76px;
}

#sub {
	margin-top: 76px;
}


.icon-search {
    font-size: 25px;
    cursor: pointer;
    color: white;
    margin-top: 24px;
    position: relative;
    z-index: 9;
}

#wrap {
    display: inline-block;
    position: relative;
    height: 60px;
    width: 60px;
    float: right;
    padding: 0;
    position: relative;
    z-index: 99;
}

#wrap input[type="text"] {
	height: 76px;
    font-size: 24px;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    border: none;
    outline: none;
    color: white;
    padding: 3px;
    padding-right: 60px;
    padding-left: 21px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}


#wrap input[type="text"]:focus {
  width: 700px;
  z-index: 1;
  cursor: text;
  background-color: #b8343b;
  border-radius: 0;
}
#wrap input[type="submit"] {
    height: 76px;
    width: 63px;
    display: inline-block;
    color: red;
    float: right;
    background: url(../images/search.png) center center no-repeat;
    background-size: 19px;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    cursor: pointer;
    transition: opacity .4s ease;
    outline: none;
}

#wrap input[type="submit"]:hover {
  opacity: 1;
}


.icon-social {
    font-size: 25px;
    color: #bdbdb5;
}

.icon-social:hover {
    color: #D33C45;
}

.tooltip {
	padding: 10px;
}

.social-footer a{
	padding: 10px 18px;
}

#socials {
	    padding-top: 16px;
    padding-bottom: 11px;
}

.megamenu-list {
	    color: white;
}

#fb-root-face {
	top: -6px;
}


.social iframe {
	text-align: center;
}

.form-user input {
	height: 38px !important;
}

.carousel-control.right, .carousel-control.left {
	background: none;
}

.icon-carousel {
	    position: absolute;
    top: 42%;
    z-index: 5;
    display: inline-block;
    font-size: 89px;
    text-shadow: none;
    color: #BCBCC3;
}

@media screen and (min-width: 768px) { 
	
	.carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
	    width: 30px;
	    height: 30px;
	    margin-top: -15px;
	    font-size: 70px;
	}

	.carousel-control .fa-angle-left, .carousel-control .icon-prev {
    	margin-left: -15px;
	}

	.carousel-control .fa-angle-right, .carousel-control .icon-next {
		    margin-right: -15px;
	}
}

.carousel-control .icon-prev, .carousel-control .fa-angle-left {
	left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .fa-angle-right {
	right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
	position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}


.hero {
	background-image: url('../images/slider/slide-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 400px 0;
    background-position: center center;
}

.hero-2 {
	background-image: url('../images/bg/cakefest.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 400px 0;
    background-position: center center;
    margin-bottom: 30px;
}

.toggle-modal {
	font-size: 30px;
    color: white;
    margin: 14px 20px 0 0;
}


.modal-content-menu {
	border-radius: 1px;
    background-color: #D33C44;
    padding: 10px;
}


.title-modal-menu {
	font-size: 18px;
    letter-spacing: 0.04em;
    color: #EAEAEA;
    border-bottom: 1px solid #C7353D;
    text-align: center;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.modal-header-menu .close{
    margin-top: -28px;
    font-size: 38px;
    background: rgba(211, 60, 68, 0);
    padding: 8px 8px;
    color: #FDFDFD;
    margin-right: -17px;
    opacity: 1;
    text-shadow: none;
}

.title-responsivo-menu {
	text-align: left;
    color: white;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.5em;
    background: #C7383F;
    padding: 18px;
}

.title-responsivo-menu:hover a, .title-responsivo-menu:focus a {
	    color: #E0E0E0;
}

.sidebar-menu-body {
    padding: 10px 0px;
    border: 2px solid #C7383F;
    text-align: left;
}

.sidebar-menu-body ul > li{
	list-style: none;
}

.sidebar-menu-body > ul > li > a {
	color: white;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    font-weight: 500;
    font-size: 13px;
    line-height: 3.0em;
}


.tarja-menu > ul {
	border-bottom: 2px solid #C7383F;
    margin: 10px 0px 20px;
    padding-bottom: 10px;
}

.tarja-menu > ul:last-child  {
	border-bottom: none;
    margin: 10px 0px 0;
    padding-bottom: 0;
}

.sidebar-menu-body ul > li {
	color: white;
}

.btn-menu {
	background: transparent;
    padding: 0px 0 9px 10px;
    border: none;
}

.t-support h3 {
	font-size: 50px;
    color: #f7f7f5;
    font-weight: 200;
    line-height: 60px;
    letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0;
}

.t-support h3 span{
	font-weight: 700;
}

.t-support h5{
    color: #f7f7f5;
    letter-spacing: 0.01em;
    font-size: 24px;
    font-weight: 300;
}



.phone-support-i {
	font-size: 50px;
    background: #246786;
    border: none;
    border-radius: 0;
    color: white;
    padding: 5px 20px;
    cursor: auto;
}

.phone-support-number {
	font-size: 50px;
    padding: 5px 20px;
    background: #2f85ae;
    border: none;
    border-radius: 0;
    color: white;
    font-weight: 600;
    cursor: auto;


	-moz-font-feature-settings:"tnum" 1, "lnum" 1, "kern" 1;
	-ms-font-feature-settings:"tnum" 1, "lnum" 1, "kern" 1;
	-o-font-feature-settings:"tnum" 1, "lnum" 1, "kern" 1;
	-webkit-font-feature-settings:"tnum" 1, "lnum" 1, "kern" 1;
	font-feature-settings:"tnum" 1, "lnum" 1, "kern" 1;
}

.phone-support-number:hover {
	background: #2f85ae;
	color: white;
}

.phone-support-i:hover {
	background: #246786;
	color: white;
}



/* ---------------------- COOK BOOK ------------------------- */


.icon-submenu-cook {
	padding: 0 12px 0 0;
	color: #B8B8AE;
}

.t-cook-nav h2 {
	color: #B8B8AE;
	text-align: left;
    padding: 10px 0;
}

.form-cook {
	margin-top: 8px;
    background: #565656;
    border-radius: 0;
    height: 30px;
}

.search-cook {
	margin-top: 10px;
}

.search-cook span{
    padding-left: 7px;
    color: #565656;
    font-size: 23px;
}

#cook::-webkit-input-placeholder {
  color:#363637;
}

#cook:-moz-placeholder {
  color:#363637;
}

#cook::-moz-placeholder {
  color:#363637;
}

#cook:-ms-input-placeholder {
  color:#363637;
}

.t-language h6{
    color: #bdbdb5;
    margin: 0;
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 11px;
    text-align: right;
    padding-right: 8px;
}

.submenu-language {
	top: 32px;
}

.submenu-language > li > a {
    width: 100%;
    padding: 10px;
    display: inline-block;
    float: left;
    clear: both;
    color: #363638;
    line-height: 16px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}

.submenu-language > li > a:hover {
    text-indent: 0;
    opacity: 0.6;
    background: #363638;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #BDBDB5;
}


.submenu-language {
	list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 999999;
    min-width: 64px;
    font-size: 12px;
    word-spacing: 1px;
    color: #363638;
    background-color: #BDBDB5;
    padding-bottom: 10px;
    padding-top: 5px;
    border-radius: 4px;
    border-top-right-radius: 2px;
}

.width-version {
	min-width: 64px;
}

.menu-language  {
	margin: 0;
}

.menu-language > li > a {
    padding: 2px 2px 2px 8px;
    margin: 7px 0;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
    display: inline-block;
    color: #363638;
    position: relative;
    z-index: 10;
    -webkit-transition: all .0s ease-out;
    transition: all .0s ease-out;
    background: #bdbdb5;
    border-radius: 4px;
}




.menu-language > li > a:hover, .menu-language > li > a:focus, .menu-language > li:hover > a  {
	color: black;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.fa-menu-en {
    padding: 0px;
    font-size: 9px;
    vertical-align: 2px;
}

.sidebar-book-title {
    text-align: left;
    color: #363637;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.5em;
}

.sidebar-book-title .fa {
	margin-right: 5px;
}

.sidebar-book-body {
	padding: 0;
}

.sidebar-book-body ul  {
	padding: 0;
}

.sidebar-book-body li  {
	list-style: none;
    text-align: left;
    line-height: 1.6em;
}

.sidebar-book-body > ul > li > a {
    color: #363637;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5em;
}

.sidebar-book-body .fa {
	padding-right: 5px;
}

.blue-h a:hover {
	color: #2f85ae;
}

.red-h a:hover {
	color: #D33C44;
}

.sidebar-book-title-sub {
	color: #363637;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    font-weight: 500;
    font-size: 13px;
    margin-top: 0;
}

.title-book-wel {
    font-weight: 300;
    letter-spacing: 0.01em;
    font-size: 32px;
    margin-top: 9px;
    margin-bottom: 5px;
    color: #363637;
}

.box-featured-light {
    padding: 12px 10px 12px;
    margin-bottom: 25px;
}

.box-featured-light p{
	margin: 0;
	color: #363637;
	letter-spacing: 0.01em;
	font-weight: 500;
	display: inline;
}

.featured-yellow {
	background-color: #fcf8e3;
}

.featured-yellow span{
	color: #E2C99C;
}

.featured-green{
	background: #dff0d8;
}

.featured-green span{
	color: #A7D096;
}

.featured-red{
	background: #f2dede;
}

.featured-red span{
	color: #E0B9B9;
}

.featured-blue{
	background: #d9edf7;
}

.featured-blue span{
	color: #97CAE4;
}


.featured-navy-blue {
	background: #97e0ec;
}

.featured-navy-blue span{
	color: #fff;
}

.featured-navy-blue p{
	color: #fff;
}


.t-blue {
	color: #2f85ae;
}


.icon-featured {
    font-size: 35px;
    color: #f8c6bd;
    padding-right: 9px;
    position: relative;
    top: 4px;
    display: block;
    float: left;
    margin: -3px 15px 15px 5px;
}

#welcome-book p {
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

#welcome-book li {
	font-weight: 500;
	line-height: 21px;
}

.read-the-book {
	background: #F0F0E8;
	margin-bottom: 30px;
}

.read-the-book h4 {
    margin: 0;
    padding: 30px 0 0;
    margin-top: 30px;
}

.read-the-book p {
	background: #F0F0E8;
    font-weight: 500;
    padding: 0 100px;
    margin-bottom: 5px;
}

.read-the-book a {
    margin: 25px 5px 50px;
}

.div-clear {
	clear:both;
}




#slideout {
    position: fixed;
    bottom: 70%;
    right: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #363637;
    padding: 5px 0px 4px;
    position: fixed;
    z-index: 9999;
}
#slideout_inner {
	position: fixed;
    bottom: 70%;
    right: -200px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #e0e0d9;
    padding: 5px 12px;
    width: 200px;
}
#slideout:hover {
  right: 200px;
}
#slideout:hover #slideout_inner {
  right: 0;
}

.icon-improve {
	color: #bdbdb5;
    padding: 3px 9px 0 10px;
    font-size: 24px;
}

#slideout_inner h6{
    color: #363637;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
}

.git-improve {
    font-size: 30px;
    vertical-align: -4px;
    padding-left: 8px;
}

.dropdown > a {
    background: #bdbdb5;
    padding: 5px 8px !important;
    border-radius: 4px;
    margin-top: 8px;
    color: #363638;
    font-weight: 700;
    font-size: 13px;

    -webkit-transition: all .0s ease-out;
    transition: all .0s ease-out;
} 

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 2px; 
	border-top-right-radius: 2px; 
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
    background-color: #bdbdb5;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #bdbdb5;
}

#cookbook {
	padding-top: 160px;
	padding-bottom: 80px;
}

.nav-btn {
    padding-top: 88px;
    background: #ECECEC;
    padding-bottom: 14px;
}


.btn-nav {
	width: 100%;
    border-radius: 5px;
    background-color: #5F5F5F;
    color: #B3B3B3;
    font-size: 15px;
    font-weight: 300;
    padding: 15px;

}


.title-modal-cookbook {
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #363638;
    border-bottom: 1px solid gainsboro;
    text-align: center;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.title-modal-cookbook span {
	color: #363638;
}

.form-cook-modal {
	margin-top: 8px;
    background: #D2D2D2;
    border-radius: 0;
    height: 42px;
    color: #363638;
}

.search-cook-modal {
	margin-top: 16px;
}

.btn-language-modal {
	padding: 9px 15px;
    color: #363638;
    border: 1px solid #363638;
    margin: 10px 15px;
}

.title-modal-book {
    text-transform: uppercase;
    padding-top: 8px;
    font-size: 10px;
}

.btn-language-modal-active {
	background: #363638;
	color: white;
	padding: 9px 15px;
    border: 1px solid #363638;
    margin: 10px 15px;
}

.modal-header .close {
	margin-top: -25px;
    font-size: 38px;
    background: transparent;
    padding: 8px 8px;
    color: #FDFDFD;
    margin-right: -17px;
    opacity: 1;
}


/* ---------------------- COOK BOOK - SEARCH ------------------------- */


.cook-search-t h5 {
    color: #2f85ae;
    margin: 0;
    line-height: 1.5em;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;

    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cook-search-t p {
    color: #2f85ae;
    margin: 0;
    line-height: 1.5em;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 0.01em;

    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.cook-search-t li{
	color: #2f85ae;
	 -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    list-style: none;
}

.cook-search-t li:hover h5{
	color: #00aeef;
}

.cook-search-t li:hover p{
	color: #00aeef;
}

.cook-search-t li:hover{
	color: #00aeef;
}

.cook-search-p {
	line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.form-cook-search {
    background: #E6E6E1;
    border-radius: 0;
    height: 40px;
    color: #363638;
}

.icon-cook-search {
    margin-top: 7px;
}

.icon-cook-search span{
	color: #bdbdb5;
	font-size: 30px;
}

#cook-search::-webkit-input-placeholder {
  color:#acaca7;
}

#cook-search:-moz-placeholder {
  color:#acaca7;
}

#cook-search::-moz-placeholder {
  color:#acaca7;
}

#cook-search:-ms-input-placeholder {
  color:#acaca7;
}

.cook-search-form {
	padding-top: 20px;
	padding-bottom: 20px;
}


/* ---------------------- COOK BOOK - VIEW ------------------------- */

.page-content-list {
	background: rgba(189, 189, 181, 0.32);
	padding: 30px;
}

.page-content-list li > a{
	font-size: 12px;
    color: #363637;
    letter-spacing: 0.04em;
    font-weight: 500;
    line-height: 1.8em;

    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cook-view ul {
    padding-left: 26px;
}

.page-content-list li {
    line-height: 0;
}

.page-content-list li > a:hover{
    color: #2a6496;
}

.cook-view p, .cook-view li {
	line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: 14px;
}

pre {
	background-color: transparent;
    border: none;
    border-radius: 0;
}

.box-code pre{
	font-family: 'Roboto Mono', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 300;
	margin: 0;
}

.box-code {
	background-color: #ECECE9;
	padding: 15px 25px;
	margin: 30px 0 30px;
}

.cp {
	color: #666666;
}

.k {
	color: #a71d5d;
}

.nx {
	color: #c44f24;
}

.c {
	color: #363637;
}

.b {
	color: #234aa0;
}

.g {
	color: #0b6125;
}

.br {
	color: #794938;
}

.italic {
	font-style: italic;
}

.roboto {
	font-family: 'Roboto Mono', sans-serif;
}

.roboto-small {
	font-family: 'Roboto Mono', sans-serif;
	font-size: 11px !important;
}

.ander h6 {
	font-size: 14px;
	margin: 0;
}

.class-box span{
	font-family: 'Roboto Mono', sans-serif;
	font-weight: 400;
	background-color: #ECECE9;
	font-size: 11px;
	display: inline;
}

.class-box h6 {
	font-family: 'Roboto Mono', sans-serif;
	font-weight: 700;
	font-size: 14px;
	display: inline;
}

.class-box-2 span{
	font-family: 'Roboto Mono', sans-serif;
	font-weight: 400;
	background-color: #ECECE9;
	font-size: 11px;
	display: inline;
}

.class-box-2 h6 {
	font-family: 'Roboto Mono', sans-serif;
	font-weight: 400;
	font-size: 14px;
	display: inline;
}

.class-box-2 {
	    margin-bottom: 15px;
}


/* ---------------------- VIDEOS ------------------------- */


.title-videos h1 {
    font-size: 50px;
    text-align: center;
    color: #d33c44;
    font-weight: 200;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
    line-height: 50px;
}

.title-videos h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 200;
    letter-spacing: 0.01em;
    line-height: 40px;
    margin-bottom: 0;
}

.t-videos h4 {
	color: #363637;
    letter-spacing: 0.01em;
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    padding: 0px;
}

.t-videos p {
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 40px;
}


.t-videos  {
  	padding-right: 30px;
    padding-left: 30px;
}

.back-light-gray {
	background: #f7f7f5;
}

.back-white {
	background: #fff;
}

.back-gray {
	background: #EFEFEF;
}

.back-medium-gray {
	background: #bdbdb5;
}

.back-dark {
	background: #363637;
}

.submenu-videos {
	    float: right;
	    padding-right: 13px;
}



/* ---------------------- SHOWCASE ------------------------- */


.title-showcase h1 {
    text-align: center;
    color: #d33c44;
    font-size: 50px;
    letter-spacing: 0.01em;
    line-height: 55px;
    margin-bottom: 15px;
    font-weight: 200;
}

.title-showcase h3 {
    text-align: center;
    font-weight: 200;
    font-size: 35px;
    letter-spacing: 0.01em;
}

.featured-case h3 {
    text-align: right;
    font-size: 50px;
    font-weight: 200;
    color: #d33c44;
    letter-spacing: 0.01em;
    line-height: 50px;
    margin-bottom: 15px;
}

.featured-case h4 {
    text-align: right;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.01em;
}

.featured-case p {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 24px;
}

.featured-case span {
    color: #d33c44;
    font-weight: 700;
}

.featured-case-2 h3 {
    font-size: 50px;
    color: #bdbdb5;
    font-weight: 200;
    letter-spacing: 0.01em;
    line-height: 50px;
}

.featured-case-2 p {
	font-size: 14px;
    color: white;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.featured-case-2 span {
	color: #bdbdb5;
    font-weight: 700;
}

.featured-case-3 h3 {
    font-size: 50px;
    color: #f7f7f5;
    font-weight: 200;
    letter-spacing: 0.01em;
    line-height: 50px;
}

.featured-case-3 p {
	font-size: 14px;
    color: #363637;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.featured-case-3 span {
	color: #f7f7f5;
    font-weight: 700;
}

.big-testimonial blockquote {
    color: #bdbdb5;
}

.big-testimonial h5 {
    text-align: right;
    color: #D33C44;
    font-size: 15px;
    margin: 0;
    letter-spacing: 0.04em;
    line-height: 30px;
}

.big-testimonial h6 {
    text-align: right;
    font-size: 15px;
    letter-spacing: 0.04em;	
}

.title-more h3{
	text-align: center;
    color: #d33c44;
    font-size: 50px;
    letter-spacing: 0.01em;
    line-height: 55px;
    margin-bottom: 15px;
    font-weight: 200;
}

.showcase-cases h4{
    font-size: 35px;
    color: #383838;
    font-weight: 200;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    text-align: left;
}

.showcase-cases p{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-transform: initial;
    text-align: left;
}

.showcase-cases span{
	font-weight: 700;
}

.showcase-cases img{
	margin-top: 9px;
}

.view-more h5 {
    display: inline;
    text-transform: uppercase;
    color: #D33C44;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2em;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.fa-view-more {
	display: inline;
    font-size: 8px;
    padding: 0 7px;
    color: #D33C44;
    vertical-align: 3px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.view-more h5:hover  {
	color: #bdbdb5;
}

.view-more a:hover .fa-view-more {
	color: #bdbdb5;
}

.show-title {
	background: #f7f7f5;
	padding-top: 140px;
}

.modal-showcase {
	background: #5793bf;
    padding: 0;
    border: none;
}

.back-modal-footer-show {
	background: #484848;
}

.icon-modal-show {
	margin-top: 40px;
	text-align: center;
}

.icon-modal-show span{
    color: white;
    font-size: 211px;
    margin-top: 100px;
}

.t-modal-show h4 {
	color: white;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
    font-weight: 200;
    line-height: 24px;
}

.t-modal-show h4 span{
	font-weight: 700;
}

.t-modal-show p{
	margin-top: 30px;
    color: white;
    line-height: 18px;
}

.icon-dc-modal {
    margin-top: 12px;
    text-align: left;
}

.icon-dc-modal span{
    font-size: 55px;
    color: #BDBDB5;
}

.btn-modal-show {
	background: #5793bf;
    border: none;
    padding: 10px 50px;
    margin-top: 6px;
}

.btn-modal-show:hover {
	background-color: #BDBDB5;
	color: #363637;
}

.control-label-rapid {
	color: white;
    padding-top: 3px;
    padding-left: 29px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-align: left;
}

.form-plugin-rapid {
    background: white;
    border-radius: 0;
    color: #363637;
    box-shadow: none;
    border: none;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 10px;
}

.form-plugin-rapid:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    outline: none;
}

/* ---------------------- CALENDAR ------------------------- */


.title-calendar h1 {
    font-weight: 200;
    font-size: 50px;
    text-align: center;
    color: #f7f7f5;
    letter-spacing: 0.05em;
    line-height: 24px;
}



.icon-calendar {
    font-size: 70px;
    color: #f7f7f5;
    padding-left: 10px;
    vertical-align: -5px;
}

.check-calendar {
	padding-top: 80px;
	padding-bottom: 80px;
}

.check-calendar h3 {
    font-size: 35px;
    color: #bdbdb5;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 27px;
    font-weight: 300;
}

.check-calendar p{
	font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
}

.check-calendar a {
	color: #2f85ae;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.check-calendar a:hover {
	color: #bdbdb5;
}


/* ---------------------- CALENDAR PLUGIN ------------------------- */


.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
}

.fc-header-left, .fc-header-right, .fc-header-center {
	padding: 0;
	vertical-align: bottom !important;
}

.fc-header-title h2 {
	    margin: 0 0 5px 0;
}


/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	color: #bdbdb5;
    font-weight: 300;
    letter-spacing: 0.01em;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: bottom;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
	}
	
.fc-view {
	width: 100%;
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #fff;
	    background: #eae8e3;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #fcfcfc;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #bcccbc;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 1.9em;
    line-height: 1.9em;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #bdbdb5;
    padding: 0 15px;
}


.fc-text-arrow {
	margin: 0 .1em;
	font-size: 3em;
	font-family: "Courier New", Courier, monospace;
	vertical-align: baseline; /* for IE7 */
	}


	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #fff;
	}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	}

.fc-state-down,
.fc-state-active {
	background-image: none;
	outline: 0;
	color: #D33C44;
	}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.55;
	filter: alpha(opacity=65);
	box-shadow: none;
	}

	

/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event-container > * {
	z-index: 8;
	}

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
	z-index: 9;
	}
	 
.fc-event {
	border: none; /* default BORDER color */
	background-color: transparent; /* default BACKGROUND color */
	color: #363637;               /* default TEXT color */
	font-size: .85em;
	cursor: default;
	padding:0 10px 10px;
	line-height: 20px;
	}

a.fc-event {
	text-decoration: none;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}

.fc-event-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
	border-left-width: 1px;
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
	border-right-width: 1px;
}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
}
	

table.fc-border-separate {
	border-collapse: separate;
}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 2px 0 0 2px;
}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
}

.fc-border-separate tr.fc-last th{
	border-bottom-width: 1px;
	background: #bdbdb5;
    color: #f7f7f5;
    text-transform: uppercase;
}
	
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}

.fc .fc-week-number {
	width: 22px;
	text-align: center;
	}

.fc .fc-week-number div {
	padding: 0 2px;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}

.fc-agenda .fc-week-number {
	font-weight: bold;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
}



.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}

.fc-event-vert.fc-event-start {
	border-top-width: 1px;
	}

.fc-event-vert.fc-event-end {
	border-bottom-width: 1px;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}

.fc-event-vert .fc-event-inner {
	position: relative;
	z-index: 2;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
	
/* ---------------------- CALENDAR MOBILE ------------------------- */

.calendar-mobile-title {
    padding-bottom: 30px;
    background: white;
}

.calendar-mobile-title h3{
    display: inline;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0 20px;
    color: #bdbeb5;
    font-weight: 300;
    font-size: 40px;
}

.icon-calendar-mobile {
    display: inline;
    font-size: 36px;
    color: #bdbeb5;
    vertical-align: 1px;
}

.calendar-mobile h5{
    background: #bcbdb5;
    color: #f2f0f1;
    text-transform: uppercase;
    font-size: 30px;
    padding: 10px;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin: 0;
}

.calendar-mobile {
	background: #f7f7f5;
}

.calendar-mobile ul li {
    list-style-position: inside;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
}

.calendar-mobile ul {
	padding: 40px 0 20px;
	margin: 0;
}

.gray-stripe {
	background: #bdbdb5;
	padding-top: 140px;
	padding-bottom: 25px;
}

.dark-gray-stripe {
	background: #363637;
	padding-top: 140px;
	padding-bottom: 25px;
}

.btn-calendar {
	color: #363637;
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.btn-calendar:hover {
	color: #BCBDB5;
}

/* ---------------------- GET INVOLVED ------------------------- */


.box-get {
    background: #f7f7f5;
    padding: 30px 20px 10px;
    margin: 35px 0;
}

.icon-get {
	font-size: 50px;
    color: #D33C44;
}

.box-get h3 {
	font-size: 35px;
    line-height: 48px;
    letter-spacing: 0.01em;
    font-weight: 200;
    margin-bottom: 0;
}

.box-get h4 {
    font-size: 24px;
    letter-spacing: 0.05em;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 30px;	
}

.box-get p {
    margin: 20px 0;
}

.box-get ul li {
	font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 24px;
    font-weight: 500;
}

.box-get ul {
	padding-left: 16px;
}

.get-involved h2 {
    font-size: 50px;
    color: #d33c44;
    letter-spacing: 0.01em;
    line-height: 24px;
    font-weight: 200;
}

.get-involved p {
	font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 24px;
    font-weight: 500;
}



.get-social p {
	margin-bottom: 0;
	padding-top: 11px;
}

.get-social-icon {
    font-size: 30px;
    color: #bdbdb5;
    line-height: 48px;
    vertical-align: -7px;
    padding-left: 10px;
}



.get-developer h4 a{
    font-size: 24px;
    color: #2f85ae;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

.get-developer h4 a:hover{
	color: #2a6496;
}

.get-developer h4 {
    margin-bottom: 0;
    line-height: 24px;
}

.get-developer ol {
	padding-left: 15px;
}

.get-developer ol li {
	font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 24px;
    font-weight: 500;
}

.get-conference img {
	margin: 10px 0 30px;
}


.br-bottom-sidebar:after {
    content: "";
    display: block;
    height: 1px;
    width: 23px;
    border-top: 1px solid #363637;
    margin: 5px 0 30px;
}

.br-bottom-sidebar-2:after {
    content: "";
    display: block;
    height: 1px;
    width: 23px;
    border-top: 1px solid #363637;
    margin: 5px 0 20px;
}

.up-z-index {
	position: relative;
	z-index: 99;
}

.icon-education {
    font-size: 60px;
    padding-top: 10px;
    color: #f7f7f5;
}

.box-featured-light-2 p {
	margin: 0;
    color: white;
    letter-spacing: 0.01em;
    font-weight: 500;
    display: inline;
}

.icon-irc-2 {
	font-weight: 700;
    font-size: 20px;
    color: #bdbdb5;
    font-style: normal;
    padding-left: 5px;
}

.icon-getinvolved {
	font-size: 190px;
    vertical-align: -58px;
    color: white;
}

/* ---------------------- MENU GET INVOLVED ------------------------- */

.navbar-form input, .form-inline input {
	width:auto;
}

.sidebar-2 ul li {
	list-style: none;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
    list-style: none;
}

#sidebar-2.affix-top {
    position: static;
    list-style: none;
    margin-top: 30px;
}

#sidebar-2.affix {
    position: fixed;
    top: 80px;
    list-style: none;
    margin-top: 30px;
    z-index: 1;
}

#sidebar-2 a {
	font-size: 18px;
    font-weight: 400;
    color: #D33C44;
    letter-spacing: 0.04em;
    line-height: 24px;
    padding-left: 0;
}

#sub-sidebar-2 a {
    font-size: 14px;
    font-weight: 500;
    color: #363637;
    letter-spacing: 0.03em;
    line-height: 24px;
}

#sidebar-2 ul {
    list-style: none;
    padding: 0;
}



/* ---------------------- CERTIFICATION ------------------------- */


.certification h2 {
	font-size: 35px;
	font-weight: 200;
	letter-spacing: 0.01em;
	color: #d33c44;
	line-height: 24px;
}

.certification h3 {
	letter-spacing: 0.05em;
	color: #363637;
	line-height: 24px;
	margin-top: 40px;
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 300;
}

#trainingside {
	padding-top: 90px;
}

.certification p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 24px;
}

.panel-certification {
    text-align: left;
    line-height: 15px;
}

.panel-certification a{
	font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    color: #363637;
}

.panel-certification a:hover{
    color: gray;
}

.panel-certification .fa{
    margin-right: 6px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 10px;
    vertical-align: 1px;
}

.certification-body ul li {
	text-align: left;
    text-transform: initial;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
}

.certification-body ul{
	background: #f7f7f5;
    padding: 20px 55px;
}

.certification-body p {
	text-transform: initial;
	text-align: left;
	padding-left: 15px;
}


.box-certification-b h4 {
    padding: 2px 15px;
    line-height: 33px;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin: 0;
}

.box-certification-r h4 {
    padding: 2px 10px;
    line-height: 33px;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin: 0;
}

.box-certification-b h4:nth-child(odd) {
	background: #f7f7f5;
}

.box-certification-b h4:nth-child(even) {
	background: #f1f1ed;
}

.box-certification-r h4:nth-child(odd) {
	background: #f7f7f5;
}

.box-certification-r h4:nth-child(even) {
	background: #f1f1ed;
}

.box-certification h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 300;
    color: #bdbdb5;
    margin: 0;
    padding-top: 58px;
}

.box-certification  {
    height: 259px;
}

.box-certification-two {
	height: 222px;
}

.box-certification-two h3{
	font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 300;
    color: #bdbdb5;
    margin: 0;
    padding-top: 40px;
}

.btn:focus, .btn:active:focus {
	outline: 0;
    outline-offset: 0;
}


.padd-certification {
	padding-top: 80px;
}

.tier ul {
	padding: 5px 0 30px 15px;
}

.tier ul li{
	font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 24px;
}


/* ---------------------- MY CAKE ------------------------- */

.title-mycake h1{
	font-weight: 200;
    font-size: 50px;
    text-align: center;
    color: #bdbdb5;
    letter-spacing: 0.05em;
    line-height: 24px;
}

.title-mycake span {
	color: #bdbdb5;
    font-size: 120px;
    vertical-align: -30px;
}

.title-plugin h1{
	font-weight: 200;
    font-size: 50px;
    text-align: center;
    color: #bdbdb5;
    letter-spacing: 0.05em;
    line-height: 45px;
}

.title-plugin span {
	color: #bdbdb5;
    font-size: 120px;
    vertical-align: -30px;
}

.mycake-login h4 {
	font-size: 35px;
    color: #D33C44;
    font-weight: 200;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 0.01em;
    line-height: 35px; 
}

.mycake-login h5 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.mycake-login p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.icon-social-mycake i{
    padding: 7px 9px;
    display: inline;
    margin-bottom: 50px;
    font-size: 25px;
    margin: 2px;
    color: white;
}

.color-git i{
	background: #565656;
}

.color-twitter i{
	background: #64bbf1;
}

.color-facebook i{
	background: #4a6da8;
	padding: 7px 14px;
}

.color-google i{
	background: #e66149;
}

.icon-social-mycake i:hover{
    background: #D33C44;
    color: white;
}

.form-control-mylogin {
	display: block;
    width: 100%;
    height: 34px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #363637;
    text-align: center;
    background-color: #FFFFFF;
    background-image: none;
    border-radius: 0;
    
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid #D33C44;
    margin-bottom: 10px;
}

.form-control-mylogin:focus {
	outline-style: inherit;
	    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.17);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.17);
    background-color: #bdbdb5;
    border: 0px;
}

#mycake-login::-webkit-input-placeholder {
  color: #D33C44;
  text-align: center;
  font-size: 15px;
}

#mycake-login:-moz-placeholder {
  color: #D33C44;
  text-align: center;
  font-size: 15px;
}

#mycake-login::-moz-placeholder {
  color: #D33C44;
  text-align: center;
  font-size: 15px;
}

#mycake-login:-ms-input-placeholder {
  color: #D33C44;
  text-align: center;
  font-size: 15px;
}

.check-mylogin p {
	font-size: 11px;
    line-height: 13px;
    text-align: left;
}

.check-mylogin label{
    font-size: 11px;
    line-height: 13px;
    text-align: left;
    font-weight: 400;
}

.icon-social-mycake {
	margin-top: 30px;
}

.checkbox-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label{
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    cursor: pointer;
}

.checkbox-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #D33C44;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    padding: 0;
    margin-right: 7px;
    text-align: center;
    margin-top: -1px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #D33C44;
    color: #fff;
}

.btn-mylogin {
 	color: white;
    font-size: 11px;
    padding: 4px;

}

.btn-mylogin:hover {
	background: #363637;
	color: white;
}

.control-label {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.03em;
	text-align: left;
}

.form-horizontal .control-label {
	text-align: left;
}

.divisor-ingredients h4{
	text-align: left;
    margin: 0;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.03em;
    font-weight: 400;
}

.textearea-about {
	height: 200px;
}

.checkbox-ingredients label{
    font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.03em;
	text-align: left;
}


input[type="radio"]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: -1px;
    left: -2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #D33C44;
}

input[type="radio"]:checked{
    border: 2px solid red;
}



select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em
}

#mySelect {
    border-radius: 0
}

.btn-ingredients {
    font-weight: 600;
    color: white;
    margin-top: 40px;
    width: 85%;
    letter-spacing: 0.01em;
    font-size: 14px;
    padding: 15px 5px;
}

.btn-ingredients:hover {
	background: #363637;
    color: white;
}

.mycake-username h4 {
    text-align: left;
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 6px;
}

.mycake-username h5 {
	font-size: 14px;
    font-weight: 700;
    color: #D33C44;
    margin-bottom: 0;
}


.mycake-username p {
	font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

.mycake-profile h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 18px;
}

.mycake-profile p {
    margin-bottom: 20px;
    line-height: 18px;
}

.mycake-profile img {
	width: 90%;
    margin-bottom: 30px;
}

.mycake-edit h6 {
    text-transform: uppercase;
    color: #2f85ae;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 18px;
    margin-top: 22px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.mycake-edit h6:hover {
	color: #363637;
}


/* ---------------------- SHORTCODES ------------------------- */


.btn-ok {
	padding: 10px 20px;
    border-radius: 2px;
    font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin: 0 3px;
}

.btn-primary.disabled {
	background-color: #d7d7d7;
    border-color: #d7d7d7;
    color: #363637;
}

.icon-notification {
	font-size: 50px;
    padding-top: 11px;
    color: #edffff;
}

code {
	padding: 2px 4px;
    font-size: 90%;
    color: #363637;
    background-color: #f0f0ec;
    border-radius: 4px;
}

.t-capi p {
	    text-transform: initial;
}


/* ---------------------- PRIVACY ------------------------- */


.t-privacy h3 {
	font-size: 35px;
	font-weight: 200;
	letter-spacing: 0.01em;
	line-height: 40px;
	margin: 30px 0 15px;
	color: #D33C44;
}

.t-privacy p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.01em;
	font-weight: 400;
}

.icon-privacy {
    font-size: 70px;
    color: #f7f7f5;
    padding-left: 10px;
    vertical-align: -5px;
}

/* ---------------------- TRADEMARK ------------------------- */


.t-trademark h3 {
	font-size: 35px;
    font-weight: 200;
    letter-spacing: 0.05em;
    line-height: 40px;
    margin: 60px 0 15px;
    color: #D33C44;
}

.t-trademark h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.t-trademark p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.logos-trade p {
    text-align: center;
    border-top: 2px solid #f1f1ed;
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}

.use-soft-trade ul li {
	list-style: none;
}

.use-soft-trade ul {
	padding: 0;
	margin-bottom: 30px;
}

.t-circle-trade p {
	font-size: 12px;
    margin-bottom: 0px;
}

.circle-trade-1 {
	height: 100px;
	width: 100px;
	background: #d33c44;
	border-radius: 50%;
}

.circle-trade-2 {
	height: 100px;
	width: 100px;
	background: #404041;
	border-radius: 50%;
}

.p-trad-sub {
	padding-top: 20px;
}

.list-trad  ul{
	padding-left: 35px;
    margin-bottom: 30px;
}

.box-code-trad {
	background-color: #ECECE9;
    padding: 15px;
    margin: 0px 0 20px;
}

.box-code-trad pre{
	margin: 0;
}

.flag-box img{
	margin-top: 25px;
}


.flag-m {
    margin: 10px 0 60px;
}

.page-content-trad li > a {
	line-height: 23px;
}

.page-content-trad {
    float: right;
    width: 400px;
    padding: 30px 20px;
    margin: 90px 0 0 20px;
}

.back-box-1 {
	background: #f7f7f5;
}

.back-box-2 {
	background: #f1f1ed;
}

.box-mark {
	margin-bottom: 40px;
}

.box-mark h4{
	padding: 2px 20px;
    line-height: 33px;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin: 0;
}

.achiev h5 {
    background: #bdbdb5;
    font-size: 27px;
    letter-spacing: 0.05em;
    padding: 10px;
    color: #f7f7f5;
    line-height: 21px;
    margin-top: 40px;
    text-align: center;
}

.achiev h6 {
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 24px;
	color: #D33C44;
	margin-bottom: 0;
	text-transform: uppercase;
	margin-top: -10px;
}

.achiev p {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
	font-weight: 500;
}

/* ---------------------- ERROR ------------------------- */

.icon-error  {
	margin-bottom: 45px;
}

.icon-error span {
	font-size: 200px;
    color: #D33C45;
}

.notfound-padd {
	padding-top: 260px;
    padding-bottom: 90px;
}


/* ---------------------- FAQ ------------------------- */

.t-faq h4 {
    color: #D33C44;
    text-transform: initial;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.03em;
}

.t-faq p {
    text-transform: initial;
    line-height: 24px;
    padding-left: 12px;
}

.t-faq .fa {
	font-size: 11px;
}

.t-faq:hover a, .t-faq:focus a{
	color: #363637;
}

.faq-padd {
	padding-top: 140px;
	padding-bottom: 80px;
}


/* ---------------------- CART ------------------------- */

.shop-cake {
	background: #bdbdb5;
}

.shop-cake>tr>th {
	font-size: 14px;
    font-weight: 400;
    color: white;
    letter-spacing: 0.05em;
    line-height: 24px;
    text-transform: uppercase;
}
.shop-cake>tr{
	border-bottom: 12px solid #FFF;
}

.shop-cake-body>tr {
	background: #f7f7f5;
	border-top: 4px solid #FFF;
}

.table>tbody>tr>td {
	vertical-align: baseline;
    padding: 0 8px;
}

.remove-product i {
	color: #bdbdb5;
}

.total-shop-cake {
	text-align: right;
	background: white;
	padding-right: 45px !important;
}

.nun-shop-cake {
	background: white;
	color: #D33C44;
}

.title-cart {
    font-size: 27px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 40px;
    margin: 0 0 15px;
    vertical-align: -5px;
}


/* ---------------------- CONTACT ------------------------- */

.phone-support-number-contact {
	font-size: 30px;
    padding: 5px 20px;
    background: #2f85ae;
    border: none;
    border-radius: 0;
    color: white;
    font-weight: 600;
    cursor: auto;
    -moz-font-feature-settings: "tnum" 1, "lnum" 1, "kern" 1;
    -ms-font-feature-settings: "tnum" 1, "lnum" 1, "kern" 1;
    -o-font-feature-settings: "tnum" 1, "lnum" 1, "kern" 1;
    -webkit-font-feature-settings: "tnum" 1, "lnum" 1, "kern" 1;
    font-feature-settings: "tnum" 1, "lnum" 1, "kern" 1;
}

.phone-support-i-contact {
	font-size: 30px;
    background: #246786;
    border: none;
    border-radius: 0;
    color: white;
    padding: 5px 20px;
    cursor: auto;
    margin-bottom: 20px;
}

.premium-contact {
	background: #363638;
	padding-top: 50px;
    padding-bottom: 50px;
}

.premium-contact h3{
    color: #f7f7f5;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 0.05em;
    line-height: 40px;
}

.premium-contact p{
	color: #f7f7f5;
	letter-spacing: 0.05em;
	font-size: 18px;
	line-height: 24px;
}

.information-contact {
    background: #f7f7f5;
    padding: 110px 20px 20px;
    margin-top: 60px;
}

.information-contact p{
	letter-spacing: 0.05em;
	margin-top: 30px;
}

.icon-information {
	color: #bdbdb5;
	font-size: 180px;
}

#form-contact input{
    background: white;
    border: 1px solid #bdbdb5;
    color: #363637;
    padding: 0 15px;
    height: 40px;
}

#form-contact input:focus{
    outline-style: inherit;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.17);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.17);
    background-color: #bdbdb5;
    border: 0px;
}

#form-contact textarea {
    background: white;
    border: 1px solid #bdbdb5;
    color: #363637;
    padding: 10px 15px;
    height: 213px;
}

#form-contact textarea:focus {
    outline-style: inherit;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.17);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.17);
    background-color: #bdbdb5;
    border: 0px;	
}

.t-contact p {
	letter-spacing: 0.05em;
}


/* ---------------------- BLOG ------------------------- */

.title-blog h1{
	color: #bdbdb5;
    font-size: 50px;
    letter-spacing: 0.05em;
    line-height: 24px;
    font-weight: 200;
}

.icon-blog {
    margin-right: 20px;
    font-size: 40px;
}

.sub-bakery {
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.05em;
    font-weight: 400;
}

#blog {
	padding-top: 80px;
	padding-bottom: 80px;
}

.t-blog h3 {
	font-size: 35px;
	font-weight: 200;
	letter-spacing: 0.05em;
	line-height: 40px;
	margin: 0 0 15px;
	color: #D33C44;
}

.t-blog h4 {
	font-size: 27px;
	font-weight: 200;
	letter-spacing: 0.05em;
	line-height: 40px;
	margin: 45px 0 15px;
}

.t-blog h6 {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #bdbdb5;
}

.t-blog p {
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 14px;
}

.blog-b {
	font-family: 'Roboto Mono', sans-serif;
	font-weight: 700;
}


.pagination-blog  > li > a > .fa {
	font-size: 14px;
    color: #bdbdb5;
}

.pagination-blog > li > a {
    font-size: 14px;
    padding: 5px;
}



#slideout-2 {
    position: fixed;
    bottom: 64%;
    right: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #363637;
    padding: 5px 0px 4px;
    position: fixed;
    z-index: 9999;
}
#slideout_inner-2 {
	position: fixed;
    bottom: 64%;
    right: -225px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #e0e0d9;
    padding: 5px 12px;
    width: 225px;
}
#slideout-2:hover {
  right: 225px;
}
#slideout-2:hover #slideout_inner-2 {
  right: 0;
}

.icon-improve {
	color: #bdbdb5;
    padding: 3px 9px 0 10px;
    font-size: 24px;
}

#slideout_inner-2 h6{
    color: #363637;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
}


.navblog ul {
	list-style: none;
	padding-left: 0;
}

.navblog ul li{
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 24px;
	font-weight: 400;
}

.sub-navblog > li > a{
	color: #363637;
	font-size: 12px;
	letter-spacing: 0.04em;
	line-height:18px;
	font-weight: 400;

}

.sub-navblog > li > a:hover{
	color: #2f85ae;
}

.br-bottom-sidebar-3:after {
    content: "";
    display: block;
    height: 1px;
    width: 23px;
    border-top: 1px solid #363637;
    margin: 10px 0 15px;
}

.nav-btn-blog {
	padding-top: 20px;
    background: #ECECEC;
    padding-bottom: 20px;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.close-dark {
	color: #363637 !important;
}

.t-blog-results h5 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #d33c44;
    font-weight: 400;
    text-transform: uppercase;
}

.t-blog-results h5 span{
    color: #363637;
}

.t-blog-results h4 {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #D33C44;
}

.t-blog-results p {
    margin: 0;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
}

.t-blog-results {
	margin-bottom: 25px;
}






/* ---------------------- PLUGINS ------------------------- */



.l-plugin ul li {
	list-style: none;
	line-height: 18px;
}

.l-plugin ul li a{
	color: #363637;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.l-plugin ul li a:hover{
	color: #2f85ae;
}


.plugin-pack h5 span{
	font-weight: 600;
}


.plugin-pack h5 {
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.03em;
	margin-bottom: 0;
}

.plugin-pack {
	border-top: 1px solid #e6e6e1;
}

.plugin-pack:last-child {
	border-bottom: 1px solid #e6e6e1;
}

.title-plugin-1 {
	font-size: 18px;
	color: #D33C44;
	line-height: 24px;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin-bottom: 10px;
}

.t-plugin p {
	letter-spacing: 0.05em;
    line-height: 24px;
}

.pop-track-plugin h6 a{
	color: #2f85ae;
}

.pop-track-plugin h6{
	color: #2f85ae;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}

.pop-track-plugin p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}

.form-plugin-search {
	margin-top: 8px;
    background: #ededea;
    border-radius: 0;
    height: 44px;
    color: #363637;
    box-shadow: none;
}

.form-plugin-search:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.icon-submenu-plugin {
	padding: 15px;
    color: #bdbdb5;
    font-size: 36px;
    vertical-align: -26px;
}

.results-plugin h4 {
	font-size: 14px;
	color: #2f85ae;
	line-height: 21px;
	letter-spacing: 0.025em;
	font-weight: 500;
	margin-bottom: 0;
}

.results-plugin p {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.025em;
	display: inline;
}

.results-plugin h5 {
	display: inline;
    background: black;
    color: white;
    padding: 4px 7px;
    font-size: 11px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.025em;
    margin-right: 8px;
    vertical-align: 2px;
}

.results-plugin h6 {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 14px;
    letter-spacing: 0.025em;
    padding-top: 12px;
    text-align: center;
}

.box-results-plu {
	display: inline;
}

.box-results-plu h6 {
	display: inline;
}

.results-plugin {
	border-top: 1px solid #e6e6e1;
	padding: 15px 0;
}

.results-plugin:last-child {
	border-bottom: 1px solid #e6e6e1;
}

.title-resultsp h3{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
    font-weight: 400;
    color: #D33C44;
    margin-bottom: 10px;
}

.sub-results-plu ul li{
    list-style: none;
    display: inline;
    padding: 0 10px;
}

.sub-results-plu ul li a {
	color: #2f85ae;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
}


.sub-results-plu ul li span{
    color: #bdbdb5;
}

.active-results-plu a {
	color: #d33c44 !important;
}


.t-results-pack {
	color: #bdbdb5;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
}


.box-plu-red h5{
	background-color: #f26065;
}

.box-plu-orange-d h5{
	background-color: #f69364;
}

.box-plu-orange-l h5{
	background-color: #f9b460;
}

.box-plu-green-l h5{
	background-color: #afd778;
}

.box-plu-green-d h5{
	background-color: #39b54a;
}

.box-plu-green-m h5{
	background-color: #4cc3ba;
}

.box-plu-blue-l h5{
	background-color: #4cc6f4;
}

.box-plu-blue-m h5{
	background-color: #4c9cd0;
}

.box-plu-blue-d h5{
	background-color: #4c87c1;
}

.box-plu-purple-d h5{
	background-color: #6c6eb2;
}

.box-plu-purple-m h5{
	background-color: #946cb2;
}

.box-plu-purple-l h5{
	background-color: #b267b0;
}

.box-plu-pink-m h5{
	background-color: #f24cae;
}

.box-plu-pink-l h5{
	background-color: #f25a8c;
}

.box-plu-pink-d h5{
	background-color: #bb5457;
}

.box-plu-yellow-d h5{
	background-color: #bc7a55;
}

.box-plu-yellow-m h5{
	background-color: #be9153;
}

.box-plu-yellow-l h5{
	background-color: #c4bc4c;
}

.box-plu-green2-l h5{
	background-color: #8aa967;
}

.box-plu-green2-m h5{
	background-color: #5ea26e;
}

.box-plu-green2-d h5{
	background-color: #4c9d97;
}

.box-plu-blue2-l h5{
	background-color: #4c9fbe;
}

.box-plu-blue2-m h5{
	background-color: #4c80a6;
}

.box-plu-blue2-d h5{
	background-color: #4c719b;
}

.box-plu-purple2-d h5{
	background-color: #7c5691;
}

.box-plu-purple2-m h5{
	background-color: #914f8f;
}

.box-plu-pink2-l h5{
	background-color: #bb4c8d;
}

.box-plu-pink2-m h5{
	background-color: #bb4c74;
}

.box-plu-pink2-d h5{
	background-color: #a14c4c;
}

.box-plu-yellow2-l h5{
	background-color: #a7a24c;
}

.box-plu-yellow2-m h5{
	background-color: #a47f4c;
}

.box-plu-yellow2-d h5{
	background-color: #a26c4c;
}

.box-plu-green3-d h5{
	background-color: #4c8a86;
}

.box-plu-green3-m h5{
	background-color: #4c8e62;
}

.box-plu-green3-l h5{
	background-color: #79945d;
}

.box-plu-blue3-l h5{
	background-color: #4c8ca5;
}

.box-plu-blue3-m h5{
	background-color: #4c7291;
}

.box-plu-blue3-d h5{
	background-color: #4c6389;
}

.box-plu-blue3-d2 h5{
	background-color: #554c81;
}

.box-plu-pink3-d h5{
	background-color: #814c7f;
}

.box-plu-pink3-m h5{
	background-color: #a24c67;
}

.box-plu-pink3-l h5{
	background-color: #a24c7d;
}

.breadcurmbs-plugin a {
	font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #2f85ae;
    text-transform: initial;
    padding: 0;
}

.back-plugin-tarja {
	background-color: #e6e6e1;
}

.t-recent-activity{
	line-height: 18px !important;
    padding: 7px 0;
    color: #2f85ae;
}

.t-repo-info {
	background-color: #f7f7f5;
	border-bottom: 1px solid #e6e6e1;
	padding: 15px 20px;
}

.t-repo-info p{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

.t-repo-info a{
    color: #2f85ae;
}

.breadcurmbs-padd {
	padding-top: 50px;
    padding-bottom: 30px;
}

.form-plugin-logmail {
	margin-top: 8px;
    background: white;
    border-radius: 0;
    height: 44px;
    color: #363637;
    box-shadow: none;
    border: 1px solid #bdbdb5;
}

.form-plugin-logmail:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #bdbdb5;
}


/* ---------------------- team ------------------------- */

#team-cake {
	padding-top: 160px;
}

.t-team-read h6 {
    color: white;
    text-align: center;
    font-style: italic;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    vertical-align: bottom;
    margin-top: 40%;
    cursor: pointer;
    font-weight: 600;
}

.padd-team {
	padding: 20px 70px 60px;
}


.d-team:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    position: relative;
    background-color: #363637;
    margin: 20px auto 20px;
}

.text-team h3 {
	font-size: 22px;
    line-height: 21px;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 10px;
    color: #D33C44;
}

.text-team h5 {
    text-align: center;
    font-style: italic;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;	
    font-weight: 400;
}

.t-team h1 {
    color: #D33C44;
    font-size: 50px;
    letter-spacing: 0.01em;
    line-height: 55px;
    margin-bottom: 10px;
}

.t-team h1 span{
    padding: 0 20px;
    font-size: 55px;
}

.t-team h3 {
    font-size: 35px;
    font-weight: 200;
    letter-spacing: 0.01em;
    line-height: 40px;
    margin: 0 0 70px;
}

.modal-team {
	text-align: center;
	margin-bottom: 20px;
}

.modal-team a{
	padding: 20px;
}

.modal-team i{
	font-size: 40px;
}

.modal-team span{
	font-size: 40px;
}

.title-modal-team {
	letter-spacing: 0.05em;
}

.t-modal-team p {
	letter-spacing: 0.01em;
}

.view-team .mask{
	background-color: rgba(54, 54, 55, 0.8) !important;
}

/* ---------------------- BUSINESS SOLUTION ------------------------- */

.business-blue-back {
	background: #2f85ae;
}

.blue-t {
	color: #2f85ae;
}

.blue-business-l li a {
	color: #2f85ae !important;
}

.title-business-dc h5 {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #f7f7f5;
    letter-spacing: 0.05em;
    line-height: 24px;
    text-align: right;
}

.title-business-dc h5 em {
    vertical-align: 12px;
}

.icon-business {
    font-size: 50px;
    color: #f7f7f5;
    padding-left: 10px;
}

#development-busi {
	padding-top: 90px;
}

.business-solution-t h2 {
	font-size: 50px;
	letter-spacing: 0.05em;
	line-height: 50px;
	font-weight: 200;
	color: #2f85ae;
}

.business-solution-t h3 {
	font-size: 50px;
	letter-spacing: 0.05em;
	line-height: 50px;
	font-weight: 200;
	color: #bdbdb5;
	padding-top: 40px;
}

.business-solution-t h4 {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 24px;
    font-weight: 300;
    color: #363637;
    margin-bottom: 10px;
    margin-top: 30px;
}

.business-solution-t p {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 24px;
}

.business-list ul{
    background: #f7f7f5;
    padding: 20px 55px;
}

.business-list ul li {
    text-align: left;
    text-transform: initial;
    font-size: 14px;
    font-weight: 500;
    line-height: 33px;
}

.icon-business-dev {
	font-size: 280px;
    color: #2F85AE;
    display: block;
    padding-top: 120px;
    text-align: center;
}

.icon-sub-business {
	color: #bdbdb5;
    font-size: 170px;
    display: block;
    padding-top: 110px;
}

.business-list-2 ul{
	padding-left: 18px;
    padding-bottom: 10px;
}

.business-list-2 ol{
	padding-left: 18px;
    padding-bottom: 10px;
}

.business-list-2 ul li {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 24px;
}

.business-list-2 ol li {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 24px;
}

.back-busi-ft {
	    background: #F7F7F5;
}

.buss-icon-1 {
	padding-top: 70px;
}

.buss-icon-2 {
	font-size: 200px;
    margin-top: 19px;
}

.buss-icon-3 {
	font-size: 130px;
}

.buss-icon-4 {
	font-size: 350px;
    margin-top: 51px;
}

.buss-icon-5 {
    padding-top: 70px;
    text-align: center;
}

.buss-icon-6 {
    padding-top: 30px;
    font-size: 90px;
    text-align: center;
}

.buss-icon-7 {
    display: inline;
    font-size: 60px;
    padding: 20px;
    color: #f7f7f5;
}

.buss-icon-8 {
    font-size: 25px;
    color: white;
}


.premium-contact-busi {
	background: #363638;
    padding-top: 10px;
    padding-bottom: 50px;
}

.premium-contact-busi h3{
    font-size: 50px;
    letter-spacing: 0.05em;
    line-height: 50px;
    font-weight: 200;
    color: #F7F7F5;
    padding-top: 40px;
    text-transform: uppercase;
}

.premium-contact-busi p{
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 24px;
    color: #f7f7f5;
    display: inline;
    vertical-align: 11px;
    font-weight: 300;
}

.phone-busi {
   font-size: 50px;
}

.phone-icon-busi {
	font-size: 50px;
}


.megamenu2.full2 {
    width: 60% !important;
    right: 5% !important;
    left: initial;
}

.megamenu3.full3 {
    width: 90% !important;
    right: 5% !important;
    left: initial;
}


/* ---------------------- REBRADING ------------------------- */


.stripe-rebra {
	background: #D33C44;
    padding-top: 140px;
}

.title-rebranding h1 {
	text-align: center;
	color: white;
	font-size: 50px;
	line-height: 55px;
	letter-spacing: 0.01em;
	font-weight: 200;
}

.rebranding h3 {
	font-size: 30px;
	line-height: 24px;
	letter-spacing: 0.04em;
	font-weight: 300;
	color: #d33c44;
}

.rebranding p {
	line-height: 24px;
    letter-spacing: 0.05em;
}

.first-logo-cake {
	text-align: center;
	margin-top: 110px;
}

.first-logo-cake-2015 {
	text-align: center;
	margin-top: 70px;
}

.rebra-logo-subtext {
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    margin-top: 15px;
}

.rebranding-red h3 {
	font-size: 30px;
	line-height: 24px;
	letter-spacing: 0.04em;
	font-weight: 300;
	color: white;
}

.rebranding-red p {
	line-height: 24px;
    letter-spacing: 0.05em;
    color: white;
}

.rebra-detail {
	position: absolute;
    float: left;
    top: 12px;
    left: 0;
}

.cake-variations {
	padding-top: 80px;
    padding-bottom: 60px;
}

.ibaldo {
	color: white;
}

.ibaldo:hover {
	color: #D33C45;
}





.c-cake {
	color: #D33C44;
}

.title-1 {
	font-size: 50px;
	font-weight: 200;
	letter-spacing: 0.01em;
	line-height: 50px;
	margin: 0 0 20px 0;
}

.title-2 {
	font-size: 35px;
	font-weight: 200;
	letter-spacing: 0.01em;
	line-height: 40px;
	margin: 0 0 15px;
}

.title-3 {
	font-size: 27px;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 40px;
	margin: 0 0 15px;
}

.p-cake p{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.03em;
	font-weight: 500;
}


.t-extral {
	font-weight: 300;
}


/* ---------------------- ROAD TRIP ------------------------- */

.roadtrip-hero {
	overflow: hidden;
}

.roadtrip-hero img {
	width: 100%;
}

.roadtrip-hero .alert {
	margin-top: 90px;
	margin-bottom: -60px;
}

.roadtrip-body {
	padding-top: 40px;
	text-align: center;
}

.roadtrip-body p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}


.roadtrip-body h1{
	text-align: center;
	font-size: 40px;
	font-weight: 900;
}

.roadtrip-body h2{
	font-size: 30px;
	line-height: 32px;
	margin: 0 0 35px 0;
	font-weight: 900;
}

.plaque1svg {
	width: 120px;
	padding: 25px 0 30px;
}

.plaque2svg {
	max-width: 550px;
	display: block;
	margin: 80px auto 40px;
}

.road-cloud1 {
	max-width: 110px;
	left: -30%;
}


.road-cloud2 {
	max-width: 142px;
	right: -30%;
}

.road-cloud1, .road-cloud2 {
	position: absolute;;
	bottom: 0;
}
.road-hosts {
	position: relative;
}

.road-quote {
	border: 2px solid #F8F7F4;
	border-radius: 10px;
	position: relative;
	margin-top: 80px;
	padding: 80px 20px 10px;
}

.road-quote span {
	color: #D33C44;
}

.road-quote-photo {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50px;
	box-shadow:
			0 0 0 6px white,
			0 0 0 8px #F8F7F4;

}

@media (max-width:991px) {

	.roadtrip-hero img {
		width: 150%;
		max-width: inherit !important;
		margin-left: -25%;
	}
	.roadtrip-hero .alert {
		margin-top: 70px;
	}
	.road-cloud1, .road-cloud2 {
		display: none;
	}
}

@media (max-width:530px) {
	.roadtrip-hero img {
		width: 250%;
		margin-left: -74%;
	}
}

.road-form {
	text-align: left;
	margin-top: 40px;
	padding: 40px 40px 25px;
	background-color: #f7f6f3;
	margin-bottom: 80px;
}

.road-form label span{
	font-weight: 500;
}

.road-form button {
	display: block;
	margin: 30px auto 20px auto;
	border: 0;
	background-color: #D33C44;
	color: white;
	font-weight: 800;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 10px;
}

.road-form button:hover {
	background-color: #363637;
	transition: all 0.5s ease;
}

.road-form h3 {
	text-align: center;
	margin: 30px 0 60px;
}

.road-form .form-control {
	display: block;
	width: 100%;
	min-height: 54px;
	padding: 15px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #FFF;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border: 1px solid #ddddd4;
	color: #363637;
}

.road-form .form-control:focus {
	border: 1px solid #d33c44;
}

.road-form .form-group:nth-last-of-type(n+2) {
	margin-bottom: 30px;
}

.roadtrip-select select {
	background-color: #F8F7F4;
	border: 0;
	border-radius: 0;
	padding: 10px 20px !important;
	display: block;
	width: 100%;
}


.roadtrip-update {
	text-align: left;
	border: 2px solid #F8F7F4;
	padding: 30px;
	border-radius: 20px;
	margin: 50px auto;
}

.roadtrip-update h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.roadtrip-bottom {
	width: 100%;
	margin: 0;
}

.roadtrip-bottom img{
	width: 100%;
	margin: 0;
}
