@font-face {
  font-family: 'myFont';
  font-style: normal;
  font-weight: 400;
  src: local('Archivo Black Regular'), local('ArchivoBlack-Regular'), url(http://fonts.gstatic.com/s/archivoblack/v4/WoAoVT7K3k7hHfxKbvB6ByJje69WtxeuVwfFBU1mdJw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/archivoblack/v4/WoAoVT7K3k7hHfxKbvB6BzpmDuvrsAe6P6TsPq9xwrw.woff) format('woff');
}
@font-face {
    font-family: "RobotoBlack";
    src: url(../fonts/Roboto-Black.ttf)
    format("truetype");
}
@font-face {
    font-family: "RobotoBoldItalic";
    src: url(../fonts/Roboto-BoldItalic.ttf)
    format("truetype");
}
@font-face {
    font-family: "RobotoBlackItalic";
    src: url(../fonts/Roboto-BlackItalic.ttf)
    format("truetype");
}
@font-face {
    font-family: "RobotoBold";
    src: url(../fonts/Roboto-Bold.ttf)
    format("truetype");
}
@font-face {
    font-family: "RobotoBoldCondensed";
    src: url(../fonts/Roboto-BoldCondensed.ttf)
    format("truetype");
}
@font-face {
    font-family: "RobotoBoldCondensedItalic";
    src: url(../fonts/Roboto-BoldCondensedItalic.ttf)
    format("truetype");
}
@font-face {
    font-family: "RobotoCondensed";
    src: url(../fonts/Roboto-Condensed.ttf)
    format("truetype");
}
@font-face {
    font-family: "RobotoCondensedItalic";
    src: url(../fonts/Roboto-CondensedItalic.ttf)
    format("truetype");
}
@font-face {
    font-family: "RobotoItalic";
    src: url(../fonts/Roboto-Italic.ttf)
    format("truetype");
}
@font-face {
    font-family: "RobotoLight";
    src: url(../fonts/Roboto-Light.ttf)
    format("truetype");
}
@font-face {
    font-family: "RobotoLightItalic";
    src: url(../fonts/Roboto-LightItalic.ttf)
    format("truetype");
}
@font-face {
    font-family: "RobotoMedium";
    src: url(../fonts/Roboto-Medium.ttf)
    format("truetype");
}
@font-face {
    font-family: "RobotoMediumItalic";
    src: url(../fonts/Roboto-MediumItalic.ttf)
    format("truetype");
}
@font-face {
    font-family: "RobotoRegular";
    src: url(../fonts/Roboto-Regular.ttf)
    format("truetype");
}
@font-face {
    font-family: "RobotoThin";
    src: url(../fonts/Roboto-Thin.ttf)
    format("truetype");
}
@font-face {
    font-family: "RobotoThinItalic";
    src: url(../fonts/Roboto-ThinItalic.ttf)
    format("truetype");
}

body{ width: 100%; height: 100%; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #fff;background-color: #000;}
html{ width: 100%; height: 100%;}
h1,h2,h3,h4,h5,h6{ margin: 0 0 35px; text-transform: none; font-family: RobotoCondensed; font-weight: 700;   letter-spacing: 1px;}
h1{ font-size: 100px; /*font-size: 7.9vw;*/ letter-spacing: 3px; font-family: myFont; color: rgba(255, 255, 255, 0.5);}
p{ margin: 0 0 25px; font-size: 18px; line-height: 1.5;}
.navbar-toggle{ background-color: #ccc !important;}
.container{ width: auto !important;}
.navbar-brand{ padding: 5px 15px;}
a{ color: #42dca3; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
a:hover, a:focus{ text-decoration: none; color: #1d9b6c;}
.light{ font-weight: 400;}
.navbar-custom{ margin-bottom: 0; border-bottom: 1px solid rgba(255,255,255,.3); text-transform: none;    font-family: RobotoCondensed; background-color: #fff;}
.navbar-custom .navbar-brand{ font-weight: 700;}
.navbar-custom .navbar-brand:focus{ outline: 0;}
.navbar-custom .navbar-brand .navbar-toggle{ padding: 4px 6px; font-size: 16px; color: #fff;}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active{ outline: 0;}
.navbar-custom a{ color: #cccccc; font-size:20px; font-family: RobotoCondensed;}
.navbar-custom .nav li a{ -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out;}
.navbar-custom .nav li a:hover{ outline: 0; /*color: rgba(255,255,255,.8);*/ color: #cccccc; text-decoration:underline; background-color: transparent;}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active{ outline: 0; background-color: transparent;}
.navbar-custom .nav li.active{ outline: 0;}
.navbar-custom .nav li.active a{ background-color: rgba(255,255,255,.3);}
.navbar-custom .nav li.active a:hover{ color: #fff;}
img.img-responsive{ display: table-cell; max-width: 100%;}

.intro{ display: table; width: 100%; height: auto; padding: 100px 0; text-align: center; color: #fff;    background: url(../images/homepage-background.jpg) no-repeat bottom center scroll; background-color: #000;   -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; -o-background-size: cover;}
.intro .intro-body { display: table-cell; vertical-align: middle;}
.intro .intro-body .brand-heading{ font-size: 40px;}
.intro .intro-body .intro-text{ font-size: 18px;}

#what-we-do{ display: table; width: 100% !important; height: auto; padding: 100px 0 !important; text-align: center; color: #fff; background: url(../images/whatwedobackground.jpg) no-repeat top center scroll; background-color: #000; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover;  -o-background-size: cover;}

#about-us{ display: table; width: 100% !important; height: auto; padding: 100px 0 !important; text-align: center; color: #fff; background: url(../images/about-us.jpg) no-repeat top center scroll; background-color: #000; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;}
.about-us-content{ width: 100%; height: auto; display: block; margin: 0; padding: 0; z-index: 2; font-style:italic; margin:100px 0px 80px 0px;}
.about-rokk-mission{ width: 100%; text-align: center; display: block; margin: 0 auto; background-color: rgba(0,0,0,0.5); padding: 45px 0px 45px 25px;}
.about-rokk-mission h2{ color: #ffffff; font-size: 20px; text-align: center; font-weight: 200; width: 100%;   padding: 0; margin: 35px 0 10px 0;}
.about-rokk-mission p{ color: #ffffff; font-size: 20px; text-align: center; font-weight: 200; padding: 0;  margin: 0 auto; width: 50%; line-height:24px;}
.about-content-txt{ text-align: center; line-height: 50px; font-size: 32px; font-weight: bold; font-style: italic; color: #ffffff; margin: 0 auto; width: 90%;}
.about-us-footer{ width: 100%; height: 40px; display: block; margin: 0; padding: 0; z-index: 300; font-size: 34px; font-style:italic; color: #ffffff; margin-bottom:50px;}

#contact{ width:100%; height:100%;}
.footer-logo{ position:fixed; right:10px; bottom:10px; z-index:10001;}

.project-credit-page, .project-credit-slider{ width: 280px; height: 25px; display: block; margin: 0 0 0 0;  padding: 0 0 0 0; left: 0; color: #ffffff; font-size: 13px; text-align: left;}
.project-credit-page{ position: absolute; bottom:-50px; left:10px;}
.project-credit-slider{ position: absolute; bottom:100px; left:10px;}

.what-we-do-content h2{ color: yellow; font-size: 20px; font-family: helvetica; text-align: left; font-weight: bolder; padding: 0; z-index: 999; margin: 35px  0 20px 17px;}
.what-we-do-content ul{ text-align: left; padding: 0 0 0 35px;}
.what-we-do-content:not(:last-child) h2{ padding-left:60px;}
.what-we-do-content:not(:last-child) ul{ margin-left:60px;}
.what-we-do-content li{ padding: 8px 0; .margin: 15px 0; color: #ffffff; list-style: disc; font-size: 16px;	width:200px;}

.carousel{ margin-left: -30px; margin-right: -30px;}
.carousel .item { width: 100%; /*slider width*/}
.carousel .item img { width: 100%; /*img width*/}
.carousel-caption { position: absolute; /*right: 15%;*//*bottom: 20px;*//*left: 15%;*/z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0,0,0,.6);}

.our-work-header{ position:absolute; right:5%; top:50%; left:5%; z-index:10; height:400px; text-align:center;}
.our-work-header ul{ margin-top:-35px;}
.our-work-header ul li{ display:inline-block; list-style-type:none; font-size:35px; font-weight:900; padding: 10px 40px;}
.our-work-txt{ width: auto; height: 70px; display: block; margin: 0 auto; padding: 0; top: 75%; left: 10%; right: 10%; position: absolute; line-height: 45px; color: #ffffff; font-weight: 500; font-size: 26px;  text-align: center; font-style:italic;}

.carousel-inner h1{ z-index:10; position:absolute; top:50%; left:15%; right:15%; text-align:center; margin-top:-250px;}
.carousel-caption{ bottom:100px; background-color: rgba(0, 0, 0, 0.5); padding: 10px 25px; /*width:50%;*/	right:150px !important;}
.carousel-caption-top{ top:120px; background-color: rgba(0, 0, 0, 0.5); padding: 10px 25px; /*width:50%;*/	left:120px !important; position:absolute;}
.carousel-caption p, .carousel-caption-top p{ margin:0px; padding:0px; font-style:italic;}
.carousel-caption .left, .carousel-caption-top .left{ text-align: left; margin-right:0px;}
.carousel-caption .right, .carousel-caption-top .right{ text-align: right; margin-left:0px;}
.caption-001{ width:700px;}
.caption-002{ width:700px;}
.caption-003{ width:800px;}
.caption-004{ width:860px;}
.caption-005{ width:760px;}
.caption-006{ width:940px;}
.caption-007{ width:820px;}
.caption-008{ width:820px;}
.carousel-control{ z-index:10; width:5%;}

.info-icon{ position: absolute; top: 100px; right: 100px; z-index: 999999; cursor:pointer;}
.project-info-text{ display: none; float: right; margin: 0; width: 400px; height: auto; color: #FFF; font-size: 14px; padding: 10px 45px; border-radius: 7px; border-top-right-radius:20px; z-index: 1001; position: absolute;top: 100px; right: 100px; font-family: RobotoCondensed; line-height: 20px; background-color: rgba(0, 0, 0, 0.5); text-align:left;}

.who-we-are-profile-box{ width: 1240px; height: 250px; display: block; margin: 0; padding: 0; position: absolute; z-index: 100; top: 42%; left: 50%; margin-left:-620px;}
.profile-img{ width: 100%; height: 250px; display: block; cursor: pointer;}
.profile-img li{ display: inline; width: 250px; height: 250px; display: block; float: left; margin: 0 25px;    position: relative;}
.profile-img li a{ width: 200px; height: 155px; display: block;}
#yoko{ background: url(../images/Gallishaw_Yoko_GRAY.jpg) no-repeat;}
#yoko:hover{ background: url(../images/Gallishaw_Yoko_GRAY_hover.jpg) no-repeat;}
#andy{ background: url(../images/Smith_Andy_GRAY.jpg) no-repeat;}
#andy:hover{ background: url(../images/Smith_Andy_GRAY_hover.jpg) no-repeat;}
#matt{ background: url(../images/Shuba_Matt_GRAY.jpg) no-repeat;}
#matt:hover{ background: url(../images/Shuba_Matt_GRAY_hover.jpg) no-repeat;}
.name-box{ width: 70%; height: 50px; display: block; margin: 0; padding: 0; position: absolute; left: 15%; top: 20%; border-bottom: solid 1px yellow;} 
.name-box p{ color: yellow; font-family: myFont; font-size: 16px; text-align: left; line-height: 20px;}
.bio-box{ width:70%; height:400px; display:block; position:absolute; top: 27%; left: 15%; padding-top: 5px;}
.bio-box-left{ width: 30%; height: 400px; display: block; float: left; text-align: left;}
.bio-box-left img{ border: solid 1px #ffffff; width:60% !important;}
.bio-box-right{ width: 70%; height: 400px; display: block; float: right;}
.bio-box-right p{ font-family:helvetica; font-size:16px; color:#ffffff; text-align:left; margin:5px 0 0 0;}

#contact h1{ z-index:100; position:absolute; top:100px; left:10%; right:10%; text-align:center; color:rgba(255, 255, 255, 0.5);}
.content-section{ padding-top: 100px;}
#map{ position: absolute; top: 0; left: 0; width: 100%; height: 699px; z-index:0;}
.footer{ width: 100%; height: 90px; display: block; background-color: rgb(0, 0, 0); position: absolute; top: 709px; z-index: 100; left:0px;}
.copyRight{ float: left; margin: 25px 0 0 10px; color: #ffffff; font-size: 12px;}
.contacttext{ color: yellow; text-align: center; font-size: 15px;line-height: 20px; margin: 0 auto;      padding: 0; width: 65%;}
.mail-us-btn{ width:160px;	padding: 10px 0px; text-align:center;position: absolute;top: 500px;left: 50%;margin-left:-80px;border-radius: 10px;color: yellow;cursor: pointer;font-size: 24px;z-index: 100;background-color: rgba(0,0,0,0.8);}
.mail-us-form-box{ width: 500px; height: 400px; display: block; margin: 0px; padding: 0px; background-color: #000000; position: absolute; top: 250px; left: 50%; margin-left:-250px; z-index: 999;}
.close-form-box{ margin-right: 20px; margin-top: 8px; text-align: right; float: right; z-index: 999; color: yellow; cursor: pointer;}
.contact-form-box{  /*clear: both;*/ width: 100%; padding: 5px 15px; margin: 10px 0 0 0; text-align: left; color: yellow; font-size: 16px; line-height: 24px;}
.contact-form-box p{ padding:0; margin:5px 0px; font-size: 16px; line-height: 24px;}
.contact-form-box input{ width: 90%; height: 25px; display: block; border-radius: 5px; padding: 3px 10px;   border: 0; color: #333;}
.contact-form-box h2{ font-size: 24px; text-align: left; color: yellow; font-weight: 200;}
.contact-form-box textarea{ width: 90%; height: 45px; display: block; border-radius: 5px; padding: 3px 10px; border: 0; color: #333;}
.contact-btn{ width: 70px; height: 35px; border: 0; clear: both; display: block; background-color:yellow;  color: #000; margin: 10px auto; z-index: 999;}

@media(min-width:768px) {
    p{ margin: 0 0 35px; font-size: 20px; line-height: 1.6;}
    .navbar-custom{ padding: 10px 0; border-bottom: 0; letter-spacing: 1px; background:#fff;      -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-out,padding .5s ease-in-out;}
    .navbar-custom.top-nav-collapse{ /*padding: 0;*/ border-bottom: 1px solid rgba(255,255,255,.3);        /*background: #000;*/}
    .intro, #what-we-do{ height: 100%; padding: 0;}
    .intro .intro-body .brand-heading{ font-size: 100px;}
    .intro .intro-body .intro-text{ font-size: 26px;}
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:479px) {
	body{ overflow-x:hidden;}
	.intro{ height: 550px;}
	.intro .project-credit-page{ bottom:-150px !important;}
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{ top: 30%;}
	.car-image{ display:none !important;}
	/*#our-work{ display:none;}*/
	#our-work .carousel .item { height: 600px;}
	.our-work-header { top: 180px; left:1%;}
	.our-work-header ul li { font-size: 20px; padding: 5px 40px;}
	.our-work-txt { font-size: 18px !important; line-height: 22px !important; top: 360px !important;}
	.info-icon { top: 120px; right: 10px;}
	.project-info-text{ width: 280px; top: 120px; right: 10px;}
	.carousel-caption{ bottom:150px; right:10px !important; width:280px; height:auto;}
	.carousel-caption-top{ top:320px; left:10px !important; width:280px; height:auto;}
	
	h1{ font-size: 34px;}
	.mail-us-form-box{ width: 300px; margin-left:-150px;}
	/*.intro, #what-we-do{ background: url(../images/rokk-bg.jpg) no-repeat center center fixed !important;}*/
	.copyRight{ float: none; margin: 5px 0 10px 10px;}
	.contacttext{ float: none; margin: 5px 0 10px 0px;}
	.about-us-content{ margin:30px 0px 30px 0px;}
	.about-rokk-mission p{ width:90%;}
	.about-us-footer{ font-size:24px; margin-bottom:50px;}
	.what-we-do-content:not(:last-child) h2{ padding-left:0px;}
	.what-we-do-content:not(:last-child) ul{ margin-left:0px;}
	.what-we-do-content li { padding: 4px 0;}
	.what-we-do-content h2 { font-size: 18px; margin: 35px 0 20px 0px;}
	.project-credit-page{ position: absolute; bottom:-50px !important; left:10px;}
	.project-credit-slider{ position: absolute; bottom:20px !important; left:10px;}	
	#who-we-are .carousel .item { height: 1000px;}
	.who-we-are-profile-box{ width: 320px; margin-left:-160px; top:180px;}
	.profile-img{ width:150px; height: 175px; display: block; cursor: pointer;}
	.profile-img li{ display: inline; width: 150px; height: 175px;}
	.carousel-inner h1{ top: 80px; margin-top: 0px; left:0; right:0;}

	.name-box{ width: 300px; height: 100px; display: block; margin: 0; padding: 0; position: absolute; left: 5px; top: 80px; border-bottom: solid 1px yellow;} 
	.bio-box-left img{ border: solid 1px #ffffff; width:150px !important; text-align:center;}
	.bio-box{ width:99%; height:auto; display:block; position:absolute; top: 180px; left: 5px; padding-top: 5px;}
	.bio-box-left{ width: 99%; height: auto; display: block; float: left; text-align: left;}
	.bio-box-right{ width: 99%; height: auto; display: block; float: right;}
	.bio-box-right p{ font-size:16px; line-height:20px;}
	
	.footer-logo img{ width:90%; margin-right:-30px;}
}

/* ----------- Non-Retina Screens ----------- */
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1680px){
	.project-credit-page{ position: absolute; bottom:50px; left:10px;}
	.project-credit-slider{ position: absolute; bottom:200px; left:10px;}	
}


@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 1600px){
	.project-credit-page{ position: absolute; bottom:50px; left:10px;}
	.project-credit-slider{ position: absolute; bottom:150px; left:10px;}	
}

@media screen 
  and (min-device-width: 1200px) 
  and (max-width: 1599px){ 
	.our-work-txt{ font-size:22px; line-height:30px; top: 70%;}
	#our-work .project-credit-slider{ bottom:50px;}
}

@media screen 
  and (min-device-width: 1200px) 
  and (max-width: 1599px)
  and (-webkit-min-device-pixel-ratio: 1) { 
	.our-work-txt{ font-size:22px; line-height:30px; top: 70%;}
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
  	.our-work-txt{ font-size:22px; line-height:30px; top: 70%;}
}


/*#################################################################################################*/
/* Common Code */
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        /*height: 400px;*/
        /*margin-top: 250px;*/
		z-index:0;
    }
	
	footer{ display:none;}
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

ul.banner-social-buttons {
    margin-top: 0;
}



footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
