/*
Boxer Template
http://www.templatemo.com/preview/templatemo_446_boxer
*/

body
    {
        background: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
	
.tm-white a {
	color: #fff;
}

/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
h1,
h2,
h3,
h4
    {
        font-weight: bold;
    }
/* end h1 group */
p { line-height: 1.6em; }
/* img */
img
    {
        height: auto;
    }
/* img */

/* Links */
a.white-link {
	display: inline-block;
	font-weight: 400;
	margin-top: 10px;
	padding: 6px 12px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	transition: .5s;
}

a.white-link:hover {
	background-color: #fff;
	text-decoration: none;
	color: #337ab7;
	transition: .5s;
}
/* Links */

/* overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.4);
       padding-top: 90px;
       padding-bottom: 90px;
    }  
/* over lay */

/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* end page container */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #28a7e9;
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
    }
.navbar-default .navbar-brand
    {
        color: #28a7e9;
        font-size: 30px;
        font-weight: bold;
        height: 70px;
        line-height: 35px;
    }
.navbar-default .nav li a
    {
        color: #666;
        font-size: 13px;
        font-weight: bold;
        height: 70px;
        line-height: 40px;
        outline: none;
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #28a7e9;
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #28a7e9;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */       
#home
    {
    background: url('../images/home2-bg.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 70px;
    text-align: center;
    width: 100%;
    }

#home2
    {
    background: url('../images/contact2-bg.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 70px;
    text-align: center;
    width: 100%;
    }

#home p
    {
        font-weight: 400;
        font-style: italic;
        line-height: 2em;
    }
#home img
    {
        display: inline-block;
        margin-top: 30px;
    }

#home2 p
    {
        font-weight: 400;
        font-style: italic;
        line-height: 2em;
        font-size: 15px !important;
    }
#home2 img
    {
        display: inline-block;
        margin-top: 30px;
    }
/* end home */

/* start divider */
#divider
    {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#divider .fa
    {
        color: #28a7e9;
        font-size: 60px;
    }
#divider h3
    {
        font-size: 20px;
    }
/* end divider */

/* start feature */
#feature
    {
        background: #f8f8f8;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#feature p
    {
        padding-top: 10px;
    }
#feature span
    {
        float: left;
    }
#feature .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature */

/* start feature-blacksite */
#feature-blacksite
    {
        background: url("/themes/presentation/images/feature-blacksite-background-img.jpg");
        padding-top: 80px;
        padding-bottom: 80px;
    }
#feature-blacksite p
    {
    	font-weight: 400;
        padding-top: 10px;
        color: #fff;
    }
#feature-blacksite h2
    {
        color: #fff;
    }
#feature-blacksite span
    {
        float: left;
    }
#feature-blacksite .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature-blacksite */

/* start feature1 */
#feature1
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
#feature1 p
    {
        padding-top: 10px;
    }
#feature1 span
    {
        float: left;
    }
#feature1 .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature1 */

/* start feature-jkracio */
#feature-jkracio
    {   
        background: url("/themes/presentation/images/feature-jkracio-background-img.jpg");
        padding-top: 60px;
        padding-bottom: 60px;
    }
#feature-jkracio p
    {	
    	font-weight: 400;
        color: #fff;
        padding-top: 10px;
    }
#feature-jkracio h2
    {
        color: #fff;
    }
#feature-jkracio span
    {
        float: left;
    }
#feature-jkracio .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature1 */

/* start feature-dazzer */
#feature-dazzer
    {
        background: url("/themes/presentation/images/feature-dazzer-background-img.jpg");
        padding-top: 80px;
        padding-bottom: 80px;
    }
#feature-dazzer p
    {
    	font-weight: 400;
        padding-top: 10px;
        color: #fff;
    }
#feature-dazzer h2
    {
        color: #fff;
    }
#feature-dazzer span
    {
        float: left;
    }
#feature-dazzer .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature-dazzer */

/* start feature-wixy */
#feature-wixy
    {
        background: url("/themes/presentation/images/feature-wixy-background-img.jpg");
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#feature-wixy p
    {
    	font-weight: 400;
        padding-top: 10px;
        color: #fff;
    }
#feature-wixy h2
    {
        color: #fff;
    }
#feature-wixy span
    {
        float: left;
    }
#feature-wixy .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature-wixy */

/* start feature-portfolio */
#feature-portfolio
    {
        background: url("/themes/presentation/images/feature-portfolio-background-img.jpg");
        padding-top: 80px;
        padding-bottom: 80px;
    }
#feature-portfolio p
    {
    	font-weight: 400;
        padding-top: 10px;
    }
#feature-portfolio span
    {
        float: left;
    }
#feature-portfolio .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature-portfolio */

/* start pricing */
#pricing
    {
        background: #f8f8f8;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#pricing h2
    {
        padding-bottom: 60px;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        padding: 30px;
    }
#pricing .pricing .pricing-title p
    {
        font-size: 20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
    	font-weight: 400;
        display: block;
        list-style: none;
        padding: 16px;
    }
#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid #28a7e9;
        border-radius: 0px;
        color: #28a7e9;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: #28a7e9;
    color: #fff;
}
/* end pricing */

/* start download */
#download
    {
        padding-top: 80px;
        padding-bottom: 70px;
    }
#download h2
    {
        padding-bottom: 20px;
    }
#download .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }
/* end download */

/* start download */
#channel
    {
        padding-top: 50px;
        padding-bottom: 50px;
        background: url("/themes/presentation/images/channel-section-background.jpg");
    }

#channel p {font-weight: 400;}

#channel h2
    {
        padding-top: 35px;
        padding-bottom: 20px;
    }
#channel .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }
/* end download */

/* start contact */
#contact
    {
        background: url('../images/home2-bg.jpg') no-repeat;
        background-size: cover;
        color: #fff;
    }
#contact h2
    {
        padding-bottom: 10px;
    }
#contact address
    {
        padding-top: 20px;
    }
#contact address .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
    }
#contact .contact-form
    {
        padding-top: 40px;
    }
#contact .form-control
    {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 20px;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#contact input[type="submit"]:hover {
    background: #107DB6;
}
/* end contact */

/* start captcha-margin */
#captcha-margin
    {
        margin-bottom: 15px;
    }
/* end captcha-margin */

/* start white-footer classic */
footer.white-footer
    {
        background: #fff;
        font-weight: 400;
        text-align: center;
        padding: 20px;
    }

/* start footer dark */
footer.dark-footer
    {
        background: #000;
        font-weight: 400;
        text-align: center;
        padding: 20px;
        border-top: 1px solid #848484;
    }

/* Footer line responsive */
@media (max-width: 1227px) {
    .footer-line img {
    max-width: 100%;
    height: 15px;
    }
}
/* Footer line responsive */

.dark-footer p
    {
        color: #585858;
    } 

.icon-link ul
    {
        list-style: none;
        display: inline-block;
    } 

.icon-link span
    {
        display: inline-block;
        text-align: center;
        margin-right: 4px;
        margin-bottom: 2px;
        color: #fff;
        opacity: 0.9;
    } 

nav.icon-link
    {
        display: inline-block;
        margin-bottom: -20px;
        margin-top: 15px;
    } 

.icon-link img
     {
        display: inline-block;
        text-align: center;
        margin-right: 4px;
        margin-bottom: 2px;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        opacity: .95;
    } 

.icon-link li
    {
        display: inline-block;
        margin-right: 15px;
    } 

.info 
    {
        margin-top: 15px;
    }

/* end footer */

@media screen and ( max-width: 991px ) {
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
}
/* start media 360 */
@media screen and ( max-width: 360px ){
    .pricing
        {
            padding-bottom: 40px;
        }
}
/* end media 360 */

/* ------------------------------------------------------------------ */

/* MODAL BOX - START */
/* The Modal (background) */
.modal {
    font-family: "Calibri", sans-serif;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #1C1C1C;
    color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #337ab7;
    border-radius: 4px;
    width: 60%;
    box-shadow: 0 2px 4px 0 rgba(65,105,225,0.5),0 -6px 10px 0 rgba(65,105,225,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.modal-header {
    border: 0;
    margin-top: -5px;
}

/* Modal body */
.modal-body {
    border: 0;
    margin-top: -15px;
}

.modal-body-left {
    padding: 0 15px 15px 0;
    padding-top: 9px;
    margin-right: -10px;
    width: 45%;
    float: left;
    border-radius: 2px;
    border: 1px solid transparent; /* <- here */
    /*transition: border 2s;*/
    /*text-decoration: none; I added this for clarity of effect */
}

/*.modal-body-left:hover {
    border: 1px solid #337ab7; 
}*/

.synopsy-txt {
    padding: 0 15px;
    padding-top: 10px;
    border-radius: 2px;
    border: 1px solid transparent; /* <- here */
    transition: border 1s;
    text-decoration: none; /* I added this for clarity of effect */
}

.synopsy-txt:hover {
    border: 1px solid #337ab7; 
}

.modal-footer {
    border: 0;
    margin-bottom: -8px;
}

/* Modal text format */
.modal-content h2 {
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: normal;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close-mainmodal,
.close-myknowledge {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-shadow: none;
    margin-top: -15px;
}

.close-mainmodal:hover,
.close-mainmodal:focus,
.close-myknowledge:hover,
.close-myknowledge:focus {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
    text-shadow: none;
}


/* Features style format */
.modal-footer button{
    background-color: #059;
    border: 1px solid #337ab7;
    border-radius: 2px;
    padding: 5px 20px 5px 20px;
    text-transform: uppercase;
    font-weight: normal;
    transition: background-color 0.3s; /* efekt zoslabenia */
}

.modal-hr {
    border: 0; 
    height: 1px; 
    background: #337ab7; 
    opacity: 0.3;
    margin: 15px -20px;
}

.modal-footer button:hover{
    background-color: #0174DF;
}

.modal-footer h3 {
    float: left;
    margin-top: -7px;
    margin-bottom: 0;
    font-weight: normal;
}

.modal-footer p {
    font-size: 1em;
    opacity: 0.5;
    float: left;
    margin-top: -5px;
    margin-bottom: 0;
    font-weight: normal;
    clear: left;
}

button.white-btn {
    background-color: #1C1C1C;
    border: 1px solid #337ab7;
    border-radius: 2px;
    padding: 5px 20px 5px 20px;
    text-transform: uppercase;
    font-weight: normal;
    transition: background-color 0.3s; /* efekt zoslabenia */
}

button.white-btn:hover {
   background-color: #0174DF;
}

/* Skills tabuľka */
.skills-tab td {
    font-size: 1em;
    opacity: 0.6;
}

.skills-tab th {
    font-size: .95em;
    opacity: 0.9;
}
/* MODAL BOX - END */

/* ------------------------------------------------------------------ */

/* MODAL BOX "Moje znalosti" - START */
/* The Modal (background) */
.modal-myknowledge {
    font-family: "Calibri", sans-serif;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #1C1C1C;
    color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #337ab7;
    border-radius: 4px;
    width: 60%;
    box-shadow: 0 2px 4px 0 rgba(65,105,225,0.5),0 -6px 10px 0 rgba(65,105,225,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.modal-header {
    border: 0;
}

.modal-body {
    border: 0;
}

.modal-footer {
    border: 0;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* Modal text format */
.modal-content {

}

/* Features style format */
.modal-footer button{
    background-color: #059;
    border: 1px solid #337ab7;
    border-radius: 2px;
    padding: 5px 20px 5px 20px;
    text-transform: uppercase;
    font-weight: normal;
}

.modal-footer button:hover{
    background-color: #0174DF;
}
/* MODAL BOX "Moje znalosti" - END */

/* Header mofify */
.fa-gitlab {
    font-size: 1.25em;
}

.git-btn {
    position: relative;
    bottom: 2px;
    border: 1px solid;
    padding: 1px 16px 0px;
    border-radius: 4px;
}

.git-link {
    text-transform: none;
    font-size: 1.25em;
    margin-left: 10px;
}
/* Header modify */