.container {
    max-width: 782px !important;
    margin:0px auto !important;
    /*text-align: center;*/

}

.content {
    position:relative;
    margin-top:-5px;
}

.navbar {
    background: transparent;
    border-bottom: none;
    /*padding: 15px 0px;*/
    margin: 0px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: transparent;
}

.navbar-default .navbar-nav > li {
    padding: 15px;
}

.navbar-default .navbar-nav > li > a {
    color: rgba(252, 252, 252, 0.4);
    transition: 0.3s ease;
    padding: 0px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;

}

.navbar-brand {
    color: #fff !important;
}

@media screen and (max-width: 370px) {
    .navbar-brand img {
        max-width:200px !important;
    }
}


body {
    background: #1C1C1C;
    font-family: Georgia, Times, "Times New Roman", serif !important;
    color: #fcfcfc;

}

h1,h2,h3,h4,h5 {
    color:#fff;
    margin:0px;
    padding:0px;
    font-family: Georgia, Times, "Times New Roman", serif !important;
}

h1 {
    font-size:25px;
    line-height: 25px;
}

.form-group input, .form-group textarea{
    background: #313131 !important;
    border:1px solid #6E6E6E !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    color:#fff;
}

.header {
    padding: 15px 0px;
    border-bottom: 1px solid #282828;
}


.content .container .col-md-6 {

    position:relative;
    display:table;
    margin:30px auto 0px auto;
    opacity:1;

}

.content .container .col-md-6 img {

    opacity: 0.7;
    transition: 0.3s all;
}

.content .container .col-md-6 img:hover {
    opacity: 1;
    transition: 0.3s all;

}

.content .container .row .col-md-6:hover {
    cursor: pointer;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s;



}

.content .container .col-md-6 h4 {
    position:absolute;
    display:table;
    top:15px;
    left:30px;
    margin:0px;
    padding: 0px;
    color:#fff;
}

.content .container .col-md-6 img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.container-title {
    margin:40px 0px;
    text-align:center;
}



.container-left-icon, .container-right-icon {
    display:table;
    top:45%;
    position:absolute;
    font-size:40px;
    z-index:9;
}

.container-left-icon .fa, .container-right-icon .fa {
    color:#fff;
    text-shadow: 0px 0px 3px #000;
}


.container-left-icon {
    left:20px;
}

.container-right-icon {
    right:20px;
}


.owl-carousel img {
    max-height:596px !important;
    height: auto !important;
    width:auto !important;
    margin:0px auto;
}


/*
Footer block
 */
.footer {
    border-top: 1px solid #282828;
    padding: 15px 0px;
    margin-top:30px;
}

.social {
    color:#fff;
}

.social ul {
    list-style-type: none;
}

.social ul li {
    display:inline;
    margin-right:10px;
}

.social ul li img {
    max-width:20px;
    opacity: 0.7;
    transition: 0.3s all;
}

.social ul li img:hover {
    opacity: 1;
    transition: 0.3s all;
}

.social ul li:last-of-type {
    margin-right:0px;
}

.img-preview-thumb {
    margin-bottom:30px;
}

.img-preview-thumb img {
    opacity: 0.7;
    transition: 0.3s all;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.img-preview-thumb img:hover {
    opacity: 1;
    transition: 0.3s all;
}