/*
GENERAL STYLES
::selection {
    color: #F7F7F7;    sans-serif   - WAS REMARK BY THE KING WAS UNDER ::-moz-selection {
    background: #1a566f;  - all function of rgba that didn't have the forth param was removed BY THE KING
}
*/
@import url(http://fonts.googleapis.com/css?family=Lato:300);
@import url(http://fonts.googleapis.com/css?family=Oswald:300);
::-moz-selection {
    color: #F7F7F7;
    background: #1a566f;
}
body {
    background: #333;
    color: #F7F7F7;
    font-family: 'Lato', Arial;
	font-weight: 100;
	font-size: 18px;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial', Arial;
	font-weight: 300;
	text-align:center;
}
IMGcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

fbYOS {
     margin: auto;
 }

txtBYOS {
font-weight: bold;
font-size: 48px;
}

a.YosBlue {
color : blue;
}

a.YosBlue:hover {
background : gray;
}



footerYos {
height: 45px;
width: 45px;
cursor:pointer;
}

.about-section-heading{
	font-size: 26px;
	color: #5e5f60;
}
a {
	color: #82888e;
	transition: .25s;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:focus {
	outline: none;
	color: #a52f54;
}




.contact-us-heading{
	margin: 0;
	text-align: center;
	margin-bottom: 25px;
	font-size: 48px;
	color: #FFF;
}






.form-control {
    box-shadow: none;
    border: none;
    color: #1F1F21;
	background: #f7f7f7;
	background: rgba(247, 247, 247, 0.7);
	border-radius: 0;
	transition: .25s;
}
.form-control:hover {
	background: #f7f7f7;
	background: rgba(247, 247, 247, 0.8);
}
.form-control:focus {
    box-shadow: none;
	background: #f7f7f7;
	background: rgba(247, 247, 247, 0.9);
}
.input-group {
	margin-bottom: 24px;
}
.input-group-addon {
	box-shadow: none;
    border: none;
    color: #46515c;
	background: #f7f7f7;
	background: rgba(247, 247, 247, 0.6);
	border-radius: 0;
	transition: .25s;
}
.btn {
    box-shadow: none;
    border: none;
    color: #F7F7F7;
	background: #ff6b6b;
	border-radius: 0;
    transition: .25s;
}
.btn:hover {
    color: #F7F7F7;
	background: #ed3d3d;
	background: rgba(237, 61, 61);
}
.btn:focus {
    outline: none;
    color: #F7F7F7;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	border-radius: 0;
}
#newsletter-success, #newsletter-error, #contact-success, #contact-error {
    display: none;
}
.alert {
	margin-top: 24px;
	border-radius: 0;
	border: none;
	text-align: center;
	font-weight: bold;
}
.alert-danger {
	background: #ff3a2d;
	background: rgba(255, 58, 45, 0.75);
	color: #F7F7F7;
}
.alert-success {
	background: #4cd964;
	background: rgba(76, 217, 100, 0.75);
	color: #F7F7F7;
}
.ketchup-error ul {
	background: #ff6666;
	color: #F7F7F7;
}
.ketchup-error span {
	border-top-color: #FF2D55;
	border-top-color: rgba(255, 45, 85, 0.75);
}
.tooltip-inner {
	background: #ff6666;
	border-radius: 0;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #ff6666;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #ff6666;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #ff6666;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #ff6666;
}
.heading {
	margin: 0;
	text-align: center;
	margin-bottom: 26px;
	font-size: 48px;
	/*color: #5e5f60;*/
	color: #1967B3;
}

.heading span{
	margin: 0;
	text-align: center;
	margin-bottom: 25px;
	font-size: 48px;
	color:#5e5f60;
}


.lead {
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
}
#services-link, #newsletter-link, #about-link, #pricing-link, #gallery-link, #contact-link {
	position: relative;
	top: -80px;
}

/*
NIVOSLIDER
*/
.nivo-directionNav a {
	font-size: 36px;
}
.nivo-prevNav {
	left: 12px;
}
.nivo-nextNav {
	right: 12px;
}
.nivo-controlNav a {
	margin: 0 6px;
}

/*
HEADER
.navbar-default {
    border: none;
    background: #ff6b6b;
	background: rgba(255, 107, 107);
	border-bottom: 3px solid #e94b4b;
	
	border-bottom: 3px solid #1967B3;
	
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus {
    color: #F7F7F7;
	
	.navbar-nav>li>a {
	 line-height: 50px;
*/
.navbar-default {
    border: none;
    background: #FFFFFF;
	background: #FFFFFF;
	border-bottom: 3px solid #1967B3;
	
	
}
.navbar-nav>li>a {
	line-height: 50px;
	font-size: 1.2em;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus {
    color:#1967B3;
	font-size: 20px;
	 -webkit-transition:background 2s ease;
   -moz-transition:background 2s ease;
   -o-transition:background 2s ease;
   transition:background 2s ease;
	
	
}
.navbar-default .navbar-nav>li>a:hover {
	color: #000000;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
	background-color: #CCCCCC;
}
.navbar-brand {
    transition: .25s;
}
.navbar-brand:hover {
    opacity: .8;
}
.navbar-collapse {
    border: none;
}
.navbar-toggle {
    border: none;
    background: #fff;
    color: #ff6b6b;
    line-height: 50px;
    width: 68px;
    font-size: 2em;
    transition: .25s;
}
.navbar-default .navbar-toggle:focus {
    outline: none;
	background: #fff;
}
.navbar-default .navbar-toggle:hover {
    background: #cf3f3f;
	
	color: #fff;
}

/* MAIN */
.main {
    padding: 82px 0px 0px 0px;
    text-align: center;
	background: #556270;
}
.logo-wrapper {
    text-align: center;
    margin: 48px 0;
	
}
.logo {
    max-width: 100%;
	font-size: 96px;
	
	
}


  .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }


.main-heading {
    margin: 0;
	margin-bottom: 24px;
    font-size: 72px;
	/* margin-bottom: 24px;; */
}
.main-subheading {
	margin-bottom: 48px;
	/* margin-bottom: 48px;; */
}
.main-btn {
	margin: 0 6px;
}

/*
Services
background: #4ecdc4;original
background: #7abc8a;
*/
.services {
	background: #FFFFFF;
	background: rgba(255,255,255,1.00);
	padding: 12px 12px;
	text-align: center;
	/*border-bottom: solid 1px #6de5dc;
	border-top: solid 1px #6de5dc;*/
}
.services-item {
	margin-top: 0px;
	margin-bottom: 32px;
}
.services-icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	font-size: 2.5em;
	line-height: 100px;
	background: #006BB5;
	background: rgba(0,107,181, 0.8);
	border-radius: 100%;
	transition: .5s;
}
.services-item:hover .services-icon {
	font-size: 3.5em;
	
	
	background: #ff6b6b;
	background: rgba(255,107,107,1.00);
	
	/*
	ORIGINAL
	background: #006BB5;
	background: rgba(0,107,181, 1);*/
	
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.services-heading {
	margin: 26px 0;
	font-size: 28px;
	/*color: #1947B3;*/
	color: #1967B3;
	font-family: Arial;
}

.services-Subheading {
	margin: 12px 0;
	font-size: 24px;
	color: #484C50;
	margin-bottom: 32px;
	font-family: Arial;
}
.services-Subheading2 {
	margin: 12px 0;
	font-size: 20px;
	color: #484C50;
	margin-bottom: 32px;
	text-align: left;
	font-family: Arial;
}
.services-SubheadingB {
	margin: 12px 0;
	font-size: 20px;
	margin-bottom: 32px;
	text-align: left;
	font-weight: bold;
	color: #484C50;
	font-family: Arial;
}


#services .h2-line {
position: relative;
height: 1px;
width: 100%;
margin-bottom:20px;
background: #43bfb6;
z-index: 1;
}

/*
ABOUT
*/
.about-section {
	padding: 48px 12px;
}

.mission-top-icon{text-align:center;}
.about-section:nth-child(even) {
	background: #556270;
	border-top:solid 1px #a4ecb6;
	border-bottom:solid 1px #a4ecb6
}
.about-section:nth-child(odd) {
	background: #495563;
}

.h2-line {
position: relative;
height: 1px;
width: 100%;
margin-top:10px;
margin-bottom:20px;
background: #6ecd86;
/*background: #6ecd86;*/
z-index: 1;
}

/*
PRICING
*/
.pricing {
	background: #fff;
	padding: 48px 12px;
	
}
.best-deal {
    border-radius: 25px;
	margin-top: -15px;
	transition:0.8s;
}
.best-deal-label {
    border-radius: 25px;
	display: block;
    font-size: 2rem;
    color: #e5e7e9;
    margin-top: 7px;
}
.pricing-table-title {
    border-radius: 25px;
	
	background: #1967B3;
    margin: 0;
    padding: 24px 0;
    font-size: 2em;
}
.pricing-table-price {
	border-radius: 25px;
	
    /*background: #1947B3;
	background: rgba(248, 90, 90);*/
    margin: 0;
    padding: 24px 0;
    font-size: 4em;
}
.per-month {
	border-radius: 25px;
	border-radius: 25px;
    display: block;
    font-size: 2rem;
    margin-top: 7px;
}
.pricing-table-desc {
	border-radius: 25px;
    background: #1967B3;
    margin: 0;
    padding: 24px 0;
    font-size: 1.5em;
}
.pricing-table ul {
    border-radius: 25px;
	margin-bottom: 0;
}
.pricing-table-feature {
    border-radius: 25px;
	background: #8d8b8b;
    padding: 12px 0;
    font-size: 1em;
}
.pricing-table-feature:nth-child(even) {
    border-radius: 25px;
	background: #bdbdbd;
}
.pricing-table-footer {
    border-radius: 25px;
	background: #5e5f60;
    padding: 24px;
}

.elite{
	transition:0.8s;
}

.basic{

	transition:0.8s
}
/*
GALLERY
*/
.gallery {
	
	background: #7abc8a;
	padding: 48px 12px;
	text-align: center;
	border-top: solid 1px #a4ecb6;
    border-bottom: solid 1px #a4ecb6;
}

.grid {
    padding: 0;
    width: 100%;
	margin: 0;
	list-style: none;
	text-align: center;
}
.grid li {
	display: inline-block;
	width: 25%;
	margin: 0;
	padding: 12px;
	position: relative;
}
.grid figure {
	margin: 0;
	position: relative;
    overflow: hidden;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;
	transition: 0.4s;
}
.grid figure:hover img {
    -webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.grid figcaption {
	position: absolute;
	left: 0;
	padding: 20px;
	background: #ff6b6b;
    height: auto;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
    -o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.grid figure:hover figcaption {
    opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
    -o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
    -o-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.grid figcaption h3 {
    margin: 0;
    margin-bottom: 12px;
}
.grid figcaption a {
    display: block;
}

.option-link{
	color:#753131;
}

/*circle effect*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
 


/*End circle effect*/
/*
CONTACT
*/
.contact {
	background: #46515c;
	border-bottom:solid 1px #6b7b8c;

	padding: 55px 12px 121px 12px;
}
.contact-info i {
	margin-right: 6px;
}
.contact-info {
	margin-bottom: 24px;
}

.contact .h2-line {
position: relative;
height: 1px;
width: 100%;
margin-bottom: 50px;
background: #3e4852;
z-index: 1; }

/*
FOOTER
*/
.footer {
	
	margin:0px;
	background: #2b3239;
	text-align: center;
	padding:15px 0px
}
.back-top {
	font-size: 72px;
	line-height: 0px;
	
}
.copyright {
	font-size:16px;
}
.social-icon {
	display: inline-block;
	font-size: 18px;
	background: #e7e7e7;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	transition: .25s;
	padding-top:6px;
	margin:0px;
}
.social-icon:hover {
	opacity: .8;
	color:#e94b4b;
}


/*
MEDIA QUERIES
*/
@media all and (max-width: 768px) {
	#newsletter-form {
		width: 100%;
	}
	.pricing-table {
		margin-bottom: 48px;
	}
	.grid li {
		width: 100%;
	}
	.contact-infos {
		margin-bottom: 48px;
	}
}


.ImageOverlayHe {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);height: 0;display: block;height: 0;left: 0;opacity: 1;position: absolute;top: 50%;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;}

.ImageOverlayHe:hover {height: 100%;top: 0;opacity: 1;}



@media all and (min-width: 300px) and (max-width: 768px){
	
	
	.grid figure img {
	width: 100%;
	display: block;
	position: relative;
	transition: 0.4s;
}
    .grid figure:hover img {
    -webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
	transform: translateY(-50px);
}

	.grid figcaption {
	position: absolute;
	left: 0;
	padding: 20px;
	background: #ff6b6b;
    height: auto;
	width: 100% !important;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
    -o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.grid figure:hover figcaption {
    opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
    -o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
    -o-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
	width: 100px;
}

  
}
