/*	################################################################

	Author: Carlos Alvarez
	URL: http://alvarez.is

	Project Name: SOLID - Bootstrap 3 Theme
	Version: 1.0
	URL: http://alvarez.is
	
################################################################# */ 
@import url(//fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(//fonts.googleapis.com/css?family=Lato:400,900);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* { 
		margin: 0;
		padding: 0px;
	} 

body { 
	background: #ffffff; 
	margin: 0; 
	height: 100%; 
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px; 
	line-height: 24px;
	color: #000; 
	margin-top: 10px; 
}

img {
	height: auto;
	max-width: 100%;
}

ul {
    margin-left: 0;
    padding-left: 20px;
}

ol {
    margin-left: 0;
    padding-left: 26px;
}

a { 
    color:#115c77;
    padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#c80000;
}

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

.centered {
	text-align: center
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.navbar {
	min-height: 30px;
	padding-top: 0px;
	margin-bottom: 0px;
}

.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	background: url(../img/shotcut-logo2.png) no-repeat;
    background-size: 100%;
	padding: 38px 15px;
}

.navbar-header .navbar-brand {
	color: white;
	width: 335px;
}

@media (max-width: 991px) {
    .navbar-header .navbar-brand {
        width: 250px;
    }
    .navbar-brand {
        background: url(../img/shotcut-logo-mobile.png) no-repeat;
        padding: 30px 0px;
    }
}

.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
	padding-top: 30px;
}

.navbar-default .navbar-nav > li > a:hover {
	#color: #115c77;
}

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

.navbar-default {
	background-color: #115c77;
	border-color: #04181F;
    border-bottom-width: 3px;
    border-top-width: 3px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #115c77 !important;
    color: #A1A1A1;
}

.dropdown-menu {
    background-color: #115c77 !important;
    border: none;
    right: -45px;
}

.navbar-default .navbar-nav > li > a {
    background-color: #115c77;
}

/*Change Navbar collapse break-point*/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-top: 15px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        overflow-y: hidden !important;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
        margin-bottom: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    
    .navbar-nav>li>a {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
    }
    .collapse.in{
  		display:block !important;
	}

	.navbar-default .navbar-nav > li > a {
        padding-top: 20px;
    }
    
    .navbar-fixed-top .navbar-collapse, 
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 100%;
    }
}
/*End Change Navbar collapse break-point*/

/*Force Collasped Navbar to show dropdowns */

@media only screen and (max-width:737px) {
    .dropdown-menu{
        display: block;
        position: static;
        background-color:transparent;
        border:0 none;
        box-shadow:none;
        margin-top:0;
        position:static;
        width:100%;
    }
    .navbar-nav .dropdown-menu > li > a, 
    .navbar-nav .dropdown-menu .dropdown-header {
        padding:5px 15px 5px 25px;
    }
    .navbar-nav .dropdown-menu > li > a {
        line-height: 30px;
    }
    .navbar-default .navbar-nav .dropdown-menu > li > a {
    }
    a.dropdown-toggle .caret {
        display: none;
    }
    .dropdown a.dropdown-toggle {
    }
}
/* End Force Collasped Navbar to show dropdowns */

.dropdown-menu {
	background: #000;
}

.dropdown-menu > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
    line-height: 30px;
}

.btn-theme {
  color: #000;
  background-color: #ddd;
  border-color: #ddd;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #c80000;
  border-color: #c80000;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 40px;
	margin-bottom: 40px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 2px solid #000;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}
/* ################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	background-color: #ddd;
	min-height: 0px;
	padding-top: 100px;
	padding-bottom: 50px;
	text-align: center;
	margin-bottom: 50px;
}

#headerwrap h3, h5 {
	font-weight: 700;
}

#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}

#headerwrap a > h2 {
    color: #c80000
}

#headerwrap .img-responsive {
	margin: 0 auto;
}

/* Services Wrap */
#service {
	margin-top: 0px;
	margin-bottom: 0px;
}

#service i {
    color: #115c77;
	font-size: 60px;
	padding: 15px;
}

/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 20px;
	margin-bottom: 90px;
	display: block;
	text-align: center
}

#portfoliowrap h3 {
	margin-bottom: 25px;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#115c77;
	background-color:rgba(17,92,119,.9);
	text-align:center;
}

/* Testimonials Wrap */
#twrapback {
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#twrap {
    position: relative;
    margin-top: 0px;
	padding-top:40px;
	padding-bottom: 50px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap i {
	font-size: 50px;
	color: #115c77;
	margin-bottom: 25px;
}

#twrap p {
	color: #000;
	font-size: 15px;
	line-height: 30px;
	margin: 0px -10px;
}

/* clients logo */
#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 50px;
}

#cwrap h3 {
	margin-bottom: 60px;
}

/* Footer */
#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #115c77;
}

#footerwrap p {
	color: #ddd;
}

#footerwrap a {
    color: #fff;
}

#footerwrap a:hover {
    color: #c80000;
}

#footerwrap h4 {
	color: #fff;
}

#footerwrap i {
	font-size: 30px;
	color: #ddd;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #c80000
}

/* ################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#titlewrap {
	background: #ddd;
    margin-top: 45px;
	margin-bottom: 30px;
	padding-top: 25px;
	padding-bottom: 0px;
}

#titlewrap h3 {
	color: #000;
	margin-left: 15px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: 600px;
  max-height: 600px;
  margin: 0 auto;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ccc \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #666;
  border-radius: 10px;
}

.ctitle {
	color: #115c77;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #115c77;
}

/* Contact Page */
#contactwrap {
	background: url(../img/contact.jpg) no-repeat center top;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Blog Page */
.popular-posts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.popular-posts li {
	list-style: none; 
	margin-bottom: 10px; 
	min-height: 20px;
}
.popular-posts li a, 
.popular-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.popular-posts li img {
	float: left; 
	margin-right: 20px;
	}
	
.popular-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}	

.share i {
	padding-right: 15px;
	font-size: 18px;
}

a.anchor{
    display: block; 
    position: relative; 
    top: -80px; 
    visibility: hidden;
}

@media (max-width: 767px) {
    #headerwrap h3, h5 {
        padding-top: 30px;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        line-height: 30px;
    }
}
    
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: 0px;
    }

    .navbar-collapse {
        max-height: 100%;
        overflow-y: scroll;
    }
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    box-sizing: initial;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    line-height: initial;
}

table.withborders td {
    border-collapse: collapsed;
    border: 1px solid;
    padding: 0.5em;
}
