/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden;    
}    

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
    
  }

}
p {
    font-size: 18px;
}
p.small {
  font-size: 14px;
}
a {
    font-size: 18px;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #18BC9C;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 700;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 2px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #5E8491;
  color: white;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}
.img-centered {
  margin: 0 auto;
}
@media (min-resolution: 120dpi) {
    /*html {
        font-size: 80%;
    }*/
    a {
        font-size: 1.25rem;
    }
    p {
        font-size: 1.1250rem;
    }
    
}

header {
    background: #40A9E2;
    /*text-align: left;    
    background-attachment: scroll, fixed;*/
    /*background-image: url("images/overlay.png"), url("../../img/stadium5.jpg");*/
    /*background-image: url("images/overlay.png"), url("../../img/burst-kUqqaRjJuw0-unsplash.jpg");*/
    /*background-image: url("images/overlay.png"), url("../../img/nasa-Q1p7bh3SHj8-unsplash.jpg");*/
    /*background-image: url("images/overlay.png"), url("../../img/globe_connected_4_smaller.jpg");*/
    /*background: radial-gradient(circle, rgba(238,202,174,1) 0%, rgba(161,166,216,1) 0%, rgba(37,169,228,1) 95%, rgba(78,158,231,0.5466387238489145) 100%);*/
    /*background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(153,168,173,0.4206057422969187) 0%, rgba(165,227,240,1) 100%);*/
    /*background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(153,168,173,0.4206057422969187) 0%, rgba(165,227,240,0.45702030812324934) 100%);*/
    background-size: cover; /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
    /*height:100%;*/
    /*background-position: top left, left center;*/
    /*background: linear-gradient(to bottom left, #5BC0DE,blue);
    */
    /*background-repeat: repeat;*/
    color: #ffffff;
}
    header .container {
        padding-top: 0px;
        padding-bottom: 0px;        
    }
header img {
  display: block;
  margin: 50px auto 20px;
  /*background-image: url("../images/main_bkg.png");*/
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 700;
}
@media (min-width: 768px) {
  header .container {
    padding-top:0px;
    padding-bottom: 50px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
@media (max-width: 480px) {
  header .container {
    padding-top:0px;
    padding-bottom: 20px;    
  }
    header {
        /*background-image: url("images/overlay.png"), url("");*/
        background-color: #40A9E2;
    }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}


header_alt {
    /*background: #5BC0E6;*/
    /*background: #40A9E2;*/

    background-image: url("images/overlay.png"), url("../../img/half_grey_bg_img.png");
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(151,227,236,1) 0%, rgba(0,212,255,1) 100%);*/
    /*background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(153,168,173,0.4206057422969187) 0%, rgba(137,229,240,0.7203256302521008) 100%);*/
    background-size: cover; /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
    color: #000000;
}
header_alt .container {
  padding-top: 0px;
  padding-bottom: 0px;
}
header_alt img {
  display: block;
  margin: 50px auto 20px;
  /*background-image: url("../images/main_bkg.png");*/
}
header_alt .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header_alt .intro-text .skills {
  font-size: 1.25em;
  font-weight: 700;
}
@media (min-width: 768px) {
  header_alt .container {
    padding-top:0px;
    padding-bottom: 50px;
  }
  header_alt .intro-text .name {
    font-size: 4.75em;
  }
  header_alt .intro-text .skills {
    font-size: 1.75em;
  }
}
@media (max-width: 480px) {
  header_alt .container {
    padding-top:0px;
    padding-bottom: 20px;    
  }
    header_alt {
        /*background-image: url("images/overlay.png"), url("");*/
        background-color: #5BC0E6;
    }
  header_alt .intro-text .name {
    font-size: 4.75em;
  }
  header_alt .intro-text .skills {
    font-size: 1.75em;
  }
}


header_alt_ss {
    /*background: #489EBF;*/
    background: #40A9E2;
    /*background: rgb(2,0,36);*/
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(151,227,236,1) 0%, rgba(0,212,255,1) 100%);*/
    /*background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(153,168,173,0.4206057422969187) 0%, rgba(89,232,192,0.7203256302521008) 100%);*/
    background-size: cover; /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
    color: #000000;
}

    header_alt_ss .container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    header_alt_ss img {
        display: block;
        margin: 50px auto 20px;
        /*background-image: url("../images/main_bkg.png");*/
    }

    header_alt_ss .intro-text .name {
        display: block;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 2em;
    }

    header_alt_ss .intro-text .skills {
        font-size: 1.25em;
        font-weight: 700;
    }

@media (min-width: 768px) {
    header_alt_ss .container {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    header_alt_ss .intro-text .name {
        font-size: 4.75em;
    }

    header_alt_ss .intro-text .skills {
        font-size: 1.75em;
    }
}

@media (max-width: 480px) {
    header_alt_ss .container {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    header_alt_ss {
        /*background-image: url("images/overlay.png"), url("");*/
        background-color: #489EBF;
    }

        header_alt_ss .intro-text .name {
            font-size: 4.75em;
        }

        header_alt_ss .intro-text .skills {
            font-size: 1.75em;
        }
}

header_alt_bda {
    background: #40C5C4;
    /*background: rgb(2,0,36);*/
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(151,227,236,1) 0%, rgba(0,212,255,1) 100%);*/
    /*background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(153,168,173,0.4206057422969187) 0%, rgba(89,232,192,0.7203256302521008) 100%);*/
    background-size: cover; /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFFFFF;
}

    header_alt_bda .container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    header_alt_bda img {
        display: block;
        margin: 50px auto 20px;
        /*background-image: url("../images/main_bkg.png");*/
    }

    header_alt_bda .intro-text .name {
        display: block;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 2em;
    }

    header_alt_bda .intro-text .skills {
        font-size: 1.25em;
        font-weight: 700;
    }

@media (min-width: 768px) {
    header_alt_bda .container {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    header_alt_bda .intro-text .name {
        font-size: 4.75em;
    }

    header_alt_bda .intro-text .skills {
        font-size: 1.75em;
    }
}

@media (max-width: 480px) {
    header_alt_bda .container {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    header_alt_bda {
        /*background-image: url("images/overlay.png"), url("");*/
        background-color: #40C5C4;
    }

        header_alt_bda .intro-text .name {
            font-size: 4.75em;
        }

        header_alt_bda .intro-text .skills {
            font-size: 1.75em;
        }
}

.logo {
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .logo {
    height: auto;
    max-width: 65%;
  }

}



.navbar-custom {
  background: #2C3E50;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: white;
}
.navbar-custom .navbar-nav li a:hover {
  color: #18BC9C;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #18BC9C;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: #fff;
}
footer h3 {
  margin-bottom: 30px;
}
    footer .footer-above {
        padding-top: 10px;
        background-color: #000;        
    }
footer .footer-col {
  margin-bottom: 20px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: black;
}
.btn-outline {
  color: grey;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #18BC9C;
  background: grey;
  border: solid 2px white;
}
.btn-primary {
    color: white;
    background-color: #2C3E50;
    border-color: #2C3E50;
    font-weight: 700;    
    display: flex;
    justify-content: center;
    /*text-align: center;*/
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #18BC9C;
  border-color: #18BC9C;
  font-weight: 700;
  max-width: 100%;  
  white-space: normal;
}


.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #18BC9C;
  border-color: #18BC9C;
}
.btn-success .badge {
  color: #18BC9C;
  background-color: white;
}
.btn-greyout {
  color: grey;
  background-color: white;
  border-color: #f4a742;
  font-weight: 700;
  max-width: 100%;  
  white-space: normal;
}
.btn-greenout {
    color: grey;
    background-color: white;
    border-color: #13B999;
    font-weight: 700;
    max-width: 100%;
    white-space: normal;
}
.btn-disbled {
    color: grey;
    background-color: grey;
    border-color: grey;
    font-weight: 700;
    max-width: 100%;
    white-space: normal;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid grey;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}

.btn-def {
  color: white;
  background-color: #f4a742;
  border-color: #f4a742;
  font-weight: 700;
  max-width: 100%;
  white-space: normal;
}
.btn-def:hover,
.btn-def:focus,
.btn-def:active,
.btn-def.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #f49541;
  border-color: #31B0D5;
}

.btn-disabled {
    color: #666666;
    border: solid 1px #999999;
    border-color: #cccccc;
    transition: all 0.3s ease-in-out;
    white-space: normal;
    /*background-color: #18BC9C;
    border-color: #18BC9C;
    font-weight: 700;
    max-width: 100%;
    white-space: normal;*/
}

    .btn-outline:hover,
    .btn-outline:focus,
    .btn-outline:active,
    .btn-outline.active {
        color: grey;
        background: grey;
        border: solid 2px grey;
    }

.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
#skipnav a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 2000;
}
#skipnav a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #18BC9C;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
  outline: none;
}
#thumbwrap {
	position:relative;	
}
.thumb img { 
	border:0px;
	margin:1px;
	float:left;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover, .thumb:hover span { 
	visibility:visible;
	top:0;
	z-index:1;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.col-center-block {
    float: none;
    display: block;
    margin: 0 auto;
    /* margin-left: auto; margin-right: auto; */
}
.element {
    position: relative;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
.element:before {
    content: "\f14a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #18BC9C;    
    font-size:x-large;
    padding-right: 0.5em;
    position: absolute;    
    left: 0;
}
/* Home Concept */
.home-concept {
	background: transparent url(../img/home-concept.png) no-repeat center 0;
	width: 100%;
	overflow: hidden;
}

.home-concept strong {
	display: block;	
	font-size: 2.1em;
	font-weight: normal;
	position: relative;
	margin-top: 30px;
}

.home-concept .row {
	position: relative;
}

.home-concept .process-image {
	background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
	width: 160px;
	height: 175px;
	margin: 135px auto 0 auto;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

.home-concept .process-image img {
	border-radius: 150px;
	margin: 7px 8px;
}

.home-concept .our-work {
	margin-top: 52px;
	font-size: 2.6em;
}

.home-concept .project-image {
	background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
	width: 350px;
	height: 420px;
	margin: 15px 0 0 -30px;
	padding-bottom: 45px;
	position: relative;
	z-index: 1;
}

.home-concept .sun {
	background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
	width: 60px;
	height: 56px;
	display: block;
	position: absolute;
	left: 10%;
	top: 35px;
}

.home-concept .cloud {
	background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
	width: 116px;
	height: 56px;
	display: block;
	position: absolute;
	left: 57%;
	top: 35px;
}
/* Responsive */
@media (max-width: 991px) {
	.home-concept {
		background: none;
	}

	.home-concept .project-image {
		margin: 60px auto 0 auto;
	}

	.home-concept .process-image {
		margin-top: 60px;
	}
}

@media (max-width: 479px) {
	.home-concept .project-image {
		background-position: 0 0;
		margin-left: auto;
		max-width: 160px;
		max-height: 220px;
	}

	.home-concept .fc-slideshow {
		max-height: 145px;
		max-width: 145px;
	}

	.home-concept .fc-slideshow img {
		max-height: 145px;
		max-width: 145px;
	}
}
.fc-slideshow {
	position: relative;
	width: 338px;
	height: 338px;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
	top: 6px;
}

.fc-slideshow nav {
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10000;
	display: none;
}

.fc-slideshow nav > div {
	position: absolute;
	height: 100%;
	top: 0;
	width: 50%;
}

.fc-slideshow nav .fc-left {
	left: 0;
}

.fc-slideshow nav .fc-right {
	right: 0;
}

.fc-slideshow nav > div span {
	height: 33%;
	width: 100%;
	position: absolute;
	left: 0;
}

.fc-slideshow nav > div span:first-child {
	top: 0;
}

.fc-slideshow nav > div span:nth-child(2) {
	top: 33%;
}

.fc-slideshow nav > div span:nth-child(3) {
	top: 66%;
}

.fc-slideshow nav i,
.no-csstransforms3d .fc-slideshow nav > div span {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	pointer-events: none;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-backface-visibility: hidden;
	-moz-transition: all 0.2s ease;
	backface-visibility: hidden;
	transition: all 0.2s ease;
}

/* Some fallbacks */
.no-csstransforms3d .fc-slideshow nav > div span {
	z-index: 1000;
	width: 40px;
	background: rgba(0,0,0,0);
}

.no-csstransforms3d .fc-slideshow nav .fc-left span {
	left: -80px;
}

.no-csstransforms3d .fc-slideshow nav .fc-right span {
	right: -80px;
	left: auto;
}

.no-csstransforms3d .fc-slideshow nav i {
	width: 40px;
	cursor: pointer;
}

.fc-slideshow nav .fc-left i {
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	text-align: left;
}

.fc-slideshow nav .fc-right i {
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	text-align: right;
}

.csstransforms3d .fc-slideshow nav > div span:hover ~ i,
.no-csstransforms3d .fc-slideshow nav i,
.no-csstransforms3d .fc-slideshow nav > div span {
	opacity: 1;
}

.csstransforms3d .fc-slideshow nav > div span:nth-child(2):hover ~ i{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

.csstransforms3d .fc-slideshow nav > .fc-left span:first-child:hover ~ i,
.csstransforms3d .fc-slideshow nav > .fc-right span:nth-child(3):hover ~ i {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.csstransforms3d .fc-slideshow nav > .fc-right span:first-child:hover ~ i,
.csstransforms3d .fc-slideshow nav > .fc-left span:nth-child(3):hover ~ i {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.fc-slides {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.fc-slides li {
	display: none;
}

.no-js ul.fc-slides li {
	display: block;
}

.fc-flip {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.fc-flip div {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fc-flip .fc-back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.fc-slideshow img {
	border-radius: 50%;
}

.fc-slideshow h3 {
	position: absolute;
	color: #fff;
	top: 50%;
	margin-top: 30px;
	line-height: 50px;
	height: 50px;
	left: 80px;
	right: 80px;
	background: #ff514c;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	border-radius: 20% 10% 50% 5% / 25% 10% 30% 75%;
}

.fc-overlay-light,
.fc-overlay-dark {
	opacity: 0;
}

.fc-overlay-light {
	background: rgba(255,255,255,1);
}

.fc-overlay-dark {
	background: rgba(0,0,0,1);
}

/* No JS fallback */

.no-js .fc-slideshow {
	height: auto;
	box-shadow: none;
}

.no-js .fc-slideshow h3 {
	position: relative;
	width: auto;
	height: auto;
	left: auto;
	right: auto;
	top: auto;
	margin: 5px;
}
.btn-xl {
    padding: 10px 25px;
    font-size: 24px;
    border-radius: 15px;
}
.myGridClass {
  width: 100%;
  /*this will be the color of the odd row*/
  background-color: #fff;
  margin: 5px 0 10px 0;
  border: solid 1px #525252;
  border-collapse:collapse;
  
}

/*data elements*/
.myGridClass td {
  padding: 2px;
  border: solid 1px #c1c1c1;
  color: #717171;
}

/*header elements*/
.myGridClass th {
  padding: 4px 2px;
  color: #000;
  background: #5BC0DE;
  border-left: solid 1px #525252;
  font-size: 0.9em;
}

/*his will be the color of even row*/
.myGridClass .myAltRowClass { background: #fcfcfc repeat-x top; }

/*and finally, we style the pager on the bottom*/
.myGridClass .myPagerClass { background: #424242; }

.myGridClass .myPagerClass table { margin: 5px 0; }

.myGridClass .myPagerClass td {
  border-width: 0;
  padding: 0 6px;
  border-left: solid 1px #666;
  font-weight: bold;
  color: #fff;
  line-height: 12px;
}

.myGridClass .myPagerClass a { color: #666; text-decoration: none; }

.myGridClass .myPagerClass a:hover { color: #000; text-decoration: none; } 

.modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=90);
        opacity: 0.8;
    }
    .modalPopup
    {
        background-color: #FFFFFF;
        border-width: 3px;
        border-radius:25px;
        border-style: solid;
        border-color: #73AD21;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        width: 300px;
        height: 450px;

    }
    .modalPopup2
    {
        background-color: #FFFFFF;
        border-width: 3px;
        
        border-style: solid;
        border-color: #73AD21;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        max-height: 600px;
        max-width: 70%;
        overflow-x: scroll;
    }
    .modalPopup3 {
        background-color: #FFFFFF;
        border-width: 3px;
        border-radius: 25px;
        border-style: solid;
        border-color: #73AD21;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        width: 300px;
        height: 550px;
        word-wrap: break-word;
    }

    .modalPopup4
    {
        background-color: #FFFFFF;
        border-width: 3px;
        border-radius:25px;
        border-style: solid;
        border-color: #73AD21;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        width: 300px;
        height: 325px;
    }
    .modalPopup5
    {
        background-color: #FFFFFF;
        border-width: 3px;
        
        border-style: solid;
        border-color: #73AD21;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        max-height: 500px;  
        width: 300px;
        overflow-x: scroll;
    }
    .modalPopup6 {
        background-color: #FFFFFF;
        border-width: 3px;
        border-radius: 25px;
        border-style: solid;
        border-color: #73AD21;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        width: 300px;
        height: 450px;
        word-wrap: break-word;
    }
.modalPopup7 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 450px;
    width: 400px;
    overflow-x: auto;
    overflow-y: auto;
}
.modalPopup8 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 550px;
    width: 450px;
    overflow-x: scroll;
}

.modalPopupSettings {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 550px;
    overflow-x: scroll;
}

.modalPayment {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 550px;
    width: 850px;
    overflow-x: scroll;
}

.modalActivity {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 550px;
    overflow-x: scroll;
    top: 100px !important;
}

.mpViewPostPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 550px;
    width: 950px;
    overflow-x: scroll;
}

.modalPayment p {
    font-size: 1.1em;
}

.modalPopup9 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 72%;
    width: 72%;
    overflow-x: auto;
    overflow-y: auto;
}
.modalPopup10CUSTOM {
    border-radius: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: lightgray;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 650px;
    width: 550px;
    overflow-x: auto;
    overflow-y: auto;
}
.modalPopup10 {
    border-radius: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: lightgray;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 600px;
    width: 475px;
    overflow-x: auto;
    overflow-y: auto;
}

.modalPopup10MOBILEVIEW {
    border-radius: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: lightgray;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 80%;
    width: 80%;
    overflow-x: scroll;
}

.modalPopup11 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 80%;
    width: 90%;
    overflow-x: auto;
    overflow-y: auto;
}
.modalPopup12 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 375px;
    width: 400px;
    overflow-x: scroll;
}
.modalPopup13 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 70%;
    width: 55%;
    overflow-x: scroll;
}
.modalPopup14 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40%;
    width: 80%;
    overflow-x: scroll;
}

.modalPopup15 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 85%;
    min-width: 350px;
    width: 40%;
    overflow-x: scroll;
}
.modalPopup16 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 475px;
    width: 425px;
    overflow-x: scroll;
}
.modalPopup17 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 425px;
    height: 385px;
    word-wrap: break-word;
    overflow-x: auto;
    overflow-y: auto;
}
.modalPopup18 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 50%;
    width: 55%;
    overflow-x: scroll;
}
.modalPopup19 {
    border-radius: 5px 5px 5px 5px;
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 600px;
    width: 60%;
    overflow-x: scroll;
}
.modalPopup19ALT {
    border-radius: 5px 5px 5px 5px;
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 450px;
    width: 60%;
    overflow-x: scroll;
}
.modalPopup20 {
    border-radius: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: lightgray;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 600px;
    width: 400px;
    overflow-x: scroll;
}
.modalPopup21 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 600px;
    width: 95%;
    overflow-x: scroll;
}
.modalPopup22 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 475px;
    width: 400px;
    overflow-x: scroll;
}
.modalPopup23 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 400px;
    height: 385px;
    word-wrap: break-word;
}
.modalPopup24 {
    border-radius: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #73AD21;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 85%;
    width: 80%;
    overflow-x: scroll;
}
    .blurry-text {
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
    .textshadow .blurry-text {
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
    i.fa-magic {
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  -webkit-transform:rotateX(180deg);
  -moz-transform:rotateX(180deg);
  -o-transform:rotateX(180deg);
  -ms-transform:rotateX(180deg);
}
    .video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
@media (max-width: 479px){
   .rwd-break { display: none; }
}
@media (min-width: 991px) {
    .rwd-break-sm {
        display: none;
    }
}
.AutoExtender {
    margin: 0px !important;
    z-index: 99999 !important;
    background-color: #fff;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    /*min-width: 160px;*/
    min-width: 285px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
@media (max-width: 479px){
   .rwd-scroll { display: block; 
    width: 100%;
    overflow: auto;   
    overflow-x: scroll;
   }

}
.AuthorizeNetSeal {width:auto !important;} /* required to override Authorize.net seal's CSS and center Authorize.net seal */

.imgwrapper {
    height:auto;
    padding-top:15px;
    display:inherit;
    max-width:172%;
    
}
@media screen and (max-width: 768px) {
    h1{
        font-size:17px;
    }
    h3{
        font-size:15px;
    }
    h4{
        font-size:13px;
    }
    p{
        font-size:15px;
    }
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float:left;
}
.cardPaid {
    /* Add shadows to create the "card" effect */
    /*box-shadow: 0 4px 8px 0 #90EE90;*/
    box-shadow: 0 -1px 5px 1px #90EE90;
    transition: 0.3s;
    padding: 2px 16px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.postCard {
    /* Add shadows to create the "card" effect */
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    box-shadow: 0 -1px 5px 1px rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 2px 16px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 2px 16px;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
    padding: 2px 16px;

}

hr.class-1 {
    border-top: 10px solid #8c8b8b;
}

hr.class-2 {
    border-top: 3px double #8c8b8b;
}

hr.class-3 {
    border-top: 1px dashed #8c8b8b;
}

hr.class-4 {
    border-top: 1px dotted #8c8b8b;
}

hr.class-5 {
    background-color: #fff;
    border-top: 2px dashed #8c8b8b;
}

hr.class-6 {
    background-color: #fff;
    border-top: 5px dotted #8c8b8b;
}

hr.class-7 {
    border-top: 2px solid #f4a742;
}

hr.class-8 {
    border-top: 20px solid #489EBF;
}

hr.class-9 {
    border-top: 20px solid #40C5C4;
}
hr.class-10 {
    border-top: 3px solid #ffffff;    
}
hr.class-11 {
    border-top: 4px solid #8c8b8b;
}
.toolstip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
    .toolstip .tooltiptext {
        visibility: hidden;
        width: 300px;
        background-color: #555;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 15px 15px;
        position: absolute;
        z-index: 1;
        bottom: 25%;
        left: 50%;
        margin-left: 25px;
        opacity: 0;
        transition: opacity 0.3s;
        font-family: 'Lato';        
    }

        .toolstip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .toolstip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .MyCalendar {
    background-color: #ffffff;
    color: #000000;    
    }

    .brmedium {
        display: block;
        margin-bottom: .5em;
    } 

/*.row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    
    left: 50%;
}*/


.btn-danger-hollow {
    background-color: #fff;
    border-color: #d43f3a;
    color: gray;
    font-weight: 700;
}

    .glowbutton {
    background-color: #1c87c9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 15px;
    padding: 3px 7px;
    text-align: center;
    text-decoration: none;
}

@keyframes glowing {
    0% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }

    50% {
        background-color: #49e819;
        box-shadow: 0 0 20px #49e819;
    }

    100% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }
}

.glowbutton {
    animation: glowing 3500ms infinite;
}

.fakeH1 {
    display: block;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.textareaComment {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
    min-height: 40px;
    /*line-height: 20px;*/
    /*background-color: #f5f5f5;*/
    
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.textareaCommentOfComment {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
    min-height: 40px;
    /*line-height: 20px;*/
    /*background-color: #f5f5f5;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.textareaComment:focus {
    background-color: #fff;
}

.textareaComment[contenteditable]:empty::before {
    content: "Write a comment...";
    color: gray;
}

.textareaCommentOfComment[contenteditable]:empty::before {
    content: "Reply to a comment...";
    color: gray;
}
.x-grey-img > img {
    -webkit-filter: grayscale(0);
    filter: none;
    transition: all ease 0.5s;
}

.x-grey-img:hover > img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.frame {    
    border: 0px solid #fff;
    background: #fff;
    margin: auto;
    padding: 1px 1px;
}
.fakeSmallBreak {
    display: block;
}
