/*
Theme Name: Pixely Theme
Description: Used to style the TinyMCE editor.
*/

@font-face {
    font-family: "JennaSueRegular";
    font-style: normal;
    font-weight: normal;
    src:url("/wp-content/themes/pixely-theme/css/fonts/jennasue-webfont.eot");
    src: url("/wp-content/themes/pixely-theme/css/fonts/jennasue-webfont.eot?#iefix") format("embedded-opentype"), 
        url("/wp-content/themes/pixely-theme/css/fonts/jennasue-webfont.ttf") format("truetype"), 
        url("/wp-content/themes/pixely-theme/css/fonts/jennasue-webfont.svg#JennaSueRegular") format("svg");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff") format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}

body {
    color: #5a5a5a;
    padding-top: 128px;
}

h1{
    color:  #3D3E3D; /*#FF3FBB; /* #FF3FBB;*/
    /* none repeat scroll 0 0 #FF5E99 */
    display: table;
    font-family: 'AvantGardeGothicITCW01D 731075','Arial',sans-serif;
    font-size: 44px;
    font-weight: 200;
    letter-spacing: -0.02em;
    line-height: 0.85em;
    margin: 20px 0 38px 0;
    padding: 0;
    position: relative;
}
h1, h2{
    text-transform: uppercase;
    font-family: "Open Sans",arial,sans-serif;
}


h2{
    margin: 10px 0 20px;
}

h3{
    font-family: 'Myriad Pro',sans-serif; /* 'Raleway', sans-serif;*/
    font-size: 28px;
    color: #444444;
}

::-moz-selection {
    background-color: #FF3FBB; 
    color: #ffffff;
}

::selection {
    background-color: #FF3FBB;
    color: #ffffff;
}


input, textarea {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); /* Safari 4 */
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); /* Firefox 3.6 */
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
    outline: 0;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); /* Safari 4 */
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); /* Firefox 3.6 */
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
    -webkit-box-shadow: none; /* Safari 4 */
    -moz-box-shadow: none; /* Firefox 3.6 */
    box-shadow: none;
    outline: 1px dotted #666;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input {
    display: inline-block;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px; /* Safari 4 */
    -moz-border-radius: 3px; /* Firefox 3.6 */
    border-radius: 3px;
}


.highlightme{
    background-color: #FF3FBB;
    margin-bottom: 2px;
}

#menu_container{
    padding-top: 0px;
}

.lead{
    font-size: 18px;
    text-align: justify;
}

.lang{
    background-color: #fff;
    position: absolute;
    right: 140px;
    top: 20px;
    z-index: 100;    
}

.page-header{
    background: url("/wp-content/themes/pixely-theme/images/open-source.jpg") repeat scroll 40px -200px transparent;    
    left: 0;
    border: none;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 3px;
    width: 100%;
}

.page-header h1{
    margin: 0 0 0 100px;
    font-size: 34px;
    color: black;
}

.social-links{
    float: right;
    position: relative;
    right: 0;
    top: 20px;
}

.social-links li{
    list-style: none;
    text-align: left;
    float: left;
    margin-left: 8px;
}

.handwritter, .social-links .followus{
    color: #3E3E3E;
    font-family: 'JennaSueRegular',cursive;
    line-height: 50px;
    overflow: visible;
    font-size: 32px;
}

.navbar-brand {
    float: left;
    margin-left: 12px;
    margin-top: 7px;
    position: relative;
}

.navbar-brand img{
    height: 40px;
    margin-left: 30px;
}

.slogan{
    display: block;
    clear: both;
    color: #C6C6C6;
    position: relative;
    top: -25px;
    width: 300px;
    float: left;
}
.navbar-header{
    display: block;
    width: 300px;
    position: relative;
    float: left;
}

.nav-collapse{
    position: relative;
    float: left;
    display: inline;
}

.navbar-wrapper .navbar {
    margin-bottom: 0;
    padding-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
}

.navbar-inverse .navbar-nav > li > a{
    color: #333;
}

.navbar-wrapper {
    background: white;
    border-bottom: 1px dotted gray;
    z-index: 99999;
}


.navbar-inverse {
    background: none;
    border: none;
}

.pixely-cube{
    margin: 0 0 0 20px;
    max-width: 330px;
}

.pixely-cube-homepage{
    margin: 80px;
    max-width: 230px;
}

.carousel {
    margin-bottom: 60px;
    background: black;
    background: radial-gradient(ellipse farthest-corner at right top , #333 0px, #000 100%) repeat scroll 0 0 #000;
    height: 400px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.carousel-caption {
    z-index: 10;
    width:450px;
    top: 0;
    left: 15%;
    text-align: left;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.carousel-caption h1{
    color:  #FF8BD6;
}

.carousel .item {
    height: 500px;
    overflow: hidden;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

.marketing {
    padding-left: 15px;
    padding-right: 15px;
}

.marketing .col-lg-4 {
    text-align: center;
    margin-bottom: 20px;
}
.marketing h2 {
    font-weight: normal;
    color: #FF3FBB;
}
.marketing .col-lg-4 p {
    margin-left: 10px;
    margin-right: 10px;
}

.featurette-divider {
    margin: 80px 0;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

@media (min-width: 768px) {

    .marketing {
        padding-left: 0;
        padding-right: 0;
    }


    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }


    .featurette-heading {
        font-size: 40px;
    }

}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 40px;
    }
}

.carousel .item {
    background: none;
}

.carousel-control{
    top: 48%;
    height: 50px;
}

.carousel-control span {
    background-color: #FF3FBB;
    border-radius: 44px;
    cursor: pointer;
    height: 44px;
    margin: 0 0 0 10px;
    outline: medium none;
    padding: 10px;
    position: absolute;
    transition: background 0.3s ease 0s;
    width: 44px;
}

.carousel-control.left, .carousel-control.right{
    background: none;
    background-image: none;
}

.left.carousel-control, .right.carousel-control  {
    background: none;
    filter: none;
}

.navbar-wrapper .container{
    max-width: 1140px;
    margin: 0 auto;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background: none repeat scroll 0 0 #FFD7F1;
    color: #000000;
}

.carousel-caption .btn{
    color: #333;
    font-family: 'JennaSueRegular',cursive;
    font-size: 32px;    
}

.carousel-caption .btn:hover{
    color: black;
}

.nav > li > a {
    color: #333;
}

.marketing-thumbs{
    text-align: center;
    margin-top: 8px;
}

.marketing-thumbs img{
    max-height: 64px;
}

#wrap {
    height: auto !important;
    margin: 0 auto -60px;
    min-height: 100%;
    padding: 0 0 60px;
}

#footer {
    background-color: #F5F5F5;
    border-top: 1px solid #DEDEDE;
    margin-top: 50px;
}


#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

.legal{
    background: #3F403F;
    width: 100%;
    color: white;
    padding: 20px;
    margin-top: 10px;
}

#footer a
{
    color: #FF3FBB;
}

h3 img{
    margin-right: 10px;
}

#footer li{
    list-style: none;
}

#footer h3 img{
    margin: 10px;
    max-width: 60px;
    align:middle;
}

.social-links-icons{
    text-align: left;
    clear: both;
}

.social-links-icons img{
    height: 24px;
}

.fp-aboutus{
    /*background: #434443;*/
}
