<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
.modal-body img{
	width:100%;
	height:auto;
}

.thumbnail a&gt;img, .thumbnail&gt;img {
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}

.example{
  margin-bottom : 1.5em;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -3em;
  line-height  : 1.5em;
  font-weight: normal;
}

input[type=checkbox]:not(old) + label &gt; span,
input[type=radio   ]:not(old) + label &gt; span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 1px solid #707070 ;
  border-radius    : 10em;
  vertical-align   : bottom;
}

input[type=checkbox]:not(old):checked + label &gt; span,
input[type=radio   ]:not(old):checked + label &gt; span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

input[type=checkbox]:not(old):checked + label &gt; span:before{
  content     : 'âœ“';
  display     : block;
  width       : 1em;
  color       : #04729f;
  font-size   : 10px;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}

input[type=radio]:not(old):checked +  label &gt; span &gt; span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 1px solid #707070 ;
  border-radius    : 10em;
  background       : #F00;
} 

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

html,
body {
    width: 100%;
    height: 100%;
	color:#7a7a7a;
}

body {
	font-family:'Open Sans','Helvetica Neue',Arial,sans-serif !important;
	color:#7a7a7a;
}

hr {
    max-width: 50px;
    border-color: #04729f;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #04729f;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
	text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p, .p {
    font-size: 13px;
	color:#7a7a7a;
	text-align:justify;
	font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.widget-search input[type="search"], #contact-form input[type="text"], #contact-form textarea, #respond input[type="text"], #respond textarea, .email 
{
    color: #666fb5;
    font-size: 13px;
    font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;
    border: 1px solid #948F8F;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.btn-system {
}

.dropdown-menu {
	width:300px;
	padding: 5px 5px;
	
}

.dropdown-menu label{
	margin-top:-20px;
}

.dropdown-menu button {
    position: relative;
    display: inline-block;
    padding: 1.5% 5%;
    border: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    background-color: #e3000f;
}
.dropdown-menu button :hover {
	background-color:#04729f;
	color:#fff;
	text-decoration:none;
}



.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height:2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius:0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	text-align: left;
}

.thumbnail span{
	text-align: left;
	color:#333;
	margin-top:5%;
	font-size: 11px;
}

.online_button a{
  position: relative;
  display: inline-block;
  padding: 2% 5%;
  border:solid 1px #04729f;
  color: #7a7a7a;
  text-transform:uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  float:left;
  cursor:pointer;
}
.online_button a:hover {
	background-color:#04729f;
	color:#fff;
	text-decoration:none;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-success.btn-outline {
    color: #5cb85c;
	border-color:#5cb85c;
}



.btn-warning.btn-outline {
    color: #04729f;
	border-color:#04729f;
}

.btn-warning:hover {
	background-color:#04729f;
    color: #04729f;
	border-color:#04729f;
}

.btn-success:active {
	background-color:#04729f;
    color: #04729f;
	border-color:#04729f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.bg-primary {
    background-color: #fff;
	position: relative;
    width: 100%;
	max-height:auto;
    min-height:100%;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg-primary1 {
    background-color: #efefef;
	position: relative;
    width: 100%;
	max-height:auto;
    min-height:100%;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg-primary2 {
    background-color: #efefef;
	position: relative;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


footer {
    background: #999999;
    width: 100%;
	height: 25px;
    font-size: 11px;
    position: fixed;
    bottom: 0px;
	z-index:200;
	color:#fff;
}

.lightgallery {
margin-left: -5%;
}

.feedback {
	float:right;
	text-align:right;
	background-color:#e3000f;
	padding:5px 50px;
}

.feedback button {
	background-color:transparent;
	border:0;
}

.copyright {
	padding:5px 0px;
}

.copyright a{
	color:#fff;
}

.copyright a:hover{
	color:#F00;
}


#form
{
    color: #333;
    position: fixed;
    float: right;
    right: 7%;
    bottom: 0px;
    border-left: 2px solid #e3000f;
    border-top: 2px solid #e3000f;
    border-right: 2px solid #e3000f;
    border-bottom: none;
    padding: 5px 25px;
    background: #fff;
    width: 24%;
}

.form button {
	position:absolute;
	top:0; right:0;
	border:0;
	background-color: #e3000f;
	color:#fff;
}
.form label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form label &gt; span{
    width: 70px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form span.required{
    color:red;
}
.form .tel-number-field{
    width: 40px;
    text-align: center;
}
.form  .long{
    width: 120px;
}
.form input.input-field{
    width: 68%;
   
}

.form input.input-field,
.form .tel-number-field,
.form .textarea-field,
 .form .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form .input-field:focus,
.form .tel-number-field:focus,
.form .textarea-field:focus,  
.form .select-field:focus{
    border: 1px solid #0C0;
}
.form .textarea-field{
    height:100px;
    width: 68%;
}
.form input[type="button"],
.form input[type="submit"], .contact-opener {
    -moz-box-shadow: inset 0px 1px 0px 0px #e3000f;
    -webkit-box-shadow: inset 0px 1px 0px 0px #e3000f;
    box-shadow: inset 0px 1px 0px 0px #e3000f;
    background-color: #e3000f;
    border: 1px solid #e3000f;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px;
}
.form input[type="button"]:hover,
.form input[type="submit"]:hover, .contact-opener {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}
.form .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.form .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}

.formm
{
	display:none; padding:10px;
}

.call_back {
	background-color:#e3000f;
	width:100px; height:100px;
	position:absolute;
	float:right;
	right:0;
	text-align:center;
	padding-top:13px;
	cursor:pointer;
}

.call_back a{
	color:#fff;
}

.call_back a:hover{
	color: #000;
	text-decoration:none;
}

.tab-content {
	background-color: transparent;
}

.nav-tabs {
	border:none;
	}

.nav-tabs li a{
    margin-right:0;
    border: 1px solid #7a7a7a;
    border-radius:0;
}

.nav-tabs&gt;li&gt;a:hover {
	background-color:#04729f;
	color:#fff;
	border: 1px solid #7a7a7a;
	
}

.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover {
	background-color:#04729f;
	color:#fff;
	border: 1px solid #7a7a7a;
}
/* amli - About Muthaval */
#amli li{font-size:13px;}
h2, .h2 {
	color:#04729f;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
	font-size:25px !important;	
}

h3, .h3 {
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}

h4, .h4 {
	color:#e3000f;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
}

h3.classic-title {
    border-bottom-color: #009236;
}

.classic-title {
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-weight: bold;
}

.classic-title span {
    padding-bottom: 3px;
    border-bottom: 3px #e3000f solid;
    font-weight: bold;
}

.bg-dark {
    color: #fff;
	background-image:url(../img/project_layout_s.jpg);
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	min-height:450px;
}

.google_map {
    color: #fff;
	background-image:url(../img/project_layout_s.jpg);
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	min-height:450px;
}

.location_map {
    color: #fff;
	background-image:url(../img/location_map_p.jpg);
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	min-height:450px;
}

.enlarge a{
	color:#fff;
	text-decoration:none;
	cursor:pointer;
/* 	font-family:'Open Sans','Helvetica Neue',Arial,sans-serif; */
}

.enlarge a:hover{
	color:#e3000f;
	text-decoration:none;
}


.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 100px 0px 0px 0px;
}

aside {
    padding:50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	width:90%;
	margin:auto;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #04729f;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav &gt; li&gt;a,
.navbar-default .nav&gt;li&gt;a:focus {
    font-size: 11px;
    font-weight: 400;
    color: #222;
}

.navbar-default .nav &gt; li&gt;a:hover,
.navbar-default .nav&gt;li&gt;a:focus:hover {
    color: #04729f;
}

.navbar-default .nav &gt; li.active&gt;a,
.navbar-default .nav&gt;li.active&gt;a:focus {
    color: #04729f!important;
    background-color: transparent;
}

.navbar-default .nav &gt; li.active&gt;a:hover,
.navbar-default .nav&gt;li.active&gt;a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(153,153,153,);
        background: rgba(255, 255, 255, .8);
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav &gt; li&gt;a,
    .navbar-default .nav&gt;li&gt;a:focus {
        color: #000;
    }

    .navbar-default .nav &gt; li&gt;a:hover,
    .navbar-default .nav&gt;li&gt;a:focus:hover {
        color: #04729f!important;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #04729f;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav &gt; li&gt;a,
    .navbar-default.affix .nav&gt;li&gt;a:focus {
        color: #222;
    }

    .navbar-default.affix .nav &gt; li&gt;a:hover,
    .navbar-default.affix .nav&gt;li&gt;a:focus:hover {
        color: #04729f;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #04729f;
}

.no-gutter &gt; [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    color: #fff;
    background-color: #009236;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	padding:1% 2%;
	cursor:pointer;
	margin:0;
	left:0;
	border:0;
	text-align:left;
}

.zoom {
	color: #fff;
    background-color: #009236;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	padding:1% 2%;
	cursor:pointer;
	margin:0;
	left:0;
	border:0;
	text-align:left;
	}

input {
	width:100%;
	color:#000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #04729f;
}

.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #04729f;
    background-color: #04729f;
}

.btn-primary .badge {
    color: #04729f;
    background-color: #fff;
}

.btn {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: bold;
    display: inline-block;
    padding: 2% 5%;
    margin-bottom: 0;
    font-size: 16px;
    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-radius: 0px;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}


        .small {
          font-size: 11px;
          color: #999;
          display: block;
          margin-top: -10px
        }
        
        .cont {
          text-align: center;
        }
        
        .page-head {
          padding: 60px 0;
          text-align: center;
        }
        
        .page-head .lead {
          font-size: 18px;
          font-weight: 400;
          line-height: 1.4;
          margin-bottom: 50px;
          margin-top: 0;
        }
        
        .btn {
          -moz-user-select: none;
          background-image: none;
          border: 1px solid transparent;
          border-radius: 2px;
          cursor: pointer;
          display: inline-block;
          font-size: 14px;
          font-weight: normal;
          line-height: 1.42857;
          margin-bottom: 0;
          padding: 6px 12px;
          text-align: center;
          vertical-align: middle;
          white-space: nowrap;
          text-decoration: none;
        }
        
        .btn-lg {
          border-radius: 2px;
          font-size: 18px;
          line-height: 1.33333;
          padding: 10px 16px;
        }
        
        .btn-primary:hover {
          background-color: #fff;
          color: #152836;
        }
        
        .btn-primary {
          background-color: #152836;
          border-color: #0e1a24;
          color: #ffffff;
        }
        
        .btn-primary {
          border-color: #eeeeee;
          color: #eeeeee;
          transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
        }
        
        .page-head h1 {
          font-size: 42px;
          margin: 0 0 20px;
          color: #FFF;
          position: relative;
          display: inline-block;
        }
        
        .page-head h1 .version {
          bottom: 0;
          color: #ddd;
          font-size: 11px;
          font-style: italic;
          position: absolute;
          width: 58px;
          right: -58px;
        }
        
        .demo-gallery &gt; ul {
          margin-bottom: 0;
          padding-left: 15px;
        }
        
        .demo-gallery &gt; ul &gt; li {
          margin-bottom: 15px;
          width: 100%;
          display: inline-block;
          margin-right: 15px;
          list-style: outside none none;
        }
        
        .demo-gallery &gt; ul &gt; li a {
          border: 3px solid #ddd;
          border-radius: 3px;
          display: block;
          overflow: hidden;
          position: relative;
          float: left;
        }
        
        .demo-gallery &gt; ul &gt; li a &gt; img {
          -webkit-transition: -webkit-transform 0.15s ease 0s;
          -moz-transition: -moz-transform 0.15s ease 0s;
          -o-transition: -o-transform 0.15s ease 0s;
          transition: transform 0.15s ease 0s;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
          height: 100%;
          width: 100%;
        }
        
        .demo-gallery &gt; ul &gt; li a:hover &gt; img {
          -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
        }
        
        .demo-gallery &gt; ul &gt; li a:hover .demo-gallery-poster &gt; img {
          opacity: 1;
        }
        
        .demo-gallery &gt; ul &gt; li a .demo-gallery-poster {
          background-color: rgba(0, 0, 0, 0.1);
          bottom: 0;
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transition: background-color 0.15s ease 0s;
          -o-transition: background-color 0.15s ease 0s;
          transition: background-color 0.15s ease 0s;
        }
        
        .demo-gallery &gt; ul &gt; li a .demo-gallery-poster &gt; img {
          left: 50%;
          margin-left: -10px;
          margin-top: -10px;
          opacity: 0;
          position: absolute;
          top: 50%;
          -webkit-transition: opacity 0.3s ease 0s;
          -o-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
        }
        
        .demo-gallery &gt; ul &gt; li a:hover .demo-gallery-poster {
          background-color: rgba(0, 0, 0, 0.5);
        }
        
        .demo-gallery .justified-gallery &gt; a &gt; img {
          -webkit-transition: -webkit-transform 0.15s ease 0s;
          -moz-transition: -moz-transform 0.15s ease 0s;
          -o-transition: -o-transform 0.15s ease 0s;
          transition: transform 0.15s ease 0s;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
          height: 100%;
          width: 100%;
        }
        
        .demo-gallery .justified-gallery &gt; a:hover &gt; img {
          -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
        }
        
        .demo-gallery .justified-gallery &gt; a:hover .demo-gallery-poster &gt; img {
          opacity: 1;
        }
        
        .demo-gallery .justified-gallery &gt; a .demo-gallery-poster {
          background-color: rgba(0, 0, 0, 0.1);
          bottom: 0;
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transition: background-color 0.15s ease 0s;
          -o-transition: background-color 0.15s ease 0s;
          transition: background-color 0.15s ease 0s;
        
        }
        
        .demo-gallery .justified-gallery &gt; a .demo-gallery-poster &gt; img {
          left: 50%;
          margin-left: -10px;
          margin-top: -10px;
          opacity: 0;
          position: absolute;
          top: 50%;
          -webkit-transition: opacity 0.3s ease 0s;
          -o-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
        }
        
        .demo-gallery .justified-gallery &gt; a:hover .demo-gallery-poster {
          background-color: rgba(0, 0, 0, 0.5);
        }
        
        .demo-gallery .video .demo-gallery-poster img {
          height: 48px;
          margin-left: -24px;
          margin-top: -24px;
          opacity: 0.8;
          width: 48px;
        }
        
        .demo-gallery.dark &gt; ul &gt; li a {
          border: 3px solid #04070a;
        }</pre></body></html>