@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 300;
    overflow-x: hidden;
      
}


p {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.4em ;
    text-align: center;
        
}

h1 {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 4em !important;
    text-align: center;
    color: #000 !important;
    letter-spacing: -0.050em;
    text-transform: uppercase;
}

.toptitle h1 {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3.7em  !important;
    line-height: 0.8em !important;
    text-align: left;
    color: #000 !important;
    letter-spacing: -0.100em;
    margin-top: 80px;
}

h2 {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.2em;
}

h3 {
    font-family: "proxima-nova",serif;
    font-style: normal;
    font-weight: 200;
    font-size: 2.2em;
}


.left-text h1 {
    text-align: left;
    font-weight: 700;
    margin-bottom: 0px;
}

.left-text h2 {
    text-align: left;
    font-weight: 700;
    margin-top: 0px;
    text-transform: uppercase;
}

.left-text p {
    text-align: left;
}

.left-text ol {
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .toptitle h1 {
    font-size: 2.8em !important;
    margin-top: 55px;
    }

}


@media screen and (max-width: 720px) {
    
    p{
    font-size: 1em;
    }
    h1 {
    font-size: 2.7em !important;
    }
    
    .toptitle h1 {
    font-size: 2.5em !important;
    margin-top: 30px;
    }
    h2 {
    font-size: 2.0em !important;
    }
    h3 {
    font-size: 1.7em;    
        }
}


/* Links */

a {
  font-weight: 700;
  color: #000;
  position: relative;
  
  &:hover{ 
    opacity: 0.8;
  }
  
  &:active {
    top: 1px;
  }
}
a img:hover {
    opacity: 0.7;
}


/* Layout */
* {
  box-sizing: border-box; 
}

html,body{height:100%;}

body {
  margin: 0; 
  font-weight: 500;
  /*font-family: 'HelveticaNeue';*/
  background-color: #ffffff;
}

@media screen and (min-width: 720px) {

    main {
        min-width: 720px;
  
    }
    
    nav {
        min-width: 720px;
        
    }
    
    footer {
        min-width: 720px;   
    }
    
    .design-top {
    position: absolute;right: 0px;z-index: 99999;margin-top: 0px;
    }
    
    .design-top img {
        
    }
    
    .full-top {
        margin: 0px;
        padding: 0px;

    }
    
    .full {
        margin: 0px;
        padding: 0px;
        width: 100%;

    }
    
}

@media screen and (max-width: 720px) {

    #main {
        min-width: 100%;
    }
    
    nav {
        min-width: 100%;
    }
    
    footer {
        min-width: 100%;
    }

    .design-top {
    position: absolute;right: 0px;z-index: 99999;margin-top: 0px; width: 50%;;
    }
    
    .full {
     margin: 0px;
     padding: 0px;
     
    }
    
    img.topimage {
        display: none;
    }
}

.hundred {
    left: -100px;
}


.fifty {
    left: -50px;
}

@media screen and (max-width: 768px) {
    
    .hundred {
    left: -50px;
    }
    
    .fifty {
    left: 0px;
}

}
@media screen and (max-width: 720px) {
    
        .hundred {
        left: 0px;
    }
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.section-container {
    float: none;
    max-width: 1440px;
    margin: 0 auto;

    
}

.rows {
    height: 100%;
}

.container-nofloat {
    height: 100%;
    display:table-row;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.no-float {
    float: none !important;
    display: table-cell;
}

.navbar-brand>img {
    display: block;
    max-width: 150px;
}

header {
    width: 100%;
    height: 100px;
    position: fixed;
    background-color: #000 ;
    z-index: 99999;
    top: 0px;
}

section {
  width: 100%;
  display: table;
  padding: 0px 0px;
  margin: 0;
  max-width: none;
  height: 100vh;
  background: #ffffff;

  

}

section:nth-of-type(2n) {
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 48%, #ededed 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 48%,#ededed 100%);
    background: radial-gradient(ellipse at center, #ffffff 48%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
}

/*section:nth-of-type(3n) {*/
/*    background: #ffffff;*/
/**/
/*}*/

.container {
    text-align: center;
}

.intro {
    height: 100vh;
    background: url(../image/background.jpg) center center no-repeat;
    background-size: cover;
    padding: 0px;
}

@media screen and (max-width: 1024px) {
    .top-text {
        width: 80%;
    }

}

@media screen and (max-width: 768px) {
    
        .intro {
        height: 70vh;
        }
        
        .top-text {
        width: 100%;
    }
}

.redtop {
    background-color: #000 ;
    padding: 30px;
       
}

.redtop h1 {
    color: white !important;
    line-height: 1em;
   
}


.redtop h2 {
    color: white !important;
    line-height: 1em;
    font-style: normal;
    font-weight: 800;
    text-align: center;
   
}


.content-inwrap {
    max-width: 1440px;
    widtH: 100%;
    background-color: transparent;
    border: 0px solid black;
    height: auto;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 50px;
}

.content-inwrap h2 {
    font-size: 3em;
}

.content-inwrap ol {
    font-size: 1.4em;
}

@media screen and (max-width: 720px) {
   .intro {
    height: 100vh;
    background: url(../image/background.jpg) left center no-repeat;
    background-size: cover;
    padding: 0px;
} 
    
    .content-inwrap ol {
    font-size: 1.0em;
}
}

.img-responsive {
    display: initial;
}

.content-intro {
  display: table-cell;
  vertical-align: top;
  padding: 0 0%;
  padding-top: 100px;
  
}

.intro-bottom {
    background-color: #fff;
    bottom: 0px;
    position: absolute;
    padding: 55px;
    float: right;
    right: 0px;
    /*margin-top: -100px;*/
}

@media screen and (max-width: 1024px) {
    .intro-bottom {
    background-color: #fff;
    bottom: 0px;
    width: 20%;
    position: absolute;
    padding: 25px;
    float: right;
    right: 0px;
}
}

@media screen and (max-width: 720px) {
    
    .intro-bottom {
    background-color: #fff;
    bottom: 0px;
    width: 100%;
    position: relative;
    padding: 55px;
    float: right;
    right: 0px;
    display: none;
}

    
}

.intro-bottom img {
    max-height: 180px;
    width: 100%;
}

.content {
  display: table-cell;
  vertical-align: top;
  padding: 20px 7% 0 7%;
}

@media screen and (max-width: 720px) {
    .content {
      display: table-cell;
      vertical-align: top;
      padding: 0%;
    }
}

.content-thin {
  /*display: table-cell;*/
  vertical-align: top;
  padding: 0 12%;
}

/* Design tool*/

.content-inwrap-tool {
    max-width: 1440px;
    widtH: 100%;
    background-color: transparent;
    border: 1px solid black;
    /*height: 680px;*/
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 20px;
    min-height: 1px;
    overflow: hidden;
    text-align: left;
}
.btn-small {
    color: black !important;
    background-color: transparent;
    border-color: black !important;
    padding: 3px 6px !important;
    font-size: 1em !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.btn-large {
    color: black !important;
    background-color: transparent;
    border-color: black !important;
    padding: 5px 10px !important;
    font-size: 1.5em !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    font-weight: 700;
}

.content-inwrap-tool input {
    float: left;
    margin-right: 10px;
    /*width: 100%;*/
    padding: 10px 10px;
    background-color: #EFEFEF;
    font-size: 1.2em;
    border: 1px solid #c7c7c7;
}

.content-inwrap-tool input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 10px;
    background-color: #EFEFEF;
    font-size: 1.2em;
}


.content-inwrap-tool input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 10px;
    background-color: #EFEFEF;
    font-size: 1.2em;
}

.content-inwrap-tool p {
    text-align: left;
    text-transform: none;
    font-size: 1.3em;
    line-height: 1em;
}

.tool-share i {
    font-size: 3em;
    margin-right: 5px;
}

.content-inwrap-tool small {
    font-size: 0.7em;
    text-transform: none;
}
.content-inwrap-tool h4 {
    text-align: left;
    font-size: 1.3em;
    font-weight: 900;
    text-transform: uppercase;
}


        #form{
        max-width: 960px;
        height: 830px;
        margin: 0 auto;
        margin-top: 40px;
        }
        
        #controll {
        margin-left: 230px;
        }
        
        #preview {
        width: 100px;
        height: 600px;
        float: left;
        border: 0px solid #000;
        margin-right: 10px;
        }
        #propbox {
        width: 100px;
        height: 600px;
        float: left;
        border: 0px solid #000;
        }

        #chooser {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        min-height: 50px;
        overflow: hidden;
        }

        #chooser-wide {
        width: 600px;
        height: auto;
        margin-bottom: 30px;
        }
        
         @media screen and (max-width: 720px) {
           #chooser-wide {
            
            width: 100%;
           }
        }

        #zoomRange, #rotateRange {
        width: 300px;
        height: 5px;
        margin-bottom: 30px;
        overflow:visible;
        border: 3px solid #ededed !important;
        background-color: #ededed !important;
        }
        
        @media screen and (max-width: 720px) {
           #zoomRange, #rotateRange {
            
            width: 100%;
           }
        }
        
        .ui-slider .ui-slider-handle {
        margin-top: 1px !important;
        padding: 2px!important;
        overflow: visible;
        width: 15px!important;
        height: 6px!important;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        background-color: #c8c8c8 !important;
        }
        .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
            border: 0px solid #000 !important;
            background: black !important;
            font-weight: bold;
            color: #000;
        }
        


        #currentcolor {
            width: 50px;
            height: 50px;
            background-color:#0682F8;
            float: left;
            margin-right: 5px;
            
        }
        .square {
            width: 22px;
            margin-right: 5px;
            margin-bottom: 5px;
            height: 22px;
            float: left;
            }
        .imgHolder {
        float: left;
        }	
        .squareImg {
        margin: 2px;
        float: left;
        width: 62px;
        height: 62px;
        background: #FF0000 ;
        }

        input[type="file"] {
        background-color: #fff;
        font-size: 14px !important;
        text-transform: uppercase;
        padding: 5px;
        color: #000;
        border: 1px solid #000 !important;
        border-radius: 0px;
        box-shadow: none;
        border: none;
        }

        @media screen and (max-width: 720px) {
           input[type="file"] {
            
            width: 100%;
           }
        }
@media screen and (max-width: 720px) {

    .left {
        display: none;
    }
    
    .container-nofloat {
        background: transparent;
    }
    
    .content-inwrap {
        width: 100%;
    }
    
    .content-inwrap-tool {
        width: 100%;
    }
    
    .design-top {
        width: 150px;
        margin-top: 99px;
    }
    
    .design-top img {
        width: 150px;
    }
    
}

.rules {
    text-align: left;
}

.modal-content {
    border-radius: 0px;
    border: 0px;
}

.flag {
  opacity: 0.4;
  cursor: pointer;
  
}

.flag.selected {
  opacity: 1;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 70%;
        margin: 30px auto;
    }
    .modal-content {
        padding: 30px;
    }
    
    .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5;0
    }
    
    .participants .modal-dialog {
        width: 30%;
        margin: 30px auto;
    }
}
/* Footer */

footer {
    width: 100%;
    min-height: 160px;
    overflow: hidden;
    position: relative;
    background-color: black;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
    opacity: 0.7;
    text-decoration: none;
}

footer a:visited {
    color: white;
}


/* Flexslider */
.flexslider {
    width: 70%;
    margin: 0 auto;
  
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: auto;
    height: auto;
    padding: 30px;
    margin: 0px 0 0;
    position: absolute;
    top: 40%;
    z-index: 10;
    overflow: hidden;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.0);
    color: black;
    color: rgba(0, 0, 0, 0.8);
    /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: 'FontAwesome' !important;
  font-size: 60px;
  display: inline-block;
  content: '\f053';
  color: rgba(0, 0, 0, 0.8);
  /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
}
.flex-direction-nav .flex-prev {
    left: -150px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: -80px;
}

.flex-direction-nav .flex-next {
    right: -150px;
    text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-next {
    right:-80px;
    text-align: right;
}

.flex-direction-nav a.flex-next:before {
    content: '\f054';
}

/* Navigation */


.navbar-nav {
    margin: 0;
    font-size: 1.2em;
    padding:30px 0px;
    text-transform: uppercase;
}

.navbar-default {
    background-color: #000  !important;
    border-color: transparent !important;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 0px 15px;
    font-weight: 300;

}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    opacity: 0.6;
    color: #fff;
}

.navbar-nav>li {
    border-right: 1px solid white;
}

.navbar-nav>li:last-child {
    border-right: 0px solid white;
}

@media screen and (max-width: 990px) {
    .navbar-nav>li {
    border-right: 0px solid white;
    
    }
    
    .navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 15px 15px;
    }
    
    .navbar-brand img {
       max-width: 150px;
    }
/* Navigation Collapse */
    
    .design-top {
    position: absolute;
    right: 0px;
    z-index: 99999;
    margin-top: 100px;
    }
    
    .design-top img {
    max-width: 220px;
    }
    
    .navbar-collapse.collapse.in {
display: block !important;
}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
        padding-left: 30px;
    }
    .navbar-nav>li {
        float: none;
    }

}   
/* form */

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 8px 14px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    text-align: center;
    background-color: #e3e3e3;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.has-error {
    border: 1px solid red !important;
    color: red;
    font-weight: 700;
}

.has-error-text {
    border: 0px solid red !important;
    color: red !important;
    font-weight: 700;
}

/* Cookie window */

.cc_container {
    padding: 30px 30px 30px !important;
}

p.cc_message {
    text-align: left !important;
    margin-top: 0px !important;
    width: 60%;
    float: left;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #fff !important;
    background-color: transparent !important;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 1px solid white;
}


#frontpage-button {
    color: white ;
    background-color: #FF0000;
    border-color: #FF0000;
    font-size: 1.5em;
    margin-top: 40px;
}

.btn-primary {
    color: white ;
    background-color: transparent;
    border-color: #000;
    font-weight: 200;
}

.btn {
    color: black;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #000 ;
    border-radius: 0px;
    margin-top: 30px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #000 ;
  text-decoration: none;
  opacity: 0.7;
  background-color: rgba(255,255,255,0.7);
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.smalltext {
font-family: "proxima-nova",sans-serif;
font-style: normal;
color: #000000;
line-height: 20px;
padding-left: 25px;
}

.input-checkbox {
float: left;
margin: 10px;
width: 15px;
}

input[type=checkbox]
{
  width: 15px;
  padding: 10px;
  display: inline;
  height: 15px;

}
	

  /*.slides {*/
  /*  width: 100% !important;*/
  /*  text-align: center;*/
  /*      }*/
  /**/
  /*.slides >  li {*/
  /*    white-space: initial;*/
  /*    width: 100%;*/
  /*    display: inline-block !important;*/
  /*    float: none !important;*/
  /*    vertical-align: top;*/
  /*  }*/
  /*  */
  /*  */

/* Navbat toggle */

/*.navbar-header {
    height: 99px;
}*/
.navbar-collapse {
    /*background-color: #000 ;*/
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid transparent;
    border: 0px solid transparent;
    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.0);
    box-shadow:  0 0px 0 rgba(255,255,255,.0);
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #FF0000 ;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #FF0000 ;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #FF0000 ;
    background-image: none;
    border: 0px solid #FF0000 ;
    border-radius: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}