body{
    min-width: 980px;
	margin:0;
	padding:0;
}
body p,body h1,body h2,body h3,body h4{
    color: #4D4D4F;
}
body a{
    color: #76bfaf;
}
/* Tab sizes */
#grid-content{
    /* min-height: 980px; */
}
#why-content{
    height: 830px;
}
#cloud-publishing-content {
    height: 900px;
}
#production-partners-content{
    height: 830px;
}

ul.links li {
	line-height:1.6em;
}

ul {
	list-style: none;
}

/* Header */
div.header{
    background-image: linear-gradient(bottom, rgb(57,56,59) 4%, rgb(77,77,77) 69%);
    background-image: -o-linear-gradient(bottom, rgb(57,56,59) 4%, rgb(77,77,77) 69%);
    background-image: -moz-linear-gradient(bottom, rgb(57,56,59) 4%, rgb(77,77,77) 69%);
    background-image: -webkit-linear-gradient(bottom, rgb(57,56,59) 4%, rgb(77,77,77) 69%);
    background-image: -ms-linear-gradient(bottom, rgb(57,56,59) 4%, rgb(77,77,77) 69%);
    
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.04, rgb(57,56,59)),
    	color-stop(0.69, rgb(77,77,77))
    );
    height: 55px;
    -webkit-transition: all .25s ease-in-out;
    -webkit-transform: translate3d(0px,0px,0px);

    -moz-transition: all .25s ease-in-out;
    -moz-transform: translateY(0px);    
}
div.header:hover{
    -webkit-transform: translate3d(0px,0px,0px) !important;
    -moz-transform: translateY(0px) !important;
}
div.header .banding{
    position: absolute;
    left: 0px;
    right: 0px;
    top:55px;
    z-index: 10;
}
div.inner-wrapper{
    margin-top: 0px;
	
}
div.header .nav a.header-logo {
    background-repeat: no-repeat;
    height: 34px;
    width: 240px;
    position: absolute;
    left: 0px;
    top:0px;
}
div.header br{
    display: none;
}
div.header .nav a.header-logo img{
    display: none;
}
div.header .nav form{
    display: none;
}
div.header .col-container{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: auto;
}
div.header ul.personal-area{
    display: none;
}
div.header .col-9{
    position: relative;
    width: 940px;
    margin: 0 auto;
    height: 100px;
    float: none;
}
div.header .nav {
    position: absolute;
    top:15px;
    left: 0px;
    right: 0px;
}
div.header .nav ul{
    position: absolute;
    right: 0px;
    top:0px;
    margin-top: 6px;
}
div.header .nav ul li a{
    background-image: none !important;
}
div.header .nav ul li{
    border: none !important;
}



div.wrapper {
    font-family: helvetica,sans-serif;
    font-weight: 300;
	font-size:1.2em;
	/*background: url('../images/ksmgrd_red_2000.jpg') no-repeat;*/
	background-position-y: 220px;
	background-position-x: center;
    background-position: center 220px;
}
#hero {
	background: #490013 url('../images/ksmgrd_red_2000.jpg') no-repeat;
    font-weight: 300;
    color: #333;
	height: 400px;
   /*margin-bottom: 250px; */
}
#hero .hero-image {
	/*background: url('../images/ksmgrd_red_2000.jpg') no-repeat;*/
    background-repeat: no-repeat;
    height: 70px;
    width: 416px;
    margin: 0 auto;
}
#hero .hero-sub {
    color: #8B8B8D;
    margin-top: 9px;
    font-size: 22px;
    text-align: center;
}

#grid {
    /*background-color: #F2F2F2;*/
    cursor: default;
    padding-bottom: 45px;
}
#grid .navtabs {
    font-weight: 500;
    font-size: 15px;
    display: block;
    margin: 0 auto 42px auto;
    padding-top: 28px;
    padding-bottom: 20px;
    width: 790px;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
}
#grid .navtabs a{
    color: inherit;
}
#grid .navtabs a:hover{
    text-decoration:none;
}
#grid .navtabs li{
    display: inline-block;
    padding: 5px 11px 8px 11px;
    border-radius: 3px;
    margin: 0px 1px 0px 1px;
    cursor: pointer;
}
#grid .navtabs li span{
    z-index: 200;
	position: relative;
}
#grid .navtabs li:hover:not(.selected){
    background-color: rgba(255,255,255,.7);
}
#grid .navtabs li.selected{
/*     background-color: white; */
    /*color: #0091B2;*/
	color: #ffffff;
	/* background-color: #76bfaf;*/
}
#grid .navtabs .moving_bg {
	background-color: #76bfaf;
	/* background-color:#FFF; */
	position: absolute;
	z-index: 190;
	left: 0;
	padding-bottom: 29px;
    display: inline-block;
    padding: 6px 11px 7px 11px;
    border-radius: 3px;
    margin: 0px 1px 0px 1px;
}
#grid .items{
    width: 948px;
    /* min-height:980px; */
    margin: 0 auto;
}
#grid .items p{
    font-family: inherit;
    color: #686869;
    font-weight: normal;
	font-size:0.9em;
    margin-bottom: 1em;
}
#grid .items .content p{
    font-family: inherit;
    color: #666666;
    font-weight: 300;
}

#grid .items > li:not(.content){
    width: 286px;
    height: 305px;
    float: left;
    margin-right: 39px;
    margin-bottom: 24px;
}
#grid .items > li.tall{
    height: 320px;
}
#grid .items .text {
    font-family: inherit;
}
#grid .items .text h2 {
	font-family: inherit;
	font-family: quicksand, serif;
    padding:10px 0 10px 0;
    
    font-weight: 300;
    font-size: 32px;
    line-height: 36px;
	color: #ccc;
}

#grid .items .text h3 {
    color: #999;
    margin-top: 8px;
    font-family: inherit;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

#grid .items .text h3 strong {
    font-weight: inherit;
    color: #999;
}
#grid .items .item{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
#grid .items .item.spacer{
    background-color: transparent;
    opacity: 0;
}
#grid .items .item .image{
    background-color: #333;
	border-top-radius: 10px;
    height: 168px;
}
#grid .items .item .message{
    padding: 16px 20px;
}
#grid .items .item .message h4{
    font-weight: 500;
    color: #0091B2;
    font-size: 18px;
    font-family: inherit;
}
#grid .items .item .message p{
    margin-top: 5px;
    line-height: 18px;
    font-weight: 300;
    font-family: inherit;
    color: #4D4D4F;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 14px;
}
#grid-content .items > li:nth-child(3n), #archive-content .items > li:nth-child(3n) {
    margin-right: 0px;
}

/* text styling */
li.content p {
	font-family: helvetica,sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
}

.content h2 {
color: #76bfaf;
font-size:22px;	
line-height: 28px;
margin-top:12px;
font-weight:normal;
}

.content h3 {
	/* color: #bf1e2e;*/
color: #BF485A;
font-size:20px;	
line-height: 28px;
margin-top:12px;
font-weight:normal;
}

.content h4 {
color: #76bfaf;
font-size:18px;	
line-height: 28px;
margin-top:12px;
font-weight:normal;
}

/* images */
img.rounded5 {
   background-color: #686869;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

img.rounded10 {
   background-color: #686869;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

img.rounded20 {
   background-color: #686869;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}
	


#grid .item .image,
#features-content .content > div .image{
}


#grid-content .image2{
	background: url('../images/projects@2x/triade.jpg') no-repeat center center;
	background-size: 300px 212px;
}

#grid-content .image7{
	background: url('../images/projects@2x/hexade.jpg') no-repeat;
	background-size: 300px 212px;
}

#grid-content .image9{
	background: url('../images/projects@2x/michael.jpg') no-repeat;
	background-size: 300px 212px;
}

#grid-content .image10{
	background: url('../images/projects@2x/contador.jpg') no-repeat;
	background-size: 300px 212px;
}

#grid-content .image11{
	background: url('../images/projects@2x/shuttle.jpg') no-repeat;
	background-size: 300px 212px;
}

#grid-content .header-content {
	background: url('../images/kosmograd_logotype_150.png');

}

#archive-content .image1{
	background: url('../images/projects@2x/stars.jpg') no-repeat center center;
	background-size: 300px 212px;
}	
#archive-content .image3{
	background: url('../images/projects@2x/vector.jpg') no-repeat;
	background-size: 300px 212px;
}
#archive-content .image4{
	background: url('../images/projects@2x/benparker.jpg') no-repeat;
	background-size: 300px 212px;
}
#archive-content .image5{
	background: url('../images/projects@2x/kessel.jpg') no-repeat;
	background-size: 300px 212px;
}
#archive-content .image6{
	background: url('../images/projects@2x/froome.jpg') no-repeat;
	background-size: 300px 212px;
}
#archive-content .image8{
	background: url('../images/projects@2x/comets.png') no-repeat;
	background-size: 300px 212px;
}

/* end of images */

/* containers */
.content-container li.content {
overflow:auto;
}

.content-container li.text {
overflow:auto;
}

/* newsfeed container */

#newsfeed-content.content-container li.content {
min-height:800px;
overflow: none;
}

/* shop container */

/* end of shop */

/* links container */

/* end of links */

/* feeds */
div #feedContent p {
line-height:12px;
padding:0px;
margin:0px;
color: #ff0;
}

/* end of feeds */

/* footer stuff */

div.icon {
width:40px;
height:40px;	
float:left;
margin: 0 10px 0 0;
background: none;
}

div.icon a {
display:block;
width:40px;
height:40px;	
}

#twitter {background: url('../images/footer/twitter_button@2x.png') no-repeat; background-size:40px 80px;}
#twitter:hover {background-position:0px -42px;}

#dribbble {background: url('../images/footer/dribbble_button@2x.png') no-repeat; background-size:40px 80px;}
#dribbble:hover {background-position:0px -42px;}

#pinterest {background: url('../images/footer/pinterest_button@2x.png') no-repeat; background-size:40px 80px;}
#pinterest:hover {background-position:0px -42px;}

#facebook {background: url('../images/footer/facebook_button@2x.png') no-repeat; background-size:40px 80px;}
#facebook:hover {background-position:0px -42px;}

#flickr{background: url('../images/footer/flickr_button@2x.png') no-repeat; background-size:40px 80px;}
#flickr:hover {background-position:0px -42px;}

#googleplus {background: url('../images/footer/googleplus_40.png') no-repeat;}
#googleplus:hover {background-position:0px -40px;}

div.footer {
	height:75px;
	padding: 20px 0 200px 0;
background-color: #222;	
}

div.footer h3 {
font-size:1.4em;	
font-weight:500;
color: #ccc;
padding:0 0 10px 0;
}

div.footer h4 {
	font-size:1.2em;
	color: #bf485a;
	padding: 1em 0 1em 0;
}


p.mail {
	background: url('../images/icons/mail_gry.png') center left no-repeat;
	/*margin: 10px 0 0 0;*/
	line-height:28px;
	padding: 0 0 0 30px;
}

p.newsletter {
	background: url('../images/icons/newsletter_sm.png') center left no-repeat ;
	/*margin: 10px 0 0 0;*/
	line-height:28px;
	padding: 0 0 0 30px;
}

p.kosmograd {
	background: url('../images/icons/kosmograd_logo_2015_128.png') center left no-repeat ;
	background-size:32px 32px;
	/*margin: 10px 0 0 0;*/
	line-height:28px;
	padding: 0 0 0 40px;
}


div.legal {
	/* background-color: #f00;	*/
}


#adopt{
    font-family: inherit;
    width: 948px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 70px;
}
#adopt h2{
    font-family: inherit;
    font-weight: 300;
    font-size: 37px;
    line-height: 42px;
    width: 298px;
    float: left;
    margin-right: 26px;
    -webkit-font-smoothing: antialiased;
}
#adopt .message{
    width: 320px;
    font-size: 16px;
    line-height: 24px;   
    float: left;
}
#adopt .button{
    clear: both;
    display: block;
    border-radius: 2px;
    border: none;
    background-color: #0097B3;
    color: white;
    margin-top: 22px;
    padding: 6px 10px;
    font-family: inherit;
    font-weight: 600;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}
#adopt .button:hover{
    background-color: #199CBA;
}

/* Typography */
.quicksand {
	font-family: quicksand, sans-serif;
}

/* Side Stuff */
.content-container {
    position: absolute;
    width: 100%;
}
.slide_content{
    overflow: hidden;
    -webkit-transition: height .3s ease-in-out;
}
.tabslider {
    position: relative;     
}

/* mailchimp */
#mc_embed_signup {
	background: none;
}

form #mc-embedded-subscribe-form {
	background: #f00;
}


/* iPad Styles */
@media only screen and (max-device-width: 1024px){
    div.header{
        -webkit-transition: all 5s ease-in-out !important;
        -webkit-transform: none !important;
        -moz-transition: all 5s ease-in-out !important;
        -moz-transform: none !important;
    }
    .tabslider {
        -webkit-transition: all .3s ease-in-out !important;
    }
}
@media only screen and (max-device-width: 1024px) and (orientation:portrait) { 
    /* Portrait */
    html, body{
        width: 1024px !important; 
    }
    .col-12,.col-container{
        width: 1024px;
        padding: 0px;
        margin: 0px;
    }
}
@media only screen and (max-device-width: 1024px) and (orientation:landscape) { 
    /* Landscape */
    /* Landscape, all pages */
    html, body{
        width: 1024px !important; 
    }
    .footer form input[type="email"]{
        width: 175px;
    }
    .col-12,.col-container{
        width: 1024px;
        padding: 0px;
        margin: 0px;
    }
}