/*
TimGentry HFC by PK iTech Solutions
pki5.com
Copyright 2015
*/

/* === TYPOGRAPHY === */

@import url(http://fonts.googleapis.com/css?family=Lobster|Open+Sans|Quicksand);

h1,h2,h3,h4,h5,h6,li,span,label,input,button,textarea{font-family:'Quicksand',sans-serif;font-weight:normal;text-decoration:none;}
a,p{font-family:'Open Sans',sans-serif;font-weight:normal;text-decoration:none;}
h1,h2,h3,h4,h5,h6{line-height:80px;}
h1{font-size:40px;}
h2{font-size:36px;}
h3{font-size:32px;}
h4{font-size:28px;}
h5{font-size:24px;}
h6{font-size:20px;}

#headernav li a,
#mobilenav li a,
#staff .indiv h3 span,
#contact .info a{font-family:'Open Sans',sans-serif;}
.btn{font-family:'Quicksand',sans-serif;}

.bold{font-weight:bold;}
.italic{font-style:italic;}
.underline{text-decoration:underline;}
.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}
.uppercase{text-transform:uppercase;}
.lowercase{text-transform:lowercase;}
.captialize{text-transform:capitalize;}

.heading{display:inline-block;font-weight:normal;line-height:50px;text-decoration:none;position:relative;}
.heading:before,.heading:after{content:'';width:200px;height:1px;position:absolute;top:55%;}
.heading:before{background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,0,84,0)), color-stop(100%,rgba(255,0,84,1)));background:-webkit-linear-gradient(left, rgba(255,0,84,0)0%,rgba(255,0,84,1)100%);background:-moz-linear-gradient(left, rgba(255,0,84,0)0%,rgba(255,0,84,1)100%);background:-ms-linear-gradient(left, rgba(255,0,84,0)0%,rgba(255,0,84,1)100%);background:-o-linear-gradient(left, rgba(255,0,84,0)0%,rgba(255,0,84,1)100%);background:linear-gradient(to right, rgba(255,0,84,0)0%,rgba(255,0,84,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff0054', endColorstr='#ff0054',GradientType=1);left:-210px;}
.heading:after{background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,0,84,1)), color-stop(100%,rgba(255,0,84,0)));background:-webkit-linear-gradient(left, rgba(255,0,84,1)0%,rgba(255,0,84,0)100%);background:-moz-linear-gradient(left, rgba(255,0,84,1)0%,rgba(255,0,84,0)100%);background:-ms-linear-gradient(left, rgba(255,0,84,1)0%,rgba(255,0,84,0)100%);background:-o-linear-gradient(left, rgba(255,0,84,1)0%,rgba(255,0,84,0)100%);background:linear-gradient(to right, rgba(255,0,84,1)0%,rgba(255,0,84,0)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0054', endColorstr='#00ff0054',GradientType=1);right:-210px;}

/* === BODY === */
html, body{height:100%;}
body{-moz-font-smoothing:antialiased !important;font-smoothing:antialiased !important;font-smooth:always;text-align:center;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
ul, ol{list-style:none;}
*{padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none;}
*:focus{outline:0;}

/* === THEME COLORS === */
.link,
#headernav li.current a,
#mobilenav li.current a,
#navicon:hover,
#scroll-down:hover,
section.header span,
#services .item i,
#services .item h3,
#portfolio label:hover,
#contact .info i,
#social ul li a:hover,
input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before{color:#ff0060;}

#headernav li a:hover,
#contact .success,
#services.icons-circled .item > i,
#services.icons-diamond .item > i,
input[type=checkbox] + label.textselect,
input[type=radio] + label.textselect,
.btn.pink{background:#ff0060;}
.btn.pink{color:#fff;}
.btn.pink:active{box-shadow:inset 0 0 20px rgba(0,0,0,0.5), inset 0 2px 0 #990033;}

::selection{background-color:#ff0060;color:#fff;}
::-moz-selection{background-color:#ff0060;color:#fff;}

/* === HEADER === */
#sticky-header.stuck{position:fixed;top:0;z-index:999;}
#sticky-header{width:100%;height:auto;}
#sticky-header h1{margin:0 auto;float:left;}
#sticky-header h1 a,
footer h1 a{display:block;max-width:100%;max-height:100%;color:transparent;font:0/0 a;text-decoration:none;text-shadow:none;padding:25px 0;}

/* === HEADER NAV & MOBILE NAV === */
#headernav{display:block;float:right;}
#headernav ul{margin:0;float:right;}
#headernav li, #mobilenav li{display:inline-block;height:auto;float:left;position:relative;}
#headernav li a, #mobilenav li a{display:block;height:100%;font-size:14px;text-transform:capitalize;text-decoration:none;padding:27px 20px;}
#headernav li a:hover{box-shadow:inset 0 0 45px rgba(0,0,0,0.5);}
#headernav li.current:hover a, #mobilenav li.current:hover a{color:#fff;}

/* MOBILE */
#navicon{display:none;font-size:28px;margin:16px 0;float:right;}
#mobilenav.stuck{position:fixed;top:70px;}
#mobilenav{display:none;width:100%;box-shadow:inset 0 0 15px #000;z-index:999;}
#mobilenav ul{width:100%;margin:15px 0;float:left;}
#mobilenav li{display:block;width:100%;text-align:left;}
#mobilenav li:first-child{border-top:0;}
#mobilenav li:last-child{border-bottom:0;}
#mobilenav li a{padding:15px;}
#mobilenav li a:hover{color:#fff;}

/* === FOOTER === */
footer{width:100%;height:auto;text-align:left;padding:30px 0;position:relative;}
footer h1 a{padding:5px 0;float:none;}
footer .copyright{width:100%;text-align:center;}

/* === INTRO === */
#intro
.background2{width:100%;height:100%;background:url('../images/background/back.jpg') no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-msbackground-size:cover;-o-background-size:cover;background-size:cover;box-shadow:inset 0 0 35px rgba(0,0,0,0.5);-webkit-backface-visibility:hidden;}

#intro img { max-width: 100%; }

#intro{width:100%;height:100%;min-width:100%;min-height:100%;overflow:hidden;}
#intro .overlay{width:100%;height:100%;min-width:100%;min-height:100%;background:url('../images/patterns/6.diag.png') repeat;background-color:rgba(0,0,0,0.25);position:absolute;}

#intro .background1{width:105%;height:105%;min-width:100%;min-height:100%;background:url('../images/background/black.jpg') no-repeat center center;position:relative;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;background-size:cover;}
#intro .background2{width:105%;height:105%;min-width:100%;min-height:100%;background:url('../images/background/banner.png') no-repeat center center;position:relative;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;background-size:cover;}

#introSlider{width:100%;height:100%;min-width:100%;min-height:100%;position:relative;z-index:-1;}
#introSlider li{width:100%;height:100%;min-width:100%;min-height:100%;position:absolute;top:0;left:0;}
#introSlider img{min-width:100%;min-height:100%;}

#intro iframe,
#intro object,
#intro embed,
#intro video{width:100%;min-width:120%;min-height:100%;}

#intro-logo{width:100%;position:absolute;top:20%;z-index:10;}
#scroll-down{color:#fff;font-size:60px;margin-left:-38px;position:absolute;left:50%;bottom:25%;z-index:10;}
#scroll-down:hover{text-shadow:0 0 10px #ff0060;}
#intro-logo, #scroll-down{-webkit-animation:fadeIn 5s 1 ease-in;-moz-animation:fadeIn 5s 1 ease-in;-ms-animation:fadeIn 5s 1 ease-in;-o-animation:fadeIn 5s 1 ease-in;animation:fadeIn 5s 1 ease-in;}

@-webkit-keyframes fadeIn{from{opacity:0;}to{opacity:1;}}
@-moz-keyframes fadeIn{from{opacity:0;}to{opacity:1;}}
@-ms-keyframes fadeIn{from{opacity:0;}to{opacity:1;}}
@-o-keyframes fadeIn{from{opacity:0;}to{opacity:1;}}
@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}

/* === SECTIONS === */
#content{display:block;text-align:left;}
section.header{width:100%;text-align:center;padding:70px 0;margin-bottom:30px;}
section.header h1{line-height:inherit;margin:70px 0 14px;}
section.header span{display:block;font-size:20px;text-transform:uppercase;letter-spacing:2px;}

/* === SERVICES === */
#services .container, #staff .container, #portfolio .container, #contact .container{padding-bottom:70px;}
#services .item{text-align:center;padding:30px;margin-top:15px;}
#services .item > i{font-size:60px;}
#services .item:hover > i{text-shadow:1px 2px 1px #990033,0 0 20px rgba(255,0,96,0.7);}
#services .item h3{font-size:24px;text-transform:uppercase;padding:30px 0 0;}
#services .item h3:after{content:'';display:block;width:50px;height:1px;opacity:0.5;position:relative;left:50%;margin:30px 0 30px -25px;}
#services .item p{font-size:14px;line-height:30px;}

/* CIRCLED AND DIAMOND ICONS */
#services.icons-circled .item > i{display:inline-block;padding-top:16px;}
#services.icons-diamond .item > i{display:inline-block;padding-top:12px;}
#services.icons-circled .item > i{width:88px;height:88px;font-size:54px;border-radius:50%;}
#services.icons-diamond .item > i{width:68px;height:68px;font-size:42px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);margin-top:-30px;}
#services.icons-circled .item:hover > i,
#services.icons-diamond .item:hover > i{box-shadow:0 0 20px rgba(255,0,96,0.7);text-shadow:0 0 0;}
#services.icons-diamond .item > i[class^="icon-"]:before,
#services.icons-diamond .item > i[class*=" icon-"]:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}

/* === STAFF === */
#staff .row{margin-bottom:0;}
#staff .indiv{text-align:center;padding-bottom:10px;}
#staff .indiv .image-container{max-width:220px;max-height:220px;}
#staff .indiv h3{font-size:20px;text-transform:uppercase;line-height:22px;letter-spacing:2px;padding:10px 0 0;margin:0;}
#staff .indiv h3 span{display:block;width:100%;}
#staff .indiv h6{font-size:14px;font-weight:lighter;text-transform:uppercase;line-height:inherit;padding:10px 0;margin:0;}
#staff .indiv ul{display:inline-block;list-style:none;}
#staff .indiv ul li{display:inline;margin:0 2px;float:left;}
#staff .indiv ul li a{display:block;width:32px;height:32px;font-size:16px;border-radius:2px;padding:5px 6px;}

/* ABOUT */
#staff .about{text-align:center;padding-top:70px;}
#staff .about h2.heading{margin-bottom:28px;}
#staff .about-content{text-align:left;}
#staff .about-content p{display:block;font-size:14px;line-height:28px;letter-spacing:1px;padding-bottom:21px;}

#services .about{text-align:center;padding-top:70px;}
#services .about h2.heading{margin-bottom:28px;}
#services .about-content p{display:block;font-size:14px;line-height:28px;letter-spacing:1px;padding-bottom:21px;}

#child .about{text-align:center;padding-top:70px;}
#child .about h2.heading{margin-bottom:28px;}
#child .about-content p{display:block;font-size:14px;line-height:28px;letter-spacing:1px;padding-bottom:21px;}

/* === QUOTE === */
#quote section.header{background:url('../images/background/banner2.jpg') no-repeat fixed;background-size:120%;padding:140px 0;margin-bottom:0;position:relative;}
#quote h3.quote{color:#fff;font-size:32px;text-transform:uppercase;text-shadow:0 3px 15px #000;line-height:inherit;padding-top:0;margin-bottom:21px;}
#quote h3.quote:after{content:'';display:block;width:50px;height:1px;background:#fff;opacity:0.5;position:relative;left:50%;margin:30px 0 30px -25px;}
#quote span.quote-author{color:#eee;font-size:21px;text-shadow:0 3px 15px #000;text-transform:none;}

/* === PORTFOLIO === */
#portfolio-items li{display:inline-block;width:316px;height:248px;max-width:316px;max-height:248px;margin:2px;float:left;overflow:hidden;position:relative;}
#portfolio-items li:hover img{-webkit-transform:scale(3);-moz-transform:scale(3);-o-transform:scale(3);-ms-transform:scale(3);transform:scale(3);}
#portfolio-items li img{width:100%;max-width:100%;}
#portfolio-items li .mask{width:100%;height:100%;text-align:center;background:url('../images/patterns/6.diag.png') repeat;background-color:rgba(255,0,96,1);opacity:0;position:absolute;overflow:hidden;top:0;left:0;}
#portfolio-items li:hover .mask{opacity:0.7;}
#portfolio-items li .mask h2{font-size:24px;text-transform:uppercase;line-height:inherit;padding:10px;margin:15% 0 10%;position:relative;}
#portfolio-items li .mask i{font-size:28px;}
#portfolio-items li .mask h2,
#portfolio-items li .mask i{color:#fff;}

/* FADE IN */
#portfolio-items.fadein li .mask h2,
#portfolio-items.fadein li .mask i{opacity:0;}
#portfolio-items.fadein li .mask h2,
#portfolio-items.fadein li .mask i{opacity:1;}
#portfolio-items.fadein li .mask,
#portfolio-items.fadein li .mask h2,
#portfolio-items.fadein li .mask i,
#portfolio-items.fadein li:hover img{-webkit-transition:all 0.7s linear;-moz-transition:all 0.7s linear;-ms-transition:all 0.7s linear;-o-transition:all 0.7s linear;transition:all 0.7s linear;}

/* ZOOM IN */
#portfolio-items.zoomin li .mask,
#portfolio-items.zoomin li .mask h2,
#portfolio-items.zoomin li .mask i{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);}
#portfolio-items.zoomin li:hover .mask,
#portfolio-items.zoomin li:hover .mask h2,
#portfolio-items.zoomin li:hover .mask i{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}

/* VERTICAL SPIN */
#portfolio-items.vspin li .mask,
#portfolio-items.vspin li .mask h2,
#portfolio-items.vspin li .mask i{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg);}
#portfolio-items.vspin li:hover .mask,
#portfolio-items.vspin li:hover .mask h2,
#portfolio-items.vspin li:hover .mask i{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg);}

/* HORIZONTAL SPIN */
#portfolio-items.hspin li .mask,
#portfolio-items.hspin li .mask h2,
#portfolio-items.hspin li .mask i{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);-o-transform:rotateX(0deg);transform:rotateX(0deg);}
#portfolio-items.hspin li:hover .mask,
#portfolio-items.hspin li:hover .mask h2,
#portfolio-items.hspin li:hover .mask i{-webkit-transform:rotateX(360deg);-moz-transform:rotateX(360deg);-ms-transform:rotateX(360deg);-o-transform:rotateX(360deg);transform:rotateX(360deg);}

/* EFFECT TIMING */
#portfolio-items.zoomin li .mask,
#portfolio-items.zoomin li .mask h2,
#portfolio-items.zoomin li .mask i,
#portfolio-items.zoomin li:hover img,
#portfolio-items.vspin li .mask,
#portfolio-items.vspin li .mask h2,
#portfolio-items.vspin li .mask i,
#portfolio-items.vspin li:hover img,
#portfolio-items.hspin li .mask,
#portfolio-items.hspin li .mask h2,
#portfolio-items.hspin li .mask i,
#portfolio-items.hspin li:hover img{-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-ms-transition:all 0.5s linear;-o-transition:all 0.5s linear;transition:all 0.5s linear;}

/* ITEM DETAILS */
.item-details .item-img img{max-width:100%;box-shadow:0 0 15px #000;}
.item-details .item-info{background:url('../images/patterns/1.darklinen.png') repeat #252525;box-shadow:0 0 15px #000;padding:30px;}
.item-details .item-info h2{display:block;color:#fff;width:100%;border-bottom:1px dashed #2a2a2a;padding-bottom:15px;margin-bottom:15px;}
.item-details .item-info p{color:#999;line-height:28px;margin-bottom:15px;}

/* === CONTACT === */
#contact .info{padding-bottom:30px;}
#contact .info i{display:inline-block;font-size:35px;position:absolute;}
#contact .info span i{font-size:14px;}
#contact .info h3{display:inline-block;font-size:20px;text-transform:uppercase;line-height:inherit;padding:0 0 10px 48px;}
#contact .info h4,
#contact .info p,
#contact .info span{display:block;line-height:20px;}
#contact .info h4,
#contact .info p,
#contact .info span,
#contact .info a{font-size:14px;}
#contact .info a{margin-left:25px;}
#contact .info a.showmap{width:91px;display:block;text-align:center;border-radius:3px;position:absolute;padding:5px 10px;margin:-35px 0 0 -20px;}
#contact .info a.showmap:before{content:'';width:0;height:0;border-right:8px solid transparent;border-left:8px solid transparent;margin-left:-11px;position:absolute;top:100%;left:50%;visibility:visible;z-index:9;}
#contact .info a.showmap span{font-size:12px;}
#contact .form textarea{min-height:180px;}
#contact .send{float:right;margin:0;}
#contact .sending-loader{display:inline-block;}
#contact .error:before{content:'';width:0;height:0;border-top:10px solid #990033;border-right:8px solid transparent;border-left:8px solid transparent;margin:0 -20px 0 0;position:absolute;top:100%;right:100%;visibility:visible;}
#contact .error{width:auto;height:auto;color:#fff;font-size:12px;text-align:center;background:#990033;border-radius:3px;padding:5px 10px 5px 5px;margin:-10px 0 0 -460px;position:absolute;z-index:998;}
#contact .nobots,
#contact .formerror{background:#990033;}
#contact .success,
#contact .nobots,
#contact .formerror{display:block;width:100%;height:auto;color:#eee;font-size:18px;text-align:center;padding:15px;margin-bottom:15px;}
#contact:hover .info a.showmap{
	-webkit-animation:textBubble 0.5s infinite alternate ease-out;
	-moz-animation:textBubble 0.5s infinite alternate ease-out;
	-ms-animation:textBubble 0.5s infinite alternate ease-out;
	-o-animation:textBubble 0.5s infinite alternate ease-out;
	animation:textBubble 0.5s infinite alternate ease-out;
}
@-webkit-keyframes textBubble{from{margin-top:-35px;}to{margin-top:-38px;}}
@-moz-keyframes textBubble{from{margin-top:-35px;}to{margin-top:-38px;}}
@-ms-keyframes textBubble{from{margin-top:-35px;}to{margin-top:-38px;}}
@-o-keyframes textBubble{from{margin-top:-35px;}to{margin-top:-38px;}}
@keyframes textBubble{from{margin-top:-35px;}to{margin-top:-38px;}}

/* === MAP === */
#map-wrapper{display:none;width:100%;height:345px;box-shadow:inset 0 0 15px #000;}
#map-canvas{width:100%;height:100%;padding:0;margin:0;}
.closemap{width:auto;height:19px;display:none;background:#fff;border:1px solid #aaa;box-shadow:0 2px 5px rgba(0,0,0,0.3);margin:5px 96px 0 0;position:absolute;right:0;z-index:99;}
.closemap a{display:block;color:#333;font-size:11px;padding:1px 8px;}

/* === SOCIAL === */
#social section.header{background:url('../images/background/banner3.jpg') no-repeat fixed;background-size:120%;background-position:50% 0;padding:30px 0;margin-bottom:0;}
#social ul{display:inline-block;list-style:none;}
#social ul li{display:inline-block;margin:0 15px;float:left;}
#social ul li a{display:block;color:#fff;font-size:35px;text-shadow:0 0 15px rgba(0,0,0,0.5);position:relative;}
#social ul li a:hover{text-shadow:0 0 15px rgba(0,0,0,0.7);}

/* SOCIAL TOOLTIPS */
#social ul li a span{width:100px;height:auto;font-size:14px;text-align:center;text-transform:none;letter-spacing:0;border-radius:5px;opacity:0;padding:15px;margin-left:-50px;position:absolute;left:50%;bottom:100px;pointer-events:none;}
#social ul li a:hover span{opacity:1;bottom:55px;}

/* === MISC === */

/* BUTTONS */
button,
input[type=submit],
input[type=reset]{width:auto;}
.btn{color:#666;display:inline-block;width:auto;font-size:14px;font-family:'Quicksand',sans-serif;text-transform:uppercase;text-decoration:none;text-align:center;background:#efefef;border:0;border-radius:3px;cursor:pointer;padding:15px;margin:15px 0;}
.btn:active{text-decoration:none;box-shadow:inset 0 0 15px rgba(0,0,0,0.3);}

/* FIELDS */
input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=file],
input[type=month],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
textarea{width:100%;height:auto;font-size:15px;padding:15px;margin-bottom:15px;}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=date]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=file]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover,
textarea:hover{border:1px solid #ff0060;}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=file]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus{border:1px solid #ff0060;box-shadow:inset 0 0 10px rgba(0,0,0,0.4);}
textarea{overflow-y:auto;}

/* TRADITIONAL CHECKBOX AND RADIO BUTTONS */
label{display:inline-block;font-size:14px;cursor:pointer;position:relative;padding-left:25px;margin: 0 15px 15px 0;}
label:before{content:'';display:inline-block;width:16px;height:16px;margin-right:10px;position:absolute;left:0;}
input[type=checkbox],input[type=radio]{display:none;}
input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before{text-align:center;text-shadow:0 -1px 0 #333;line-height:18px;}

input[type=radio] + label:before{border-radius:8px;}
input[type=radio]:checked + label:before{content:'\2022';font-size:35px;}

input[type=checkbox] + label:before{border-radius:2px;}
input[type=checkbox]:checked + label:before{content:'\2713';font-size:15px;}

/* CHECKBOX AND RADIO TEXT */
input[type=radio] + label.textselect:before,
input[type=checkbox] + label.textselect:before,
input[type=radio]:checked + label.textselect:before,
input[type=checkbox]:checked + label.textselect:before{display:none;}
input[type=checkbox] + label.textselect,input[type=radio] + label.textselect{width:auto;display:inline-block;color:#fff;font-size:15px;border-radius:3px;cursor:pointer;padding:10px;margin-bottom:20px;}
input[type=checkbox]:checked + label.textselect,input[type=radio]:checked + label.textselect{box-shadow:inset 0 0 20px rgba(0,0,0,0.7),inset 0 2px 0 #990033;}
input[type=checkbox] + label.textselect.first,input[type=radio] + label.textselect.first{margin:0 -2px 20px 0;border-radius:3px 0 0 3px;border-right:1px solid #b20043;}
input[type=checkbox] + label.textselect.center,input[type=radio] + label.textselect.center{margin:0 -2px 20px;border-radius:0;border-right:1px solid #b20043;}
input[type=checkbox] + label.textselect.last,input[type=radio] + label.textselect.last{margin:0 0 20px -2px;border-radius:0 3px 3px 0;}

/* EMBEDDED VIDEOS */
iframe,
object,
embed,
video{width:100%;min-width:100%;}
video .warning{width:100%;color:#fff;font-size:12px;text-align:center;background:#990033;padding:5px 10px 5px 5px;position:absolute;top:10%;z-index:999;}

/* Easing */
a,i,span,label,button,input,textarea,img,.image-container{-webkit-transition:0.3s linear;-moz-transition:0.3s linear;-ms-transition:0.3s linear;-o-transition:0.3s linear;transition:0.3s linear;}

/* Preloader */
#preloader{width:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;}
#status{width:16px;height:16px;margin:-8px 0 0 -8px;position:absolute;top:50%;left:50%;}

/* === IE ONLY === */

.ie h1,.ie h2,.ie h3,.ie h4,.ie h5,.ie h6,.ie li,.ie a,.ie p,.ie span,.ie label,.ie input,.ie button,.ie textarea{font-family:'Open Sans',sans-serif;font-weight:normal;text-decoration:none;}
.ie #intro .overlay{background-color:#000;-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);opacity:0.5;}
.ie section.header span{font-size:24px;}
.ie #quote section.header,
.ie #social section.header{background-position:center;}
.ie #portfolio-items li .mask h2,
.ie #portfolio-items li .mask i,
.ie #social ul li a span{visibility:hidden;}
.ie #portfolio-items li:hover .mask h2,
.ie #portfolio-items li:hover .mask i,
.ie #social ul li a:hover span{visibility:visible;}
.ie #portfolio-items li .mask{background-color:#ff0060;-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);}
.ie #portfolio-items li:hover .mask{-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);}
.ie #contact .error{font-size:12px;}
.ie #contact .form textarea{min-height:188px;height:188px;}
.ie8 #contact .form textarea{min-height:154px;height:154px;}
.ie8 #services.icons-circled .item > i,
.ie8 #services.icons-diamond .item > i{width:auto;height:auto;color:#ff0060;background:none;font-size:60px;padding-top:0;margin-top:0;}
.ie9 #staff .indiv .image-container{max-width:210px;max-height:210px;}
.ie #staff .indiv ul li a{padding:4px 0;}
@media screen\0{#staff .indiv ul li a{padding:8px 0;}}

/* === CSS RETINA BACKGROUNDS === */
@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx){
.item-details .item-info{background:url('../images/patterns/1.darklinen@2x.png') repeat #252525;background-size:50%;}
}

/* === MEDIA QUERIES === */
@media only screen and (min-width:768px) and (max-width:959px){
#staff .indiv .image-container{max-width:172px;max-height:172px;}
#contact .info i{font-size:30px;}
#quote h3{font-size:26px;padding:0 0 10px 42px;}
#quote span{font-size:20px;}
#portfolio-items li{width:252px;height:196px;max-width:252px;max-height:196px;}
#contact .info h3{font-size:16px;}
#contact .info h4,
#contact .info p,
#contact .info span,
#contact .info a{font-size:12px;}
#contact .info a.showmap{margin:-35px 0 0 -23px;}
#contact .error{margin:-10px 0 0 -364px;}
#map-wrapper{height:273px;}
}
@media only screen and (min-width:480px) and (max-width:767px){
html,body{-webkit-text-size-adjust:none;}
#intro,
#intro .overlay{height:130%;}
#intro video{width:auto;height:100%;min-width:0;min-height:100%;}
#intro-logo{top:20%;}
#scroll-down{bottom:5%;}
#headernav{display:none;}
#navicon{display:block;}
.heading:before, .heading:after{display:none;}
section.header{padding:70px 0 0;}
section.header h1{margin:30px 0 14px;}
#services .item{margin-bottom:15px;}
#staff .container{padding-bottom:30px;}
#staff .indiv{margin-bottom:30px;}
#staff .indiv .image-container{max-width:420px;max-height:420px;}
#staff .indiv h3{font-size:28px;}
#staff .indiv h6{font-size:20px;}
#staff .indiv ul li a{color:#ff0060;font-size:18px;}
#quote section.header{background-attachment:scroll;background-size:cover;padding:70px 0;}
#quote h3.quote{font-size:24px;padding:0 10px;}
#quote span.quote-author{font-size:18px;}
#portfolio .container{padding-bottom:30px;}
#portfolio-items li{display:block;width:420px;height:328px;max-width:420px;max-height:328px;margin:1px 0;float:none;}
#portfolio-items li .mask h2{margin:70px 15px;}
.mfp-close{right:0;}
#contact .info a.showmap{width:70px;padding:3px 0px;margin:-26px 0 0 -10px;}
#contact .info a.showmap span{font-size:10px;}
@-webkit-keyframes textBubble{from{margin-top:-26px;}to{margin-top:-28px;}}
@-moz-keyframes textBubble{from{margin-top:-26px;}to{margin-top:-28px;}}
@-ms-keyframes textBubble{from{margin-top:-26px;}to{margin-top:-28px;}}
@-o-keyframes textBubble{from{margin-top:-26px;}to{margin-top:-28px;}}
@keyframes textBubble{from{margin-top:-26px;}to{margin-top:-28px;}}
#contact .send{width:100%;float:none;}
#contact .info h3{font-size:24px;}
#contact .error{margin:-10px 0 0 -420px;}
#map-wrapper{height:180px;}
.closemap{margin:5px 102px 0 0;}
#social section.header{background-attachment:scroll;background-size:cover;}
#social ul li{margin:10px;float:none;}
#social ul li a{font-size:30px;}
#social ul li a span{display:none;}
input[type=text],input[type=email],input[type=password],textarea{border-radius:0;}
#preloader{height:130%;}
#demosettings{top:auto;bottom:0;}
}
@media only screen and (max-width:479px){
html,body{-webkit-text-size-adjust:none;}
#intro,
#intro .overlay{height:130%;}
#intro video{width:auto;height:100%;min-width:0;min-height:100%;}
#scroll-down{bottom:5%;}
#headernav{display:none;}
#navicon{display:block;}
.heading:before, .heading:after{display:none;}
section.header{padding:70px 0 0;}
section.header h1{margin:30px 0 14px;}
section.header span{font-size:16px;}
#services .item{margin-bottom:15px;}
#staff .container{padding-bottom:30px;}
#staff .indiv{margin-bottom:30px;}
#staff .indiv .image-container{max-width:300px;max-height:300px;}
#staff .indiv h3{font-size:24px;}
#staff .indiv h6{font-size:18px;}
#staff .indiv ul li a{color:#ff0060;font-size:16px;}
#quote section.header{background-attachment:scroll;background-size:cover;padding:70px 0;}
#quote h3.quote{font-size:22px;padding:0 10px;}
#quote span.quote-author{font-size:16px;}
#portfolio .container{padding-bottom:30px;}
#portfolio-items li{display:block;width:300px;height:234px;max-width:300px;max-height:234px;margin:1px 0;float:none;}
#contact .info a.showmap{width:70px;padding:3px 0px;margin:-26px 0 0 -10px;}
#contact .info a.showmap span{font-size:10px;}
@-webkit-keyframes textBubble{from{margin-top:-26px;}to{margin-top:-28px;}}
@-moz-keyframes textBubble{from{margin-top:-26px;}to{margin-top:-28px;}}
@-ms-keyframes textBubble{from{margin-top:-26px;}to{margin-top:-28px;}}
@-o-keyframes textBubble{from{margin-top:-26px;}to{margin-top:-28px;}}
@keyframes textBubble{from{margin-top:-26px;}to{margin-top:-28px;}}
#contact .send{width:100%;float:none;}
#contact .error{margin:-10px 0 0 -300px;}
#map-wrapper{height:180px;}
.closemap{margin:5px 103px 0 0;}
#social section.header{background-attachment:scroll;background-size:cover;}
#social ul li{margin:10px;float:none;}
#social ul li a{font-size:30px;}
#social ul li a span{display:none;}
input[type=text],input[type=email],input[type=password],textarea{border-radius:0;}
#preloader{height:130%;}
#demosettings{top:auto;bottom:0;}
}