/*@import 'https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i';*/
/*@import 'https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Playfair+Display:400,400i,700,700i,900,900i';*/

body {
    /*font-family: 'Helvetica Neue',Arial,sans-serif;*/
	/*font-family:'Lato', sans-serif;*/
	font-family: Arial,"Trebuchet MS",sans-serif;
    /*font-size: 16px;*/
	margin: 0px;
}

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

a:hover,
a:focus {
    color: #eb3812;
}

a.w, a.w:hover, a.w:focus {
    color: white;
    text-decoration: underline;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

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

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.5;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

nav {
    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;
    border: 0;
    border-top: 4px solid #ea5d00;
	height:	30px;
    margin-bottom: 2px;
}

nav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	float: right;
}

nav ul > li {
    position: relative;
    display: inline;
}

nav ul > li > a,
nav ul > li > a:focus {
    font-weight: 700;
    color: #222;
}
nav ul > li > a:hover,
nav ul > li > a:focus:hover {
    color: #f05f40;
}
nav ul > li.active > a,
nav ul > li.active > a:focus {
    background-color: #f16522;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
}
nav ul > li.active > a:hover,
nav ul > li.active > a:focus:hover {
    background-color: transparent;
}
.btn-login {
    margin: 6px 10px 10px 15px;
    padding: 4px;
    background-color: transparent;
    border: 0; /*2px solid #f05f40;*/
    font-weight: 700;
}

header {
    position: relative;
    width: 100%;
    color: black;
	padding-top: 20px;
}

header .header-content {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    width: 100%;    
	/*padding-left: 15px;*/
}

header .header-content img {
	vertical-align: bottom;
    max-height: 100px;
    max-width: 100%;
}

header h1 {
    /*text-transform: uppercase;*/
	margin: 0px;
    font-size: 25px;
    font-weight: 500;
    color: #f16522;
    display: inline-block;
    max-width: 300px;
    padding-bottom: 28px;
    /*padding-left: 10px;*/
}

@media(max-width:767px){
	header {
	    padding-bottom: 20px;
	}
	header h1 {
		max-width: 100%;
	    padding-bottom: 5px;
	}
}
@media(min-width:992px){
	header h1 {
		max-width: 100%;
	}
}

.mockup-section {
    padding: 20px 0;
}

section {
    padding: 10px 0;
}

.section-heading {
    text-transform: uppercase;
}

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

.bg-primary {
    background-color: #616161; /*#f16522;*/
	color: white;
	padding: 5px;
}

.bg-primary a {
	color: white;
}

.bg-dark {
    color: #fff;
    background-color: #616161;
}
.bg-radius {
	border-radius: 10px;
}

.text-center {
    text-align: center;
}

.section-header > p,
.font-alt {
    font-family: 'Playfair Display', serif;
}

.mockup-text {
    /*padding-top:170px;*/
}

.mockup-text > span {
    font-style: italic;
    font-size: 18px;
    color: rgba(0,0,0,.6);
    letter-spacing: 1px;
}

.mockup-text > h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 44px;
}

.mockup-text > p {
    margin: 0;
    /*color:rgba(0,0,0,.6);*/
    line-height: 1.7em;
    margin-bottom: 15px;
}

.img-1 {
	width: 200px; float:right; padding-left: 10px; 
}
.img-2 {
	width: 200px; float:left; padding-right:20px
}
.img-3 {
	width: 200px; float:right; padding-left:10px
}
.img-4 {
	width: 200px; float:left; padding-right:20px
}

.txt1 {
	padding-right:10vw;
}
.txt2 {
	padding-left:10vw; padding-top: 40px;
}
.txt3 {
	padding-top: 40px; padding-right:10vw
}
.txt4 {
	padding-left:10vw; padding-top: 40px;
}


@media (max-width: 768px) {
	.mockup-text > h2 {
	    font-size: 40px;
	}
	.txt1, .txt2, .txt3, .txt4 {
		padding-right:0;
		padding-left:0;
		padding-top: 0px;
	}
	.img-1 {
		width: 39%;
		padding-top: 30px;
		padding-left: 2px;
	}
	.img-2 {
		width: 39%;
		padding-top: 25px;
		padding-right:10px;
	}
	.img-3 {
		width: 39%;
		padding-top: 25px;
		padding-left:5px;
	}
	.img-4 {
		width: 39%;
		padding-top: 25px;
		padding-right:10px;
	}
}


.btn-custom.arrow-btn {
    padding-right: 5px;
    padding-left: 25px;
}

.btn-custom.arrow-btn:hover {
    padding-right: 25px;
}

a.btn-custom {
    text-decoration: none;
    color: #202020;
}

.btn-custom {
    padding: 12px 22px;
    background: #E0E0E0;
    color: #202020;
    border-radius: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    z-index: 5;
    border: none;
    transition: all .3s ease;
}


.arrow {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 35px;
    height: 10px;
    left: -15px;
    margin-left: 7px;
    transition: all .3s ease;
}

.arrow:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 5px #202020;
}

.arrow:after {
    content: ' ';
    position: absolute;
    top: 4px;
    height: 2px;
    background: #202020;
    width: 15px;
    right: 5px;
    transition: all .3s ease;
}

.arrow-btn:hover .arrow {
    left: 5px;
}

.arrow-btn:hover .arrow:after {
    width: 25px;
}

.btn-custom.arrow-btn {
    padding-right: 5px;
    padding-left: 25px;
}

.btn-custom.arrow-btn:hover {
    padding-right: 25px;
}

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

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-color, .btn-color-ghost:hover {
    background: #c0392b;
    color: #fff;
    border-color: #c0392b;
}

footer p {
    color: #808080;
    /*text-transform: uppercase;*/
    /*letter-spacing: 2px;*/
    margin: 0;
    line-height: 1.7em;
    padding: 20px 0;
}

footer a {
    color: inherit;
    border-bottom: dotted 1px #CCC;
    text-decoration: none;
}


/* ==========================================================================
   02. accordion
========================================================================== */
.accordion {
  .accordion-item {
    border-bottom: 1px solid lightgray;
	break-inside: avoid-column;
    button[aria-expanded='true'] {
      border-bottom: 1px solid #ed431f;
    }
  }
  button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    &:hover, &:focus {
      cursor: pointer;
      color: black;
      &::after {
        cursor: pointer;
        color: black;
        border: 1px solid #ed431f;
      }
    }
    .accordion-title {
		padding: 0px 1.5em 0px 0;
	    display: block;
	}
    .icon {
      display: inline-block;
      position: absolute;
      top: 18px;
      right: 0;
      width: 22px;
      height: 22px;
      border: 1px solid;
      border-radius: 22px;
      &::before {
        display: block;
        position: absolute;
        content: '';
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
        background: currentColor;
      }
      &::after {
        display: block;
        position: absolute;
        content: '';
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: currentColor;
      }
    }
  }
  button[aria-expanded='true'] {
    color: #ed431f;
    .icon {
      &::after {
        width: 0;
      }
    }
    + .accordion-content {
      opacity: 1;
      max-height: 12em;
      transition: all 200ms linear;
      will-change: opacity, max-height;
    }
  }
  .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    p {
      font-size: 1rem;
      font-weight: 300;
      margin: 1em 0;
	  padding-left:10px;
    }
  }
}
@media (min-width: 68em) {
	.accordion {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}
.column-break {
  break-after: column;
}
/* ==========================================================================
   03. FEATURES
========================================================================== */
.features .rightside {
    padding: 0 25px;
    border-left: 1px solid #dddddd;
    position: relative !important;
}

.features .leftside {
    padding: 0 25px;
    border-right: 1px solid #dddddd;
    position: relative !important;
}

.features .leftside i {
    margin: 0 0 10px 20px;
    float: right;
}

.features .rightside i {
    margin: 0 20px 10px 0;
    float: left;
}

.features .leftside .features-widget {
    text-align: right;
}

.features .features-widget {
    margin-bottom: 30px;
}

.features .features-widget h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}

.features .features-widget p {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.9em;
}

/* ==========================================================================
   04. PRICING
========================================================================== */
#pricing h3{
	text-transform: uppercase;
	font-size:20px;
	font-weight:500;
}
.prices {
	padding:15px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
	background:#FAFAFA;
	border-radius:3px;
	margin:15px 0;
	width: 100%;
}
.prices td {
	padding:15px;
}
.prices tr {
    border-bottom: 1px solid #dddddd;
}
.prices h4{
	font-size:18px;
	font-weight:500;
	margin:0;
}
.prices .price{
	min-width: 160px;
    width: 40%;
	text-align: right;
}
.prices .price > span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
}
.prices .price > .currency{
	font-size:14px;
	line-height:14px;
	vertical-align:top;
	top:2px;
}
.prices .price > .amount{
	font-size:40px;
	font-weight:300;
	line-height:40px;
}
.prices .price > .period{
	display: block;
	letter-spacing:1px;
	font-weight:300;
}
.prices .items{
	position:relative;
	padding:0;
	list-style:none;
	margin:3px 0;
}
.prices .items > li{
	padding:0 0 5px 8px;
	color:#898989;
}


/* ==========================================================================
   05. FORMS
========================================================================== */
.form-control{
	padding:12px;
	color:#202020;
	border:solid 1px #D0D0D0;
	height:auto;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	border-radius:0;
}
.form-control::-webkit-input-placeholder{
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
}
.form-control:focus{
	border-color:#202020;
}
textarea.form-control{
	resize:vertical;
}
.btn-custom2 {
	padding:15px 27px;
	outline:none !important;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
	position:relative;
	top:0;
}
.btn-custom2:hover{
	color:#FFF;
	background:#202020;
}
.btn-custom2:active{
	top:2px;
	opacity:.8;
}