/***************************************************************
****************************************************************
****     Client: Chat-Me-In                                 ****
****     Project: Chat-Me-In                                ****
****     Date: October 2016                                 ****
****     Author: York Myers                                 ****
****     Company: Chat-Me-In                                ****
****************************************************************
***************************************************************/
/*
font-family: 'Raleway', sans-serif;
*/
/******************************************************************************************************
DEFAULT CLASSES
******************************************************************************************************/
.text-right {text-align: right;}
.text-left {text-align: left;}
.text-center {text-align: center;}

.text-white {color: #ffffff;}
.text-black {color: #000000;}
.text-grey {color: #515151;}
.text-purple {color: #4A148C;}
.uppercase {text-transform: uppercase;}
.lowercase {text-transform: lowercase;}

.body-p.narrow {max-width: 700px; display: block; margin: 0 auto;}
.body-p.narrow-left {max-width: 700px;}
/******************************************************************************************************
NAVIGATION
******************************************************************************************************/
.main-logo {
    height:28px;
    padding: 0 !important;
}
.navigation {
  width: 100%;
  background: transparent;
  font-family: 'Raleway', sans-serif;
  top: 0;
  position: fixed;
  height: 70px !important;
  right: 0;
  left: 0;
  margin-bottom: 0 !important;
  z-index: 999;
  -webkit-transition: color .3s linear, background-color .3s ease-in-out, border-color .3s ease-in-out;
  -moz-transition: color .3s linear, background-color .3s ease-in-out, border-color .3s ease-in-out;
  -o-transition: color .3s linear, background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s linear, background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.navigation.darknav {
    background: #4A148C;
    box-shadow: 0px -2px 15px rgba(0,0,0,0.5);
}
.navigation a {
  color: #fff;
  text-decoration: none;
}
.navigation a:hover {
  text-decoration: none;
}
.brand {
  position: absolute;
  float: left;
  padding-left: 6px;
  line-height: 65px;
}
.brand a {
  color: #515151;
  font-size: 1.4em;
  text-decoration: none;
  font-weight: 100;
}
.brand a:visited,
.brand a:active {
  color: #515151;
}
.brand a:hover {
  text-decoration: none;
}
.nav-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 0px;
  height: 70px;
}
.nav-dropdown {
  display: none;
  position: absolute;
  margin: 0;
  left: 0;
  width: 200px;
  z-index: 99;
  border: 3px solid #4A148C;
  margin-top: -1px;
  background: #fff;
  padding: 0 10px 20px 10px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
nav {
  float: right;
  position: relative;
  display: inline-block;
  font-size: .9em;
  font-weight: 700;
}
nav ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  display: inline;
  position: relative;
  margin: 0 10px;
  text-transform: uppercase;
}
.nav-social-li {
    margin: 0 !important;
    padding: 0 !important;
    width: 165px;
}
ul.nav-social-ul {
  display: block;
}
.nav-list li ul.nav-social-ul li a {
  border-bottom: none !important;
  border: 2px solid #fff;
  border-radius: 50%;
}
.nav-list li ul.nav-social-ul li a {
    border: 1px solid #fff !important;
    border-radius: 26px;
    padding: 4px;
    height: 40px;
    width: 40px;
    margin: 0 !important;
}
ul.nav-social-ul li a i {
  position: absolute;
  color: #fff;
  top: -8px;
  text-align: center;
  bottom: 0;
  left: 1px;
  right: 0;
  margin: auto !important;
  font-size: 20px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 10px 0 0 0;
  -webkit-transition: color .1s linear, background-color .1s ease-in-out, border-color .1s ease-in-out;
  -moz-transition: color .1s linear, background-color .1s ease-in-out, border-color .1s ease-in-out;
  -o-transition: color .1s linear, background-color .1s ease-in-out, border-color .1s ease-in-out;
  transition: color .1s linear, background-color .1s ease-in-out, border-color .1s ease-in-out;
}
nav ul.nav-social-ul li {
  margin: 15px 4px 0 4px !important;
  position: relative;
}
nav ul.nav-social-ul li:hover a i,
nav ul.nav-social-ul li:focus a i {
  background: #fff;
  color: #4A148C;
}
nav ul li a {
  display: block;
  color: #fff;
  padding: 0 20px;
  line-height: 39px;
}
nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active {
  text-decoration: none;
}
nav ul li > a:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 3px;
  right: 10px;
  height: 70px;
  width: 70px;
}
@media only screen and (max-width: 768px) {
  .cta-nav-row {display:none;}
  .brand {line-height: 35px;}
  .nav-list li a {
    font-family: 'Raleway', sans-serif !important;
    color: #515151 !important;
    padding: 32px 15px 0 15px !important;
    font-weight: 500 !important;
    width: 100% !important;
    display: inline-block !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
  }
  .navigation {height: 40px !important;position: fixed;}
  .nav-container {height: 40px !important;}
  .nav-mobile {display: block;}
  .main-logo {height: 45px; margin-top: -5px;}
  nav {width: 100%;padding: 70px 0 15px;}
  nav ul {display: none;}
  nav ul li {width: 100%;float: none;}
  nav ul li > a {padding: 15px 15px 15px 20px;line-height: 23px;}
  nav ul li:hover .nav-dropdown {display: none;}
  nav li a {line-height: 2px !important; font-size: 14px !important;}
  nav ul li ul li a {line-height: 2px !important; font-size: 14px !important;}
  .nav-dropdown {position: static;width: 100%;}
  .nav-list {
      margin-top: -1px !important;
      list-style-type: none;
      background: #fff;
      width: 100%;
      overflow: scroll;
    }
    .nav-dropdown {border-top: none !important; max-height: 100vh; overflow: scroll;}
    nav ul li ul li a {background: #fff;color: #515151 !important;border-color: #eee;}
    nav ul li ul li a:hover {background: #fff !important;}
    .nav-list li a {
        font-size:15px !important;
        font-weight: 500 !important;
    }
    .nav-list li a {padding: 40px;}
}
@media screen and (min-width: 800px) {
  .nav-list {display: block !important;}
}
@media only screen and (max-width: 768px) {
  nav {
    width: 100%;
    padding: 40px 0 15px;
    padding-bottom: 0;
}
  .main-logo {padding: 10px 0 !important;}
}
#nav-toggle {
  position: absolute;
  right: 0;
  top: 6px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #515151;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {top: -7px;}
#nav-toggle span:after {bottom: -7px;}
#nav-toggle.active span {background-color: transparent;}
#nav-toggle.active span:before,#nav-toggle.active span:after {top: 0;}
#nav-toggle.active span:before {transform: rotate(45deg);}
#nav-toggle.active span:after {transform: rotate(-45deg);}
.nav-list {position: relative;z-index: 999 !important;}
.nav-list {
    float: right;
    margin-top: 0;
    list-style-type: none;
}
.nav-list li a {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  letter-spacing: 1.5px;
  height: 55px;
  font-size: 14px;
  padding: 16px 5px 0 5px;
  font-weight: 500 !important;
  width: 100%;
  margin: 0 0 0 0;
  display: inline-block;
}
.nav-list li ul li a {
    color:#4A148C;
    opacity: 0.8;
}
.nav-dropdown li {
  width: 85%;
}
.nav-list li.selected a {
    border-bottom: 1px solid #fff;
}
#footer ul li.selected a {
    font-weight: 900 !important;
}
.nav-dropdown li.selected a {
    font-weight: bolder !important;
    opacity: 1 !important;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 25px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
.cta-nav-row {
    border-top: 1px solid #f1f1f1;
    width: 100%;
    height: 40px;
    padding: 5px 0 0 0;
    text-align: center;
}
.cta-nav-row span {
    margin: 0 10px;
    font-size: 20px;
}
.cta-nav-row span strong {
  color: #D22231;
}
/******************************************************************************************************
FONTS
******************************************************************************************************/
.header-large {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 5px;
    line-height: 70px;
    font-weight: 300;
    margin: 0 0 10px 0;
    font-size: 60px;
}
.main-sub-head {
    font-size: 20px;
    margin: 0;
    text-transform: none;
    margin: 10px 0;
    border-bottom: 1px solid #fff;
    display: block;
}
.header-large-interior {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 5px;
    line-height: 70px;
    font-weight: 600;
    margin: 145px 0 10px 0;
    font-size: 30px;
}
.header-medium {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    line-height: 70px;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 30px;
}
.header-medium-2 {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
    line-height: 70px;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 50px;
}
.header-medium:before {
      content: '';
      display: block;
      height: 50px;
      width: 3px;
      position: absolute;
      left: -15px;
      top: 10px;
      background: #4A148C;
}
.header-small {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
  line-height: 50px;
  font-weight: 600;
  margin: 0 0 15px 0;
  font-size: 20px;
}
.header-small-nopad {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  line-height: 25px;
  font-weight: 600;
  margin: 5px 0 5px 0;
  font-size: 20px;
}
#footer .header-small {
  border-bottom: 2px solid #eee;
}
.body-p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
}
.fa-play, .fa-arrow-down {
  margin: 0 10px 0 0;
}
#download-section .header-medium-2 {
  font-weight: 300 !important;
  font-size: 30px;
}
.inline-link-purple,
.inline-link-purple:hover,
.inline-link-purple:focus {
  color: #4A148C;
  text-decoration: underline;
}
/******************************************************************************************************
BUTTONS
******************************************************************************************************/
.btn {
    display: inline-block !important;
    width: 280px !important;
    height: 45px !important;
    text-align: center !important;
    padding: 13px 0 0 0 !important;
    margin: 5px 2px 5px 0px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    letter-spacing: 1.5px;
    font-family: 'Raleway', sans-serif;;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    -webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
    -moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
    -o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
    transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
}
.btn-white {
  background: #fff;
  color: #4A148C;
}
.btn-white:hover,
.btn-white:focus {
  background: #eee;
  color: #4A148C;
}
.btn-purple {
  background: #4A148C;
  color: #fff;
}
.btn-purple:hover,
.btn-purple:focus {
  background: #3B2470 ;
  color: #fff;
}
.btn-video {
  float: left;
}
.btn-left {
  float: left;
}
.btn-center {
    margin: 50px auto !important;
    display: block !important;
}
/******************************************************************************************************
INPUTS
******************************************************************************************************/
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: #fff;
    font-family: inherit;
    border: 2px solid #f1f1f1;
    color: #515151;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none !important;
    margin: 0 2px 7px 2px !important;
    padding: 22px 12px 22px 12px;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    letter-spacing: 1.5px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px !important;
    /*text-transform: uppercase !important;*/
    font-weight: 400 !important;
    -webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
    -moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
    -o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
    transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    background: #ffffff;
    border-color: #4A148C;
    outline: none;
}
textarea#Message {
    height: 158px;
    padding: 12px;
}
input[type="submit"] {
    width: 100%;
    color: #fff;
    background: #4A148C;
    border: none;
    display: inline-block !important;
    height: 52px !important;
    text-align: center !important;
    padding: 1px 0 0 0 !important;
    margin: 5px 2px 5px 0px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    letter-spacing: 1.5px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    -webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
    -moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
    -o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
    transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
}
input[type="submit"]:hover {
  background: #3B2470;
  color: #fff;
}
#contribute-form {
  margin: 50px 0 0 0;
  position: relative;
}
.form-row.submitted form { display: none !important; }
.form-row #success {display: none;}
.form-row.submitted #success {display: block !important;}
#alert span {
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  max-width: 700px;
  display: block;
  margin: 0 auto;
}
#alert {
  font-size: 30px;
  font-weight: 300;
}
.row.form-row {
    padding: 0 5px;
}
#contact-form .columns {
  padding: 0 3px !important;
}
/******************************************************************************************************
SECTIONS
******************************************************************************************************/
.section {padding: 50px 0;}
#section-one {
  background: url('../images/main-bg1.jpg');
  background-position: center center;
  background-size: cover;
  height: 700px;
  position: relative;
}
#header1 {
  background: url('../images/header1.jpg');
  background-position: center center;
  background-size: cover;
  height: 260px;
  position: relative;
}
#header2 {
  background: url('../images/header2.jpg');
  background-position: center center;
  background-size: cover;
  height: 260px;
  position: relative;
}
#header3 {
  background: url('../images/header3.jpg');
  background-position: center center;
  background-size: cover;
  height: 260px;
  position: relative;
}
#section-one-faq {
  background: url('../images/how-to-use-header-bg.jpg');
  background-position: center center;
  background-size: cover;
  height: 260px;
  position: relative;
}
#sec1-bg {
  background: url('../images/home-bg1.png');
  background-position: center center;
  background-size: cover;
  min-height: 500px;
  position: relative;
}
#sec2-bg {
  background: url('../images/home-bg2.png');
  background-position: center center;
  background-size: cover;
  min-height: 500px;
  position: relative;
}
#sec3-bg {
  background: url('../images/home-bg3.png');
  background-position: center center;
  background-size: cover;
  min-height: 500px;
  position: relative;
}
#sec4-bg {
  background: url('../images/home-bg4.png');
  background-position: center center;
  background-size: cover;
  min-height: 500px;
  position: relative;
}
#section-two,
#section-three,
#section-four,
#section-five {
    min-height: 500px;
}
#download-section {
    background: #4A148C;
    text-align: center;
}
#section-two-ambassadors {
  min-height: 600px;
}
#ambassador-bg {
  background: url('../images/ambassadors-bg.png');
  background-position: center right;
  background-size: cover;
  min-height: 600px;
  position: relative;
}
#section-two-ambassadors {
    min-height: 600px;
}
#grey-section {
    background: #f1f1f1;
}
#section-two-success {
    min-height: 380px;
}
/******************************************************************************************************
YOUTUBE MODAL
******************************************************************************************************/
.modal {
	padding: 30px;
	left: 50%;
	top: 50%;
	position: fixed;
	z-index: 500;
	background: transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.modal.size-m {
	width: 600px;
	height: 400px;
}
.modal.size-l {
	width: 700px;
	height: 500px;
}
.modal.size-s {
	width: 500px;
	height: 300px;
}
.modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.5;
	top: 0;
	left: 0;
	z-index: 100;
}
.modal-close {
  color: #fff;
  font-size: 30px;
  line-height: .5;
  position: absolute;
  top: 0px;
  right: 10px;
  font-weight: norml;
  cursor: pointer;
}
.modal-close:hover {
	color: #fff;
}
/******************************************************************************************************
FAQ ACCORDION
******************************************************************************************************/
#faqs dt, #faqs dd {
  padding: 0;
  margin: -10px 0 30px 1px;
}
#faqs dt {
  font-size: 1.5em;
  cursor: pointer;
  line-height: 45px;
  padding-top: 15px;
  border-top: 2px solid #eee;
}
#faqs dd {
  font-size: 1em;
}
#faqs dt.uppercase {
  padding: 10px 50px 10px 0 !important;
  margin: 5px 0 !important;
}
#faqs dt {
  background: url('../images/plus.png') no-repeat right;
  background-size: 20px;
}
#faqs .expanded {
  background: url('../images/minus.png') no-repeat right;
  background-size: 20px;
}
/******************************************************************************************************
MEDIA QUERIES
******************************************************************************************************/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
            .header-large {
                letter-spacing: 2px;
                line-height: 50px;
                margin: 0 0 5px 0;
                font-size: 40px;
            }
            .body-p {
              font-size: 14px;
            }
            .header-medium {
              font-size: 25px;
            }
            .header-medium-2 {
              font-size: 30px;
            }
            .slText {
              padding: 0 20px !important;
            }
            .store-links a {
              display: block;
              margin: 5px 0 5px 0;
            }
            .content-block-text {
              height: 310px !important;
            }
            nav ul li {
              margin: 0 5px;
            }
}
@media only screen and (min-width : 768px) {
            .mobileOnly {display: none;}
            .desktopOnly {display: block;}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
            .mobileOnly {display: block !important;}
            .desktopOnly {display: none !important;}
            #section-one .text-center {
              text-align: center !important;
            }
            #slider {
              height: 600px !important;
            }
            #section-one {
              height: 600px !important;
              max-height: 600px !important;
            }
            .nav-list li {
              height: 40px;
              padding: 12px 0;
              margin: 0 !important;
            }
            .nav-list li.selected {
              background: #eee;
            }
            .nav-list li.selected a {
              color: #4A148C !important;
              margin-top: -7px;
            }
            .nav-dropdown {
              border: none !important;
            }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 641px) {
            .header-large-interior {
              margin-top: 75px !important;
            }
            .appstore, .googleplay {width: 150px;}
            #footmiddle {margin: 50px 0}
            #footer {
              margin: 0 20px;
            }
            #footer .header-small {
                text-align: left !important;
            }
            #footer ul {text-align: left !important;}
            #download-section {clear: both;}
            #sec1-bg,
            #sec2-bg,
            #sec3-bg,
            #sec4-bg,
            #section-two,
            #section-three,
            #section-four,
            #section-five {
              min-height: 300px !important;
            }
            #ambassador-bg {
              min-height: 400px !important;
            }
            #section-two-ambassadors .content-block-text {
                min-height: 500px !important;
            }
            .content-block-text {
              position: relative !important;
            }
            .sec-content {
              min-height: 0 !important;
              padding: 20px 0 0 0 !important;
            }
            #faqs .header-medium-2 {
              font-size: 18px !important;
              line-height: 25px;
            }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 480px) {
            .header-large {
                line-height: 42px;
                font-size: 35px;
                letter-spacing: 2px;
            }
            .body-p {
              font-size: 16px;
              letter-spacing: 0px;
            }
            .header-medium {
              font-size: 20px;
              letter-spacing: 1px;
            }
            .header-medium-2 {
              font-size: 30px;
              letter-spacing: 1px;
            }
            .inline-stores .appstore, .inline-stores .googleplay {
              width: 175px;
            }
            .inline-stores a {
              display: block;
              margin: 5px 0;
            }

}
/******************************************************************************************************
GENERAL STYLES
******************************************************************************************************/
.appstore, .googleplay {
    width: 200px;
}
.store-links {
    position: absolute;
    right: 50px;
    bottom: 50px;
    display: block;
}
.sec-content {
    position: relative;
    background: #fff;
    min-height: 500px;
    display: block;
}
.content-block-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 240px;
    left: 0;
    margin: auto;
    width: 80%;
}
#footer ul {
    list-style-type: none;
    margin: 0;
    text-align: center;
}
#footer ul li a {
  font-family: 'Raleway', sans-serif;
  color: #4A148C;
  letter-spacing: 1.5px;
  height: 15px;
  font-size: 14px;
  padding: 10px 5px 0 5px;
  font-weight: 400 !important;
  width: 100%;
  margin: 1px 0 1px 0;
  display: inline-block;
  height: 40px;
}
video {
  width: 100% !important;
  height: auto !important;
}
figure#video-fig {
    display: block;
    background: #eee;
    padding: 5px;
    width: 100%;
    margin: 1px auto;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#return-to-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: #4A148C;
    width: 50px;
    z-index: 999;
    height: 50px;
    display: block;
    text-decoration: none;
    border-top-left-radius: 25px;
    display: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 18px;
    top: 16px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #fff;
    top: 12px;
}
.round-social-ul {
    list-style-type: none;
    text-align: center;
    position: relative;
    margin: 10px 0 0 0;
}
.round-social-ul .fa {
  color: #4A148C;
  border: 2px solid #4A148C;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 8px 0 0 0;
  font-size: 20px;
  -webkit-transition: color .1s linear, background-color .1s ease-in-out, border-color .1s ease-in-out;
  -moz-transition: color .1s linear, background-color .1s ease-in-out, border-color .1s ease-in-out;
  -o-transition: color .1s linear, background-color .1s ease-in-out, border-color .1s ease-in-out;
  transition: color .1s linear, background-color .1s ease-in-out, border-color .1s ease-in-out;
}
.round-social-ul li {
    display: inline-block;
    margin: 10px;
}
.round-social-ul li:hover .fa {
  background: #4A148C;
  color: #fff;
}
.success-img {
    display: block;
    margin: 20px auto;
    height: 100px;
}
#success .header-small {
    margin: 60px 0 0 0;
    line-height: 30px;
}
.phone-img {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    display: block;
}
#phone-block {
    min-height: 600px;
}
.blockquote-box {
    border: 3px solid #4A148C;
    padding: 20px 20px 2px 20px;
    max-width: 560px;
    display: block;
    margin: 70px auto 30px auto;
    background: #fff;
}
