@import url("lightslider.css");

* {
	box-sizing: border-box;
}

h1, h2, h3, h4
{
	padding: 0px;
	margin: 0px;	
}

img {
    max-width: 100%;
    height: auto;
}

#navbutton
{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: url(../Images/NavIcon.svg) no-repeat center center;
	background-size: cover;	
	display: none;
}

.header.scrolled #navbutton
{
	background: url(../Images/NavIcon2.svg) no-repeat center center;
}

#navbutton span
{
	display: none;	
}

/* standard shell template */

html, body 
{
	margin: 0;
	padding:0;
	border:0;
	text-size-adjust: none;
}

body
{		
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background: #FFF;		
	text-align: center;	
	line-height: 18px;
	color: #000;
	text-size-adjust: none;
}

.clear{
	clear:both;
	overflow: hidden;
	display: none;
	height: 0px;			
}

/* redefine */
form 
{
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

a 
{
	color: #302C2D;
	text-decoration: none;
}

a:hover 
{
	text-decoration: none;	
}

textarea
{
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	color: #666;
}

img{
	border: 0;	
}

#map_canvas
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}

#wrapper
{
    float: left;
    width: 100%;
    position:  relative;
    text-align:  left;
}

.header
{
   float: left;
   width: 100%;
   position: fixed;
   top: 0px;
   left: 0px;
   padding: 0 2%;
   transition-duration: 500ms;
   z-index: 5000;
}

.header.scrolled
{
    background: #FFF;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.30);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.30);
}

.logo
{
    float: left;
    width: 105px;
    height: 104px;
    background: url(/Images/MainLogo.svg) no-repeat center center;
    background-size: contain;
}

.header.scrolled .logo
{
    background: url(/Images/MainLogo_BG.svg) no-repeat center center;
    background-size: contain;
}

.navigation
{
    float: right;
    padding: 0px;
    margin: 0px;
}

.navlist
{
    float: left;
    padding: 0px;
    margin: 0px;
}

.navlist li
{
    float: left;
    list-style-type: none;
    display: block;
    position:  relative;
}

.navlist li a
{
    float: left;
    line-height: 104px;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    padding: 0 24px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.header.scrolled .navlist li a
{
    color: #00a0d6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}

.navlist li:hover a
{
    background: #00c3c0;
}

.navlist li.selected a
{
    background: #00c3c0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}    

.header.scrolled .navlist li.selected a
{
    background: #00c3c0;
	color: #FFF;
}  

.header.scrolled  .navlist li:hover a
{
    color: #FFF;
}


#subnav
{
    position: absolute;
    top: 104px;
    left: 0px;
    display: none;
    width: 800px;
    background: #00c3c0;
    padding: 30px;
}

.navlist li:hover #subnav
{
    display: block;
}

.subcol
{
    float: left;
    width: 33.333%;
}

.sublist
{
    float: left;
    width: 100%;
    list-style-type: none;
    display: inline;
    padding: 0px;
    margin: 0px;
}

.sublist li
{
    float: left;
    width: 100%;
    height: auto;
}

.sublist li a
{
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding: 0px;
}

.header.scrolled .sublist li a
{
    color: #FFF;
}

.subtitle
{
    float: left;
    width: 100%;
    font-weight: bold;
    text-transform:  uppercase;
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    padding-bottom: 4px;
}

.splash
{
    float: left;
    width: 100%;
    height: 100vh;
    background: url(/Images/shellSplash.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.splash.content
{
    height: 50vh;
    min-height: 500px;
}

.splash.webdesign
{
    background: url(/Images/shellWebBg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.splash.contact
{
    background: url(/Images/contactbg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.splashtext
{
    float: left;
    width: 100%;
    padding: 0 5%;
}

.splashtextone
{
    float: left;
    width: 100%;
    margin-top: 35vh;
    color: #FFF;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.splashtexttwo
{
    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    text-transform:  uppercase;
    font-style: italic;
    font-weight: 300;
    margin-top: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.splashtexttext
{
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
    color: #FFF;
    max-width: 50%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.splashtextlink
{
    float: left;
    width: 100%;
    margin-top: 14px;
}

.splashlinkone
{
    float: left;
    padding: 0 24px;
    border: 2px solid #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 50px;
    text-transform:  uppercase;
    font-weight: 600;
    color: #FFF;
    font-size: 18px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.20);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.20);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.splashlinkone:hover
{
    background: #FFF;
    color: #00c3c0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}

.splashlinktwo
{
    float: left;
    padding: 0 24px;
    border: 2px solid #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 50px;
    text-transform:  uppercase;
    font-weight: 600;
    color: #FFF;
    font-size: 18px;
    margin-left: 30px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.20);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.20);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.splashlinktwo:hover
{
    background: #FFF;
    color: #00c3c0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}

.whitecontent
{
    float: left;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contentinner
{
    margin: 0 auto;
    width:100%;
    max-width: 1200px;
}

.maintitle
{
    float: left;
    width: 100%;
    font-size: 36px;
    color: #000;
    text-align:  center;
    text-transform:  uppercase;
    line-height: 40px;
    margin-top: 0px;
}

.maintitle strong
{
    font-size: 40px;
    color: #00c3c0;
    text-transform:  uppercase;
}

.maintitle.blue strong
{
    color: #00a0d6;
}

.maintitle span
{
    font-size: 40px;
}

.maintext
{
    float: left;
    width: 100%;
    color: #000;
    margin-top: 40px;
    font-size: 18px;
    text-align:  center;
    padding: 0 7%;
    line-height: 26px;
}

.subtitletwo
{
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    text-align:  center;
    padding: 0 7%;
    line-height: 26px;
}

.maincol
{
    float: left;
    width: 33.333%;
    margin-top: 60px;
}

.maincoltitle
{
    float: left;
    width: 100%;
    text-align:  center;
    font-size: 20px;
    text-transform:  uppercase;
    color: #00a0d6;
    font-weight: bold;
}

.maincoltitle.green
{
    color: #00c3c0;
}

.maincoltext
{
    float: left;
    width: 100%;
    text-align:  center;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    padding: 0 5%;
    margin-top: 12px;
}


.gradcontent
{
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #00c3c0; /* Old browsers */
    background: -moz-linear-gradient(left, #00c3c0 0%, #00a0d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00c3c0 0%,#00a0d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00c3c0 0%,#00a0d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c3c0', endColorstr='#00a0d6',GradientType=1 ); /* IE6-9 */
    color: #FFF;
}

.gradtext
{
    float: left;
    width: 70%;
    color: #FFF;
    font-weight: normal;
    line-height: 50px;
    font-size: 26px;
}

.gradtitle
{
    float: left;
    width: 100%;
    font-size: 36px;
    color: #FFF;
    text-align:  center;
    text-transform:  uppercase;
    line-height: 40px;
    margin-top: 20px;
    padding-bottom: 60px;
}

.gradtitle strong
{
    font-size: 40px;
    color: #FFF;
    text-transform:  uppercase;
}

.gradtitle span
{
    font-size: 40px;
}

.colone
{
    float: left;
    width: 50%;
    padding: 0 2%;
}

.gradtextnew
{
    float: Left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
}

.gradlist
{
    float: left;
    width: 100%;
    padding: 20px 0px 20px 0px;
    margin: 0px;
}

.gradlist li
{
    float: left;
    width: 100%;
    list-style-type: none;
    display: inline;
    padding-bottom: 10px;
}

.gradcontact
{
    float: right;
    width: 20%;
    padding: 0 24px;
    border: 2px solid #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 50px;
    text-transform:  uppercase;
    font-weight: 600;
    color: #FFF;
    font-size: 18px;
    margin-left: 30px;
    text-align:  center;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.20);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.20);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hotbox
{
    float: left;
    width: 33.333%;
    padding: 0%;
    margin-top: 60px;
}

.hotboxicon
{
    float: left;
    width: 100%;
    height: 110px;
    background: url(/Images/shellDevIcon.svg) no-repeat center center;
    background-size: contain;
}

.hotboxicon span
{
    display: none;
}

.hotboxicon.design
{
    background: url(/Images/shellDesignIcon.svg) no-repeat center center;
    background-size: contain;  
}

.hotboxicon.development
{
    background: url(/Images/shellDevIcon.svg) no-repeat center center;
    background-size: contain;  
}

.hotboxicon.marketing
{
    background: url(/Images/shellDigitalMarketing.svg) no-repeat center center;
    background-size: contain;  
}

.hotboxname
{
    float: left;
    width: 100%;
    margin-top: 30px;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-align:  center;
}

.hotboxlist
{
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0 10%;
}

.hotlist
{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0 10px;
}

.hotlist li
{
    float: left;
    width: 100%;
    list-style-type: none;
    display: inline;
    background: url(/Images/shellListIcon.svg) no-repeat center left;
    padding-left: 30px;
    line-height: 30px;
}

.portfolio
{
    float: left;
    width: 100%;
    padding: 1% 1%;
}

.twentyfive
{
    float: left;
    width: 25%;
}

.halfheight
{
    float: left;
    width: 100%;
    padding-bottom: 100%;
    line-height: 0px;
    position:  relative;
}

.fullheight
{
    float: left;
    width: 100%;
    padding-bottom: 200%;
    line-height: 0px;
    position:  relative;
}

.fifty
{
    float: left;
    width: 50%;
}

.portinner
{
   position:  absolute;
   top: 20px;
   left: 20px;
   bottom: 20px;
   right: 20px;
   background: #FFF;
   line-height: 0px;
   overflow: hidden;
}    

.portfoliotitle
{
    float: left;
    width: 100%;
    margin-top: 100px;
    line-height: 30px;
    color: #63c9d5;
    font-size: 26px;
    text-align:  center;
    text-transform:  uppercase;
    font-weight: 700;
}

.portlinkinner
{
    margin: 0 auto;
    width: 200px;
	line-height: 0px;
}

.portfoliolink
{
    float: right;
    margin-top: 30px;
    width: 100%;
    padding: 0 24px;
    border: 2px solid #63c9d5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 50px;
    text-transform:  uppercase;
    font-weight: 600;
    color: #63c9d5;
    font-size: 16px;
    text-align:  center;
}

.hometest
{
    float: left;
    width: 100%;
    color: #000;
    padding: 0 15%;
    margin-top: 40px;
}

#testlist
{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#testlist li
{
    float: Left;
    width: 100%;
    list-style-type: none;
    display: inline;
    text-align:  center;
    font-size: 16px;
    line-height: 22px;
}

#testlist li strong
{
    text-transform:  uppercase;
    color: #63c9d5;
    
}

.goalone
{
    float: left;
    width: 100%;
    text-align:  center;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
    margin-top: 20px;
}

.goaltwo
{
    float: left;
    width: 100%;
    text-align:  center;
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    color: #FFF;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;
}

.goalcenter
{
    margin: 0 auto;
    width: 700px;
}

.goalphone
{
    float: left;
    width: 130px;
    height: 130px;
    background: url(/Images/Telephone.svg) no-repeat center center;
    background-size: contain;
}

.goalright
{
    float: left;
    width: 570px;
    padding-left: 20px;
}

.goalhear
{
    float: left;
    width: 100%;
    text-align:  left;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    color: #FFF;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
    margin-top: 12px;
}

.goaltel
{
    float: left;
    width: 100%;
    text-align:  left;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
}

.goaltext
{
    float: left;
    width: 100%;
    font-size: 18px;
    color: #FFF;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
    padding: 0 15%;
    text-align: center;
    font-weight: 300;
    margin-top: 40px;
    line-height: 22px;
}

.contactinner
{
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
}

.contactinner a
{
    float: left;
    width: 100%;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.20);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.20);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border: 3px solid #FFF;
    color: #FFF;
    font-size: 30px;
    line-height: 59px;
    height: 65px;
    -webkit-border-radius: 30px;
    margin-top: 40px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    text-transform:  uppercase;
    font-weight: 600;
    padding-left: 88px;
    background: url(/Images/paperplane.svg) no-repeat center left;
    background-size: contain;
    background-position: 10px 0;
}

.bloglist
{
    float: left;
    width: 100%;
    margin-top: 40px;
}

.blogcol
{
    float: left;
    width: 33.333%;
    padding: 0 1%;
    padding-bottom: 20px;
}

.blogcol a
{
    float: left;
    width: 100%;
    background: #FFF;
    border: 1px solid #EEE;
}

.blogimage
{
    float: left;
    width: 100%;
    padding-bottom: 65%;
    line-height: 0px;
}

.blogbottom
{
    float: left;
    width: 100%;
    padding: 30px;
}

.blogaction
{
    float: left;
    width: 100%;
    height: 30px;
    margin-top: 20px;
    background: url(/Images/ReadBlog.svg) no-repeat bottom right;
    background-size: contain;
}

.blogtitle
{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 22px;
    text-transform:  uppercase;
}

.blogdate
{
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blogsample
{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.footer
{
    float: left;
    width: 100%;
    padding-top: 80px;
    background: url(/Images/footerBackground.jpg) no-repeat center center;
    background-size: cover;
}

.footerlogo
{
    float: left;
    width: 100%;
    margin-top: 40px;
    height: 114px;
    background: url(/Images/FullLogo.svg) no-repeat center center;
    background-size: contain;
}

.footerlist
{
    float: left;
    width: 100%;
    text-align:  center;
    margin-top: 40px;
}

.mainfooter
{
    padding: 0px;
    margin: 0px;
}

.mainfooter li
{
    list-style-type: none;
    display: inline;
}

.mainfooter li a
{
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    padding: 0 15px;
}

.mainfooter li a:hover
{
    color: #00c3c0;
}

.footerbottom
{
    float: left;
    width: 100%;
    margin-top: 40px;
    line-height: 80px;
    background: url(/Images/FooterBGBlack.png) no-repeat top left;
    background-size: cover;
    color: #FFF;
}

.footerbotleft
{
    float: left;
}

.footerbotright
{
    float: right;
}

.footerbotright a
{
    color: #FFF;
}

.footerbotright a:hover
{
    text-decoration: underline;
}

/* Design Content */

.splashicon
{
    float: left;
    width: 100%;
    height: 100px;
    margin-top: 200px;
    background: url(/Images/designIcon.svg) no-repeat center center;
    background-size: contain;
}

.splashicon.testimonials
{
    background: url(/Images/testimonials_icon.svg) no-repeat center center;
    background-size: contain;
}

.splashicon.mobile
{
    background: url(/Images/mobile_header_icon.svg) no-repeat center center;
    background-size: contain;
}

.splashicon.about
{
    background: url(/Images/about_icon.svg) no-repeat center center;
    background-size: contain;
}

.splashicon.webdev
{
    background: url(/Images/web_dev_icon.svg) no-repeat center center;
    background-size: contain;
}

.contacticon
{
    float: left;
    width: 100%;
    height: 100px;
    margin-top: 200px;
    background: url(/Images/contactIcon.svg) no-repeat center center;
    background-size: contain;
}

.contenttitle
{
    float: left;
    width: 100%;
    color: #FFF;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align:  center;
    margin-top: 30px;
    text-transform: uppercase;
}

.contentsub
{
    float: left;
    width: 100%;
    text-align:  center;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    padding: 0 15%;
    line-height: 22px;
    margin-top: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.contenttop
{
    float: left;
    width: 100%;
    padding-bottom: 60px;
}

.contentnav
{
    float: left;
    width: 25%;
    border-right: 1px solid #00c3c0;
}

.contentname
{
    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    text-align:  left;
    text-transform:  uppercase;
    color: #00c3c0;
}

.contentlist
{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.contentnavlist
{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.contentnavlist li
{
    float: left;
    width: 100%;
    list-style-type: none;
    display: inline;
    background: url(/Images/shellListIcon.svg) no-repeat top left;
    padding-left: 30px;
    line-height: 30px;
}

.contentnavlist li a
{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    float: left;
}

.contentnavlist li.selected a
{
    color: #00a0d6;
}

.contentright
{
    float: left;
    width: 75%;
    padding-left: 30px;
}

.contentbold
{
    float: left;
    width: 100%;
    color: #000;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}

.contenttext
{
    float: left;
    width: 100%;
    margin-top: 25px;
    font-size: 16px;
    color: #000;
    line-height: 26px;
}

.mainsubtitle
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 34px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
}

.mainsubtext
{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.paddedtext
{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    text-align: center; 
    padding-top: 40px;
}

.portfoliodevice
{
	float: left;
	width: 100%;
	background: #CCFF00;
	height: 500px;
	margin-top: 40px;
}

.portfoliolife
{
	float: left;
	width: 80%;
	height: 500px;
	margin-left: 10%;
	border: 1px solid #666;
	margin-top: 40px;
}

.paddedtexttwo
{
    float: left;
    width: 80%;
	margin-left: 10%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    text-align: center; 
    padding-top: 40px;
}

.maincentertext
{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    margin-top: 30px;
    text-align:  center;
    padding: 0 10%;
}

.maincentertexttwo
{
    float: left;
    width: 100%;
    margin-left: 0%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    margin-top: 30px;
    text-align:  left;
    padding: 0 10%;
}

.maincentertexttwo ul li
{
    padding-bottom: 10px;
}

.designhotboxes
{
    float: left;
    width: 100%;
    padding-top: 60px;
}

.designcol
{
    float: left;
    width: 20%;
    padding: 0 1%;
}

.designcolfour
{
    float: left;
    width: 25%;
    padding: 0 1%;
}

.designicon
{
    float: left;
    width: 100%;
    height: 150px;
    background: url(/Images/Design_Target.svg) no-repeat center center;
    background-size: contain;
}

.designicon.leads
{
    background: url(/Images/Design_Target.svg) no-repeat center center;
    background-size: contain;
}

.designicon.sales
{
    background: url(/Images/Design_Leads.svg) no-repeat center center;
    background-size: contain;
}

.designicon.usab
{
    background: url(/Images/Design_Usability.svg) no-repeat center center;
    background-size: contain;
}

.designicon.ranking
{
    background: url(/Images/Design_Rankings.svg) no-repeat center center;
    background-size: contain;
}

.designicon.roi
{
    background: url(/Images/Design_ROI.svg) no-repeat center center;
    background-size: contain;
}

.designicon.webdes
{
    background: url(/Images/WebDesIcon.svg) no-repeat center center;
    background-size: contain;
}

.designicon.desmob
{
    background: url(/Images/MobileDesIcon.svg) no-repeat center center;
    background-size: contain;
}

.designicon.response
{
    background: url(/Images/ResponseDesIcon.svg) no-repeat center center;
    background-size: contain;
}



.designhottitle
{
    float: left;
    width: 100%;
    padding-top: 25px;
    text-align:  center;
    font-weight: 700;
    text-transform:  uppercase;
    color: #00a0d6;
    font-size: 16px;
}

.designhottext
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    padding-top: 20px;
    line-height: 22px;
}

.refreshtitle
{
    float: left;
    width: 100%;
}

.refreshone
{
    float: left;
    width: 100%;
    padding-right: 10%;
    font-size: 36px;
    color: #000;
    text-align:  center;
    text-transform:  uppercase;
    line-height: 40px;
    margin-top: 0px;
}

.refreshone strong
{
    font-size: 40px;
    color: #00c3c0;
    text-transform:  uppercase;
}

.refreshone.blue strong
{
    color: #00a0d6;
}

.refreshone span
{
    font-size: 40px;
}

.refreshtwo
{
    float: left;
    width: 100%;
    padding-left: 10%;
    font-size: 36px;
    color: #000;
    text-align:  center;
    text-transform:  uppercase;
    line-height: 40px;
    margin-top: 0px;
}

.refreshtwo strong
{
    font-size: 40px;
    color: #00c3c0;
    text-transform:  uppercase;
}

.refreshtwo.blue strong
{
    color: #00a0d6;
}

.refreshtwo span
{
    font-size: 40px;
}

.refreshmain
{
    float: left;
    width: 100%;
    margin-top: 60px;
}

.aboutleft
{
    float: left;
    width: 33.333%;
    padding-bottom: 30%;
    line-height: 20px;
    background: url(/Images/AboutUsImage.svg) no-repeat center center;
    background-size: contain;
}

.refreshleft
{
    float: left;
    width: 33.333%;
    padding-bottom: 33.333%;
    line-height: 20px;
    background: url(/Images/shellRefreshGraphic.svg) no-repeat center center;
    background-size: contain;
}

.refreshright
{
    float: left;
    width: 66.666%;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
}

.refreshright strong
{
    font-weight: 500;
}

.ready
{
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(/Images/shellSplash.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.readytitle
{
    float: left;
    width: 100%;
    text-align:  center;
    color: #FFF;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform:  uppercase;
}

.readysub
{
   float: left;
    width: 100%;
    text-align:  center;
    color: #FFF;
    font-size: 36px;
    line-height: 40px;
    font-weight: 7300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-top: 30px;
}


.category
{
    float: left;
    width: 100%;
    padding-bottom: 40px;
}

.catbox
{
    float: left;
    width: 100%;
}

.catlink
{
    float: left;
    width: 50%;
    padding:0.5%;
}

.catbutton
{
    float: left;
    width: 100%;
    height: 500px;
    background: url(/Images/DJI_0095.jpg) no-repeat center center;
    background-size: cover;
    position:  relative;
}

.catoverlay
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.catname
{
    position:  absolute;
    top: 46%;
    left: 0%;
    color: #FFF;
    width: 100%;
    text-align:  center;
    text-transform:  uppercase;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.contactbox
{
    float: left;
    width: 100%;
}

.contactleft
{
    float: left;
    width: 75%;
    padding-right: 5%;
}

.contacttitle
{
    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 48px;
    color: #000;
    font-weight: 600;
}

.contactform
{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.formline
{
    float: left;
    width: 100%;
    padding-top: 20px;
}

.formthird
{    
    float: left;
    width: 33.333%;
    padding: 0 1%;
}

.formsmallinput
{
    float: left;
    width: 100%;
    line-height: 30px;
    height: 32px;
    border: 1px solid #000;
    font-size: 14px;
    padding-left: 10px;
    font-style: italic;
}

.textinput
{
    float: left;
    width: 98%;
    margin: 1%;
    border: 1px solid #000;
    height: 100px;
    line-height: 20px;
    font-style: italic;
    color: #000;
    font-size: 14px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
}

.sendemail
{
    float: left;
    width: 237px;
    height: 50px;
    background: url(/Images/sendEmail.svg) no-repeat center center;
    background-size: contain;
}

.sendemail span
{
    display: none;
}

.formtext
{
    float: left;
    width: 100%;
    color: #666;
    font-style:  italic;
}

.contactright
{
    float: left;
    width: 25%;
}

.contactrighttitle
{
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
    color: #000;
    text-transform:  uppercase;
    padding-bottom: 30px;
}

.contactline
{
    float: left;
    width: 100%;
    padding-left: 40px;
    font-size: 22px;
    line-height: 30px;
    background: url(/Images/SendEmailContact.svg) no-repeat top left;
    margin-bottom: 30px;
    background-size: 30px 30px;
    font-weight: 500;
}

.contactline.telephone
{
    background: url(/Images/TelephoneIcon.svg) no-repeat top left;
    background-size: 30px 30px;
}

.contactline.address
{
    background: url(/Images/LocationIcon.svg) no-repeat top left;
    background-size: 30px 30px;
}

.contactline a
{
    float: left;
    width: 100%;
    font-weight: 500;
    color: #00c3c0;
}

.blogcontent
{
	float: left;
	width: 70%;
	margin-left: 15%;
	font-size: 16px;
	line-height: 24px;
	margin-top: 30px;
}

.blogcontent h2
{
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	font-size: 24px;
	float: left;
	background: -webkit-linear-gradient(0deg, #00c3c0, #00a0d6);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.blogimglarge
{
	float: left;
	width: 70%;
	margin-left: 15%;
	border: 1px solid #666;
	padding-bottom: 40%;
}

.sitemap
{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.sitemap li
{
	float: left;
	width: 100%;
	list-style-type: none;
	display: inline;
}

.sitesub
{
	float: left;
	width: 100%;
	padding:  0px;
	margin: 0px;
}

.sitesub li
{
	padding-left: 20px;
	float: left;
	width: 100%;
}

.formmessage
{
	float: left;
	width: 100%;
}

.formerror
{
	float: left;
	width: 100%;
	background: #ffbabd;
	color: #6a1518;
	border: 1px solid #b67c79;
	font-size: 12px;
	padding: 10px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
}

.formsuccess
{
	float: left;
	width: 100%;
	background: #e0f4bd;
	color: #465b20;
	border: 1px solid #9fa87e;
	font-size: 12px;
	padding: 10px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
}

@media (min-width: 320px) and (max-width: 600px)
{
	
#navbutton
{
	display: block;
}
	
	
.header
{
   float: left;
   width: 100%;
   position: fixed;
   top: 0px;
   left: 0px;
   padding: 0 2%;
   transition-duration: 500ms;
   z-index: 5000;
}

.header.scrolled
{
    background: #FFF;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.30);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.30);
}

.logo
{
    float: left;
    width: 105px;
    height: 104px;
    background: url(/Images/MainLogo.svg) no-repeat center center;
    background-size: contain;
	margin-left: 20px;
}

.header.scrolled .logo
{
    background: url(/Images/MainLogo_BG.svg) no-repeat center center;
    background-size: contain;
}

.navigation
{
    float: right;
    padding: 0px;
    margin: 0px;
	display: none;
}

.navlist
{
    float: left;
    padding: 0px;
    margin: 0px;
	width: 100%;
	background: #00c3c0; /* Old browsers */
    background: -moz-linear-gradient(left, #00c3c0 0%, #00a0d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00c3c0 0%,#00a0d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00c3c0 0%,#00a0d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c3c0', endColorstr='#00a0d6',GradientType=1 ); /* IE6-9 */
	display: block;
	z-index: 1000;
}

.navlist li
{
    float: left;
	width: 100%;
    list-style-type: none;
    display: block;
    position:  relative;
	height: auto;
}

.navlist li a
{
    float: left;
	width: 100%;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
	display: block;
    padding: 0 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
	
	.navlist li a:hover
	{
		background: yellow;
	}

.header.scrolled .navlist li a
{
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}

.navlist li:hover a
{
    background: #00c3c0;
}

.navlist li.selected a
{
    background: #00c3c0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}    


#subnav
{
    position: relative;
	float: left;
	width: 100%;
    top: 0;
    left: 0px;
    display: none;
    background: #00c3c0;
    padding: 20px;
	z-index: 200000;
}

.navlist li:hover #subnav a
{
    background: none;
}
	
	.navlist li:hover #subnav
	{
		background: none;
	}

.subcol
{
    float: left;
    width: 100%;
	padding-bottom: 20px;
}

.sublist
{
    float: left;
    width: 100%;
    list-style-type: none;
    display: inline;
    padding: 0px;
    margin: 0px;
}

.sublist li
{
    float: left;
    width: 100%;
    height: auto;
}

.sublist li a
{
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding: 0px;
}

.header.scrolled .sublist li a
{
    color: #FFF;
}
	
	.splashtextone
	{
		font-size: 40px;
	}
	
	.splashtexttwo
	{
		font-size: 30px;
	}
	
	.splashtexttext
	{
		float: left;
		width: 100%;
		max-width: 90%;
	}
	
	.splashlinktwo
	{
		margin-left: 0px;
		margin-top: 10px;
	}
	
	.gradtext
	{
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		text-align: center;
	}
	
	.gradcontact
	{
		float: left;
		width: 60%;
		margin-left: 20%;
		margin-top: 20px;
	}
	
	.hotbox
	{
		width: 100%;
	}
	
	.twentyfive
	{
		float: left;
		width: 100%;
	}
	
	.goalhear
	{
		font-size: 24px;
		text-align: center;
		width: 60%;
	}
	
	.goaltel
	{
	 font-size: 30px;
		text-align: center;
		width: 60%;
	}
	
	.goalright
	{
		float: left;
		width: 100%;
		padding: 0px;
	}
	
	.goalphone
	{
		display: none;
	}
	
	.mainfooter li
	{
		width: 100%;
	}
	
	.mainfooter li
	{
		float: left;
		width: 100%;
	}
	
	.footerbotleft
	{
		float: left;
		width: 100%;
		padding: 0 20%;
		text-align: center;
		line-height: 24px;
	}
	
	.splash.content
	{
		height: 90vh;
	}
	
	.contentnav
	{
		float: left;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40px;
	}
	
	.whitecontent
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.contentright
	{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.designcol
	{
		float: left;
		width: 100%;
		padding-bottom: 20px;
	}
	
	.contactleft
	{
		float: left;
		width: 100%;
		padding: 0 20px;
	}
	
	.contactright
	{
		float: left;
		width: 100%;
		padding: 20px;
		
	}
	
	.blogcol
	{
		float: left;
		width: 100%;
		padding: 20px;
	}
}
