/* Banner */
.home-banner {
    background: url(../../img/banner-background.png) top;
}

.home-banner .container{
    background: url(../../img/banner-top-20042016.png) top center no-repeat;
    background-size: 1200px 100%;
}

.work-banner {
    background: url(../../img/banner.png) top center #3399cc;
    background-size: 100% 100%;
}

.working {
    padding: 0;
}

.content-intro {
    margin: 50px auto auto auto;
}

.working .content-intro {
    text-align: left;
    padding: 18px 0;
    margin-top: 0;
}

.text-intro {
    font-size: 42px;
    font-family: 'Kelson Sans';
    color: #fff;
    text-shadow: 2px 2px #666;
    font-weight: bold;
}

.working .content-intro .text-intro {
    font-size: 23pt;
    text-shadow: none;
}

.text-intro-detail {
    font-size: 28px;
    text-shadow: none;
    color: #fff;
    font-family: "Helveticaneueltstd Roman";
    font-weight: bold;
}

.wrapper-btn-content-intro{
    margin-top: 30px;
}

.btn-watch-video {
    margin: auto;
}

.play-button-text{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 15px auto;
    font-family: "Helveticaneueltstd Bold";
    font-weight: bold;
}

.content-social {
    position: absolute;
    top: 100px;
    right: 0;
    text-align: left;
}

/* End Banner */

/* Introduction */
.intro {
    text-align: center;
    font-family: 'Kelson Sans';
    font-size: 28px;
    font-weight: bold;
    line-height: 75px;
    color: #e9573e;
    width: 100%;
    padding: 30px 0 30px 0;
}

.intro .btn{
    font-size: 18px;
    font-family: "Helveticaneueltstd Md";
    text-transform: uppercase;
    padding: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.intro hr.full-width {
    background: #e2e2e2;
    height: 1px;
    margin: 20px auto;
    width: 100%;
}

.intro hr {
    background: #000;
    height: 2px;
    margin: 0px auto;
    width: 20%;
}

.intro .select-template{
    font-size: 24px;
    color: #000;
}

.intro a {
    font-weight: normal;
    font-size: 21pt;
}

/* End Introduction */

/* Content */
.content {
    padding: 0;
}

.empty-message{
    font-family: "HelveticaNeueLTStd Md";
    font-style: italic;
    font-size: 18px;
    color: #38a1da;
}

.visual-category-content,
.visual-category {
    display: inline-block;
    width: 100%;
    margin: 35px auto 15px auto;
}

.category-name {
    color: #000;
    float: left;
    padding: 8px 0;
    text-transform: capitalize;
    font-size: 18pt;
    font-weight: bold;
    border-bottom: solid;
    margin: 0 16px 0 0;
    font-family: 'Kelson Sans';
}

@media screen and (max-width: 480px) {
    .category-name {
        margin: 0 15px;
    }
}

.category-number-visual {
    font-size: 13pt;
    color: #000;
    background-color: #fff;
    float: left;
    padding: 10px 0 8px 0;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 600;
    font-family: 'Open Sans';
    margin: 0 16px;
}

@media screen and (max-width: 480px) {
    .category-number-visual {
        margin: 0 15px;
    }
}

.showMyVisual .wrapper-my-visual {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 7px;
}

button.turn-left {
    left: 0;
    top: 30%;
    z-index: 2;
    position: absolute;
    border: none;
    background: url("../../img/turn-left.png") center no-repeat;
    width: 40px;
    height: 32px;
}

button.turn-right {
    right: 0;
    top: 30%;
    z-index: 2;
    position: absolute;
    background: url("../../img/turn-right.png") center no-repeat;
    width: 40px;
    height: 32px;
}

/* End Content */

/* Visual list */
.ifg-content {
    padding: 0;
}

.block-visual {
    position: relative;
}

.block-visual, .block-visual.last {
    float: left;
    margin: auto;
    padding: 0 10px 0 0;
}

@media screen and (max-width: 480px) {
    .block-visual, .block-visual.last {
        padding: 0 10px;
    }
}

.block-visual .content-image img {
    width: 100%;
}

.block-visual .content-block {
    padding-top: 5px;
    width: 100%;
    font-size: 14px;
    font-family: 'Kelson Sans';
    display: inline-block;
}

.block-visual .content-block .content-left {
    float: left;
    text-align: left;
}

.block-visual .content-block .content-left a {
    color: #999;
}

.block-visual .content-block .content-right {
    float: right;
}

.visual-share a {
    color: #999;
}

/* End Visual list */

/* User's Visual list */
.user-visual {
    padding-top: 12px;
}

.user-visual .content-image {
    max-height: 190px;
    overflow-y: hidden;
}

.user-visual .block-visual-content{
    position: relative;
}

.user-visual .block-visual-content:hover{
    border: solid 3px #38a1da;
}

.user-visual .block-visual-content .custom-button-block{
    display: none;
}

.user-visual .block-visual-content:hover .custom-button-block{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(181,221,242, 0.8);
    padding: 5px 0;
}

.user-visual .block-visual-content .custom-button-block .visual-copy{
    display: inline-block;
}

.user-visual .block-visual-content .custom-button-block .visual-copy .copy{
    background: #8ab970;
    color: #FFF;
}

.user-visual .block-visual-content .custom-button-block .visual-share{
    display: inline-block;
    margin-left: 5px;
}

.user-visual .block-visual-content .custom-button-block .visual-share .share{
    background: #8ab970;
    color: #FFF;
    padding: 4px 12px;
    font-size: 17px;
}

.remove-visual {
    position: absolute;
    right: -12px;
    top: -12px;
    display: none;
    padding: 0;
    box-shadow: none;
}

.remove-visual i{
    color: #38a1da;
    background: #ffffff;
    font-size: 24px;
    border-radius: 50%;
}

.remove-visual:visited,
.remove-visual:hover {
    color: #FFFFFF;
}

.user-visual .block-visual-content:hover .remove-visual{
    display: block;
}
/* End User's Visual list */

/* Custom Modal */
.modal {
    overflow: auto;
}

.modal.fade.in {
    top: 5%;
}

.modal-header {
    border: none;
    padding: 5px 5px 0 0;
    display: inline-block;
    float: right;
}

.modal button.close {
    background-color: #3a9dd8;
    opacity: 10;
    width: 20px;
    height: 20px;
    font-size: small;
    color: #fff;
    line-height: 20px;
}

.modal .modal-body {
    display: inline-block;
    width: 100%;
    overflow: auto;
}

.modal-backdrop.in {
    opacity: .8;
    background: #f3f3f3;
}

/* End Custom Modal */

/* Modal Bootstrap Dialog */
.bootstrap-dialog .modal-header {
    display: block;
    float: inherit;
    padding: 15px;
}

.bootstrap-dialog .modal-footer {
    text-align: center;
}

.bootstrap-dialog-message {
    text-align: center;
    font-size: 18px;
}

/* End Bootstrap Modal Dialog */

/* Contact Modal */
#modalcontact .modal-dialog .modal-content {
    height: 500px;
    max-width: 750px;
}

/* End Contact Modal */

/* Search Form */
.ifg-category {
    padding: 0;
}

form.search-form {
    position: relative;
}

form.search-form input {
    padding-right: 30px;
    margin: 0 0 10px 0;
}

form.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    width: 30px;
    height: 34px;
}

form.search-form button:hover {
    color: #84b669;
}

form.search-form select {
    color: #999;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 6px;
}

form.search-form select::-ms-expand {
    display: none;
}

form.search-form select + label:after {
    position: absolute;
    font-family: FontAwesome;
    top: 4px;
    right: 10px;
    content: "\f0dd";
    color: #000;
}

form.search-form select:hover + label:after {
    color: #84b669;
}

.ifg-category img {
    width: 100%;
}

form.search-form .home-intro {
    width: 250px;
}

form.search-form .home-intro > a {
    display: block;
}

form.search-form .home-intro p {
    margin: 0;
}

/* End Search Form */

/* Pro Account Banner */
.search-form .pro-banner {
    position: fixed;
    top: 865px;
    z-index: 1;
}

/* End Pro Account Banner */

/* Share Modal */
#myModal .modal-dialog {
    width: 860px;
}

@media screen and (max-width: 768px) {
    #myModal .modal-dialog {
        width: inherit;
    }
}

#myModal.modal .modal-header .title-modal {
    font-size: 24px;
    text-transform: uppercase;
    color: #3399cc;
}

#myModal.modal .modal-body .content-left {
    overflow: auto;
}

#myModal.modal .modal-body .content-left img {
    width: 100%;
}

#myModal.modal .modal-body .content-right {
    float: right;
    text-align: center;
}

#myModal.modal .modal-body .content-right .content-right-block {
    float: left;
    text-align: left;
    border-bottom: 2px #ededed solid;
}

#myModal.modal .modal-body .content-right .content-right-block.last {
    border-bottom: none;
}

#myModal.modal .modal-body .content-right .block {
    margin-bottom: 30px;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}

#myModal.modal .modal-footer {
    text-align: center;
    border: none;
    margin-top: -28px;
    padding-bottom: 5px;
}

input[type="radio"]#radPrivate:checked:checked,
input[type="radio"]#radPublic:checked:checked {
    background-image: url('../../img/checked.png') !important;
}

.btn-share-social {
    width: 40px;
    height: 40px;
    font-size: large;
    color: #fff;
}

.btn-facebook {
    background: #3c5b9b;
}

.btn-twitter {
    background: #2daae1;
}

.btn-pinterest {
    background: #c91e26;
}

.viewvisual {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

/* End Share Modal */

/* Media Queries */
@media (max-width: 768px) {
    #wrapper-google {
        display: none !important;
    }
}

@media (min-width: 1170px) {
    button.turn-left {
        left: -50px;
    }

    button.turn-right {
        right: -50px;
    }
}

/* End Media Queries */

/* skoletube */
._icon_skoletube {
    background: url("http://www.skoletube.dk/images/bird.png") center center no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 15px;
}

/* END: skoletube */

/* Custom Size Block */
.custom-size-block {
    background: #ecf0f1;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

/* End Custom Size Block */

/* Dialog call to payment */
#freeAcc .modal-content {
    width: 519px;
    height: 430px;
    border-radius: 0;
    border: 2px solid #39a2dd;
    font-size: 24px;
    text-align: center;
}

#freeAcc button.freeAcc-close-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color:#c0c0c0;
    border: 2px solid #c0c0c0;
    background-color: transparent;
    font-weight: normal;
    font-size: 28px;
}
/* End Dialog call to payment */

/* Loader */
.loader,.overlay-loader,.overlay-loader .text {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0
}

.overlay-loader {
    display: block!important;
    /*background: rgba(255,255,255,.5);*/
}

.overlay-loader .text {
    color: #39a2dd;
    font-size: 14px;
    width: 90px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    font-weight: 700
}

.loader {
    width: 90px;
    height: 90px;
    animation-name: rotateAnim;
    -o-animation-name: rotateAnim;
    -ms-animation-name: rotateAnim;
    -webkit-animation-name: rotateAnim;
    -moz-animation-name: rotateAnim;
    animation-duration: 5s;
    -o-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    background: url(/template/create/siteDesign/Loading.png?v=1) center center no-repeat;
}

@keyframes rotateAnim {
    to {
        transform: rotate(0)
    }

    from {
        transform: rotate(-360deg)
    }
}

@-o-keyframes rotateAnim {
    to {
        -o-transform: rotate(0)
    }

    from {
        -o-transform: rotate(-360deg)
    }
}

@-ms-keyframes rotateAnim {
    to {
        -ms-transform: rotate(0)
    }

    from {
        -ms-transform: rotate(-360deg)
    }
}

@-webkit-keyframes rotateAnim {
    to {
        -webkit-transform: rotate(0)
    }

    from {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes rotateAnim {
    to {
        -moz-transform: rotate(0)
    }

    from {
        -moz-transform: rotate(-360deg)
    }
}
/* End Loader */