@font-face {
	font-family: 'Marck Script';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/mscript.eot');
  	src: url('../fonts/mscript.eot?#iefix') format('embedded-opentype'), url('../fonts/mscript.woff') format('woff'), url('../fonts/mscript.ttf') format('truetype');
}

body{
	min-height: 100%;
	width: 100%;
	height: 100%;
	color: rgb(255, 255, 255);
}

a:hover{
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12{
	float:left;
}

.col-md-12{width:100%}
.col-h-90{height: 90px}
.col-md-11{width:91.66666667%}
.col-md-10{width:83.33333333%}
.col-md-9{width:75%}
.col-md-8{width:66.66666667%}
.col-md-7{width:58.33333333%}
.col-md-6{width:50%}
.col-md-5{width:41.66666667%}
.col-md-4{width:33.33333333%}
.col-md-3{width:25%}
.col-md-2{width:16.66666667%}
.col-md-1{width:8.33333333%}

.global-container-noborder{
    min-height: 100%;
    width: 100%;
    max-height: 400px;
    min-width: 900px;
    height: 100%;
    height: auto;
    padding-top: 5px;
    position: relative;
}

.global-container{
	min-height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 1024px;
	height: 100%;
	height: auto;
	background-image: url('../img/bg.jpg');
	background-size: cover;
	background-color: rgb(0, 0, 0);
	background-position: 50% 0%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 5px;
	position: relative;
}

.md-size{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.md-size-height{
    height: 700px;
}


.header-container,
.footer-container{
	background: rgb(0, 157, 41);
}

.header-container{
	max-height: 100px;
	position: relative;
	border-bottom: 5px solid rgb(0, 136, 203);
    padding: 2px;
}

.top-menu-container{
	position: relative;
	margin-top: 60px;
	margin-left: 80px;
}

.top-menu{
	margin-bottom: 0;
}

.top-menu > li{
	display: -moz-inline-stack;
	display: inline-block;
	padding: 10px;
}

.top-menu > li > div > a{
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	transition: color 0.4s ease 0s;
	-webkit-transition: color 0.4s ease 0s;
}

.top-menu > li > a{
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s ease 0s;
}



.top-menu > li > div > a:hover{
	text-decoration: none;
}

.app-container{
	width: 135px;
	height: 85px;
	position: absolute;
	right: 0;
	top: 5px;
}

.app{
	background-image: url('../img/app.png');
	background-repeat: no-repeat;
	display: block;
	width: 130px;
	height: 42px;
}

.google-play{
	background-position: 0 -42px;
}

/* Content */
.content-container{
    /*min-height: 100%;*/
    margin-top: 20px;
    position: relative;
    min-height: 1000px;
    max-height: 1200px !important;
}
.fix-content-container-size{
    height: 710px;
}
.search,
.features-item{
	position: relative;
	z-index: auto;
	border: 1px solid rgb(159, 0, 62);
	background-color: rgba(0, 78, 20, 0.882353);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px 0px;
	padding: 0 15px;
}

.search{
	margin-bottom: 100px;
}

.search-title{
	font-size: 26px;
	margin-top: 10px;
}

.content-container .input-search{
	width: 520px;
	height: 55px;
	line-height: 55px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-khtml-border-radius: 0;
	font-size: 18px;
}

.btn-find{
	font-size: 18px;
	height: 55px;
	margin-left: -4px;
	position: relative;
	padding: 0 40px;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	background-color: rgb(0, 136, 203);
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	-webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	border: 0px solid rgb(34, 140, 26);
	box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px inset, rgba(255, 255, 255, 0.74902) 0px -1px 1px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px inset, rgba(255, 255, 255, 0.74902) 0px -1px 1px inset;
}

.btn-find:hover{
	color: rgb(255, 255, 255);
}

.content-container .navbar-form{
	width: 85%;
	margin: 50px auto;
}

.features-item{
	position: relative;
	display: block;
	color: rgb(255, 255, 255);
	text-align: center;
	padding: 2px 2px 20px 2px;
	height: 255px;
}

.features-item img.img-mod{
	position: absolute;
	top: 35px;
}

.features-item img.img-mod.phone{
	left: 35px;
}

.features-item img.img-mod.plan{
	right: 10px;
}

.features-item span{
	display: block;
	margin-top: 5px;
	line-height: 1.2;
}

.features-item-title{
	font-size: 27px;
}

.features-item-text{
	font-size: 18px;
	padding: 0 10px;
}

/* Page */
.page-container{
	background-color: rgba(255, 255, 255, 0.8);
	color: rgb(56, 1, 20);
	padding: 25px;
}


.about_container{
    padding-top: 10px;
    margin-top: 80px;
}
.home_container{
    margin-top: 80px;
}
.contact_container{
    padding-bottom: 20;
    padding-top: 5;
    margin-top: 80px;
}

.page-container h5{
	font-weight: 700;
	margin:  15px 0 0 0;
}

.page-title{
	font-family: 'Marck Script';
	font-size: 50px;
}

.menu-content{
	position: absolute;
	right: -980px;
	width: 980px;
	display: block;
}


.fix-menu-content{
    position: absolute;
    width: 980px;
}

.bg_black{
    background-color: rgba(0, 78, 20, 0.882353);
    border-radius: 20px;
    border: 1px solid rgb(159, 0, 62);
    margin-top: 80px;
}

.features {
	width: 100%;
	padding-left: 0!important;
	margin-left: 0!important;
}

.contact-content{
	margin: 50px 0;
}

.contact-logo{
	width: 130px;
}

.hidden{
	display: none;
	opacity: 0;
}

/* Footer */
.footer-container{
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
}

.copyright{
	height: 76px;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px/1.3em;
}
.square {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    float: left;
    color: #000;
    background: none;
    font-family: Helvetica, Arial, Sans-Serif;
    position: absolute;
    vertical-align: middle;
}

.square.activate {
    opacity: 0.5;
    background: #C3C3C3;
    z-index: 999;
    position: fixed;
}


#blackout {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 9999999;
    left: 0;
    display: none;
}