body,
html {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Montserrat'; }

.btn-xl {
  padding: 1.25rem 2.5rem; }

.content-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }

.content-section-heading h2 {
  font-size: 3rem; }

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase; }

@media (max-width: 992px) {
	.content-section-heading h2 {
  font-size: 2rem; }

.content-section-heading h3 {
  font-size: 0.8rem;
  text-transform: uppercase; }
	
	h2 { font-size: 1.5rem;}
	p { font-size: 0.8rem;}
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300; }

.placeholder__red::placeholder {
	color:#CD0000!important;
    font-weight: bold!important;
}

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

/* Map */
.map {
  height: 30rem; }

@media (max-width: 992px) {
  .map {
    height: 75%; } }

.map iframe {
  pointer-events: none; }

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #333333;
  background: rgba(254,198,1,0.50);
  line-height: 45px; }
  .scroll-to-top:focus, .scroll-to-top:hover {
    color: #333333; }
  .scroll-to-top:hover {
    background: rgba(254,198,1,0.80); }
  .scroll-to-top i {
    font-weight: 800; }

.masthead {
	min-height: 100%;
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	padding-top: 8rem;
	padding-bottom: 8rem;
	background: url(../img/torBG-Blue.jpg);
	background-attachment:scroll;
    	background-position:left top;
    	background-size:cover;
		background-repeat: no-repeat;
}

@media (max-width:768px) {
	.masthead {
		background: url(../img/torBG-BlueSmall.jpg);
		background-attachment:scroll;
    	background-position:left top;
    	background-size:cover;
		background-repeat: no-repeat;
	}
	
	.yellowWarning {
	background: url(../img/torBG-YellowSmall.jpg);
	background-attachment:scroll;
    	background-position:left top;
    	background-size:cover;
		background-repeat: no-repeat;
}
}
  .masthead h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0; }
  @media (min-width: 992px) {
    .masthead {
      height: 100vh; min-height: 840px;}
      .masthead h1 {
        font-size: 5.5rem; } }

/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #1D809F;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px; }

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2); }

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none; }

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px; }

.sidebar-nav > .sidebar-brand a {
  color: #fff; }

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none; }

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #333333;
  background: #FFED00;
  line-height: 50px;
  z-index: 999; }
  .menu-toggle:focus, .menu-toggle:hover {
    color: #333333; }
  .menu-toggle:hover {
    background: #9F9401; }

.service-icon {
  background-color: #fff;
  color: #1D809F;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); }

.yellowWarning {
	background: url(../img/torBG-Yellow.jpg);
	background-attachment:scroll;
    	background-position:left top;
    	background-size:cover;
		background-repeat: no-repeat;
}
  .yellowWarning h2 {
    font-size: 3.5rem;
    font-weight: 300;
    display: block;
    max-width: 30rem;
	color: rgba(255,255,255,1.00);
    margin: auto;}

.blueWarning {
	padding: 5rem 0;
	background:url("../img/torBG-Blue.jpg");
	background-attachment:scroll;
    	background-position:left top;
    	background-size:cover;
		background-repeat: no-repeat;
}
  .blueWarning h2 {
    font-size: 3.5rem;
    font-weight: 700;
    display: block;
    max-width: 30rem;
color: rgba(255,255,255,1.00)}

.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem; }
  .portfolio-item .caption {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1; }
    .portfolio-item .caption .caption-content {
      color: #fff;
      margin: auto 2rem 2rem; }
      .portfolio-item .caption .caption-content h2 {
        font-size: 0.8rem;
        text-transform: uppercase; }
      .portfolio-item .caption .caption-content p {
        font-weight: 300;
        font-size: 1.2rem; }
.caption-content{
	background-color: rgba(0,0,0,0.60);
	padding:15px;
	border-radius: 10px;
}
  @media (min-width: 992px) {
    .portfolio-item {
      max-width: none;
      margin: 0; }
      .portfolio-item .caption {
        -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
        -webkit-clip-path: inset(0px);
        clip-path: inset(0px); }
        .portfolio-item .caption .caption-content {
          transition: opacity 0.25s;
          margin-left: 5rem;
          margin-right: 5rem;
          margin-bottom: 5rem; }
      .portfolio-item img {
        -webkit-transition: -webkit-clip-path 0.25s ease-out;
        -webkit-clip-path: inset(-1px);
        clip-path: inset(-1px); }
      .portfolio-item:hover img {
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem); }
      .portfolio-item:hover .caption {
        background-color: rgba(29, 128, 159, 0.9);
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem); } }

footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  footer.footer .social-link {
    display: block;
    height: 4rem;
    width: 4rem;
    line-height: 4.3rem;
    font-size: 1.5rem;
    background-color: rgba(26,26,139,1.00);
    transition: background-color 0.15s ease-in-out;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); }
    footer.footer .social-link:hover {
      background-color: #155d74;
      text-decoration: none; }

a {
  color: #1D809F; }
  a:hover, a:focus, a:active {
    color: #155d74; }

.btn-yellow {
	background: #FFED00;
	border: 3px solid #FFED00;
	color: #333333;
	padding: 8px 17px;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 20px;
	display: inline-block;
	font-family: 'Montserrat', Georgia;
	font-weight: 700; }

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
    background-color: #B7AA02 !important;
    border-color: #B7AA02 !important;
	color:#333333;}

.btn-blue {
  	background: #29ABBC;
	border: 3px solid #29ABBC;
	color: #333333;
	padding: 8px 17px;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 20px;
	display: inline-block;
	font-family: 'Montserrat', Georgia;
	font-weight: 700; }

.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
    background-color: #239FAF !important;
    border-color: #198593 !important;
	color:#333333; }

.btn-black-outline {
	border: 3px solid #FFFFFF;background-color:#FFFFFF;
	color: #000000;
	padding: 8px 17px;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 20px;
	display: inline-block;
	font-family: 'Montserrat', Georgia;
	font-weight: 700;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
    background-color: #000000 !important;
    border-color: #000000 !important;
	color:#eeeeee; }

.btn-dark {
  color: #fff !important; }

.btn {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700; }

.bg-primary {
  background-color: rgba(26,26,139,1.00) !important; }

.text-primary {
  color: #1D809F !important; }

.bg-secondary {
	background-color: rgba(255,232,0,1.00) !important;
}
.text-secondary {
  color: #000268 !important;
font-weight: 500;}

.gal {	
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	}

@media (min-width: 576px) {
  .gal {	
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	}
}

@media (min-width: 768px) {
  .gal {	
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	}
}

@media (min-width: 992px) {
  .gal {	
	-webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
	}
}

@media (min-width: 1200px) {
  .gal {	
	-webkit-column-count: 6; /* Chrome, Safari, Opera */
    -moz-column-count: 6; /* Firefox */
    column-count: 6;
	}
}

@media (min-width: 2400px) {
  .gal {	
	-webkit-column-count: 8; /* Chrome, Safari, Opera */
    -moz-column-count: 8; /* Firefox */
    column-count: 8;
	}
}

.gal img{ width: 100%; padding: 7px 0;}

/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
#map {
  height: 500px;
}
.contact-sedction {
  padding: 60px 0 70px;
}
.contact-section p {
  margin-bottom: 30px;
}
.contact-section .contact-info h2{
	margin-top: 0px;
}
.contact-section ul.information-list {
  margin: 0;
  padding: 0;
}
.contact-section ul.information-list li {
  list-style: none!important;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
	font-size: 20px;
}
.contact-section ul.information-list li i {
  float: left;
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
  line-height: 24px;
}
.contact-section ul.information-list li span {
  display: block;
  font-size: 20px;
  color: #ffffff;
  font-family: 'Open Sans', Arial;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
  margin-bottom: 8px;
  margin-left: 25px;
}
.contact-section ul.information-list li a {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Open Sans', Arial;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 0px;
  margin-bottom: 10px;
}
.contact-section ul.information-list li:last-child {
  border-bottom: none;
}
#contactForm input[type="text"],
.comment-form input[type="text"],
#contactForm textarea,
.comment-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
#contactForm input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contactForm textarea:focus,
.comment-form textarea:focus {
  border: 1px solid #29ABBC;
}
#contactForm textarea,
.comment-form textarea {
  height: 146px;
}
#contactForm input[type="submit"],
.comment-form input[type="submit"] {
  	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	background: #29ABBC;
	position: relative;
	line-height: 40px;
	border-radius: 3px;
	margin-bottom: 27px;
	font-size: 14px;
	margin-top: 40px;
	padding: 0px 27px;
	border: none;
}
#contactForm input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
  opacity: 0.7;
}
#contactForm .message,
.comment-form .message {
  padding: 10px 20px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
#contactForm .message.error,
.comment-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
#contactForm .message.success,
.comment-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}
.servicesHeading span {
	color: #bbb;
}
.servicesHeading span:first-child {
	/*border-bottom: 1px solid #ecb807;*/
	color:#000000;
	padding-bottom:17px;
}
.serviceLine {
	border: 0;  height: 1px;  background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,2,104,1.00), rgba(0,0,0,0));
}

.contactLine {
	border: 0;  height: 1px;  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(256,256,256,1.00), rgba(0, 0, 0, 0));
}

.aboutLine {
	border: 0;  height: 1px;  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(26,26,139,1.00), rgba(0, 0, 0, 0));
}

.aboutList li {
	list-style: none;
	font-weight: bold;
}

@media (max-width: 768px) {
	.mobileNone {
		display: none;
}
}
@media (min-width: 769px) {
	.mobileNone {
		display: block;
}
}
