/*========== General ==========*/
body {
	color: #666;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	background: #ffffff;
	margin: 0;
    overflow-y: auto !important;
	}

a {
    color: #d51d24;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	outline: medium none !important;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

a:focus{
	color: #000;
	text-decoration: none;
}

p{
	font-family: 'Raleway', sans-serif;
	size:15px;
	color:#000;
	line-height:24px;
}

/*========== Heading ==========*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}


h1 {
	text-transform: uppercase;
	font-size: 26px;
}

h2 {
	font-size: 24px;
	
}

h3 {
	font-size: 28px;
}

h4 {
    font-size: 18px;
    color: #000;
}

h5 {
    font-size: 16px;
    color: #000;
}
h6 {
    font-size: 14px;
    color: #000;
	font-weight:600;
}

.wrapper {
	width: 90%;
	margin: 0 auto;
}

section {
	position: relative;
	padding: 50px 0;
}

.img-responsive { display: inline-block; }

/*========== Header ==========*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.top-header {
	position: relative;
	background: #000;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;		
}

.bottom-header {
    position: relative;
    border: none;
    border-radius: 0;
    line-height: 100px;
    background: #FFF;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*========== Sticky ==========*/
#header.is-sticky .bottom-header {
	height: 78px;
	line-height: 60px;
}

#header.is-sticky .top-header { 
	padding: 0;
	height: 0;
	overflow: hidden;
}

#header.is-sticky .navbar-nav > li > a{
	padding-top: 30.5px;
    padding-bottom: 26.5px;
    line-height: 26px;
}

#header.is-sticky .navbar-nav > li > a:active{
	padding-top: 30.5px;
    padding-bottom: 26.5px;
    line-height: 26px;
	color: #4463a4; !important
}

#header.is-sticky .navbar-nav > li > a:hover{
	padding-top: 30.5px;
    padding-bottom: 26.5px;
    line-height: 26px;

	color: #4463a4;
}
#header.is-sticky .bottom-header{
	background-color:#FFF
}

#header.is-sticky .navbar-brand>img {
    width:220px;
	height:95px ;
    /*margin-top: -11px;*/
	margin-top: -10px;
}

#header.is-sticky .logo img {
	max-width: 100px;
}
#header.is-sticky .account {
	display: none;
}

#header.is-sticky #order {  
   color:#FFF;
   margin-top:30px;
   padding: 0px 10px;
   font-size:12px;  
}

#header.is-sticky .navbar-btn{
	margin-bottom:8px; 
	margin-top: 8px;;
}

#header.is-sticky .navbar-right{
	margin-top: -7px;
}

/*========== Top header ==========*/
.top-header {
	overflow: hidden; 
}

.top-header .info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-header .info li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding-right: 15px;
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
}
.top-header .info li .fa {
    margin-right: 10px;
    color: #FFF;
}

/*.top-header .info li:after {
	content: "";
	position: absolute;
	top: -100%;
	right: 0;
	height: 400%;
	width: 1px;
	background: rgba(255,255,255,.4);
}*/

.top-header .info li:last-child {
	margin: 0; padding: 0;
}
.top-header .info li:last-child:after {
	content: none; 
}

.top-header .info li .fa {
	margin-right: 10px; 
}

.social-icons {
	position: relative;
	float: right;
}
.social-icons a {
    color: #FFF;
    font-size: 14px;
    margin-left: 20px;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.social-icons a:hover {
    color: #4463a4;
}
/*.social-icons:before{
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	height: 400%;
	width: 1px;
	background: rgba(255,255,255,.4);
}*/

/*========== Logo ==========*/
.navbar-brand>img {
    display: inline-block;
	width:259px;
	height:85px;
	margin-top:-5px;
	transition: all 0.1s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.logo img {
    margin-left: 10px;
    width: 100%px;
    margin-top: 5px;
	-webkit-transition: all 0.01s ease;
    transition: all 0.01s ease;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    margin-left: -35px;
}

/*========== Navbar Toggle ==========*/
.navbar-toggle {
  border: none;
  background: transparent !important;
  color: #000;
	font-size: 25px;
	border: none;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 0;
	margin-top: 32px;
	float: right;
	z-index:1
}

.navbar-toggle:hover {
  background: transparent !important;
}

.icon-bar {
    width: 100%;
    text-align: center;
    background-color: #4463a4;
    overflow: auto;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 1px;
    transition: all 0.2s;
}

.navbar-toggle {
    border-color: #fed231;

}
.navbar-toggle .top-bar {
  transform: rotate(42deg);
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
transform: rotate(-45deg);
    transform-origin: 20% 90%;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

/*========== Menu ==========*/
#header-nav {
	position: relative;
	padding: 0;
}
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	float: left;
	display: table;
}
.active{
	color: #4463a4;
}

#active{
	color: #4463a4;
}

.menu li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	position: relative;
	display: table-cell;
	color: #000;
	font-size: 15px;
	padding: 0px 15px 0px 15px;
	vertical-align: bottom;
	-webkit-transition: none;
	-o-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -khtml-transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    transition: color 0.3s linear;
	text-transform:uppercase;
	text-decoration: none !important;
	letter-spacing: 1px;
}

/*========== Hover with background ==========*/
.menu li a:hover {
	text-decoration: none;
	background: rgba(254, 210, 49, 0.9);
	color: #000;
}
.menu li.active a {
	background: rgba(254, 210, 49, 0.9);
	text-transform: uppercase;
	color: #000;
	text-shadow: 1px 1px 1px rgba(0,0,0);
}

/*.menu li.active a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #d71920;
	height: 3px;
}*/

/* Menu 2 */
.account {
	position: absolute;
	top: 15px;
	right: 20px;
	line-height: 1;
	margin-right: -15px;
	z-index: 999;
}
.account li {
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	text-align: right;
}
.account li a{
	color: #000;
}

/*========== Hover Eye ==========*/

.hover-container {
  position: relative;
 /* width: 50%;*/
  display:inline-block;
}

.hover-image {
  display: block;
  width: 100%;
  height: auto;
}

.hover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
.hover-overlay2 {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.hover-container:hover .hover-overlay {
  width: 97%;
}

.hover-container:hover .hover-overlay2 {
  width: 100%;
  left: 0;
}

.hover-text {
  color: white;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  transition: .5s ease;
  overflow: hidden;
}

.content-image{
      display: inline-block;
}

/*========== Menu color on White ==========*/
.navbar-nav > li > a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
	font-size: 15px;
    text-transform: uppercase;
	padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 50px;
	letter-spacing: 0.0225em;

}
.active{
	color: #4463a4;
}
#active{
	color: #4463a4;
}

/*========== Menu color on transparent ==========*/

/*.navbar-nav > li > a{
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
	font-size: 15px;
    text-transform: uppercase;
	padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 46px;
}*/
/*========== Hover with background ==========
.navbar-nav > li > a:hover {
    border-bottom: 3px solid #000;
	background: #FC0;
	color:#000
}
.navbar-nav>li>a:hover {
    border-bottom: 3px solid #000;
	background: #FC0;
	color:#000
}
/*========== Hover with Border Bottom ==========*/

.navbar-nav > li > a:hover {
	background: none;
	color:#4463a4;
}

.navbar-nav > li > a:focus {
	background: none;
	color:#4463a4;
}

.navbar-nav > li > a:active {
	background: none;
	color:#4463a4;
}

.navbar-nav>li>a:hover {   
	background: #none;
	color:#4463a4;
}
.nav>li>a{
    padding-right: 8px;
}

/*========== Dropdpown color on transparent ==========*/
.dropdown-menu>li>a{
	width:280px;
	padding: 10px 10px 10px 15px;
	font-weight:500;
	font-size:15px;
	color: #000;		
}

.dropdown-menu>li>a:hover{
	color: #FFF;
	background: #4463a4;		
}

.nav.open>a{
	background-color:#4463a4;
	border-color:#000
}
	
/*========== Caret ==========*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border: solid currentColor;
    border-width: 0 .1em .1em 0;
    display: inline-block;
    padding: .20em;
    margin-top: -8px;
    margin-left: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	font-size: 13px;
}

/*========== Dropdown ==========*/
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
   /* -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);*/
	/*border-top: 3px solid #4463a4;*/
    min-width: 250px;
    padding: 0px;
	left:0;
}

.dropdown:hover .dropdown-menu {
    max-height: 250px;
    opacity: 1;
}

.dropdown-menu>li>a{
		width:280px;
		padding: 10px 10px 10px 15px;
		font-weight:500;
		font-size:14px;
		color: #575757;
		font-family: 'Source Sans Pro', sans-serif;
}

.dropdown-menu>li>a:hover{
	padding-left:25px;
}

/*========== Hover Border ==========*/
/*.navbar-nav > li > a {
  position:relative;
  vertical-align: middle;
  color: #0b7;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid rgba(0,160,80,0);;
  -webkit-transition:0.5s;
}

.navbar-nav > li > a:hover {
  border: 1px solid rgba(0,160,80,0);
  color: #FFF;
  background:  none
}

.navbar-nav > li > a::before, .navbar-nav > li > a::after {
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}

.foo::before {
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  -webkit-transform-origin: 0 100%;
}

.foo::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform-origin: 100% 0%;
}

.box:hover::after, .box:hover::before {
  -webkit-transform: scale(1);
}
.line-show {
    display: inline-block;
    color: #FC0;
    text-decoration: none;
}
.line-show::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #FC0;
    transition: width .3s;
    background: transparent;
	transition: width .5s ease, background-color .5s ease;
	/*margin: auto;
}*/

.line-show:hover:after {
    width: 100%;
    //transition: width .3s;
	background: #FC0;
}
.line-show:hover:after {
    width: 100%;
    //transition: width .3s;
}

.line-show:focus::after {
    width: 100%;
    //transition: width .3s;
}

/*========== Order Button ==========*/
.navbar-btn {
    margin: 0px;
    margin-bottom: 8px;
}

#order {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    /* display: inline-block; */
    border: 2px solid #000;
    background: #000;
    color: #FFF;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 20px;
    /* line-height: 14px; */
    margin-top: 30px;
    line-height: 28px;
	margin-left:10px;
}

#order:hover {
    border: 2px solid #4463a4;
    background: #4463a4;
    color: #FFF;
	
}

#order i{
	font-size:16px ;
}

#engli {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    /* display: inline-block; */
    border: 2px solid #4e4e4e;
    background: #4e4e4e;
    color: #FFF;
    font-weight: 600;
    font-size: 13px;
    padding: 25px 13px;
    /* line-height: 14px; */
    margin-top: 30px;
    line-height: 28px;
}

#engli:hover {
    border: 2px solid #4463a4;
    background: #4463a4;
    color: #FFF;
	
}

#engli img {
   margin-right:8px;
   margin-top:-1px;
	
}
/*========== Headlines ==========*/

.headline { margin-bottom: 40px; }
.headline h2 {
	color: #be090c;
	font-size: 31px;
	margin: 0;
	text-align: center;
}

.headline .graphic-line {
	background: url('../img/graphicline.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 28px;
	margin-top: 5px;
}

/*========== Hero ==========*/
#hero {
	position: relative;
	background: url('../img/background-slider.jpg');
	border-bottom: 3px solid #B7314C;
	background-size: cover;
	padding-top: 200px;
}

.carousel .carousel-indicators li { background: #ffffff; }
.carousel .carousel-indicators .active {
	background: #be090c;
	border-color: #be090c;
}

.carousel-control.left { background: none; }
.carousel-control.right { background: none; }
.caption-text {
	margin-top: 110px;
	margin-bottom: 50px;
	padding-left: 50px;
	font-family: Arial;
}

.caption-text * { font-family: Arial; }
.caption-text h1,
.caption-text h2,
.caption-text h3 {
	font-weight: bold;
	margin: 0;
}

.caption-text h3 { margin: 30px 0 8px 0; }
.caption-text h2 { font-size: 40px; }
.caption-text p { font-family: 'Ubuntu Mono'; margin: 0; }
.carousel-control .fa { color: #be090c; font-size: 50px; }
.carousel-control { top: 32%; }

/*========== Intro ==========*/
#intro h3 {
	color: #be090c;
	border-bottom: 1px solid #ECECEC;
	font-size: 22px;
	margin-top: 0px;
	padding-bottom: 4px;
	margin-bottom: 15px;
}

.arrow {
	list-style-image: url('../img/arrow.jpg');
	padding-left: 20px;
}

.arrow li {
	margin-bottom: 3px;
}

.arrow a {
	color: #222222;
	font-size: 18px;
}

/*========== How it works ==========*/
.hover {
	position: relative;
	overflow: hidden;
}

.hover .read-more {
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
	position: absolute;
	bottom: -100px;
	font-size: 17px;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .41);
	padding: 30px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.hover:hover .read-more {
	bottom: 0;
}

/*========== Who we are ==========*/
#who-we-are {
	background: none;
	padding: 10px 0;
}

/*========== Our Servicesn ==========*/
.service-lists {
	padding: 0;
	margin: -15px;
	list-style: none;
}

.service-lists li {
	float: left;
	width: 33.3333%;
	padding: 15px;
}

.service-lists li figure { 
    position: relative;
}

.service-lists li figcaption {
	color: #ffffff;
	font-weight: 400;
	font-style: italic;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(190, 9, 12, .41);
	padding: 20px;
	font-size: 23px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}

.service-lists li:hover figcaption { 
     opacity: 0; 
}

.service-lists li .back {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.41);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;	
	text-align: center;
	color: #ffffff;
	padding: 30px;
	padding-top: 12%;
}

.service-lists li .back a {
	background: rgba(190, 9, 12, .61);
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 18px;
	margin: 0 5px;
}

.service-lists li .back p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #e0d7cd;
}

.service-lists li .back p span {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
}

.service-lists li:hover .back { opacity: 1; }


/*========== Quoten ==========*/
#quote {
        background: #a8222b;
    padding: 50px;
}

.quote-text {
    text-align: left;
}


.quote-text a {
    float: right;
}

.fo-size-big {
    font-size: 45px;
}

/*.quote-text:before {
	content: "";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: 30px;
}
.quote-text:after {
	content: "";
    font-family: FontAwesome;
    font-size: 30px;
    padding-left: 10px;
}*/

.te-size-medium {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 20px;
    color: #FFF;
    line-height: 30px;
}

.quote-text2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-style: none;
    position: relative;
    font-weight: 700;
	padding:15px;
}

/*==========Models ==========*/
#models { 
     background: #eff4f7; 
}

.models h3  { 
     margin-bottom: 0;
}
.models p { 
	margin: 0; 
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
}

/*========== Products==========*/
.products-item { margin-top: 85px; }

.product { position: relative; }

.product  img { width: 100%; }

.product .content-product p {
	position: absolute;
	color: #ffffff;
	font-weight: 300;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: #b7314c;
	font-size: 17px;
	text-align: center;
	padding: 15px 70px;
	margin: 0;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}

.product:hover .content-product p { opacity: 0; }

.product .back-content-product {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(178,97,108,.80);
	text-align: center;
	color: #ffffff;
	padding-top: 50px;
	padding-bottom: 30px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}

.product .back-content-product a {
	font-family: 'Source Sans Pro', sans-serif;
	background: #fff;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: #b7314c;
	border-radius: 50%;
	font-size: 18px;
	margin: 0 5px;
}

.product .back-content-product h3 {
	font-size: 17px;
	color: #fffefe;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

.product:hover .back-content-product { opacity: 1 }

/*========== Contact ==========*/
#contact { background: #f6f8f9; }

.contact-content p {
	color: #9a9895;
	text-align: center;
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 35px;
}

#contact-form .form-control {
	border: 1px solid #b7314c;
	color: #b7314c;
	border-radius: 0;
	background: transparent;
}

#contact-form .btn-default {
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
	padding-right: 40px;
	background: #b7314c;
	border-color: #b7314c;
	border-radius: 2px;
	box-shadow: 0 2px 0 #750204;
}

#contact-form .btn-default:hover {
	background: #961831;
}

#contact-form .form-control::-webkit-input-placeholder { color: #b7314c; }

#contact-form .form-control:-moz-placeholder { color: #b7314c; }

#contact-form .form-control::-moz-placeholder { color: #b7314c; }

#contact-form .form-control:-ms-input-placeholder { color: #b7314c; }

.contact-content .contact-us { margin-top: -10px; }

.contact-content .contact-us h3 {
	font-size: 17px;
	color: #b7314c;
	margin-bottom: 25px;
}
.contact-content .contact-us ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-content .contact-us ul li {
	margin-bottom: 20px;
	font-size: 14px;
	color: #999999;
}

.contact-content .contact-us .fa {
	color: #bf4f65;
	margin-right: 15px;
	float : left;
}

.contact-content .contact-us ul { list-style: outside none none; }

.contact-content .contact-us ul li div { margin-left: 25px; }

/*========== Action ==========*/
#action {
	background: #B7314C;
	color: #ffffff;
	font-size: 26px;
	padding: 50px 0;
	line-height: 35px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

#action span  { color: #f9ced7; }

#action .button {
	color: #b7314c;
	display: inline-block;
	background: #f6f8f9;
	padding: 10px 30px;
	font-size: 18px;
	border-radius: 3px;
	position: relative;
	top: -5px;
}

#action .button:hover, #action .button:focus { text-decoration: none; background: #D9E3E7; }

/*========== Side Bar==========*/
.widget-title {
	color: #4463a4;
	font-size: 17px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

/*.widget a { color: #fc4268; }*/

.widget_contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_contact ul li { margin: 0 0 20px 0; }

.widget_contact ul li .fa {
	float: left;
	color: #4463a4;
	line-height:23px;
	font-size:14px;
}

.widget_contact ul li div { margin-left: 25px; }

.widget_socials a {
	color: #ffffff;
	font-size: 18px;
	margin-right: 15px;
}

.widget_socials a:hover {
	color: #fc4268;
}
.kam-line{
	line-height:20px;
	font-size:14px;
	}

/*========== Footer ==========*/
.footer-top {
    background: #212529;
    color: #cbcccc;
    padding: 50px 0;
}

.footer-bottom {
    background: #1c1f22;
    color: #ffffff;
    padding: 20px 0;
    font-size: 12px;
}

.footer-bottom ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-bottom ul li {
	position: relative;
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
}

.footer-bottom ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	height: 10px;
	width: 1px;
	background: #ffffff;
}

.footer-bottom ul li:first-child:after { content: none; }

.footer-bottom ul li a { color: #ffffff; }

.copyr {
    color: #999;
}

.mal-foo {
    margin-bottom: 20px;
}

.social-icons-footer {
    position: relative;
    text-align: center;
    padding-top: 40px;
}

.social-icons-footer a {
	color: #999;
	font-size:15px;
	    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.social-icons-footer a:hover {
	color: #FC0;
	font-size: 15px;
}

.widget-title2 {
    color: #999;
    font-size: 14px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 500;
}

.widget a {
    /* color: #999; */
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.My-vasat{
    text-align: center;
	margin-top:25px;
	font-family: 'Raleway', sans-serif;	
}

.My-vasat i{
	margin-right:6px;
    color: #FC0;
    margin-top: 5px;
	font-size: 10px;
	letter-spacing:4px;
}
	
.boro-vasat{
	padding-top:10px;
	font-size:13px;
}

.footer-top {
	background: #212529;
	color: #cbcccc;
	padding: 30px 0;
}

.footer-bottom {
	background: #1c1f22;
	color: #ffffff;
	padding: 20px 0;
	font-size:12px;
}

.footer-bottom ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-bottom ul li {
	position: relative;
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
}

.footer-bottom ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	height: 10px;
	width: 1px;
	background: #ffffff;
}

.footer-bottom ul li:first-child:after { content: none; }

.footer-bottom ul li a { 
     color: #ffffff;
	     -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.footer-bottom ul li a:hover { 
     color: #7badff; 
}

.widget a { 
     color: #999; 
	  -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; 
}

.widget a:hover { 
  color: #FFF;
}

.My-widget-icon-footer{
	padding-top:35px;
}

.My-widget-icon {
    display: table;
}

.My-widget-icon i {
    font-size:25px;
	color:#FC0;
}

 .My-widget-icon-cell:first-child {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(123, 123, 123, 0.25);
}

.My-widget-icon-cell {
    display: table-cell;
    vertical-align: middle;
}

.My-widget-icon span {
    font-weight: 500;
	display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    position: relative;
	font-size:15px;
	font-family: 'Raleway', sans-serif;
}

.My-widget-icon-cell p {
	font-size:14px;
	color: #999;
	 padding: 5px 0 0 15px;
	font-size:14px;
	color: #999;
}

.bigtar{
	font-size: 17px !important;
}

.riztar{
	font-size:12px; !important;
}

.My-address{
	text-indent: -2em;
	font-family: 'Raleway', sans-serif;
	font-size:0.94em;
}

/*========== Back to Top ==========*/
.back-to-top {
	border-radius: 0px;
	text-align: center;
	background: #4463a4;
	color: #FFF;
	display: none;
	width: 55px;
	height: 55px;
	line-height: 70px;
	font-size: 12px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.9;
	filter: alpha(opacity=40);
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	cursor: pointer;
	z-index: 9999;
	border-radius:7px;
}

.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background: #023f88;
	color: #FFF;
}

.back-to-top:hover i {
	color: #FFF;
}

.bounce i{
	color:#FFF;
	margin-top:15px;;
}


/*========== Jquery appear ==========*/
.hiding {
	opacity: 0;
}

.visible {
	opacity: 1;
}

/*========== Preloader ==========*/
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #97684E;
	z-index: 10000;
	height: 100%;
}

#loader {
	width: 308px;
	height: 75px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -154px;
	margin-top: -32px;
	background-image: url("../img/loading.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

/*============ Colors ============*/

.My-new-red {
    background-color: rgb(217, 62, 46);
}

.My-new-yellow {
    background-color: #ffcb05;
}

.My-yellow {
    color: #FC0;
}

.My-red {
    color: #4463a4;
}
.My-blue{
	color: #bdd9f8;
}

.text-black {
    color: #000;
}
.text-white{
	color:#FFF;
}

.rangi {
    color: #FFF;
}

.text-gray{
	color: #999;; 
}
/*========== Container ==========*/
.container {
    display: block;
    max-width: 100%;
    height: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

section.no-spacing {
	padding: 0;
	margin-top:-28px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/*========== text Color ==========*/
.text-white {
    color: #FFF;
}

/*========== Pading ==========*/
.nopadding > div[class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.pdd-saf {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.col-padding {
    padding: 40px;
}

.pdd-btm-2 {
    padding-bottom: 2px;
}

.pdd-btm-5 {
    padding-bottom: 5px;
}
.pdd-btm-10 {
    padding-bottom: 10px;
}

.pdd-btm-15 {
    padding-bottom: 15px;
}

.pdd-btm-20 {
    padding-bottom: 20px;
}

.pdd-btm-25 {
    padding-bottom: 25px;
}

.pdd-btm-30 {
    padding-bottom: 30px;
}
.pdd-btm-35 {
    padding-bottom: 35px;
}

.pdd-btm-40 {
    padding-bottom: 40px;
}

.pdd-btm-45 {
    padding-bottom: 45px;
}

.pdd-btm-50 {
    padding-bottom: 50px;
}
	
.pdd-btm-60 {
    padding-bottom: 60px;
}

.pdd-btm-70 {
    padding-bottom: 70px;
}

.pdd-btm-80 {
    padding-bottom: 80px;
}

.pdd-btm-90 {
    padding-bottom: 90px;
}

.pdd-btm-100 {
    padding-bottom: 100px;
}

.pdd-btm-120 {
    padding-bottom: 120x;
}

.pdd-btm-130 {
    padding-bottom: 130x;
}

.pdd-btm-140 {
    padding-bottom: 140x;
}

.pdd-btm-150 {
    padding-bottom: 150x;
}

.pdd-btm-160 {
    padding-bottom: 160x;
}

.pdd-btm-170 {
    padding-bottom: 170x;
}

.pdd-btm-180 {
    padding-bottom: 180x;
}

.pdd-btm-190 {
    padding-bottom: 190x;
}

.pdd-btm-200 {
    padding-bottom: 200x;
}

.pdd-btm-250 {
    padding-bottom: 250x;
}

.pdd-top-2 {
    padding-top: 2px;
}
.pdd-top-5 {
    padding-top: 5px;
}

.pdd-top-10 {
    padding-top: 10px;
}

.pdd-top-15 {
    padding-top: 15px;
}
.pdd-top-20 {
    padding-top: 20px;
}

.pdd-top-25 {
    padding-top: 25px;
}

.pdd-top-30 {
    padding-top: 30px;
}
.pdd-top-35 {
    padding-top: 35px;
}

.pdd-top-40 {
    padding-top: 40px;
}

.pdd-top-45 {
    padding-top: 45px;
}
.pdd-top-50 {
    padding-top: 50px;
}	
.pdd-top-60 {
    padding-top: 60px;
}

.pdd-btop-70 {
    padding-top: 70px;
}

.pdd-top-80 {
    padding-top: 80px;
}

.pdd-top-90 {
    padding-top: 90px;
}

.pdd-top-100 {
    padding-top: 100px;	
}

.pdd-top-120 {
    padding-top: 120px;
}

.pdd-top-130 {
    padding-top: 130px;
}

.pdd-top-140 {
    padding-bottom: 140px;
}

.pdd-top-150 {
    padding-top: 150px;
}

.pdd-top-160 {
    padding-top: 160px;
}

.pdd-top-170 {
    padding-top: 170px;
}

.pdd-top-180 {
    padding-top: 180x;
}

.pdd-top-190 {
    padding-top: 190px;
}
.pdd-top-200 {
    padding-top: 200px;
}

.pdd-top-225 {
    padding-top: 225px;
}

.pdd-top-250 {
    padding-top: 250px;
}
.pdd-top-270 {
    padding-top: 270px;
}
.pdd-top-300 {
    padding-top: 300px;
}

.pdd-right-5 {
    padding-top: 5px;
}

.pdd-right-10 {
    padding-right: 10px;
}

.pdd-right-15 {
    padding-right: 15px;
}

.pdd-left-5 {
    padding-left: 5px;
}

.pdd-left-10 {
    padding-left: 10px;
}

.pdd-left-15 {
    padding-left: 15px;
}

/*========== Margins ==========*/
#margini {
    margin-left: 40px;
}

.mrg-top-2 {
    margin-top: 2px;
}

.mrg-top-3 {
    margin-top: 3px;
}

.mrg-top-4{
    margin-top: 4px;
}

.mrg-top-5 {
    margin-top: 5px;
}

.mrg-top-10 {
    margin-top: 10px;
}

.mrg-top-15 {
    margin-top: 15px;
}

.mrg-top-20 {
    margin-top: 20px;
}

.mrg-top-25 {
    margin-top: 25px;
}

.mrg-top-30 {
   margin-top: 30px;
}

.mrg-top-35 {
    margin-top: 35px;
}

.mrg-top-40 {
    margin-top: 40px;
}

.mrg-top-45 {
    margin-top: 45px;
}

.mrg-top-50 {
    margin-top: 50px;
}
	
.mrg-top-60 {
    margin-top: 60px;
}

.mrg-top-70 {
    margin-top: 70px;
}

.mrg-top-80 {
    margin-top: 80px;
}

.mrg-top-90 {
    margin-top: 90px;
}

.mrg-top-100 {
    margin-top: 100px;
}

.mrg-top-120 {
    margin-top: 120px;
}

.mrg-top-130 {
    margin-top: 130px;
}

.mrg-top-140 {
    margin-top: 140px;
}

.mrg-top-170 {
    margin-top: 170px;
}

.mrg-top-180 {
    margin-top: 180px;
}
.mrg-top-190 {
    margin-top: 190px;
}

.mrg-top-200 {
    margin-top: 200px;
}

.mrg-top-250 {
    margin-top: 250px;
}

.mrg-btm-2 {
	margin-bottom:: 2px;
}

.mrg-btm-3 {
    margin-bottom: 3px;
}

.mrg-btm-4{
    margin-bottom: 4px;
}

.mrg-btm-5{
    margin-bottom: 5px;
}

.mrg-btm-6{
    margin-bottom: 6px;
}

.mrg-btm-7{
    margin-bottom: 7px;
}

.mrg-btm-8{
    margin-bottom: 8px;
}

.mrg-btm-9{
    margin-bottom: 9px;
}

.mrg-btm-10{
    margin-bottom: 10px;
}

.mrg-btm-15{
    margin-bottom: 15px;
}

.mrg-btm-20{
    margin-bottom: 20px;
}

.mrg-btm-25{
    margin-bottom: 25px;
}

.mrg-btm-30{
    margin-bottom: 30px;
}

.mrg-btm-35{
    margin-bottom:35px;
}

.mrg-btm-40{
    margin-bottom: 40px;
}

.mrg-btm-45{
    margin-bottom: 45px;
}

.mrg-btm-50{
    margin-bottom: 50px;
}
	
.mrg-btm-55{
    margin-bottom: 55px;
}

.mrg-btm-60{
    margin-bottom: 60px;
}

.mrg-btm-70{
    margin-bottom: 70px;
}

.mrg-btm-85{
    margin-bottom: 85px;
}

.mrg-btm-90{
    margin-bottom: 90px;
}

.mrg-btm-95{
    margin-bottom: 95px;
}

.mrg-btm-100{
    margin-bottom: 100px;
}

.mrg-btm-110{
    margin-bottom: 110px;
}

.mrg-btm-120{
    margin-bottom: 120px;
}

.mrg-btm-130{
    margin-bottom: 130px;
}

.mrg-btm-140{
    margin-bottom: 140px;
}

.mrg-btm-150{
    margin-bottom: 150px;
}

.mrg-btm-160{
    margin-bottom: 160px;
}

.mrg-btm-170{
    margin-bottom: 170px;
}

.mrg-btm-180{
    margin-bottom: 180px;
}
	
.mrg-btm-190{
    margin-bottom: 190px;
}

.mrg-btm-200{
    margin-bottom: 200px;
}

.mrg-btm-210{
    margin-bottom: 210px;
}

.mrg-btm-220{
    margin-bottom: 220px;
}

.mrg-btm-250{
    margin-bottom: 250px;
}

.mrg-top-yekkam{
	margin-top: -13px;
}

.mrg-right-5{
    margin-right: 5px;
}

.mrg-right-10{
    margin-right: 10px;
}

.mrg-right-15{
    margin-right: 15px;
}

.mrg-right-20{
    margin-right: 20px;
}

.mrg-left-10{
    margin-left: 10px;
}

.mrg-left-50{
    margin-left: 50px;
}


/*========== headline ==========*/
.headline h1 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #023f88;
    text-transform: none;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 600;
    text-align: center;
	text-transform: uppercase
}

.headline h1 span {
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    font-size: 30px;
    line-height: 1.1;
    text-align: center;
	text-transform: uppercase
}

.headline h2 {
    font-family: 'Raleway', cursive;
    color: #4463a4;
    text-transform: none;
    font-size: 40px;
    line-height: 26px;;
    font-weight: 600;
    text-align: left;
	margin-bottom:20px;
}

.headline p {
    padding-left: 10px;
    padding-right: 10px;
	font-size:15px;
}

#who-we-are h3 span {
    position: relative;
    background: #FC0;
    z-index: 1;
}

#who-we-are h3 {
    position: relative;
    line-height: 10px;
}

/*========== Text Sizes ==========*/	
.text-center{
	text-align:center;
}

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

.mamooli {
    font-size: 15px;
    line-height: 24px;
}

.My-big{
	font-size:22px;
	font-weight:600;
	margin-top:15px;
}

.My-big i{
	font-size:18px;
	
}

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

.kaj{
	font-style:italic;
	font-size:16px;
	font-weight:500;
}

.line-stand{
	line-height:24px;
}

/*========== Slider Revo ==========*/	
.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    background-color: #272727;
}

/*========== Box on Top ==========*/	
.My-i-1 {
    font-size: 56px;
    line-height: 64px !important;
    color: #FFF;
}
.My-i-2 {
    font-size: 56px;
    line-height: 64px !important;
    color: #FFF;
}

/*========== Animation ==========*/
.delay-1 {
animation-delay: .25s;
}

.delay-2 {
animation-delay: .5s;
}

.delay-3 {
animation-delay: .75s;
}

.delay-4 {
animation-delay: 1s;
}

.My-fadingOut {
    transition:opacity 0.6s linear;
    opacity:0;
}

/*========== Link ==========*/
.linky{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	color:#999;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	margin-top:15px;
}

.linky:hover{
	color:red;
	margin-left:5px;
}

.linky2{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#000;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	margin-top:15px;
}

.linky2:hover{
	color:#FC0;
	margin-left:5px;
}

.linky3{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#000;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	margin-top:15px;
}

.linky3:hover{
	color:#FC0;	
}

.linky4{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#bd3537;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	margin-top:15px;
}

.linky4:hover{
	color:#000;	
}

.linky5{
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	color:#000;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	margin-top:15px;
}

.linky52:hover{
	color:#FC0;
	margin-left:5px;
}

/*========== World Map ==========*/
.My-link{
	color:#CCC;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.My-link:hover{
	color:#FC0;
	margin-left:5px;
}

/*========== Owl Carousel ==========*/
.owl-theme .owl-nav [class*=owl-] {
    font-size: 30px;
	background: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #bd3537;
}

.owl-prev {
    background: rgba(255, 255, 255, .3);*/
    color: rgba(255, 255, 255, .3);
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 80px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 40px;
    height: 80px;
    position: absolute;
    left: 0px;
    display: block!IMPORTANT;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.owl-prev:hover {
	background: rgba(0, 0, 0, 0.6);
	color: #FC0;
}

.owl-prev:before {
    content: "\f053";
	
}
.owl-next {
    background: rgba(255, 255, 255, .3);*/
    color: rgba(255, 255, 255, .3);
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 80px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 40px;
    height: 80px;
    position: absolute;
    right: 0px;
    display: block!IMPORTANT;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.owl-next:hover {
	background: rgba(0, 0, 0, 0.6);
	color: #FC0;
}

.owl-next:before {
    content: "\f054";
	
}
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
		  -webkit-filter: grayscale(100%);
		 /* -webkit-filter: blur(5px);*/
}

/*========== Parallax ==========*/	
section.module.parallax {
    min-height: 650px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	
	
}

.commercial-top{
    animation: fadeAndScale2 1.2s;
    background-image: url(../img/pages/comercial-top.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    margin-top: 120px;
}

.about-top{
    animation: fadeAndScale2 1.2s;
    background-image: url(../img/pages/about-top.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    margin-top: 120px;
}

.gallery-top{
    animation: fadeAndScale2 1.2s;
    background-image: url(../img/pages/gallery-top.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    margin-top: 120px;
}

.residential-top{
    animation: fadeAndScale2 1.2s;
    background-image: url(../img/pages/residential-top.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    margin-top: 120px;
}

.commercial-top{
    animation: fadeAndScale2 1.2s;
    background-image: url(../img/pages/commercial-top.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    margin-top: 120px;
}

.realtor-top{
    animation: fadeAndScale2 1.2s;
    background-image: url(../img/pages/realtor-top.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    margin-top: 120px;
}

.faq-top{
    animation: fadeAndScale2 1.2s;
    background-image: url(../img/pages/faq-top.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    margin-top: 120px;
}

.contact-top{
    animation: fadeAndScale2 1.2s;
    background-image: url(../img/pages/contact-top.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    margin-top: 120px;
}

.coupons-top{
    animation: fadeAndScale2 1.2s;
    background-image: url(../img/pages/coupons-top.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    margin-top: 120px;
}

.go-top-more{
	margin-top:-45px;
}

.mob {
    position: absolute;
    /* bottom: 0; */
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 489px;
    text-align: center;
    margin-top: -40px;
    background: url(../img/home/chicken-big.png) no-repeat center;
    background-size: contain;
    text-align: center;
}

section.module h6 {
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 24px;
}

.triangle-decor {
    content: "";
    display: block;
    width: 100%;
    height: 14px;
    position: absolute;
    left: 0;
    margin-top: -56px;
    background: url(../img/triangle.svg);
}

.triangle-decor2 {
    content: "";
    display: block;
    width: 100%;
    height: 14px;
    position: absolute;
    left: 0;
    margin-top: -8px;
    background: url(../img/triangle.svg) 
}

.red-link{
	color:#4463a4;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.red-link:hover{
	color:#FFF;
}

.red-link span {
	font-weight:500;
}

.ticktar{
	font-weight:500;
}

/*========== Parallax Menu ==========*/	
section.module h2 {
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: none;
    font-size: 45px;
    line-height: 1.1;
    font-weight: 600;
    text-align: center;
	text-transform:uppercase;
}

.menu-item-big {
    padding: 8px 20px;
}

.namy {
    padding-right: 5px;
    display: table-cell;
    white-space: nowrap;
    width: 10%;
    line-height: 15px;
    text-align: left;
    color: #FFF;
    text-transform: none;
    font-style: italic;
    font-family: 'Raleway', serif;
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    line-height: 15px;
    text-align: left;
    color: #FFF;
    text-transform: none;
    font-style: italic;
}

.menu-item-details-big {
    display: table;
}

.menu-item-name-big {
    padding-right: 5px;
    padding-top: 10px;
    font-family: "Raleway", serif;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    font-size: 19px;
    display: table-cell;
    white-space: nowrap;
    width: 10%;
    line-height: 15px;
    text-align: left;
    color: #FFF;
}

.menu-item-dot-big {
    display: block;
    width: 100%;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.3);
    margin-top: 10px;
}

.menu-item-details-big span {
    padding-left: 5px;
    font-family: 'Raleway', serif;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    font-size: 16px;
    display: table-cell;
    white-space: nowrap;
    width: 10%;
    line-height: 15px;
    text-align: left;
    color: #FFF;
    display: inline-block;
}

.menu-item-prices-big {
    display: table-cell;
    white-space: nowrap;
    width: 2%;
    padding: 10px 0 0 10px;
    text-align: left;
    color: #FFF;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 21px;
}

.menu-item-name-big2 {
    padding-right: 5px;
    padding-top: 10px;
    font-family: "Raleway", serif;
    font-weight: bold;
    font-style: italic;
    font-size: 21px;
    display: table-cell;
    white-space: nowrap;
    width: 10%;
    line-height: 15px;
    text-align: center;
    color: #FFF;
}

section.module.parallax p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    text-transform: none;
    /*text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    font-family: 'Raleway', sans-serif;
}

.menudescription-big {
    font-size: 13px;
    color: #FFF;
    text-align: left;
	margin-top:5px;
}

/*========== Borders ==========*/	
.about-line {
    border-left: 1px solid #ECECEC;
    padding-left: 55px;
}

/*========== Two Big Box ==========*/
.My-two-box {
    padding: 0px;
    position: relative;
}

.My-two-box .image-container {
    overflow: hidden;
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
}

.My-two-box .background-holder.has-content {
    display: table;
}

.My-two-box .background-holder {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important;
}

.My-two-box .background-holder.has-content .content {
    display: table-cell;
    vertical-align: middle;
}

.My-two-box .content {
    padding: 140px 110px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.bg-red {
    background: #4463a4;
}
.bg-black {
    background: #000;
}

/*========== Buttons ==========*/
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.button-black {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #000;
    background: #000;
    color: #FC0;
	font-weight:500;
	font-size:13px;
}

.button-black:hover {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #000;
    background: none;
    color: #000;
}

.button-strok {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #000;
    background: none;
    color: #000;
	font-weight:500;
	font-size:13px;
}

.button-strok:hover {
    border: 2px solid #4463a4;
    background: #4463a4;
    color: #FFF;
	
}

.button-strok-white {
   
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 1px solid #FFF;
    background: none;
    color: #FFF;
    font-weight: 500;
    font-size: 13px;

}

.button-strok-white:hover,
.button-strok-white:focus{
    border: 1px solid #000;
    background: #000;
    color: #FFF;
	
}

.button-strok-yellow {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #FFF;
    background: none;
    color: #FFF;
	font-weight:500;
	font-size:13px;
}

.button-strok:hover {
    border: 2px solid #FC0;
    background: #FC0;
    color: #000;
	
}

.button-strok-redback {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #000;
    background: none;
    color: #000;
	font-weight:500;
	font-size:12px;
}

.button-strok-redback:hover {
    border: 2px solid #4463a4;
    background: #4463a4;
    color: #FFF;
	
}

.button-strok-red {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #bd3537;
    background: none;
    color: #bd3537;
	font-weight:500;
	font-size:13px;
}

.button-strok-red:hover {
    border: 2px solid #bd3537;
    background: #bd3537;
    color: #FFF;
	
}

.button-red {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #4463a4;
    background: #4463a4;
    color: #FFF;
	font-weight:500;
	font-size:13px;
}

.button-red:hover {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #000;
    background: #000;
    color: #FFF;
}

.button-red-strock {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 1px solid #FFF;
    background: #FFF;
    color: #FFF;
	font-weight:500;
	font-size:13px;
}

.button-red-strock:hover {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 1px solid #FFF;
    background: #none;
    color: #FFF;
}

.button-strok-reverse-white {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #FFF;
    background: none;
    color: #FFF;
    font-size: 13px;
}


.button-strok-reverse-white:hover,
.button-strok-reverse-white:focus {
    border: 2px solid #000;
    background: #000;
    color: #FFF;
	
}

.button-blue{
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #023f88;
    background: #023f88;
    color: #FFF;
	font-weight:600;
	font-size:13px;
}

.button-blue:hover {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #4463a4;
    background: #4463a4;
    color: #FFF;
}

.button-yellow:focus {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #000;
    background: none;
    color: #000;
}

.button-yellow-emp {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #000;
    background: none;
    color: #000;
	font-weight:600;
	font-size:13px;
	box-shadow: none;
    outline: none;
    
}
.button-yellow-emp:hover {
    border: 2px solid #FC0;
    background: #FC0;
    color: #FFF;
}
.button-yellow-emp:focus {
    border: 2px solid #000;
    background: #000;
    color: #FFF;
}

.button-overlay{
	border: 1px solid #FFF;
    background: #FFF;
    color: #000;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.button-overlay:hover{
	border: 1px solid #FFF;
    background: none;
    color: #FFF;
}
	


.bigger{
	 line-height: 14px;
    padding: 15px 45px;
    line-height: 14px;
}
	
.medium {
    /* font-size: 14px; */
    line-height: 14px;
    padding: 12px 30px;
    line-height: 14px;
}

.tin {
    /* font-size: 14px; */
    line-height: 14px;
    padding: 7px 25px;
}

.active-bash{
	background-color: #000;
	color: #FFF;
}

.active-bash2{
	color: #e52233 ;
}

.small{
    padding: 5px 10px;
}

.smallerr{
    padding: 5px 20px;
}

/*========== Left & Right==========*/
.chap{
	float:left;
}

.rast{
	float:right;
}

/*========== Hover Image==========*/
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: auto;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 4em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p,
.grid figure i{
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.grid figure i {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-duke {
	background: rgba(0, 0, 0, 0.2);
}

figure.effect-duke:hover {
	background: rgba(0, 0, 0, 0.8);
}

figure.effect-duke img,
figure.effect-duke p,
figure.effect-duke i{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 0.5;
	transform: scale(1.5) rotate(10deg);
    -webkit-transform: scale(1.5) rotate(10deg);
}

figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	color: #FFF;
	font-size: 22px;
}

figure.effect-duke p {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 25%;
	padding: 20px;
	/*border: 2px solid #fff;*/
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
	font-size:14px;
	color: #FFF;
	text-align:center;
	width: 100%;
}

figure.effect-duke i {
	position: relative;
    top: 25%;
    transform: perspective(1px) translateY(-50%);
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	font-size:45px;
	color: #FFF;
	text-align:center;
	height: 100px;
    line-height: 100px;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p,
figure.effect-duke:hover i{
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.isotopeContainer{
	position:relative;
}

.filteri{
	position:absolute;
}

/*========== HR ==========*/
.separator {
    height: 3px;
    margin-top: 3px;
    margin-bottom: 5px;
    background: #4463a4;
    float: none;
    width: 40px;
    color: #4463a4;
}
.separator2 {
    height: 3px;
    margin-top: 3px;
    margin-bottom: 5px;
    background: #4463a4;
    float: none;
    width: 40px;
    color: #4463a4;
}
.separator3 {
    height: 2px;
    margin-top: 3px;
    margin-bottom: 5px;
    background: #4463a4;
    float: none;
    width: 40px;
    color: #4463a4;
	text-align:center
}

.separator4 {
    height: 3px;
    margin-top: 3px;
    margin-bottom: 5px;
    background: #4463a4;
    float: right;
    width: 40px;
    color: #4463a4;
	text-align:right
}
.separatorx {
    height: 3px;
    margin-top: 3px;
    margin-bottom: 5px;
    background: #bdd9f8;
    text-align: center;
    width: 40px;
    color: #bdd9f8;
	margin:0 auto;
}

.seperator-empty{
	height:50px;
}
.seperator-empty2{
	height:30px;
}

.medium-text-center{
	color:#FFF;
}

.medium-text-center:hover{
	color:#bdd9f8;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.border-bottom-black {
    border-bottom: 1px solid #333333;
}

.border-top-black {
    border-top: 1px solid #333333;
}

.new-border{
	background-color: #212529;
}

.map-1{
	position: absolute;
    left: 23.2%;
    top: 25%;
    width: 12%;
    height: 80%;
    background: none /*rgba(0, 0, 0, .25);*/
}

.vastat-bash{
	text-align: center;
	margin: 0 auto;
}

/*========== Header Image ==========*/
#title-page{
	font-family: 'Great Vibes', cursive;
	text-transform:none;
	font-weight:500;
	font-size:70px;
}

#about{
	min-height:450px;
	background-position: center center;
	position:relative;
}

.baraks{
	pading-bottom:0px;
}

.top {
    margin: 0;
    background: rgba(17,17,17,.8);
    overflow: hidden;
}

.top li {
    float: left;
    list-style-type: none;
    text-align: center;
    position: relative;
    line-height: 16px;
}

.top li a {
    text-decoration: none;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: relative;
}

.top li a span.box {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.top li a img {
    display: table-cell;
    vertical-align: middle;
}

.top li a span.box>span {
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
}

.top li a:after {
    border-right: 1px dashed #5d5d5c;
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 0;
}

.top li a span.box>span .sub-title {
    text-transform: none;
    font-size: 12px;
    display: block;
    font-weight: 400;
}

/*boder bottom for menu transision
.nav-third .main-nav>ul>li>a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 5%;
    width: 90%;
    height: 1px;
    border-bottom: 1px solid;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s;
    transition: all .3s;
}*/

/*Gallery*/
/*.gallery_product {
-webkit-transition:all .8s linear;
 -moz-transition:all .8s linear;
 -o-transition:all .8s linear;
 -ms-transition:all .8s linear;
 transition:all .8s linear;
}*/

.My-menu-tit h2 {
    font-family: 'Great Vibes', cursive;
    color: #bd3537;
    text-transform: none;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 500;
    text-align: center;
}

.My-menu-tit-norm h2 {
    font-family: 'Great Vibes', cursive;
    color: #bd3537;
    text-transform: none;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 500;
    text-align: left;
}

.rmenu {
    width: 100%;
    list-style: none;
    margin: 0 0 2em;
    padding: 0;
    font: 150%/100% Arial, Helvetica, sans-serif;
}

.rmenu li {
	padding: 1em 0 0 0;
    vertical-align: bottom;
   /* background-image: radial-gradient(black 1px, white 0px);
    background-size: 8px 8px;
    background-repeat: repeat-x;
    background-position: left bottom;*/
    clear: both;
    margin: 0;
    padding-top: 30px;
    position: relative;
    /* border-bottom: dotted 2px #999; */
    font-size: 15px;
    color: #bd3537;
    text-align: left;	
}

.rmenu li span {
   padding-right: .25em;
   background-color:#FFF;
   bottom: -.2em;
   font-weight:600;
   position: absolute;
}

.rmenu em {
    background-color:#FFF;
    padding: 0 0 0 5px;
    font: 110%/100% Georgia, "Times New Roman", Times, serif;
    position: absolute;
    bottom: -.2em;
    right: 0;
    color: #176634;
    font-size: 18px;
}

.rmenu p {
    font-size: 14px;
    text-align: left;
    margin-top: 5px;
    line-height: 21px;
}

.filter-button {
    margin-bottom: 3px;
}

#tito{
   padding-top: 15px;
   background-color:#FFF;
   bottom: -.2em;
   font-weight:600;
   font-size: 17px;
   color: #bd3537;
   text-align: left;
   top:10px ;
}
	
.button-empty-bord{	
    padding-left: 16px;
    padding-right: 17px;
    border-right: 1px solid #e4e4e4;
	border-top: none;
	border-left: none;
	border-bottom: none;
	background:none;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight:500;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	margin-top:10px;
}

.nop-bord{
	border: none;
}

.button-empty-bord:hover{
	color:#e52233 ;
}
	
.button-empty-bord:focus, .button-empty-bord:active {
   outline: none !important;
   box-shadow: none !important;
   color:#e52233 ;
}

.duto{
	padding: 1em 0 0 0;
    vertical-align: bottom;
    background-image: radial-gradient(black 1px, white 0px);
    background-size: 8px 8px;
    background-repeat: repeat-x;
    background-position: left bottom;
    clear: both;
    margin: 0;
    padding-top: 30px;
    position: relative;
    font-size: 15px;
    color: #bd3537;
}
/*========== Event ==========*/
.work-flow-1 .right,
.work-flow-1 .left {
    display: inline-block;
    width: 100%;
    margin: 30px 0px
}

.work-flow-1 .right .work-flow-content,
.work-flow-1 .left .work-flow-content {
    padding: 30px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    border: 1px solid #eeeeee;
    z-index: 1;
	min-height:300px;
}

.work-flow-1 .right .work-flow-content .process,
.work-flow-1 .left .work-flow-content .process {
    position: absolute;
    opacity: 0.6;
    font-size: 90px;
    top: 30px;
    color: #ececec;
    margin: 0;
    line-height: normal;
}

.work-flow-1 .right img {
    margin-left: -15px;
}

.work-flow-1 .right .work-flow-content {
    left: -75px;
    text-align: left
}

.work-flow-1 .right .work-flow-content .process {
    right: 15px;
}

.work-flow-1 .left img {
    margin-left: 55px;
}

.work-flow-1 .left .work-flow-content {
    right: -75px;
    text-align: right
}

.work-flow-1 .left .work-flow-content .process {
    left: 15px;
}

.event-date {
    right: 0;
    left: auto;
    top: 0;
}

 .event-date {
	display: block;
    position: absolute;
    left: 30px;
    top: -30px;
	background-color: #bd3537 !important;
	 color: #fff;
	 float:right
}

 .event-date {
    padding: 12px 15px;
}
 
.event-date {
     color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 14px 20px;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
}

.event-date:before {
     position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    content: "";
    border: 1px solid #fff;
}

.event-date > span:first-child{
font-size: 26px;
    line-height: 35px;
    height: 30px;
    display: block;
	 color: #fff;
}

.event-date > span:last-child {
    font-size: 11px;
    line-height: 15px;
    height: 20px;
    text-transform: uppercase;
    display: block;
	 color: #fff;
	 margin-top:1px;
}

.event-date2 {
    right: auto;
    left: 0;
    top: 0;
}

.event-date2 {
	display: block;
    position: absolute;
    left: -30px;
    top: -30px;
	background-color: #bd3537 !important;
	 color: #fff;
	 float:left
}

.event-date2 {
    padding: 12px 15px;
}

.event-date2 {
     color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 14px 20px;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
}

 .event-date2:before {
     position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    content: "";
    border: 1px solid #fff;
}

.event-date2 > span:first-child{
font-size: 26px;
    line-height: 35px;
    height: 30px;
    display: block;
	 color: #fff;
}

.event-date2 > span:last-child {
    font-size: 11px;
    line-height: 15px;
    height: 20px;
    text-transform: uppercase;
    display: block;
	 color: #fff;
	 margin-top:1px;
}

event-1 p{
	font-size:14px;
}

.post-meta{
	 font-size:13px;
}
 
 .event-inside{
	 padding-top:20px;
}

/*========== Anchor Links ==========*/
 .balatar{
  overflow: hidden;
    position: relative;
 }
 
.balatar span {
    position: absolute;
    top: -100px;
    visibility: hidden;
}

/*========== Video ==========*/
 #closer_videopopup{
    position: absolute;
    display: table-cell;
    right: 2%;
    top: 2%;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: pointer;
    background: none;
    border: none;
    color: #ffffff;
    z-index: 100004;
}

#opct{
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    bottom: 0; 
    right: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
}

#videCont{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: auto;
    max-width: 720px;
    height: 0;
    height: auto !important;
}

video{
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    opacity: 1 !important;

}

#video1{
    cursor: pointer; cursor: hand;
}

/*========== Font-Size ==========*/
.font-size-50{
	font-size: 50px;
}
/*========== Modal ==============*/

.modal {
    display: flex;
    align-items: center;
    justify-content: center;
	
}

.modal-body > .img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-open[style] {
    padding-right: 0px !important;
}

.modal-dialog { 
        width: 729px; 
        max-width: 100%; 
}

.modal-header {
	min-height: 5px;
    height: 0px;
   padding: 0px;1
   border-bottom: none;
   background:none;
   
}

.modal-body{
	padding:0px;
}

div.modal-content{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.My-close {
    right: 0;
    margin-right: -10px !important;
    margin-top: -10px !important;
	margin-left: -30px !important;
	margin-bottom: -30px !important;
    background-color: #000 !important;
    border-radius: 15px !important;
	border: 2px solid #FFF;
    width: 30px !important;
    height: 30px !important;
    opacity: 1 !important;
	font-weight: 400;
	position: absolute;
	z-index:999999999999999999999;
	color:#fff;
	font-size:22px;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.My-close:hover {
    background-color: #FFF !important;
	color:#000;
}

.responsive-modal-table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    table-layout: fixed;
    color: #FFF;
}

/*========== Body Borders ==============*/
#top, #bottom, #left, #right {
	background: #FFF;
	position: fixed;
	z-index: 99999999999999;
	}
#left, #right {
	top: 0; bottom: 0;
	width: 15px;
}

#left { left: 0; }

#right { right: 0; }
		
#top, #bottom {
	left: 0; right: 0;
	height: 15px;
}

#top { top: 0; }

#bottom { bottom: 0; }
		
/*========== Testimonial ==============*/		
.Testi-all-hold{
	position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
	font-size:16px;
}

.Testi-all-hold span{
    font-size: 14px;
    font-family: Muli,sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #636363;
	margin-top:10px;
}

.Testi-text2 span{
font-size: 16px;
    font-weight: 300;
    color: #636363;
    letter-spacing: 0;
}

#owl-dimo img {
	display: inline-block;
	width:100px;
	height:100px;	    
    border-radius: 50%;
    background-color: #CCC;
    border: 4px solid #CCC;
    box-shadow: inset 0 0 0 5px white;
	margin-top:15px;
	margin-bottom:15px;
	padding:4px;
}
	
/*========== Fancy Box ==============*/	 
.fancybox-slide--video .fancybox-content {
	width  : 800px;
	height : 600px;
	max-width  : 80%;
	max-height : 80%;
  margin: 0;
}

/*========== Side Bar ==============*/	
.My-side {
    padding-bottom: 20px;
    margin-top: 35px;
}

.My-side .My-side-title {
    margin-top: 0;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #4463a4;
	font-size:18px;
}

.My-line-bottom {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #4463a4;
}
.My-side ul.list {
    list-style: outside none none;
    margin-top: 13px;
    padding-left: 0;
}

.My-side ul.list li, .My-side .post {
    margin-bottom: 10px;
    padding-bottom: 10px;
	font-size:14px;
}

.My-side .list-border li {
    border-bottom: 1px solid #d3d3d3;
}

.My-side ul.list li a {
    font-family: 'SourceSansPro-Regular', Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.My-side ul.list li a:hover{
    margin-left:5px;
	color:#FC0;
}



.My-side ul.list li i {
    color: #4463a4;
	font-size:12px;
}

.My-side ul.list li span {
	font-size:14px;
	font-family: 'SourceSansPro-Regular', Arial, sans-serif;
}

/*========== Contact Form ==============*/
#contactFormSuccess, #contactFormError {
    display: none;
    font-weight: 400;
	margin-bottom:15px;
}

#contactFormSuccess {
    color: #096;
}
#contactFormSuccess, #contactFormError {
    display: none;
    font-weight: 400;
    margin-bottom: 15px;
}

#contactFormError {
    color: #F00;
}

.f-right {
    float: right;
}


#contactFormSuccess, #contactFormError {
    display: none;
    font-weight: 400;
}
.no-pad {
    padding: 0px;
}

.rastpad{
	padding-right:10px;
}


/*========== Online Order zbutton Slide ==============*/
.button-4{
  width:140px;
  height:50px;
  border:2px solid #34495e;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0 0 40px 50px;
}

.button-4 a{
  font-family:arial;
  font-size:16px;
  color:#34495e;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}

.eff-4 {
    width: 140px;
    height: 50px;
    left: -140px;
    background: #34495e;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.button-4:hover .eff-4{
  left:0;
}

.button-4:hover a{
  color:#fff;
}

/*========== Online Order button arrow ==============*/

.Orderme {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 75px;
  line-height: 75px;
  color: white;
  background-color: rgba(189,53,55, 1);
  text-align: center;
  border-radius: 0px;
  overflow: hidden;
  cursor: pointer;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  border:2px solid #FFF;
  text-transform:uppercase
}

.Orderme:hover {
  background: #dc4245;
}

.slide-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 1.5em;
  transition: all 0.5s;
}

.Orderme.Orderme-left:hover .slide-1 {
  left: -30px;
  opacity: 1;
}

.slide-2 {
  position: absolute;
  height: 100%;
  width: 30%;
  font-size: 1.2em;
  transition: all 0.5s;
  opacity: 0;
  background:#FC0
}

.Orderme.Orderme-left .slide-2 {
  left: 100%;
}


.Orderme.Orderme-left:hover .slide-2 {
  left: 70%;
  opacity: 1;
  color:#FFF;
}

.online-always {
    height: 50px;
    color: #FFF !important;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    font-size: 15px;
    background: #ea1617;
    margin-bottom: 4px;
    float: right;
    margin-top: -70px;
    right: 25px;
    position: absolute;
    /* bottom: 0; */
    z-index: 999999;
    cursor: pointer;
	padding: 15px 25px 15px 25px;
	font-family: 'Raleway', sans-serif;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffd400;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #000;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*.hvr-bounce-to-right i:after {
    content: "\f1ec";
    font-family: FontAwesome;
	text-decoration:none
}*/

.fare span{
	font-size:13px;
	display:block;
	text-align:center;
	margin-top: -2px;
	color: #fff;
}

.online-always i{
	margin-left: 8px;
	font-size:13px;
}

/*========== Preloader ==============*/
.no-js #loader { display: none;  }

.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.My-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/preloader/pre.gif) center no-repeat #fff;
}
 
.position-center-center {
    left: 50%;
    position: absolute;
    top: 40%;
	padding-bottom:10px;
	margin-bottom:50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*========== Hover Efect ==============*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: rgba(0, 0, 0, 0.8);
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 1em;
  text-align: left;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 80px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  width:50%;
  top:40%;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect a, .hovereffect p {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  text-align: center;
  margin-top:24%
}

.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

 .hovereffect:hover h2{
	background-color: rgba(0, 0, 0, 0);
}

/*PAd Ajib*/
.pad-ajib {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: rgba(0, 0, 0, 0.8);
}

.pad-ajib .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 1em;
  text-align: left;
}

.pad-ajib img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 50px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.pad-ajib h2 {
   text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  width:40%;
  top:35%;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.pad-ajib .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.pad-ajib a, .pad-ajib p {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  text-align: center;
  margin-top:21%
}

.pad-ajib:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.pad-ajib:hover .overlay:before,
.pad-ajib:hover a, .pad-ajib:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

 .pad-ajib:hover h2{
	background-color: rgba(0, 0, 0, 0);
}

.vasat{
	padding-right:0px;
	padding-left:0px;
}

.about-widget {
    border-right: 1px solid #ECECEC;
    padding-right: 55px;
}

.col-box{
	background: rgba(0, 0, 0, 0.3);
	padding:20px;
}




/*List*/

ul {
    list-style: none;
}

ul.list-1 {
    float: left;
    margin: 0px;
    text-align: justify;
    padding-left: 20px;
	padding-bottom:50px;
    width: 100%;
	border-bottom:1px solid #DADADA
}

.list-1 li {
    list-style-position: in;
    margin: 0px;
    line-height: 25px;
    margin-left: 1em;
    text-indent: -1.5em;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #000;
}

.list-1 li:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #4463a4;
    border-radius: 50%;
    margin-bottom: 2px;
}

.list-1 li span {
    line-height: 20px;    
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
	font-weight:500;
}

ul.list-1-no-border {
    float: left;
    margin: 0px;
    text-align: justify;
    padding-left: 20px;
	padding-bottom:50px;
    width: 100%;
}

.list-1-no-border li {
    list-style-position: in;
    margin: 0px;
    line-height: 25px;
    margin-left: 1em;
    text-indent: -1.5em;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #000;
}

.list-1-no-border li:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #4463a4;
    border-radius: 50%;
    margin-bottom: 2px;
}

.list-1-no-border li span {
    line-height: 20px;    
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
	font-weight:500;
}

ul {
    list-style: none;
}


/*Mobile Show*/
.mobileShow {
    display: none;
}

/*Jumbo*/
.jumbotron {
    color: #000;
    text-align: center;
    border-radius: 0;
    background-color: #000;
	margin-top: 120px;
	padding-bottom:120px;
}

.jumbotron .container {
    max-width: 100%;
}

.jumbotron .h1, .jumbotron h1 {
    margin-top: 80px;
    margin-bottom: 5px;
    text-align: center;
    color: #4463a4;
    font-weight: bold;
    font-size: 30px;
    text-transform: none;
}

.jumbotron p {
    margin-top: 35px;
    margin-bottom: -50px;
    text-align: center;
    font-size: 15px;
    font-weight: 200;
    color: #FFF;
}
.jumbotron p a {
    color: #ff4950;
}
.jumbotron p a:hover {
    color: #FFF;
}

.jumbotron p span {
    color: #e3181f;
}

#his-image{
	margin-top:60px;
}

/*========== Font-Weight ==============*/

.font-weight-400{
	font-weight:400;
}

.font-weight-500{
	font-weight:500;
}

.font-weight-600{
	font-weight:600;
}

.font-weight-700{
	font-weight:700;
}

/*========== Owl-Demo-Reset ==============*/
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.bish-pad{
	margin-left:50px;
}

.mid {
    vertical-align: middle;
    margin-top: -5px;
}
.fo-size-big {
    font-size: 45px;
}

.source{
	font-family: 'Source Sans Pro', sans-serif;
}

.pad-left-less{
	padding-left:0px;
}

/*========== General ==========*/
body {
	color: #666;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	background: #ffffff;
	margin: 0;
    overflow-y: auto !important;
	}

a {
    color: #161616;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	outline: medium none !important;
}

a:hover, a:active {
	color: #4463a4;;
	text-decoration: none;
}

a:focus{
	color: #4463a4;;
	text-decoration: none;
}

p{
	font-family: 'Raleway', sans-serif;
	size:15px;
	color:#000;
	line-height:24px;
}

/*========== Heading ==========*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}


h1 {
	text-transform: uppercase;
	font-size: 26px;
}

h2 {
	font-size: 24px;
	
}

h3 {
	font-size: 28px;
}

h4 {
    font-size: 18px;
    color: #000;
}

.wrapper {
	width: 90%;
	margin: 0 auto;
}

section {
	position: relative;
	padding: 50px 0;
}

.img-responsive { display: inline-block; }

/*========== Header ==========*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.top-header {
	position: relative;
	background: #4463a4;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;		
}

.bottom-header {
    position: relative;
    border: none;
    border-radius: 0;
    line-height: 100px;
    background: #FFF;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*========== Sticky ==========*/
#header.is-sticky .bottom-header {
	height: 78px;
	line-height: 60px;
}

#header.is-sticky .top-header { 
	padding: 0;
	height: 0;
	overflow: hidden;
}

#header.is-sticky .navbar-nav > li > a{
	padding-top: 30.5px;
    padding-bottom: 26.5px;
    line-height: 26px;
}

#header.is-sticky .navbar-nav > li > a:active{
	padding-top: 30.5px;
    padding-bottom: 26.5px;
    line-height: 26px;
	color: #4463a4; !important
}

#header.is-sticky .navbar-nav > li > a:hover{
	padding-top: 30.5px;
    padding-bottom: 26.5px;
    line-height: 26px;

	color: #4463a4;
}
#header.is-sticky .bottom-header{
	background-color:#FFF
}

#header.is-sticky .navbar-brand>img {
    width:190px;
	height:54px ;
    /*margin-top: -11px;*/
	margin-top: -5px;
}

#header.is-sticky .logo img {
	max-width: 100px;
}
#header.is-sticky .account {
	display: none;
}

#header.is-sticky #order {  
   color:#FFF;
   margin-top:30px;
   padding: 0px 10px;
   font-size:12px;  
}

#header.is-sticky .navbar-btn{
	margin-bottom:8px; 
	margin-top: 8px;;
}

#header.is-sticky .navbar-right{
	margin-top: -7px;
}

/*========== Top header ==========*/
.top-header {
	overflow: hidden; 
}

.top-header .info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-header .info li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding-right: 15px;
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
}
.top-header .info li .fa {
    margin-right: 10px;
    color: #FFF;
}

/*.top-header .info li:after {
	content: "";
	position: absolute;
	top: -100%;
	right: 0;
	height: 400%;
	width: 1px;
	background: rgba(255,255,255,.4);
}*/

.top-header .info li:last-child {
	margin: 0; padding: 0;
}
.top-header .info li:last-child:after {
	content: none; 
}

.top-header .info li .fa {
	margin-right: 10px; 
}

.social-icons {
	position: relative;
	float: right;
}
.social-icons a {
    color: #FFF;
    font-size: 14px;
    margin-left: 20px;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.social-icons a:hover {
    color: #1d3057;
}
/*.social-icons:before{
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	height: 400%;
	width: 1px;

	background: rgba(255,255,255,.4);
}*/

/*========== Logo ==========*/
.navbar-brand>img {
    display: inline-block;
	width:274px;
	height:78px;
	margin-top:-5px;
	transition: all 0.1s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.logo img {
    margin-left: 10px;
    width: 100%px;
    margin-top: 5px;
	-webkit-transition: all 0.01s ease;
    transition: all 0.01s ease;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    margin-left: -35px;
}

/*========== Navbar Toggle ==========*/
.navbar-toggle {
  border: none;
  background: transparent !important;
  color: #000;
	font-size: 25px;
	border: none;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 0;
	margin-top: 32px;
	float: right;
	z-index:1
}

.navbar-toggle:hover {
  background: transparent !important;
}

.icon-bar {
    width: 100%;
    text-align: center;
    background-color: #4463a4;
    overflow: auto;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 1px;
    transition: all 0.2s;
}

.navbar-toggle {
    border-color: #fed231;

}
.navbar-toggle .top-bar {
  transform: rotate(42deg);
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
transform: rotate(-45deg);
    transform-origin: 20% 90%;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

/*========== Menu ==========*/
#header-nav {
	position: relative;
	padding: 0;
}
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	float: left;
	display: table;
}
.active{
	color: #4463a4;
}
.menu li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	position: relative;
	display: table-cell;
	color: #000;
	font-size: 15px;
	padding: 0px 15px 0px 15px;
	vertical-align: bottom;
	-webkit-transition: none;
	-o-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -khtml-transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    transition: color 0.3s linear;
	text-transform:uppercase;
	text-decoration: none !important;
	letter-spacing: 1px;
}

/*========== Hover with background ==========*/
.menu li a:hover {
	text-decoration: none;
	background: rgba(254, 210, 49, 0.9);
	color: #000;
}
.menu li.active a {
	background: rgba(254, 210, 49, 0.9);
	text-transform: uppercase;
	color: #000;
	text-shadow: 1px 1px 1px rgba(0,0,0);
}

/*.menu li.active a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #d71920;
	height: 3px;
}*/

/* Menu 2 */
.account {
	position: absolute;
	top: 15px;
	right: 20px;
	line-height: 1;
	margin-right: -15px;
	z-index: 999;
}
.account li {
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	text-align: right;
}
.account li a{
	color: #000;
}

/*========== Hover Eye ==========*/

.hover-container {
  position: relative;
 /* width: 50%;*/
  display:inline-block;
}

.hover-image {
  display: block;
  width: 100%;
  height: auto;
}

.hover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
.hover-overlay2 {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.hover-container:hover .hover-overlay {
  width: 97%;
}

.hover-container:hover .hover-overlay2 {
  width: 100%;
  left: 0;
}

.hover-text {
  color: white;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  transition: .5s ease;
  overflow: hidden;
}

.content-image{
      display: inline-block;
}

/*========== Menu color on White ==========*/
.navbar-nav > li > a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
	font-size: 15px;
    text-transform: uppercase;
	padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 50px;
	letter-spacing: 0.0225em;

}
.active{
	color: #4463a4;
}
#active{
	color: #4463a4;
}

/*========== Menu color on transparent ==========*/

/*.navbar-nav > li > a{
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
	font-size: 15px;
    text-transform: uppercase;
	padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 46px;
}*/
/*========== Hover with background ==========
.navbar-nav > li > a:hover {
    border-bottom: 3px solid #000;
	background: #FC0;
	color:#000
}
.navbar-nav>li>a:hover {
    border-bottom: 3px solid #000;
	background: #FC0;
	color:#000
}
/*========== Hover with Border Bottom ==========*/

.navbar-nav > li > a:hover {
	background: none;
	color:#4463a4;
}

.navbar-nav > li > a:focus {
	background: none;
	color:#4463a4;
}

.navbar-nav > li > a:active {
	background: none;
	color:#4463a4;
}

.navbar-nav>li>a:hover {   
	background: #none;
	color:#4463a4;
}
.nav>li>a{
    padding-right: 9px;
}

/*========== Dropdpown color on transparent ==========*/
.dropdown-menu>li>a{
	width:280px;
	padding: 10px 10px 10px 15px;
	font-weight:500;
	font-size:15px;
	color: #000;		
}

.dropdown-menu>li>a:hover{
	color: #FFF;
	background: #4463a4;		
}

.nav.open>a{
	background-color:#4463a4;
	border-color:#000
}
	
/*========== Caret ==========*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border: solid currentColor;
    border-width: 0 .2em .2em 0;
    display: inline-block;
    padding: .20em;
    margin-top: -4px;
    margin-left: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	font-size: 13px;
}

/*========== Dropdown ==========*/
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
   /* -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);*/
	/*border-top: 3px solid #4463a4;*/
    min-width: 250px;
    padding: 0px;
	left:0;
}

.dropdown:hover .dropdown-menu {
    max-height: 250px;
    opacity: 1;
}

.dropdown-menu>li>a{
	width: 280px;
    padding: 10px 10px 10px 15px;
    /* font-weight: 500; */
    font-size: 15px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

.dropdown-menu>li>a:hover{
	padding-left:25px;
}

/*========== Hover Border ==========*/
/*.navbar-nav > li > a {
  position:relative;
  vertical-align: middle;
  color: #0b7;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid rgba(0,160,80,0);;
  -webkit-transition:0.5s;
}

.navbar-nav > li > a:hover {
  border: 1px solid rgba(0,160,80,0);
  color: #FFF;
  background:  none
}

.navbar-nav > li > a::before, .navbar-nav > li > a::after {
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}

.foo::before {
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  -webkit-transform-origin: 0 100%;
}

.foo::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform-origin: 100% 0%;
}

.box:hover::after, .box:hover::before {
  -webkit-transform: scale(1);
}
.line-show {
    display: inline-block;
    color: #FC0;
    text-decoration: none;
}
.line-show::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #FC0;
    transition: width .3s;
    background: transparent;
	transition: width .5s ease, background-color .5s ease;
	/*margin: auto;
}*/

.line-show:hover:after {
    width: 100%;
    //transition: width .3s;
	background: #FC0;
}
.line-show:hover:after {
    width: 100%;
    //transition: width .3s;
}

.line-show:focus::after {
    width: 100%;
    //transition: width .3s;
}

/*========== Order Button ==========*/
.navbar-btn {
    margin: 0px;
    margin-bottom: 8px;
}

#order {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    /* display: inline-block; */
    border: 2px solid #4463a4;
    background: #4463a4;
    color: #FFF;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 15px;
    /* line-height: 14px; */
    margin-top: 30px;
    line-height: 28px;
	margin-left:10px;
}

#order:hover {
    border: 2px solid #000;
    background: #000;
    color: #FFF;
	
}

/*========== Headlines ==========*/

.headline { margin-bottom: 40px; }
.headline h2 {
	color: #be090c;
	font-size: 31px;
	margin: 0;
	text-align: center;
}

.headline .graphic-line {
	background: url('../img/graphicline.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 28px;
	margin-top: 5px;
}

/*========== Hero ==========*/
#hero {
	position: relative;
	background: url('../img/background-slider.jpg');
	border-bottom: 3px solid #B7314C;
	background-size: cover;
	padding-top: 200px;
}

.carousel .carousel-indicators li { background: #ffffff; }
.carousel .carousel-indicators .active {
	background: #be090c;
	border-color: #be090c;
}

.carousel-control.left { background: none; }
.carousel-control.right { background: none; }
.caption-text {
	margin-top: 110px;
	margin-bottom: 50px;
	padding-left: 50px;
	font-family: Arial;
}

.caption-text * { font-family: Arial; }
.caption-text h1,
.caption-text h2,
.caption-text h3 {
	font-weight: bold;
	margin: 0;
}

.caption-text h3 { margin: 30px 0 8px 0; }
.caption-text h2 { font-size: 40px; }
.caption-text p { font-family: 'Ubuntu Mono'; margin: 0; }
.carousel-control .fa { color: #be090c; font-size: 50px; }
.carousel-control { top: 32%; }

/*========== Intro ==========*/
#intro h3 {
	color: #be090c;
	border-bottom: 1px solid #ECECEC;
	font-size: 22px;
	margin-top: 0px;
	padding-bottom: 4px;
	margin-bottom: 15px;
}

.arrow {
	list-style-image: url('../img/arrow.jpg');
	padding-left: 20px;
}

.arrow li {
	margin-bottom: 3px;
}

.arrow a {
	color: #222222;
	font-size: 18px;
}

/*========== How it works ==========*/
.hover {
	position: relative;
	overflow: hidden;
}

.hover .read-more {
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
	position: absolute;
	bottom: -100px;
	font-size: 17px;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .41);
	padding: 30px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.hover:hover .read-more {
	bottom: 0;
}

/*========== Who we are ==========*/
#who-we-are {
	background: none;
	padding: 10px 0;
}

/*========== Our Servicesn ==========*/
.service-lists {
	padding: 0;
	margin: -15px;
	list-style: none;
}

.service-lists li {
	float: left;
	width: 33.3333%;
	padding: 15px;
}

.service-lists li figure { 
    position: relative;
}

.service-lists li figcaption {
	color: #ffffff;
	font-weight: 400;
	font-style: italic;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(190, 9, 12, .41);
	padding: 20px;
	font-size: 23px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}

.service-lists li:hover figcaption { 
     opacity: 0; 
}

.service-lists li .back {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.41);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;	
	text-align: center;
	color: #ffffff;
	padding: 30px;
	padding-top: 12%;
}

.service-lists li .back a {
	background: rgba(190, 9, 12, .61);
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 18px;
	margin: 0 5px;
}

.service-lists li .back p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #e0d7cd;
}

.service-lists li .back p span {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
}

.service-lists li:hover .back { opacity: 1; }


/*========== Quoten ==========*/
#quote {
        background: #a8222b;
    padding: 70px;
}

.quote-text {
    text-align: left;
}

.quote-text p {
    color: #FFF;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	line-height:30px;
	
}

.quote-text a {
    float: right;
}

.fo-size-big {
    font-size: 45px;
}



/*.quote-text:before {
	content: "";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: 30px;
}
.quote-text:after {
	content: "";
    font-family: FontAwesome;
    font-size: 30px;
    padding-left: 10px;
}*/

.te-size-medium {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 20px;
    color: #FFF;
    line-height: 30px;
}

.quote-text2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-style: none;
    position: relative;
    font-weight: 700;
	padding:15px;
}

/*==========Models ==========*/
#models { 
     background: #eff4f7; 
}

.models h3  { 
     margin-bottom: 0;
}
.models p { 
	margin: 0; 
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
}

/*========== Products==========*/
.products-item { margin-top: 85px; }

.product { position: relative; }

.product  img { width: 100%; }

.product .content-product p {
	position: absolute;
	color: #ffffff;
	font-weight: 300;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: #b7314c;
	font-size: 17px;
	text-align: center;
	padding: 15px 70px;
	margin: 0;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}

.product:hover .content-product p { opacity: 0; }

.product .back-content-product {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(178,97,108,.80);
	text-align: center;
	color: #ffffff;
	padding-top: 50px;
	padding-bottom: 30px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}

.product .back-content-product a {
	font-family: 'Source Sans Pro', sans-serif;
	background: #fff;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: #b7314c;
	border-radius: 50%;
	font-size: 18px;
	margin: 0 5px;
}

.product .back-content-product h3 {
	font-size: 17px;
	color: #fffefe;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

.product:hover .back-content-product { opacity: 1 }

/*========== Contact ==========*/
#contact { background: #f6f8f9; }

.contact-content p {
	color: #9a9895;
	text-align: center;
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 35px;
}

#contact-form .form-control {
	border: 1px solid #b7314c;
	color: #b7314c;
	border-radius: 0;
	background: transparent;
}

#contact-form .btn-default {
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
	padding-right: 40px;
	background: #b7314c;
	border-color: #b7314c;
	border-radius: 2px;
	box-shadow: 0 2px 0 #750204;
}

#contact-form .btn-default:hover {
	background: #961831;
}

#contact-form .form-control::-webkit-input-placeholder { color: #b7314c; }

#contact-form .form-control:-moz-placeholder { color: #b7314c; }

#contact-form .form-control::-moz-placeholder { color: #b7314c; }

#contact-form .form-control:-ms-input-placeholder { color: #b7314c; }

.contact-content .contact-us { margin-top: -10px; }

.contact-content .contact-us h3 {
	font-size: 17px;
	color: #b7314c;
	margin-bottom: 25px;
}
.contact-content .contact-us ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-content .contact-us ul li {
	margin-bottom: 20px;
	font-size: 14px;
	color: #999999;
}

.contact-content .contact-us .fa {
	color: #bf4f65;
	margin-right: 15px;
	float : left;
}

.contact-content .contact-us ul { list-style: outside none none; }

.contact-content .contact-us ul li div { margin-left: 25px; }

/*========== Action ==========*/
#action {
	background: #B7314C;
	color: #ffffff;
	font-size: 26px;
	padding: 50px 0;
	line-height: 35px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

#action span  { color: #f9ced7; }

#action .button {
	color: #b7314c;
	display: inline-block;
	background: #f6f8f9;
	padding: 10px 30px;
	font-size: 18px;
	border-radius: 3px;
	position: relative;
	top: -5px;
}

#action .button:hover, #action .button:focus { text-decoration: none; background: #D9E3E7; }

/*========== Side Bar==========*/
.widget-title {
	color: #4463a4;
	font-size: 17px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

/*.widget a { color: #fc4268; }*/

.widget_contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_contact ul li { margin: 0 0 20px 0; }

.widget_contact ul li .fa {
	float: left;
	color: #4463a4;
	line-height:23px;
	font-size:14px;
}

.widget_contact ul li div { margin-left: 25px; }

.widget_socials a {
	color: #ffffff;
	font-size: 18px;
	margin-right: 15px;
}

.widget_socials a:hover {
	color: #fc4268;
}
.kam-line{
	line-height:20px;
	font-size:14px;
	}

/*========== Footer ==========*/
.footer-top {
    background: #212529;
    color: #cbcccc;
    padding: 50px 0;
}

.footer-bottom {
    background: #1c1f22;
    color: #ffffff;
    padding: 20px 0;
    font-size: 12px;
}

.footer-bottom ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-bottom ul li {
	position: relative;
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
}

.footer-bottom ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	height: 10px;
	width: 1px;
	background: #ffffff;
}

.footer-bottom ul li:first-child:after { content: none; }

.footer-bottom ul li a { color: #ffffff; }

.copyr {
    color: #999;
}

.mal-foo {
    margin-bottom: 20px;
}

.social-icons-footer {
    position: relative;
    text-align: center;
    padding-top: 40px;
}

.social-icons-footer a {
	color: #999;
	font-size:15px;
	    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.social-icons-footer a:hover {
	color: #FC0;
	font-size: 15px;
}

.widget-title2 {
    color: #999;
    font-size: 14px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 500;
}

.widget a {
    /* color: #999; */
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.My-vasat{
    text-align: center;
	margin-top:25px;
	font-family: 'Raleway', sans-serif;	
}

.My-vasat i{
	margin-right:6px;
    color: #FC0;
    margin-top: 5px;
	font-size: 10px;
	letter-spacing:4px;
}
	
.boro-vasat{
	padding-top:10px;
	font-size:13px;
}

.footer-top {
	background: #212529;
	color: #cbcccc;
	padding: 30px 0;
}

.footer-bottom {
	background: #1c1f22;
	color: #ffffff;
	padding: 20px 0;
	font-size:12px;
}

.footer-bottom ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-bottom ul li {
	position: relative;
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
}

.footer-bottom ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	height: 10px;
	width: 1px;
	background: #ffffff;
}

.footer-bottom ul li:first-child:after { content: none; }

.footer-bottom ul li a { 
     color: #ffffff;
	     -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.footer-bottom ul li a:hover { 
     color: #7badff; 
}

.widget a { 
     color: #999; 
	  -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; 
}

.widget a:hover { 
  color: #FFF;
}

.My-widget-icon-footer{
	padding-top:35px;
}

.My-widget-icon {
    display: table;
}

.My-widget-icon i {
    font-size:25px;
	color:#FC0;
}

 .My-widget-icon-cell:first-child {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(123, 123, 123, 0.25);
}

.My-widget-icon-cell {
    display: table-cell;
    vertical-align: middle;
}

.My-widget-icon span {
    font-weight: 500;
	display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    position: relative;
	font-size:15px;
	font-family: 'Raleway', sans-serif;
}

.My-widget-icon-cell p {
	font-size:14px;
	color: #999;
	 padding: 5px 0 0 15px;
	font-size:14px;
	color: #999;
}

.bigtar{
	font-size: 17px !important;
}

.riztar{
	font-size:12px; !important;
}

.My-address{
	text-indent: -2em;
	font-family: 'Raleway', sans-serif;
	font-size:0.94em;
}

/*========== Back to Top ==========*/
.back-to-top {
	border-radius: 0px;
	text-align: center;
	background: #4463a4;
	color: #FFF;
	display: none;
	width: 55px;
	height: 55px;
	line-height: 70px;
	font-size: 12px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.9;
	filter: alpha(opacity=40);
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	cursor: pointer;
	z-index: 9999;
	border-radius:7px;
}

.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background: #000;
	color: #FFF;
}

.back-to-top:hover i {
	color: #FFF;
}

.bounce i{
	color:#FFF;
	margin-top:15px;;
}


/*========== Jquery appear ==========*/
.hiding {
	opacity: 0;
}

.visible {
	opacity: 1;
}

/*========== Preloader ==========*/
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #97684E;
	z-index: 10000;
	height: 100%;
}

#loader {
	width: 308px;
	height: 75px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -154px;
	margin-top: -32px;
	background-image: url("../img/loading.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

/*============ Colors ============*/

.My-new-red {
    background-color: rgb(217, 62, 46);
}

.My-new-yellow {
    background-color: #ffcb05;
}

.My-yellow {
    color: #FC0;
}

.My-red {
    color: #9fbbf8;
}
.My-blue{
	color: #4463a4;
}

.My-blu-light{
	color: #bdd9f8;
}

.text-black {
    color: #000;
}
.text-white{
	color:#FFF;
}

.rangi {
    color: #FFF;
}

.text-gray{
	color: #999;; 
}
/*========== Container ==========*/
.container {
    display: block;
    max-width: 100%;
    height: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

section.no-spacing {
	padding: 0;
	margin-top:-28px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/*========== text Color ==========*/
.text-white {
    color: #FFF;
}

/*========== Pading ==========*/
.nopadding > div[class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.pdd-saf {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.col-padding {
    padding: 40px;
}

.pdd-btm-2 {
    padding-bottom: 2px;
}

.pdd-btm-5 {
    padding-bottom: 5px;
}
.pdd-btm-10 {
    padding-bottom: 10px;
}

.pdd-btm-15 {
    padding-bottom: 15px;
}

.pdd-btm-20 {
    padding-bottom: 20px;
}

.pdd-btm-25 {
    padding-bottom: 25px;
}

.pdd-btm-30 {
    padding-bottom: 30px;
}
.pdd-btm-35 {
    padding-bottom: 35px;
}

.pdd-btm-40 {
    padding-bottom: 40px;
}

.pdd-btm-45 {
    padding-bottom: 45px;
}

.pdd-btm-50 {
    padding-bottom: 50px;
}
	
.pdd-btm-60 {
    padding-bottom: 60px;
}

.pdd-btm-70 {
    padding-bottom: 70px;
}

.pdd-btm-80 {
    padding-bottom: 80px;
}

.pdd-btm-90 {
    padding-bottom: 90px;
}

.pdd-btm-100 {
    padding-bottom: 100px;
}

.pdd-btm-120 {
    padding-bottom: 120x;
}

.pdd-btm-130 {
    padding-bottom: 130x;
}

.pdd-btm-140 {
    padding-bottom: 140x;
}

.pdd-btm-150 {
    padding-bottom: 150x;
}

.pdd-btm-160 {
    padding-bottom: 160x;
}

.pdd-btm-170 {
    padding-bottom: 170x;
}

.pdd-btm-180 {
    padding-bottom: 180x;
}

.pdd-btm-190 {
    padding-bottom: 190x;
}

.pdd-btm-200 {
    padding-bottom: 200x;
}

.pdd-btm-250 {
    padding-bottom: 250x;
}

.pdd-top-2 {
    padding-top: 2px;
}
.pdd-top-5 {
    padding-top: 5px;
}

.pdd-top-10 {
    padding-top: 10px;
}

.pdd-top-15 {
    padding-top: 15px;
}
.pdd-top-20 {
    padding-top: 20px;
}

.pdd-top-25 {
    padding-top: 25px;
}

.pdd-top-30 {
    padding-top: 30px;
}
.pdd-top-35 {
    padding-top: 35px;
}

.pdd-top-40 {
    padding-top: 40px;
}

.pdd-top-45 {
    padding-top: 45px;
}
.pdd-top-50 {
    padding-top: 50px;
}	
.pdd-top-60 {
    padding-top: 60px;
}

.pdd-btop-70 {
    padding-top: 70px;
}

.pdd-top-80 {
    padding-top: 80px;
}

.pdd-top-90 {
    padding-top: 90px;
}

.pdd-top-100 {
    padding-top: 100px;	
}

.pdd-top-120 {
    padding-top: 120px;
}

.pdd-top-130 {
    padding-top: 130px;
}

.pdd-top-140 {
    padding-bottom: 140px;
}

.pdd-top-150 {
    padding-top: 150px;
}

.pdd-top-160 {
    padding-top: 160px;
}

.pdd-top-170 {
    padding-top: 170px;
}

.pdd-top-180 {
    padding-top: 180x;
}

.pdd-top-190 {
    padding-top: 190px;
}
.pdd-top-200 {
    padding-top: 200px;
}

.pdd-top-225 {
    padding-top: 225px;
}

.pdd-top-250 {
    padding-top: 250px;
}
.pdd-top-270 {
    padding-top: 270px;
}
.pdd-top-300 {
    padding-top: 300px;
}

.pdd-right-5 {
    padding-top: 5px;
}

.pdd-right-10 {
    padding-right: 10px;
}

.pdd-right-15 {
    padding-right: 15px;
}

.pdd-right-20 {
    padding-right: 20px;
}

.pdd-right-30 {
    padding-right: 30px;
}
.pdd-right-40 {
    padding-right: 40px;
}

.pdd-right-50 {
    padding-right: 50px;
}

.pdd-left-5 {
    padding-left: 5px;
}

.pdd-left-10 {
    padding-left: 10px;
}

.pdd-left-15 {
    padding-left: 15px;
}

/*========== Margins ==========*/
#margini {
    margin-left: 40px;
}

.mrg-top-2 {
    margin-top: 2px;
}

.mrg-top-3 {
    margin-top: 3px;
}

.mrg-top-4{
    margin-top: 4px;
}

.mrg-top-5 {
    margin-top: 5px;
}

.mrg-top-10 {
    margin-top: 10px;
}

.mrg-top-15 {
    margin-top: 15px;
}

.mrg-top-20 {
    margin-top: 20px;
}

.mrg-top-25 {
    margin-top: 25px;
}

.mrg-top-30 {
   margin-top: 30px;
}

.mrg-top-35 {
    margin-top: 35px;
}

.mrg-top-40 {
    margin-top: 40px;
}

.mrg-top-45 {
    margin-top: 45px;
}

.mrg-top-50 {
    margin-top: 50px;
}
	
.mrg-top-60 {
    margin-top: 60px;
}

.mrg-top-70 {
    margin-top: 70px;
}

.mrg-top-80 {
    margin-top: 80px;
}

.mrg-top-90 {
    margin-top: 90px;
}

.mrg-top-100 {
    margin-top: 100px;
}

.mrg-top-120 {
    margin-top: 120px;
}

.mrg-top-130 {
    margin-top: 130px;
}

.mrg-top-140 {
    margin-top: 140px;
}

.mrg-top-170 {
    margin-top: 170px;
}

.mrg-top-180 {
    margin-top: 180px;
}
.mrg-top-190 {
    margin-top: 190px;
}

.mrg-top-200 {
    margin-top: 200px;
}

.mrg-top-250 {
    margin-top: 250px;
}

.mrg-btm-2 {
	margin-bottom:: 2px;
}

.mrg-btm-3 {
    margin-bottom: 3px;
}

.mrg-btm-4{
    margin-bottom: 4px;
}

.mrg-btm-5{
    margin-bottom: 5px;
}

.mrg-btm-6{
    margin-bottom: 6px;
}

.mrg-btm-7{
    margin-bottom: 7px;
}

.mrg-btm-8{
    margin-bottom: 8px;
}

.mrg-btm-9{
    margin-bottom: 9px;
}

.mrg-btm-10{
    margin-bottom: 10px;
}

.mrg-btm-15{
    margin-bottom: 15px;
}

.mrg-btm-20{
    margin-bottom: 20px;
}

.mrg-btm-25{
    margin-bottom: 25px;
}

.mrg-btm-30{
    margin-bottom: 30px;
}

.mrg-btm-35{
    margin-bottom:35px;
}

.mrg-btm-40{
    margin-bottom: 40px;
}

.mrg-btm-45{
    margin-bottom: 45px;
}

.mrg-btm-50{
    margin-bottom: 50px;
}
	
.mrg-btm-55{
    margin-bottom: 55px;
}

.mrg-btm-60{
    margin-bottom: 60px;
}

.mrg-btm-70{
    margin-bottom: 70px;
}

.mrg-btm-85{
    margin-bottom: 85px;
}

.mrg-btm-90{
    margin-bottom: 90px;
}

.mrg-btm-95{
    margin-bottom: 95px;
}

.mrg-btm-100{
    margin-bottom: 100px;
}

.mrg-btm-110{
    margin-bottom: 110px;
}

.mrg-btm-120{
    margin-bottom: 120px;
}

.mrg-btm-130{
    margin-bottom: 130px;
}

.mrg-btm-140{
    margin-bottom: 140px;
}

.mrg-btm-150{
    margin-bottom: 150px;
}

.mrg-btm-160{
    margin-bottom: 160px;
}

.mrg-btm-170{
    margin-bottom: 170px;
}

.mrg-btm-180{
    margin-bottom: 180px;
}
	
.mrg-btm-190{
    margin-bottom: 190px;
}

.mrg-btm-200{
    margin-bottom: 200px;
}

.mrg-btm-210{
    margin-bottom: 210px;
}

.mrg-btm-220{
    margin-bottom: 220px;
}

.mrg-btm-250{
    margin-bottom: 250px;
}

.mrg-top-yekkam{
	margin-top: -13px;
}

.mrg-right-5{
    margin-right: 5px;
}

.mrg-right-10{
    margin-right: 10px;
}

.mrg-right-15{
    margin-right: 15px;
}

.mrg-right-20{
    margin-right: 20px;
}

.mrg-left-50{
    margin-left: 50px;
}


/*========== headline ==========*/
.headline h1 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #023f88;
    text-transform: none;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 600;
    text-align: center;
	text-transform: uppercase
}

.headline h1 span {
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    font-size: 30px;
    line-height: 1.1;
    text-align: center;
	text-transform: uppercase
}

.headline h2 {
    font-family: 'Raleway', cursive;
    color: #4463a4;
    text-transform: none;
    font-size: 40px;
    line-height: 26px;;
    font-weight: 600;
    text-align: left;
	margin-bottom:20px;
}

.headline p {
    padding-left: 10px;
    padding-right: 10px;
	font-size:15px;
}

#who-we-are h3 span {
    position: relative;
    background: #FC0;
    z-index: 1;
}

#who-we-are h3 {
    position: relative;
    font-size: 26px;
}

/*========== Text Sizes ==========*/	
.text-center{
	text-align:center;
}

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

.mamooli {
    font-size: 15px;
    line-height: 24px;
}

.My-big{
	font-size:22px;
	font-weight:600;
	margin-top:15px;
}

.My-big i{
	font-size:18px;
	
}

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

.kaj{
	font-style:italic;
	font-size:16px;
	font-weight:500;
}

.line-stand{
	line-height:24px;
}

/*========== Slider Revo ==========*/	
.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    background-color: #272727;
	margin-top:130px;
}

/*========== Box on Top ==========*/	
.My-i-1 {
    font-size: 56px;
    line-height: 64px !important;
    color: #FFF;
}
.My-i-2 {
    font-size: 56px;
    line-height: 64px !important;
    color: #FFF;
}

/*========== Animation ==========*/
.delay-1 {
animation-delay: .25s;
}

.delay-2 {
animation-delay: .5s;
}

.delay-3 {
animation-delay: .75s;
}

.delay-4 {
animation-delay: 1s;
}

.My-fadingOut {
    transition:opacity 0.6s linear;
    opacity:0;
}

/*========== Link ==========*/
.linky{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	color:#999;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	margin-top:15px;
}

.linky:hover{
	color:#708dca;
	margin-left:5px;
}

.linky2{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#000;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	margin-top:15px;
}

.linky2:hover{
	color:#FC0;
	margin-left:5px;
}

.linky3{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#000;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	margin-top:15px;
}

.linky3:hover{
	color:#FC0;	
}

.linky4{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#bd3537;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	margin-top:15px;
}

.linky4:hover{
	color:#000;	
}

.linky5{
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	color:#000;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	margin-top:15px;
}

.linky52:hover{
	color:#FC0;
	margin-left:5px;
}

/*========== World Map ==========*/
.My-link{
	color:#CCC;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.My-link:hover{
	color:#FC0;
	margin-left:5px;
}

/*========== Owl Carousel ==========*/
.owl-theme .owl-nav [class*=owl-] {
    font-size: 30px;
	background: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #bd3537;
}

.owl-prev {
    background: rgba(255, 255, 255, .3);*/
    color: rgba(255, 255, 255, .3);
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 80px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 40px;
    height: 80px;
    position: absolute;
    left: 0px;
    display: block!IMPORTANT;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.owl-prev:hover {
	background: rgba(0, 0, 0, 0.6);
	color: #FC0;
}

.owl-prev:before {
    content: "\f053";
	
}
.owl-next {
    background: rgba(255, 255, 255, .3);*/
    color: rgba(255, 255, 255, .3);
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 80px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 40px;
    height: 80px;
    position: absolute;
    right: 0px;
    display: block!IMPORTANT;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.owl-next:hover {
	background: rgba(0, 0, 0, 0.6);
	color: #FC0;
}

.owl-next:before {
    content: "\f054";
	
}
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
		  -webkit-filter: grayscale(100%);
		 /* -webkit-filter: blur(5px);*/
}

/*========== Parallax ==========*/	
section.module.parallax {
    min-height: 650px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top:150px;
	pading-bottom:150px;
}


.mob {
    position: absolute;
    /* bottom: 0; */
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 489px;
    text-align: center;
    margin-top: -40px;
    background: url(../img/home/chicken-big.png) no-repeat center;
    background-size: contain;
    text-align: center;
}

section.module h6 {
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 24px;
}

.triangle-decor {
    content: "";
    display: block;
    width: 100%;
    height: 14px;
    position: absolute;
    left: 0;
    margin-top: -56px;
    background: url(../img/triangle.svg);
}

.triangle-decor2 {
    content: "";
    display: block;
    width: 100%;
    height: 14px;
    position: absolute;
    left: 0;
    margin-top: -8px;
    background: url(../img/triangle.svg) 
}

.red-link{
	color:#4463a4;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.red-link:hover{
	color:#FFF;
}

.red-link span {
	font-weight:500;
}

.ticktar{
	font-weight:500;
}

/*========== Parallax Menu ==========*/	
section.module h2 {
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: none;
    font-size: 45px;
    line-height: 1.1;
    font-weight: 600;
    text-align: center;
	text-transform:uppercase;
}

.menu-item-big {
    padding: 8px 20px;
}

.namy {
    padding-right: 5px;
    display: table-cell;
    white-space: nowrap;
    width: 10%;
    line-height: 15px;
    text-align: left;
    color: #FFF;
    text-transform: none;
    font-style: italic;
    font-family: 'Raleway', serif;
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    line-height: 15px;
    text-align: left;
    color: #FFF;
    text-transform: none;
    font-style: italic;
}

.menu-item-details-big {
    display: table;
}

.menu-item-name-big {
    padding-right: 5px;
    padding-top: 10px;
    font-family: "Raleway", serif;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    font-size: 19px;
    display: table-cell;
    white-space: nowrap;
    width: 10%;
    line-height: 15px;
    text-align: left;
    color: #FFF;
}

.menu-item-dot-big {
    display: block;
    width: 100%;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.3);
    margin-top: 10px;
}

.menu-item-details-big span {
    padding-left: 5px;
    font-family: 'Raleway', serif;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    font-size: 16px;
    display: table-cell;
    white-space: nowrap;
    width: 10%;
    line-height: 15px;
    text-align: left;
    color: #FFF;
    display: inline-block;
}

.menu-item-prices-big {
    display: table-cell;
    white-space: nowrap;
    width: 2%;
    padding: 10px 0 0 10px;
    text-align: left;
    color: #FFF;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 21px;
}

.menu-item-name-big2 {
    padding-right: 5px;
    padding-top: 10px;
    font-family: "Raleway", serif;
    font-weight: bold;
    font-style: italic;
    font-size: 21px;
    display: table-cell;
    white-space: nowrap;
    width: 10%;
    line-height: 15px;
    text-align: center;
    color: #FFF;
}

section.module.parallax p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    text-transform: none;
    /*text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    font-family: 'Raleway', sans-serif;
}

.menudescription-big {
    font-size: 13px;
    color: #FFF;
    text-align: left;
	margin-top:5px;
}

/*========== Borders ==========*/	
.about-line {
    border-left: 1px solid #ECECEC;
    padding-left: 55px;
}

/*========== Two Big Box ==========*/
.My-two-box {
    padding: 0px;
    position: relative;
}

.My-two-box .image-container {
    overflow: hidden;
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
}

.My-two-box .background-holder.has-content {
    display: table;
}

.My-two-box .background-holder {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important;
}

.My-two-box .background-holder.has-content .content {
    display: table-cell;
    vertical-align: middle;
}

.My-two-box .content {
    padding: 140px 110px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.bg-red {
    background: #4463a4;
}

/*========== Buttons ==========*/
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.button-black {

    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #000;
    background: #000;
    color: #FC0;
	font-weight:500;
	font-size:13px;
}

.button-black:hover {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #000;
    background: none;
    color: #000;
}

.button-strok {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #000;
    background: none;
    color: #000;
	font-weight:500;
	font-size:13px;
}

.button-strok:hover {
    border: 2px solid #4463a4;
    background: #4463a4;
    color: #FFF;
	
}

.button-strok-white {
   
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 1px solid #FFF;
    background: none;
    color: #FFF;
    font-weight: 500;
    font-size: 13px;

}

.button-strok-white:hover,
.button-strok-white:focus{
    border: 1px solid #000;
    background: #000;
    color: #FFF;
	
}

.button-strok-yellow {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #FFF;
    background: none;
    color: #FFF;
	font-weight:500;
	font-size:13px;
}

.button-strok:hover {
    border: 2px solid #FC0;
    background: #FC0;
    color: #000;
	
}

.button-strok-redback {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #000;
    background: none;
    color: #000;
	font-weight:500;
	font-size:12px;
}

.button-strok-redback:hover {
    border: 2px solid #4463a4;
    background: #4463a4;
    color: #FFF;
	
}

.button-strok-red {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #bd3537;
    background: none;
    color: #bd3537;
	font-weight:500;
	font-size:13px;
}

.button-strok-red:hover {
    border: 2px solid #bd3537;
    background: #bd3537;
    color: #FFF;
	
}

.button-red {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #4463a4;
    background: #4463a4;
    color: #FFF;
	font-weight:500;
	font-size:13px;
}

.button-red:hover {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #fba819;
    background: #fba819;
    color: #000;
}

.button-red-strock {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 1px solid #FFF;
    background: none;
    color: #FFF;
	font-weight:500;
	font-size:13px;
}

.button-red-strock:hover {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 1px solid #d9e5fd;
    background: #d9e5fd;
    color: #4463a4;
}

.button-strok-reverse-white {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #FFF;
    background: none;
    color: #FFF;
    font-size: 13px;
}


.button-strok-reverse-white:hover,
.button-strok-reverse-white:focus {
    border: 2px solid #000;
    background: #000;
    color: #FFF;
	
}

.button-blue{
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #023f88;
    background: #023f88;
    color: #FFF;
	font-weight:600;
	font-size:13px;
}

.button-blue:hover {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #4463a4;
    background: #4463a4;
    color: #FFF;
}

.button-yellow:focus {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #000;
    background: none;
    color: #000;
}

.button-yellow-emp {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #000;
    background: none;
    color: #000;
	font-weight:600;
	font-size:13px;
	box-shadow: none;
    outline: none;
    
}
.button-yellow-emp:hover {
    border: 2px solid #FC0;
    background: #FC0;
    color: #FFF;
}
.button-yellow-emp:focus {
    border: 2px solid #000;
    background: #000;
    color: #FFF;
}

.button-overlay{
	border: 1px solid #FFF;
    background: #FFF;
    color: #000;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.button-overlay:hover{
	border: 1px solid #FFF;
    background: none;
    color: #FFF;
}
	


.bigger{
	 line-height: 14px;
    padding: 15px 45px;
    line-height: 14px;
}
	
.medium {
    /* font-size: 14px; */
    line-height: 14px;
    padding: 12px 30px;
    line-height: 14px;
}

.tin {
    /* font-size: 14px; */
    line-height: 14px;
    padding: 7px 25px;
}

.active-bash{
	background-color: #000;
	color: #FFF;
}

.active-bash2{
	color: #e52233 ;
}

.small{
    padding: 5px 10px;
}

.smallerr{
    padding: 5px 20px;
}

/*========== Left & Right==========*/
.chap{
	float:left;
}

.rast{
	float:right;
}

/*========== Hover Image==========*/
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: auto;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 4em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p,
.grid figure i{
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.grid figure i {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-duke {
	background: rgba(0, 0, 0, 0.2);
}

figure.effect-duke:hover {
	background: rgba(0, 0, 0, 0.8);
}

figure.effect-duke img,
figure.effect-duke p,
figure.effect-duke i{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 0.5;
	transform: scale(1.5) rotate(10deg);
    -webkit-transform: scale(1.5) rotate(10deg);
}

figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	color: #FFF;
	font-size: 22px;
}

figure.effect-duke p {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 25%;
	padding: 20px;
	/*border: 2px solid #fff;*/
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
	font-size:14px;
	color: #FFF;
	text-align:center;
	width: 100%;
}

figure.effect-duke i {
	position: relative;
    top: 25%;
    transform: perspective(1px) translateY(-50%);
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	font-size:45px;
	color: #FFF;
	text-align:center;
	height: 100px;
    line-height: 100px;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p,
figure.effect-duke:hover i{
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.isotopeContainer{
	position:relative;
}

.filteri{
	position:absolute;
}

/*========== HR ==========*/
.separator {
    height: 3px;
    margin-top: 3px;
    margin-bottom: 5px;
    background: #4463a4;
    float: none;
    width: 40px;
    color: #4463a4;
}
.separator2 {
    height: 3px;
    margin-top: 3px;
    margin-bottom: 5px;
    background: #9fbbf8;
    float: none;
    width: 40px;
    color: #9fbbf8;
}
.separator3 {
    height: 2px;
    margin-top: 3px;
    margin-bottom: 5px;
    background: #4463a4;
    float: none;
    width: 40px;
    color: #FC0;
}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.vastat-bash{
	text-align: center;
	margin: 0 auto;
}

/*========== Header Image ==========*/
#title-page{
	font-family: 'Great Vibes', cursive;
	text-transform:none;
	font-weight:500;
	font-size:70px;
}

#about{
	min-height:450px;
	background-position: center center;
	position:relative;
}

.baraks{
	pading-bottom:0px;
}

.top {
    margin: 0;
    background: rgba(17,17,17,.8);
    overflow: hidden;
}

.top li {
    float: left;
    list-style-type: none;
    text-align: center;
    position: relative;
    line-height: 16px;
}

.top li a {
    text-decoration: none;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: relative;
}

.top li a span.box {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.top li a img {
    display: table-cell;
    vertical-align: middle;
}

.top li a span.box>span {
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
}

.top li a:after {
    border-right: 1px dashed #5d5d5c;
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 0;
}

.top li a span.box>span .sub-title {
    text-transform: none;
    font-size: 12px;
    display: block;
    font-weight: 400;
}

/*boder bottom for menu transision
.nav-third .main-nav>ul>li>a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 5%;
    width: 90%;
    height: 1px;
    border-bottom: 1px solid;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s;
    transition: all .3s;
}*/

/*Gallery*/
/*.gallery_product {
-webkit-transition:all .8s linear;
 -moz-transition:all .8s linear;
 -o-transition:all .8s linear;
 -ms-transition:all .8s linear;
 transition:all .8s linear;
}*/

.My-menu-tit h2 {
    font-family: 'Great Vibes', cursive;
    color: #bd3537;
    text-transform: none;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 500;
    text-align: center;
}

.My-menu-tit-norm h2 {
    font-family: 'Great Vibes', cursive;
    color: #bd3537;
    text-transform: none;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 500;
    text-align: left;
}

.rmenu {
    width: 100%;
    list-style: none;
    margin: 0 0 2em;
    padding: 0;
    font: 150%/100% Arial, Helvetica, sans-serif;
}

.rmenu li {
	padding: 1em 0 0 0;
    vertical-align: bottom;
   /* background-image: radial-gradient(black 1px, white 0px);
    background-size: 8px 8px;
    background-repeat: repeat-x;
    background-position: left bottom;*/
    clear: both;
    margin: 0;
    padding-top: 30px;
    position: relative;
    /* border-bottom: dotted 2px #999; */
    font-size: 15px;
    color: #bd3537;
    text-align: left;	
}

.rmenu li span {
   padding-right: .25em;
   background-color:#FFF;
   bottom: -.2em;
   font-weight:600;
   position: absolute;
}

.rmenu em {
    background-color:#FFF;
    padding: 0 0 0 5px;
    font: 110%/100% Georgia, "Times New Roman", Times, serif;
    position: absolute;
    bottom: -.2em;
    right: 0;
    color: #176634;
    font-size: 18px;
}

.rmenu p {
    font-size: 14px;
    text-align: left;
    margin-top: 5px;
    line-height: 21px;
}

.filter-button {
    margin-bottom: 3px;
}

#tito{
   padding-top: 15px;
   background-color:#FFF;
   bottom: -.2em;
   font-weight:600;
   font-size: 17px;
   color: #bd3537;
   text-align: left;
   top:10px ;
}
	
.button-empty-bord{	
    padding-left: 16px;
    padding-right: 17px;
    border-right: 1px solid #e4e4e4;
	border-top: none;
	border-left: none;
	border-bottom: none;
	background:none;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight:500;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	margin-top:10px;
}

.nop-bord{
	border: none;
}

.button-empty-bord:hover{
	color:#e52233 ;
}
	
.button-empty-bord:focus, .button-empty-bord:active {
   outline: none !important;
   box-shadow: none !important;
   color:#e52233 ;
}

.duto{
	padding: 1em 0 0 0;
    vertical-align: bottom;
    background-image: radial-gradient(black 1px, white 0px);
    background-size: 8px 8px;
    background-repeat: repeat-x;
    background-position: left bottom;
    clear: both;
    margin: 0;
    padding-top: 30px;
    position: relative;
    font-size: 15px;
    color: #bd3537;
}
/*========== Event ==========*/
.work-flow-1 .right,
.work-flow-1 .left {
    display: inline-block;
    width: 100%;
    margin: 30px 0px
}

.work-flow-1 .right .work-flow-content,
.work-flow-1 .left .work-flow-content {
    padding: 30px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    border: 1px solid #eeeeee;
    z-index: 1;
	min-height:300px;
}

.work-flow-1 .right .work-flow-content .process,
.work-flow-1 .left .work-flow-content .process {
    position: absolute;
    opacity: 0.6;
    font-size: 90px;
    top: 30px;
    color: #ececec;
    margin: 0;
    line-height: normal;
}

.work-flow-1 .right img {
    margin-left: -15px;
}

.work-flow-1 .right .work-flow-content {
    left: -75px;
    text-align: left
}

.work-flow-1 .right .work-flow-content .process {
    right: 15px;
}

.work-flow-1 .left img {
    margin-left: 55px;
}

.work-flow-1 .left .work-flow-content {
    right: -75px;
    text-align: right
}

.work-flow-1 .left .work-flow-content .process {
    left: 15px;
}

.event-date {
    right: 0;
    left: auto;
    top: 0;
}

 .event-date {
	display: block;
    position: absolute;
    left: 30px;
    top: -30px;
	background-color: #bd3537 !important;
	 color: #fff;
	 float:right
}

 .event-date {
    padding: 12px 15px;
}
 
.event-date {
     color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 14px 20px;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
}

.event-date:before {
     position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    content: "";
    border: 1px solid #fff;
}

.event-date > span:first-child{
font-size: 26px;
    line-height: 35px;
    height: 30px;
    display: block;
	 color: #fff;
}

.event-date > span:last-child {
    font-size: 11px;
    line-height: 15px;
    height: 20px;
    text-transform: uppercase;
    display: block;
	 color: #fff;
	 margin-top:1px;
}

.event-date2 {
    right: auto;
    left: 0;
    top: 0;
}

.event-date2 {
	display: block;
    position: absolute;
    left: -30px;
    top: -30px;
	background-color: #bd3537 !important;
	 color: #fff;
	 float:left
}

.event-date2 {
    padding: 12px 15px;
}

.event-date2 {
     color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 14px 20px;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
}

 .event-date2:before {
     position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    content: "";
    border: 1px solid #fff;
}

.event-date2 > span:first-child{
font-size: 26px;
    line-height: 35px;
    height: 30px;
    display: block;
	 color: #fff;
}

.event-date2 > span:last-child {
    font-size: 11px;
    line-height: 15px;
    height: 20px;
    text-transform: uppercase;
    display: block;
	 color: #fff;
	 margin-top:1px;
}

event-1 p{
	font-size:14px;
}

.post-meta{
	 font-size:13px;
}
 
 .event-inside{
	 padding-top:20px;
}

/*========== Anchor Links ==========*/
 .balatar{
  overflow: hidden;
    position: relative;
 }
 
.balatar span {
    position: absolute;
    top: -100px;
    visibility: hidden;
}

/*========== Video ==========*/
 #closer_videopopup{
    position: absolute;
    display: table-cell;
    right: 2%;
    top: 2%;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: pointer;
    background: none;
    border: none;
    color: #ffffff;
    z-index: 100004;
}

#opct{
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    bottom: 0; 
    right: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
}

#videCont{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: auto;
    max-width: 720px;
    height: 0;
    height: auto !important;
}

video{
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    opacity: 1 !important;

}

#video1{
    cursor: pointer; cursor: hand;
}

/*========== Font-Size ==========*/
.font-size-50{
	font-size: 50px;
}
/*========== Modal ==============*/

.modal {
    display: flex;
    align-items: center;
    justify-content: center;
	
}

.modal-body > .img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-open[style] {
    padding-right: 0px !important;
}

.modal-dialog { 
        width: 729px; 
        max-width: 100%; 
}

.modal-header {
	min-height: 5px;
    height: 0px;
   padding: 0px;1
   border-bottom: none;
   background:none;
   
}

.modal-body{
	padding:0px;
}

div.modal-content{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.My-close {
    right: 0;
    margin-right: -10px !important;
    margin-top: -10px !important;
	margin-left: -30px !important;
	margin-bottom: -30px !important;
    background-color: #000 !important;
    border-radius: 15px !important;
	border: 2px solid #FFF;
    width: 30px !important;
    height: 30px !important;
    opacity: 1 !important;
	font-weight: 400;
	position: absolute;
	z-index:999999999999999999999;
	color:#fff;
	font-size:22px;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.My-close:hover {
    background-color: #FFF !important;
	color:#000;
}

.responsive-modal-table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    table-layout: fixed;
    color: #FFF;
}

/*========== Body Borders ==============*/
#top, #bottom, #left, #right {
	background: #FFF;
	position: fixed;
	z-index: 99999999999999;
	}
#left, #right {
	top: 0; bottom: 0;
	width: 15px;
}

#left { left: 0; }

#right { right: 0; }
		
#top, #bottom {
	left: 0; right: 0;
	height: 15px;
}

#top { top: 0; }

#bottom { bottom: 0; }
		
/*========== Testimonial ==============*/		
.Testi-all-hold{
	position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
	font-size:16px;
}

.Testi-all-hold span{
    font-size: 14px;
    font-family: Muli,sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #636363;
	margin-top:10px;
}

.Testi-text2 span{
font-size: 16px;
    font-weight: 300;
    color: #636363;
    letter-spacing: 0;
}

#owl-dimo img {
	display: inline-block;
	width:100px;
	height:100px;	    
    border-radius: 50%;
    background-color: #CCC;
    border: 4px solid #CCC;
    box-shadow: inset 0 0 0 5px white;
	margin-top:15px;
	margin-bottom:15px;
	padding:4px;
}
	
/*========== Fancy Box ==============*/	 
.fancybox-slide--video .fancybox-content {
	width  : 800px;
	height : 600px;
	max-width  : 80%;
	max-height : 80%;
  margin: 0;
}

/*========== Side Bar ==============*/	
.My-side {
    padding-bottom: 20px;
    margin-top: 35px;
}

.My-side .My-side-title {
    margin-top: 0;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #4463a4;
	font-size:18px;
}

.My-line-bottom {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #4463a4;
}
.My-side ul.list {
    list-style: outside none none;
    margin-top: 13px;
    padding-left: 0;
}

.My-side ul.list li, .My-side .post {
    margin-bottom: 10px;
    padding-bottom: 10px;
	font-size:15px;
	font-family: 'Source Sans Pro', sans-serif;
}

.My-side .list-border li {
    border-bottom: 1px dashed #d3d3d3;
}

.My-side ul.list li a {
    font-family: 'SourceSansPro-Regular', Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.My-side ul.list li a:hover{
    margin-left:5px;
	color:#4463a4;
}

.My-side ul.list li a:active{
   color:#4463a4;
}

.My-side ul.list li i {
    color: #4463a4;
	font-size:12px;
}

.My-side ul.list li span {
	font-size:14px;
	font-family: 'SourceSansPro-Regular', Arial, sans-serif;
}

/*========== Contact Form ==============*/
#contactFormSuccess, #contactFormError {
    display: none;
    font-weight: 400;
	margin-bottom:15px;
}

#contactFormSuccess {
    color: #096;
}
#contactFormSuccess, #contactFormError {
    display: none;
    font-weight: 400;
    margin-bottom: 15px;
}

#contactFormError {
    color: #F00;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}


#contactFormSuccess, #contactFormError {
    display: none;
    font-weight: 400;
}
.no-pad {
    padding: 0px;
}

.rastpad{
	padding-right:10px;
}


/*========== Online Order zbutton Slide ==============*/
.button-4{
  width:140px;
  height:50px;
  border:2px solid #34495e;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0 0 40px 50px;
}

.button-4 a{
  font-family:arial;
  font-size:16px;
  color:#34495e;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}

.eff-4 {
    width: 140px;
    height: 50px;
    left: -140px;
    background: #34495e;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.button-4:hover .eff-4{
  left:0;
}

.button-4:hover a{
  color:#fff;
}

/*========== Online Order button arrow ==============*/

.Orderme {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 75px;
  line-height: 75px;
  color: white;
  background-color: rgba(189,53,55, 1);
  text-align: center;
  border-radius: 0px;
  overflow: hidden;
  cursor: pointer;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  border:2px solid #FFF;
  text-transform:uppercase
}

.Orderme:hover {
  background: #dc4245;
}

.slide-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 1.5em;
  transition: all 0.5s;
}

.Orderme.Orderme-left:hover .slide-1 {
  left: -30px;
  opacity: 1;
}

.slide-2 {
  position: absolute;
  height: 100%;
  width: 30%;
  font-size: 1.2em;
  transition: all 0.5s;
  opacity: 0;
  background:#FC0
}

.Orderme.Orderme-left .slide-2 {
  left: 100%;
}


.Orderme.Orderme-left:hover .slide-2 {
  left: 70%;
  opacity: 1;
  color:#FFF;
}

.online-always {
    height: 50px;
    color: #FFF !important;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    font-size: 15px;
    background: #ea1617;
    margin-bottom: 4px;
    float: right;
    margin-top: -70px;
    right: 25px;
    position: absolute;
    /* bottom: 0; */
    z-index: 999999;
    cursor: pointer;
	padding: 15px 25px 15px 25px;
	font-family: 'Raleway', sans-serif;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffd400;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #000;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*.hvr-bounce-to-right i:after {
    content: "\f1ec";
    font-family: FontAwesome;
	text-decoration:none
}*/

.fare span{
	font-size:13px;
	display:block;
	text-align:center;
	margin-top: -2px;
	color: #fff;
}

.online-always i{
	margin-left: 8px;
	font-size:13px;
}

/*========== Preloader ==============*/
.no-js #loader { display: none;  }

.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.My-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/preloader/pre.gif) center no-repeat #fff;
}
 
.position-center-center {
    left: 50%;
    position: absolute;
    top: 40%;
	padding-bottom:10px;
	margin-bottom:50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*========== Hover Efect ==============*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: rgba(0, 0, 0, 0.8);
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 1em;
  text-align: left;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 80px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    width: 60%;
    top: 40%;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    line-height: 30px;
    font-weight: 600;
}

.hovereffect .less-width{
	width: 40%;
}

.hovereffect .ba-width{
	width: 50%;
}

.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect a, .hovereffect p {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  text-align: center;
  margin-top:24%
}

.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

 .hovereffect:hover h2{
	background-color: rgba(0, 0, 0, 0);
}

/*PAd Ajib*/
.pad-ajib {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: rgba(0, 0, 0, 0.8);
}

.pad-ajib .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 1em;
  text-align: left;
}

.pad-ajib img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 50px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.pad-ajib h2 {
   text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  width:40%;
  top:35%;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.pad-ajib .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.pad-ajib a, .pad-ajib p {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  text-align: center;
  margin-top:21%
}

.pad-ajib:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.pad-ajib:hover .overlay:before,
.pad-ajib:hover a, .pad-ajib:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

 .pad-ajib:hover h2{
	background-color: rgba(0, 0, 0, 0);
}

.vasat{
	padding-right:0px;
	padding-left:0px;
}

.about-widget {
    border-right: 1px solid #ECECEC;
    padding-right: 55px;
}

.col-box{
	background: rgba(0, 0, 0, 0.3);
	padding:20px;
}




/*List*/

ul {
    list-style: none;
}

ul.list-1 {
    float: left;
    margin: 0px;
    text-align: justify;
    padding-left: 20px;
    width: 100%;
	margin-bottom:30px;
}

.list-1 li {
    list-style-position: in;
    margin: 0px;
    line-height: 25px;
    margin-left: 1em;
    text-indent: -1.5em;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #000;
}

.list-1 li:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #4463a4;
    border-radius: 50%;
    margin-bottom: 2px;
}

.list-1 li span {
    line-height: 20px;    
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    color: #000;
	font-weight:500;
}

ul {
    list-style: none;
}

ul.list-2 {
    margin:0;
    padding-left:20px;
}

.list-2 li {
    counter-increment: step-counter;
    margin-left: 15px;
    padding: 0px;
    text-indent: -1.7em;
	margin-bottom:8px;
}

.list-2 li:before {
    
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  color: #C30;
  font-weight: bold;
  padding: 3px 5px;
  border-radius: 3px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size:14px;
  
}

.list-2 li span {
    line-height: 20px;    
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    color: #000;
	font-weight:400;
}


/*Mobile Show*/
.mobileShow {
    display: none;
}

/*Jumbo*/
.jumbotron {
    color: #FFF;
    text-align: center;
    border-radius: 0;
    background-color: #4463a4;
	margin-top: 120px;
	padding-bottom:120px;
}

.jumbotron .container {
    max-width: 100%;
}

.jumbotron .h1, .jumbotron h1 {
    margin-top: 80px;
    margin-bottom: 5px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

.jumbotron p {
    margin-top: 35px;
    margin-bottom: -50px;
    text-align: center;
    font-size: 15px;
    font-weight: 200;
    color: #FFF;
}
.jumbotron p a {
    color: #bdd9f8;
}
.jumbotron p a:hover {
    color: #ccc;
}

.jumbotron p span {
    color: #bdd9f8;
}

#his-image{
	margin-top:60px;
}

/*========== Font-Weight ==============*/

.font-weight-400{
	font-weight:400;
}

.font-weight-500{
	font-weight:500;
}

.font-weight-600{
	font-weight:600;
}

.font-weight-700{
	font-weight:700;
}

/*========== Owl-Demo-Reset ==============*/
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.bish-pad{
	margin-left:50px;
}

.mid {
    vertical-align: middle;
    margin-top: -5px;
}
.fo-size-big {
    font-size: 45px;
}

.source{
	font-family: 'Source Sans Pro', sans-serif;
}

.pad-left-less{
	padding-left:0px;
}
	
.pad-left-lessy{
	padding-left:2px;
}

.font-smaller{
	font-sizse: 15px;
	font-family: 'Source Sans Pro', sans-serif;
}

.bozorg {
    color: #FFF;
    font-size: 30px;
}

/* --------Accordion ---------- */
.accordion *{
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	outline: 0;
}
.accordion{
	background-color: #ffffff;
	/*border: solid 1px #e9e9e9;*/
}

/* Header
=================================*/
.accordion-header{
    min-height: 50px;
    padding: 15px 35px 10px 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #4463a4;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    -webkit-tap-highlight-color: transparent;
    transition: background .2s linear;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.accordion-item:last-child .accordion-header{
	border-bottom: solid 1px #e9e9e9;
}
.accordion-header:hover,
.accordion-item.active .accordion-header{
	background-color: #FFF;
}
/* Header icons (Font Awesome) */
.accordion-header i{
	width: 26px;
	text-align: left;
	font-size: 16px;
}
/* Header arrows */
.accordion-header .accordion-item-arrow{
	position: absolute;
	right: 15px;
	height: 9px;
	width:14px;
	margin-top: -10px;
	top: 60%;
}
.accordion-header .accordion-item-arrow:before{
	content: "";
	float: right;
	transition: all .2s linear;
	height: 9px;
	width:14px;
	background:url(../img/arrow-down.jpg) no-repeat
	}
.accordion-item.active .accordion-header .accordion-item-arrow:before{
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
}

/* Content
=================================*/
.accordion-content{
	padding: 15px;
	display: none;
	border-bottom: solid 1px #e9e9e9;
	font-size: 14px;
	color: #434955;
	max-height: 500px;
    overflow-y: auto;
}
.accordion-item:last-child .accordion-content{
	border-bottom: none;
	/*border-top: solid 1px #e9e9e9;*/
}

/* Color Schemes
=================================*/
/* blue */
.blue.accordion,
.blue  .accordion-header,
.blue  .accordion-content{
	border-color: #32CDFB;
}
.blue .accordion-header:hover,
.blue .accordion-item.active .accordion-header{
	background-color: #32CDFB;
	color: #fff;
}

/* green */
.green.accordion,
.green  .accordion-header,
.green  .accordion-content{
	border-color: #37DB67;
}
.green .accordion-header:hover,
.green .accordion-item.active .accordion-header{
	background-color: #37DB67;
	color: #fff;
}

/* red */
.red.accordion,
.red  .accordion-header,
.red  .accordion-content{
	border-color: #FC4337;
}
.red .accordion-header:hover,
.red .accordion-item.active .accordion-header{
	background-color: #FC4337;
	color: #fff;
}

/* orange */
.orange.accordion,
.orange  .accordion-header,
.orange  .accordion-content{
	border-color: #FFA400;
}
.orange .accordion-header:hover,
.orange .accordion-item.active .accordion-header{
	background-color: #FFA400;
	color: #fff;
}

/* yellow */
.yellow.accordion,
.yellow  .accordion-header,
.yellow  .accordion-content{
	border-color: #FFCE54;
}
.yellow .accordion-header:hover,
.yellow .accordion-item.active .accordion-header{
	background-color: #FFCE54;
	color: #fff;
}

/* purple */
.purple.accordion,
.purple  .accordion-header,
.purple  .accordion-content{
	border-color: #AC92EC;
}
.purple .accordion-header:hover,
.purple .accordion-item.active .accordion-header{
	background-color: #AC92EC;
	color: #fff;
}



/* --------Accordion Box ---------- */
.action_box{
	padding: 24px 0;
    color: #fff;
    position: relative;
    clear: both;
	background-color:#FC0;
	margin-top:-150px;
	padding:40px;
	
}

.action_box:before {
  content: '';
  position: absolute;
  left: 0;
  top: -34px;
  width: 100%;
  height: 60px;
  background: #FC0;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  -webkit-backface-visibility: hidden;
}

.action_box:after{
	position: absolute;
    content: '';
    background-color: #FC0;
    width: 30px;
    height: 32px;
    display: block;
    bottom: -6px;
    left: 20%;
    border-radius: 4px;
    -webkit-transform: skewY(35deg);
    -ms-transform: skewY(35deg);
    transform: skewY(35deg);
    border-top: 0;
}

.action_box-content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
	
}

.action_box-title {
    margin: 10px 0;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.4;
	color:#FFF;
	margin-bottom:15px;
}

/* --------Right Layout ---------- */
.rast-khat{
	float: right;
	text-align:right;
	width:100%;
}

.chap-khat{
	float: left;
	text-align:left;
	width:100%;
}

.rast-align{
	text-align:right;
}
.chap-align{
	text-align:left;
}
	

.big-left-title{
	font-size:35px;
	line-height:30px;
	margin-top:5px;
}
.line-kami{
	line-height:23px;
}

.pas-khat{
	margin-top:-3px;
}
/* --------Animation ---------- */

.anim_2, .anim_2.on {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.scaleInv, .scaleInv.on {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.fadein, .fadein.on {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 1, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 1, 1);
    transition-timing-function: cubic-bezier(0, 0, 1, 1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#bibi{
    transform-origin: 50% 100%;
    animation-duration: .3s;
    animation-name: fadeAndScale;
    animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
}


.gallery_product{
	margin-bottom:25px;
}

.bozorg {
    color: #ae1b25;
    font-size: 65px;
	margin-bottom:15px ;
	
}

/* --------TExt Adjust ---------- */

.My-block-text {
  overflow: hidden;
  position: relative; 
  line-height: 1.2em;
  max-height: 7.6em; 
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  font-size:16px;
  font-family: 'Source Sans Pro', sans-serif;
}
.My-block-text:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
}
.My-block-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.negative-less-margi{
	margin-top: -7px;
}

.no-cap{
	text-transform:none;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
}

.mobileShow{
	margin:0 auto;
	width:250px;
	height:70px;
	text-align:center;
	display:none
}
.icon-bar {
    width: 100%;
    text-align: center;
    background-color: #4463a4;
    overflow: auto;
}
.icon-bar a {
    width: 33%;
    padding: 12px 40px 12px 40px;
    float: left;
    transition: all 0.3s ease;
    color: #FFF;
    font-size: 20px;
}

.icon-bar a:hover {
    color: #ccc;
 
}

.mobileShow3{
      display:none;
	  background-color: #000;
	
	}

#outer{
    width:100%;
    text-align: center;
}
.inner{
    display: inline-block;
}
.rast-marg{
	margin-right:85px;
}
.image-pain-mob{
	margin-top:70px;
}
.image-pain-mob-2{
	margin-top:30px;
}

.left{
	float:left;
}
.righty{
	float:right; 
	padding-right: 50px;
}

hr.style5 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.print-coupon {
    border-radius: 0px;
    letter-spacing: 4;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #4463a4;
    background: #4463a4;
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 10px 10px 10px;
}

.print-coupon:hover {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid #000;
    background: #000;
    color: #FFF;
}

.print-coupon i{
	margin-left:7px;
}

.print-me {
    margin: 0 auto;
    text-align: center;
}