@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;

	font-style: normal;
	font-weight: normal;
	src: local('LuckyTypewriter'), url('LuckyTypewriter.woff') format('woff');
}

.clearfix {
	margin:0;
	padding:0;
	clear:both;
}

@font-face {
    font-family: 'atc_rosemaryregular';
    src: url('atcrosemary-regular-webfont.eot');
    src: url('atcrosemary-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('atcrosemary-regular-webfont.woff2') format('woff2'),
         url('atcrosemary-regular-webfont.woff') format('woff'),
         url('atcrosemary-regular-webfont.ttf') format('truetype'),
         url('atcrosemary-regular-webfont.svg#atc_rosemaryregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.gallery {
	clear:both;
	width:100%;
	height:auto;
}

.cbp-rfgrid {
	margin: 0px 0px 0 0px;
	padding: 0 0 0 60px;
	list-style: none;
	position: relative;
	width: 100%;
}

.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 16.6666667%; /* Fallback */
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
}

.cbp-rfgrid li a,
.cbp-rfgrid li a img {
	display: block;
	width: 100%;
	cursor: pointer;
}

.cbp-rfgrid li a img {
	max-width: 100%;
}

/* Flexbox is used for centering the heading */
.cbp-rfgrid li a div {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(210,151,60,0.9);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
}

.cbp-rfgrid li a:hover div {
	opacity: 1;
}

.cbp-rfgrid li a div h3 {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: 2px;
	padding: 0 10px;
}

/* Example for media query: change number of items per row */

@media screen and (max-width: 1190px) {
	.cbp-rfgrid li {
		width: 20%; /* Fallback */
		width: -webkit-calc(100% / 5);
		width: calc(100% / 5);
	}
}

@media screen and (max-width: 945px) {
	.cbp-rfgrid li {
		width: 25%; /* Fallback */
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
	}
}

@media screen and (max-width: 660px) {
	.cbp-rfgrid li {
		width: 33.3333333%; /* Fallback */
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 660px) {
	.cbp-rfgrid li {
		width: 33.3333333%; /* Fallback */
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 400px) {
	.cbp-rfgrid li {
		width: 50%; /* Fallback */
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 300px) {
	.cbp-rfgrid li {
		width: 100%;
	}
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
font-family: 'atc_rosemaryregular';
							}
* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body { background-color: #3e5164; 
color: #FFF;
text-align: center; 
animation-name: homeCycle; 
animation-duration:20s; 
animation-direction:alternate; 
animation-iteration-count:infinite; 
-webkit-animation-name: homeCycle; 
-webkit-animation-duration:20s; 
-webkit-animation-direction:alternate; 
-webkit-animation-iteration-count:infinite; }	


.video {
	 background:url(../../marmaladesoup/resources/images/msg.gif) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


@keyframes homeCycle 
{
0% {background-color:#3e5164;} 
25% {background-color:#60756e;} 
50% {background-color:#86c6bd;} 
75% {background-color:#3e5164;} 
} 

@-webkit-keyframes homeCycle 
{ 
0% {background-color:#3e5164;} 
25% {background-color:#60756e;} 
50% {background-color:#86c6bd;} 
75% {background-color:#3e5164;} 
}

@keyframes pulse_animation {
	0% { transform: scale(1.02) rotate(0deg); }
	30% { transform: scale(1); }
	40% { transform: scale(1.02) rotate(1deg); }
	50% { transform: scale(1); }
	60% { transform: scale(1.02) rotate(2deg); }
	70% { transform: scale(1); }
	80% { transform: scale(1.02) rotate(1deg); }
	100% { transform: scale(1.02) rotate(0deg); }
}

.split {
	width:100vw;
	height:40vh;
	float:left;
	text-align:center;
	position: relative;	
	padding:0px 0px 0px 50px ;

}

.split img {
    position: relative;
    top: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	max-height:90%;
	width:auto;
	height:350px;
	animation-name: pulse_animation;
	animation-duration: 10000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

}
.services {
margin-top:20px;
	font-size:3em!important;
max-width:100%;
}

.text {
	margin:40px auto 0 auto;
	padding:20px;
	max-width:900px;
}

.mwcontent {
	max-width:900px;
	margin:0px auto 0px auto;

}



.mwcontent h1{
	font-size:25px;
	line-height:1.3em;
	margin-top:20px;

}


.mwcontent h2{
	font-size:25px;
	line-height:1.3em;
	margin-top:20px;
		

}


.mwcontent p{
font-size:20px;
	line-height:1.3em;
	margin-top:20px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		

}

.mwcontent p a{
	color:#fff;
	text-decoration:underline;}

.mwcontent h2 a{
	color:#fff;
	text-decoration:none;}



.text h1{
	font-size:25px;
	line-height:1.3em;
	margin-top:20px;
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;


}

.text h2{
	font-size:30px;
	line-height:1.3em;
	margin-top:20px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;

}

.text h2 a{
	color:#fff;
	text-decoration:none;

} 


.text p{
	font-size:20px;
	line-height:1.3em;
	margin-top:20px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	
}




.text p a{
	color:#fff;
	text-decoration:underline;}

 /* code for animated blinking cursor */
        .typed-cursor {
            opacity: 0.5;
            font-weight: 100;
			font-size:1em;
			color:#fff;
            -webkit-animation: blink 1.2s infinite;
            -moz-animation: blink 1.2s infinite;
            -ms-animation: blink 1.2s infinite;
            -o-animation: blink 1.2s infinite;
            animation: blink 1.2s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }

.client {
	width:auto;
	height:200px;
	position:absolute;
	top:10px;
	right:10px;
	z-index:20000;

}

.client a {
	color:#fff;
}

.socials {
	max-width:300px;
	height:auto;
	margin:0 auto 0 auto;
}

.socials img {
	max-width:21%;
	height:auto;
	padding:2%;
}