/* 01 START : Global reset styles */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent}ins,mark{background:#333;color:#fff;text-decoration:none}mark{padding:0 .2em;}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}::-moz-selection,::-webkit-selection,::selection {text-shadow:none;background:#333;color:#fff;}.cf:before,.cf:after{content:"";display:table;}.cf:after{clear:both;}.cf{zoom:1;}[type=submit]{cursor:pointer;}
/* 01 END : Global reset styles */

/* START : Global rules */
* { 
	-webkit-box-sizing:  border-box; 
	-moz-box-sizing: border-box; 
	box-sizing:  border-box; 
	}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

html {
    height:100%;
	font-size: 100%; /* Set a 16px base size */
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
    color:#323232;
    -webkit-font-smoothing: antialiased;
}

body {
    height:100%;
	padding: 0;
	margin: 0 auto;    
    font-size: 100%; /* Set a 16px base size */
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
    color:#323232;
    -webkit-font-smoothing: antialiased;
}
/* Set vertical rhythm */
h1,h2,h3,h4,h5,h6,hgroup,ul,ol,dd,p,figure,pre,table,fieldset,hr {
    margin-bottom: 16px;
	margin-bottom: 1rem; /* 16px equivalent/fallback */
}	

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}	
h1 {
    font-size:3.3em;
    font-weight:300;
    font-variant:small-caps;
    letter-spacing:0.154em;
    word-spacing:-0.13em;
    margin-bottom: 46px;
}
h2 {
    font-size:2.6em;
    font-weight:300;
    font-variant:small-caps;
    letter-spacing:1.8px;
}
h3 {
    font-size:1.5em;
    font-weight:400;
    font-variant:small-caps;
    letter-spacing:1.3px;
    transform:scale(1.1,1); /* W3C */
    -webkit-transform:scale(1.1,1); /* Safari and Chrome */
    -moz-transform:scale(1.1,1); /* Firefox */
    -ms-transform:scale(1.1,1); /* IE 9 */
    -o-transform:scale(1.1,1); /* Opera */
    
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    
    padding:0 0 0 9px;
    margin:0 0 2px 0;
    display:inline-block; 
}

blockquote { }
	blockquote cite { }

p {
    font-size:1.2em;
}	
a {
    text-decoration:none;
    /* color: #323232; */
}	
a:hover {
    text-decoration:none;
    /* color:#323232; */
}

.nav a {
    color: #323232;
}

img, 
a img {
	max-width: 100%;
}

figure { }
figcaption { }

/* END : Global rules */

/* START : Nav styles */
.nav {
    position:absolute;
    top:0px;
    width:100%;
    z-index: 9999;
}
.nav .full-container {
    height:100px;
    background:rgba(255,255,255,1);
}
.nav a {
    line-height: 90px;
    border-bottom: none;
    font-size:1.5em;
    font-weight:400;
    font-variant:small-caps;
    letter-spacing:0.08em;
}
.nav .active a, .nav .pull-right a:hover {
    padding-bottom:5px;
    border-bottom: 2px solid;
    border-bottom-color: #008eea;
    color:#008eea;
}
.nav .pull-right a {
    margin:0 0 0 35px;
}
.nav li {
    display: inline;
}
.nav .logo {
    margin-top:20px;
    height:50px;
}
/* END : Nav styles */

/* START : Page styles */
.intro .container, .filter .container {
    position:relative;
    margin-top:100px;
}
.sublist {
    margin-top:200px;
}
.sub .static-content {
    border-bottom: 1px solid #bebebe;
}
.sub .static-content:last-child {
    border:0;
}
.static-content .container {
    position:relative;
    margin:100px auto 100px auto;
    min-height: 450px;
}
.static-content .overview {
    min-height: 150px;
}
.static-content .container:nth-child(1) {
    position:relative;
    margin:100px auto 0px auto;
}
.static-content .bg0 {
    padding: 50px 0 50px 0;
    color:#323232;
}
.static-content .bg1 {
    background: url('../img/bg1.jpg') center no-repeat;
    padding: 50px 0 50px 0;
    background-size:cover;
    color:#FFF;
}
.static-content .bg2 {
    background: url('../img/bg2.jpg') center no-repeat;
    padding: 50px 0 50px 0;
    background-size:cover;
    color:#323232;
    text-shadow:0px 0px 50px #FFF;
}
.static-content .bg3 {
    background: url('../img/bg3.jpg') center no-repeat;
    padding: 50px 0 50px 0;
    background-size:cover;
    color:#FFF;
}
.readability {
    background-color:rgba(50, 50, 50, 0.9);
    padding:15px;
}
.static-content .bg3 ul.featurelist li a {
    color:#FFF;
}
.static-content .bg3 ul.featurelist li a.active {
    color: #008eea;
}
#team .full-container .container .row div {
}
.feats {
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.feats:hover {
    -webkit-filter: grayscale(0); 
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pr {
    background-color:#008eea;
    padding:5px 15px 30px 15px;
    margin:0 0 25px 0;
}
.pr p {
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 0.01em;
    color:#FFF;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
}
span.language {
    margin:0 0 0 -11px;
    padding: 0px 10px 5px 10px;
    background-color:#323232;
    color:#FFF;
    font-size:1em;
    font-weight:300;
    font-variant:small-caps;
    letter-spacing: 0.06em;
    transform:scale(1.1,1); /* W3C */
    -webkit-transform:scale(1.1,1); /* Safari and Chrome */
    -moz-transform:scale(1.1,1); /* Firefox */
    -ms-transform:scale(1.1,1); /* IE 9 */
    -o-transform:scale(1.1,1); /* Opera */
}
.filter .container .links span:hover {
    cursor: pointer;
    color:#008eea;
}
.filter .container span.language:hover {
    background-color:#008eea;
    color:#FFF;
}
.filter .container span.glyphicon:hover {
    cursor: pointer;
    color:#323232;
}
.filter span.language {
    margin:0 0 0 10px;
    white-space: nowrap;
}
.filter p {
    font-size:1.5em;
    margin:0 0 5px 0;
    font-variant: small-caps;
}
.filter {
    margin:0 0 20px 0;
}
.carousel-inner .col-md-5, .carousel-inner .col-md-7  {
    float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}
.carousel-inner .col-md-7  {
    height: 500px;
}
.carousel-inner {
    display:table;
}
.carousel-indicators:nth-child(2){
    top:-65px;
}
.carousel-indicators{
    position:relative;
    top:0px;
    left:50%;
    z-index:15;
    width:350px;
    height:20px;
    margin-bottom: 10px;
    margin-left:-176px;
    padding-left:0px;
    list-style:none;
    text-align:center;
}
.carousel-indicators li{
    display:inline-block;
    width:17px;
    height:17px;
    margin:1px 0 1px 13px;
    text-indent:-999px;
    border:1px solid #008eea;
    border-radius:10px;
    cursor:pointer;
    background-color:#008eea;
    background-color:rgba(0,0,0,0);
}
.carousel-indicators .active{
    margin:1px 0 1px 13px;
    width:17px;
    height:17px;
    background-color:#008eea;
}
.carousel-caption{
    position:relative;
    left:15%;
    right:15%;
    bottom:0px;
    z-index:10;
    padding-top:20px;
    padding-bottom:20px;
    color:#008eea;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,.6);
}
.press .full-container {
    background-color: #323232;
    min-height:100px;
    padding:30px;
}
.press .pull-right a {
    margin-left:11px;
    opacity: 0.5;
}
.press .pull-right a:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.press .pull-left img {
    height:40px;
    margin-right:40px;
    -webkit-filter: grayscale(1); 
}
.press .pull-left img:hover {
    -webkit-filter: grayscale(0);
}
span .glyphicon a {
    font-weight: 100;
    color:#FFF;
}
.item p {
    font-size: 1.2em;
}
ul.featurelist {
    list-style: decimal;
}
ul.feature li, ul.featurelist li {
    margin:0 0 -12px 20px;
}
ul.featurelist > li > a {
    display: block;
}
ul.contentlist li {
    display: inline;
    font-size: 1.4em;
}
ul.contentlist li a {
    white-space: nowrap;
    color:#FFF;
    background-color:#008eea;
    border-radius: 4px;
    margin: 0 5px 0 0;
    padding: 5px 10px 5px 10px;
    line-height: 2em;
}
ul.contentlist li a:hover {
    color:#008eea;
    background-color: #FFF;
}
.exdesc {
    position: absolute;
    top:550px;
    left:0px;
    width:300px;
}
.example4, .example5 {
    position:absolute;
    top:0;
    left:0;
    width:300px;
}
.example, .example1, .example2, .example3 {
    position:absolute;
    top:0;
    left:0;
    height: 500px;
}
.example1, .example3, .example5 {
    opacity: 0;
}
.exdiv {
    height:550px;
}
ul li a.active {
    color:#008eea;
}
#preset {
    text-align: center;
    height: 650px;
}
ul#presetlist {
    list-style: none;
}
ul#presetlist li {
    display: inline;
}
ul#presetlist li a {
    white-space: nowrap;
}
#feat .container .row {
    margin-bottom: 50px;
}
.btn {
    background-color:#008eea;
    color:#FFF;
    font-size:1.4em;
    font-weight:400;
    font-variant:small-caps;
    letter-spacing: 0.07em;
    padding:5px 15px 10px 15px;
    -webkit-font-smoothing: antialiased;
    margin: 5px 5px 0 0;
}
.btn a {
    color:#FFF;
}
.btn:hover {
    background-color: #309fe6;
    color:#FFF;
}

/* END : Page styles */

/* START : Footer styles */
.footer .full-container {
    margin:50px 0 0 0;
    min-height:50px;
    background-color: #323232;
    color:#FFF;
}
.footer .full-container .container {
    padding:15px 0 0 0;
}
.footer .full-container {
    margin:0;
    text-align: center;
    line-height: 0.7em;
}
.footer .full-container:first-child {
    background: url('../img/droids.jpg') center no-repeat;
    padding: 50px 0 50px 0;
    background-size:contain;
    background-color: #FFF;
    color:#fff;
    text-shadow:2px 2px 9px #008eea;
}
.footer p {
    line-height: 1.4em;
}

/* END : Footer styles */

/* START : Post styles */

/* END : Post styles */



/* START : General bits */

/* END : General bits */


/* START : Media Queries */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .review .card-content {
        min-height: 240px;
    }
    
    .review.small .vertical-card-container {
        min-height: 150px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

@media (max-width: 652px) {
    .nav {
        position:absolute;
        top:0px;
        height:150px;
        margin:0;
    }
    .nav .full-container {
        height:200px;
    }
    .nav ul {
    }
    .nav li {
        display:inherit;
    }
    .nav a {
        white-space: nowrap;
        float:right;
        line-height: 40px;
        border-bottom: none;
        font-size:1.5em;
        font-weight:400;
        font-variant:small-caps;
        letter-spacing:0.08em;
    }
    .nav .pull-left a {
        margin:0;
    }
    .nav .pull-right a {
        margin:0;
    }
    #mainpage .container {
        position:relative;
        margin:200px auto 40px auto;
    }
    .press .pull-left img {
        margin-right:80px;
    }
}