/* 		
	
	TABLE OF CONTENT
		1. Universal Styles
		2. Header Styles
		3. Menu Styles
		4. Responsive Menu Styles
		5. Home Styles
		6. About Styles
		7. Services Styles
		8. Portfolio Styles
		9. Testimonials Styles
		10. Contact Styles
		11. Footer Styles
		12. Media Queries

	COLOR CODES
		Orange: #ffc601, rgb(255,198,1)
		Dark: #1d1d1d, rgb(29,29,29)
		Light gray: #eaeaea
---------------------------------------------------------*/

/* 1. Universal Styles
--------------------------------------*/
*, body { font-family: 'Heebo', sans-serif; }
body { overflow-x: hidden; }
body {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

h1 { 
	margin: 0;
	font-family: 'Racing Sans One', cursive;
	font-style: italic;
	font-size: 35px;
	color: #FFF;
}


h2 {
	font-family: 'Racing Sans One', cursive;
	font-size: 25px;
	color: #FFF;
	font-weight: 100!important;

}

p {
	font-size: 16px;
}

.blue {
	color: #3CF;
}

.green {
	color: #CF6;
}

.tm-orange-text { color: #B4B4B4; }
.tm-orange-bg {	background-color: #FFF; }
.tm-orange-bg-transparent {	background-color: #8b0607; }
.tm-white-text { color: #fff; }
.tm-dark-text {	color: #1d1d1d; }
.tm-dark-bg { background-color: #1d1d1d; }
.tm-light-gray-text { color: #eaeaea; }

a.tm-light-gray-text:hover {
	color: #fff;
	text-decoration: none;
}
.margin-top-50 { margin-top: 50px; }
.hide {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.absolute-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  height: 120px;
}
.tm-border {
	height: auto;
	width: 100%;
}
.container { max-width: 1000px; }

.containerpartners { 
	max-width: 1000px;
	height: auto;
	margin-left: 25%;
	overflow: hidden;

}

/* 2. Header Styles
--------------------------------------*/
.sdl-header {	
	background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	min-height: 250px;
}
.sdl-header-inner {	padding-top: 30px; }
.sdl-logo {
	font-size: 60px;
	font-weight: 700;
}

.topbanner {
	background: rgb(29,29,29);
	background: -moz-linear-gradient(133deg, rgba(29,29,29,1) 0%, rgba(29,29,29,1) 19%, rgba(195,195,195,1) 50%, rgba(29,29,29,1) 79%, rgba(29,29,29,1) 100%);
	background: -webkit-linear-gradient(133deg, rgba(29,29,29,1) 0%, rgba(29,29,29,1) 19%, rgba(195,195,195,1) 50%, rgba(29,29,29,1) 79%, rgba(29,29,29,1) 100%);
	background: linear-gradient(133deg, rgba(29,29,29,1) 0%, rgba(29,29,29,1) 19%, rgba(195,195,195,1) 50%, rgba(29,29,29,1) 79%, rgba(29,29,29,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1d",endColorstr="#1d1d1d",GradientType=1);
	height: 110px;
	text-align: center;
	font-size: 20px;

}


/* 3. Menu Styles
--------------------------------------*/
.sdl-nav {
	margin-bottom: 0;
	padding-top: 20px;
}
.sdl-nav li {
	display: inline-block;
	list-style: none;
}
.sdl-nav li>a {
	background-color: rgba(0,0,0,0);
	color: #000;
	padding: 10px;
	font-weight: 800;
	font-size: 16px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
}
.sdl-nav li>a:hover, .sdl-nav li>a.active {
	background-color: #FFF;
	color: #000;
	text-decoration: none;	
}

/* 4. Responsive Menu Styles
--------------------------------------
#responsive-menu {
  top: 0;
  width: 250px;
  height: 100%;
  background: rgba(243, 243, 243, 0.4);
  position: fixed;
  z-index: 5500;
  right: -1500px;
  overflow: auto;
}
#responsive-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#responsive-menu ul li {
  display: block;
  margin-bottom: 2px;
}
#responsive-menu ul li a {
  padding: 12px 18px;
  background-color: #1d1d1d;
  color: #FFF;
  display: block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  text-transform: uppercase;
}
#responsive-menu ul li a i {  margin-right: 15px; }
a#mobile_menu {
  font-size: 24px;
  background-color: #8b0607;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 5500;
}*/




.expandable-div {
    display: none;
}

.newmenu {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.expand-icon {
    font-size: 24px;
    cursor: pointer;
    color: #FFF;
}

.menuitems {
    display: none;
}


@media (max-width:768px) {
.expandable-div {
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    padding: 0px 10px 0px 10px;
    margin-top: -16%;
}

#octfix {
    line-height: 35px;
    font-weight: 800;
    background-color: #1d1d1d;
    border: 2px solid #ccc;
}

#octfix a {
    color: #FFF
    }

}

/* 5. Home Styles
--------------------------------------*/
.tm-home-title {
	color: #fff;
	font-size: 30px;	
}
.tm-home-subtitle {	font-size: 18px; }
.tm-home-description {
	font-size: 14px;
	color: #828282;
	margin-bottom: 50px;
	text-align: justify;
}
.tm-home-more {
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	padding: 10px 15px;
}
a.tm-home-more:hover {
	color: #737373;
	text-decoration: none;
}
.tm-home-right { max-width: 350px; }

/* 6. About Styles
--------------------------------------*/
.canvas-wrap {
	position: relative;
	text-align: center;
}
.canvas-overlay {
	cursor: pointer;
	position: absolute;
	-webkit-opacity: 0;
  	-moz-opacity: 0;
  	opacity: 0;
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 226px;
	height: 385px;
	margin: 0 auto;
}
.canvas-overlay:hover {
	-webkit-opacity: 1;
  	-moz-opacity: 1;
  	opacity: 1;
}
.canvas-lines {	padding-top: 150px; }
.canvas-lines .canvas-overlay {	top: 150px; }
.canvas-overlay a {
	color: #fff;
	background-color: #8b0607;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.canvas-overlay a:hover {
	color: #000;
	text-decoration: none;
}
.member-name {
	color: #8b0607;
	font-size: 18px;
	font-weight: 700;
}
.member-title {	color: #fff; }
.tm-about-title, .tm-about-subtitle, .tm-about-subtitle-2 {	font-weight: 700; }
.tm-about-title { font-size: 85px; }
.tm-about-subtitle {
	font-size: 44px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tm-about-subtitle-2 { font-size: 17px; }
.tm-about-description {	font-size: 15px; }
.tm-about-description ul li {
	line-height: 1.8em;
	list-style: none;
}
.tm-about-description ul li:before { 
	content:"•"; 
	font-size:10pt;
	padding-right: 5px;
}

/* 7. Services
--------------------------------------*/
.sdl-services {
	background-image: url('../images/Social.jpg');
	background-repeat: repeat-y;
	background-position: center center;
	position: relative;
}
.tm-pricing-table {
	padding: 30px;
	max-width: 600px;
	width: 150%;

}
.tm-pricing-table-container {
	display: inline-block;
	margin-right: 30px;
	float: left;
}
.tm-pricing-table-container:last-child { margin-right: 0px; }
.table-big {
	height: 675px;
	max-width: 700px;
	width: 150%;
	overflow: hidden;
}
.tm-pricing-header {
	border-bottom: 1px solid #8b0607;
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.tm-pricing-table ul li {
	list-style: none;
	line-height: 2em;
}

/* http://stackoverflow.com/questions/5763911/placing-a-div-within-a-canvas */
.canvas-wrap { position: relative; }
.overlay { 
	position: absolute; 
	top: 20%;
	left: 40%;
}
.overlay p { font-weight: 700; }
a:hover .overlay p { color: #7b7b7b; }





/* 8. Portfolio Styles
--------------------------------------*/
.tm-portfolio-images-container { overflow: hidden; }
.tm-image-container {
	float: left;
	position: relative;
	max-width: 200px;
	width: 50%;
	padding: 10px;
}
.tm-image-container img { width: 100%; }
.tm-portfolio-image-overlay {
	background-color: #8b0607;
	cursor:pointer;
	height: 95%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 96%;

}
.tm-portfolio-image-overlay:hover {	opacity: 1; }
.tm-portfolio-image-overlay a {
	color: #8b0607;
	background-color: #fff;
	border-radius: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.tm-portfolio-image-overlay a:hover {
	background-color: #000;
	text-decoration: none;
}
.tm-portfolio-image-overlay h2 { font-size: 14px; }
.tm-view-more {
	display: inline-block;
	border: 1px solid #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 180px;
}
a.tm-view-more:hover {
	background-color: #8b0607;
	color: #000;	
}
a.tm-view-more:focus {
	color: #fff;
	text-decoration: none;
}

/* 9. Testimonials Styles
--------------------------------------*/
/*Table Layout*/

table {
  border: 2px solid #8b0607;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #D3D3D3;
  border: 2px solid #fff;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: left;
}

table th {
  font-size: 1.3em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

/*END Table Layout*/


/*GEAR PAGE*/

.card{
	position:relative;
	display:flex;
	flex-direction:column;
	min-width:0;word-wrap:break-word;
	background-color:#fff;
	background-clip:border-box;
	border:1px solid rgba(0,0,0,.125);
	border-radius:.25rem; 
	padding: 15px;
	height: 500px;
}

.card>hr{margin-right:0;margin-left:0

}

.card>.list-group{border-top:inherit;border-bottom:inherit
}

.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)
}

.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0; font-size:14px;}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}

@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}



}

.mb-4 {
	margin-bottom: 1.5rem!important;
}

.col-12 {
	flex:0 0 auto;
	width:100%;
}




@media (min-width:768px) {
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.3%;
	}
}




/* 10. Contact Styles
--------------------------------------*/
#map-canvas { height: 350px; }
.form-control, .btn { border-radius: 0; }
.form-control {
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(46, 43, 43, 0.27);
	font-size: 12px;
}
.form-control:focus {
	border-color: #858585;	
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(46, 43, 43, 0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(46, 43, 43, 0.3);
	outline: 0;
}
.tm-send-btn {
	font-size: 12px;
	padding: 8px 35px;
}
.tm-send-btn:hover { color: #fff; }

/* 11. Footer
--------------------------------------*/
footer {
	background-color: #1d1d1d;
	color: #898888;
	padding: 15px 0;
	position: relative;
	text-align: center;
}

footer p {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
}

/* 12. Media Queries
--------------------------------------*/


@media screen and (max-width: 992px) {
	.container { max-width: 940px; }
	.sdl-logo { font-size: 50px; }
	.sdl-nav li>a { padding: 8px 5px; }
	.tm-about-right { text-align: center; }
	.canvas-lines {	padding-top: 0px; }
	.canvas-lines .canvas-overlay {	top: 0px; }
	.tm-pricing-table-container { margin-right: 0px; }
	.sdl-services .container {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.sdl-header-inner {padding-top: 0px;}
	.paragraph {width: 85%!important;}
	.col-md-6 {padding-left: 15px!important;}
	
.topbanner {
	height: 100px;

}
	
.containerpartners { 
	margin-left: 0%;

}
	
	
}
@media screen and (max-width: 767px) {
	.tm-home-right {
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.tm-pricing-table-container { margin-right: 0px; width: 95%; margin-left: 0px!important; }
	.tm-pricing-table {	margin: 0 auto; width: 95%; margin-left: 0px!important; height: 770px;	}
	.overlay p { text-align: center; }
	#map-canvas { margin-bottom: 30px; }
	
	.card {
		height: auto;
	}
	
	
}
@media screen and (max-width: 614px) {
	.tm-portfolio-images-container {
		margin-left: 15px;
		margin-right: 15px;
	}
	.tm-image-container { width: 50%; }
	
.topbanner {
	height: 160px;

}
	
	
}

@media screen and (max-width: 479px) {
	.tm-image-container {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
}



/*MODAL POPUP*/

@keyframes pop
{
  0%{transform:scale(0);}
  100%{transform:scale(0);}
}

.boxy {
		   display: none;
      }
          .buttonpop {
      }
          .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.7);
            transition: opacity 500ms;
            visibility: visible;
            opacity: 1;
          }
          .overlay:target {
            visibility: hidden;
            opacity: 0;
            display:none
          }
          .popup {
            margin: 70px auto;
            padding: 20px;
            background: #fff;
            border-radius: 5px;
            width: 30%;
            position: relative;
            transition: all 5s ease-in-out;
            margin-top: 250px;  
          }
          .popup h2 {
            margin-top: 0;
            color: #333;
          }
          .popup .close {
            position: absolute;
            top: 20px;
            right: 30px;
            transition: all 200ms;
            font-size: 30px;
            font-weight: bold;
            text-decoration: none;
            color: #333;
          }
          .popup .close:hover {
            color: darkred;
          }
          .popup .content {
            max-height: 30%;
            overflow: auto;
          }

@media only screen and (max-width: 750px) {
	      .popup {
            margin: 70px auto;
            width: 75%;
          }
	
	   .popup .close {
            position: absolute;
            top: 5px;
            right: 12px;
            transition: all 200ms;
            font-size: 30px;
            font-weight: bold;
            text-decoration: none;
            color: #333;
          }

	
}
