@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import "animate.css";
@import url(http://fonts.googleapis.com/css?family=Quattrocento:700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #000000;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
a:active {
	background: inherit;

}
p {
	font: 300 13px/24px 'Open Sans', sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
* {
  -webkit-text-size-adjust: none;
}
/*============  Text  =============*/
.text_1 {
  font: bold 60px/36px 'Quattrocento', serif;
}
.text_2 {
  font: normal 13px/30px 'Open Sans', sans-serif;
}
.text_3 {
  font: 600 48px/48px 'Open Sans', sans-serif;
}
.text_4 {
  font: normal 18px/18px 'Open Sans', sans-serif;
}
.text_5 {
  font: normal 14px/24px 'Open Sans', sans-serif;
}
.text_6 {
  font: 600 18px/18px 'Open Sans', sans-serif;
}
.text_7 {
  font: normal 14px/18px 'Open Sans', sans-serif;
}
.text_8 {
  font: italic 12px/14px 'Open Sans', sans-serif;
}
.text_9 {
  font: normal 13px/24px 'Open Sans', sans-serif;
}
.text_10 {
  font: 300 13px/24px 'Open Sans', sans-serif;
}
.text_SD {
	font: 600 60px/36px 'Open Sans', serif;
	text-shadow: 3px 4px #000;
	padding: 30px;
}

/*============  Text space =============*/
.text_1s {
	font: bold 60px/36px 'Quattrocento', serif;
	margin-bottom: 36px;
	margin-left: 15px;
}
.text_2s {
  font: normal 13px/30px 'Open Sans', sans-serif;
}
.text_3s {
	font: 600 48px/48px 'Open Sans', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.text_4s {
	margin-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: 10px;
}
.text_5s {
	font: normal 14px/24px 'Open Sans', sans-serif;
	margin-left: 20px;
}
.text_6s {
	font: 600 18px/18px 'Open Sans', sans-serif;
	margin-left: 10px;
	margin-bottom: 15px;
}
.text_7s {
  font: normal 14px/18px 'Open Sans', sans-serif;
}
.text_8s {
	font: italic 12px/14px 'Open Sans', sans-serif;
	margin-left: 10px;
}

@media (max-width: 767px) {
.text_1s {
   font-size: 52px;
   line-height: 50px;
}
.text_3 {
   font-size: 40px;
   line-height: 40px;
}
.text_4 {
   font-size: 17px;
   line-height: 16px;
}
.text_5 {
   font-size: 14px;
   line-height: 24px;
}
.text_SD {
   font-size: 50px;
   line-height: 48px;
   padding: 20px;
}
}
@media (max-width: 479px) {
.text_1s {
   font-size: 35px;
   line-height: 34px;
}
.text_3 {
   font-size: 33px;
   line-height: 33px;
}
.text_4 {
   font-size: 14px;
   line-height: 14px;
}
.text_SD {
   font-size: 40px;
   line-height: 43px;
   padding: 15px;
}
}
/*============  Colors  =============*/
.color_1 {
  color: #ffffff;
}
.color_1 a:hover {
  color: #CA0000;
}
.color_2 {
	color: #CA0000;
}
.color_2 a:hover {
	color: #800000;
}
.color_3 {
	color: #000000;
}
.color_3 a:hover {
  color: #CA0000;
}
.color_4 {
	color: #6f6f6f;
}
.color_4 a:hover {
  color: #CA0000;
}
.color_5 {
  color: #464646;
}
.color_5 a:hover {
  color: #CA0000;
}
.color_6 {
  color: #373737;
}
.color_6 a:hover {
  color: #5d5d5d;
}
/*============  Backgrounds  =============*/
.bg_1 {
  background: #CA0000;
}
.bg_2 {
  background: #000000;
}
.bg_3 {
  background: #181818;
}
.bg_4 {
  background: #ffffff;
}
.bg_5 {
	background-attachment: fixed;
	background-image: url(../images/miragelogo_bg.jpg);
	background-image-size: 100%
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #818181;
	background-size: 100%;
	margin-bottom: 30px;
	padding-bottom: 5px;
}
/*============  Floats  =============*/
.put-left {
  float: left;
}
.put-right {
  float: right;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  margin-bottom: 3px;
  background: #181818;
}
@media (max-width: 979px) {
#header {
    text-align: center;
  }
}
#header:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: url("../images/bg_01.jpg") repeat-x;
}
.header_wrap {
  position: relative;
  padding-top: 15px;
  padding-bottom: 12px;
}
.header_wrap:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 90.37883343355382%;
  height: 1px;
  background: #363636;
}
.banner_1 {
  max-width: 100%;
  height: 78px;
}
@media (min-width: 980px) and (max-width: 1199px) {
.banner_1 {
    max-width: 570px;
  }
}
@media (max-width: 979px) {
.banner_1 {
    width: 100%;
  }
.banner_1.put-right {
    float: none;
  }
}
.brand {
  margin-top: 16px;
  margin-bottom: 16px;
}
.brand h1 {
  padding-top: 10px;
  overflow: hidden;
}
.brand h1 a,
.brand h1 a:hover {
  color: #ffffff;
}
@media (max-width: 479px) {
  .brand h1 {
    line-height: 50px;
  }
}
/*============  Search  =============*/
#search {
	float: right;
	max-width: 364px;
	width: 100%;
	height: 44px;
	z-index: 2;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	
}
#search .input_wrap {
	position: relative;
	float: left;
	max-width: 292px;
	width: 100%;
	height: 100%;
	border: 1px solid #585858;
	padding: 0 15px;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #181818;
}
#search input {
  display: block;
  width: 100%;
  height: 100%;
  font: normal 14px/30px 'Open Sans', sans-serif;
  color: #6b6b6b;
  outline: none;
  background-color: transparent;
  border: none;
  overflow: hidden;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search a {
  float: left;
  margin: 1px 0;
  width: 72px;
  height: 42px;
  color: #000000;
  background: #CA0000;
  text-align: center;
  font: normal 14px/42px 'Open Sans', sans-serif;
  cursor: pointer;
}
#search a:hover {
	color: #FFFFFF;
	background: #CA0000;
	font-weight: bold;
}
@media (max-width: 767px) {
  #search {
    float: none;
    max-width: 100%;
  }
  #search .input_wrap {
    max-width: 347px;
  }
}
@media (max-width: 479px) {
  #search .input_wrap {
    max-width: 197px;
  }
}
/* Main menu styles
========================================================*/
nav {
  float: left;
}
.sf-menu > li {
  position: relative;
  float: left;
  font: normal 13px/30px 'Open Sans', sans-serif;
  margin: 29px 0px 30px;
}
.sf-menu > li + li {
  margin-left: 40px;
}
.sf-menu > li > a:hover:after,
.sf-menu > li.current > a:after,
.sf-menu > li.sfHover > a:after {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 64px;
  height: 3px;
  background: #CA0000;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  border-top: 1px solid transparent;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > .fa-caret-down {
  position: relative;
  font: inherit;
}
.sf-menu > li > .fa-caret-down:before {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 100%;
  font: normal 13px/30px 'FontAwesome';
  line-height: 20px;
  margin-left: 2px;
}
.sf-menu > li .fa-search {
  display: block;
  margin: 47px 0 47px 11px;
  font-size: 17px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li .fa-search:hover {
  color: #fff9cc;
}
.sf-menu a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu > li > ul {
  position: absolute;
  top: 62px;
  left: 50%;
  margin-left: -62px;
}
.sf-menu ul {
  width: 128px;
  z-index: 5;
  display: none;
  background: #191919;
  padding: 10px 0 10px;
}
.sf-menu ul li {
  position: relative;
  font: normal 12px/32px 'Open Sans', sans-serif;
}
.sf-menu ul li.sfHover > a,
.sf-menu ul li a:hover {
  color: #191919;
  background: #ffffff;
}
.sf-menu ul li a {
  display: block;
  color: #ffffff;
  padding: 0 14px;
}
.sf-menu ul li a.fa {
  position: relative;
  font: inherit;
}
.sf-menu ul li a.fa:before {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 13px;
  font: normal 12px 'FontAwesome';
  line-height: 28px;
  margin-left: 2px;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul > li > ul {
  position: absolute;
  top: -10px;
  left: 108%;
  background: #191919;
  z-index: 4;
}
.sf-menu ul > li > ul li a {
  color: #ffffff;
}
.sf-menu ul > li > ul li a:hover {
  color: #191919;
}
.select-menu {
  display: block;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  font: normal 17px/23px 'Lato', sans-serif;
  margin-bottom: 21px;
  border-radius: 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  nav {
    display: block;
    float: none;
    margin-top: 30px;
  }
  nav .sf-menu {
    display: none;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #181818;
  padding: 0;
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
  background: #ffffff;
}
#contentwbg {
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/miragelogo_bg1600.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#contentTop {
	background-color: #000000;
	background-image: url(../images/aboutus.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	width: auto;
	background-attachment: scroll;
	overflow: hidden;
}
#appTop {
	background-color: #000000;
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: auto;
	background-attachment: scroll;
	overflow: hidden;
}
/*============  Wrappers  =============*/
.page {
  overflow: hidden;
}
.wrap_1 {
  padding-bottom: 36px;
}
.wrap_2 {
  padding-bottom: 31px;
}
.wrap_3 {
  padding-bottom: 29px;
}
.wrap_4 {
  padding-bottom: 15px;
}
.wrap_5 {
  padding-bottom: 40px;
}
.wrap_6 {
  padding-top: 26px;
}
.wrap_7 {
  padding-bottom: 85px;
}
.wrap_8 {
  padding-bottom: 5px;
  
}
.wrap_4s {
	padding-bottom: 15px;
	padding-left: 20px;
}
.wrap_6s {
	padding-top: 26px;
	padding-left: 10px;
}
.wrap_9 {
	padding-top: 70px;
}
.wrap_10 {
	padding-bottom: 25px;
	padding-left: 50px;
	margin-left: 15px;
}
/*============  Headers  =============*/
.header_1 {
  padding: 9px 21px 14px;
  margin-bottom: 22px;
  margin-left: 1px;
}
.header_2 {
  padding: 9px 21px 14px;
  margin-bottom: 26px;
  margin-left: 1px;
}
.header_3 {
	padding: 9px 21px 14px;
	margin-bottom: 8.px;
	margin-left: 1px;
	margin-bottom: 8px;
}
.header_4 {
  padding: 8px 0 15px;
  margin-left: 1px;
}
.header_5 {
	margin-left: 1px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 0;
}
.header_6 {
  padding: 9px 21px 14px;
  margin-bottom: 30px;
  margin-left: 1px;
}
/*============  Banner  =============*/
.banner {
  display: block;
  width: 100%;
}
.banner img {
  width: 100%;
}
/*============  Buttons  =============*/
.btn_1 {
  display: inline-block;
  padding: 5px 19px 7px 17px !important;
}
.btn_1:hover {
  background: #CA0000;
}
/*============  Boxes  =============*/
.box_1 .caption {
  padding-top: 15px;
}
.box_1 .put-left {
  border: 1px solid #d1d1d1;
  margin-top: 4px;
  margin-right: 20px;
}
.box_1 a[data-type='lightbox'] {
  margin-bottom: 16px;
}
.box_1 .caption_1 .text_8 {
  padding-bottom: 10px;
}
.box_1 .caption_2 .text_7 {
  padding-right: 40px;
}
.box_1 .caption_2 .text_10 {
  padding-right: 25px;
}
.box_1 .caption_3 {
  padding-right: 10px;
}
.box_1 .caption_3 .text_8 {
  padding-bottom: 10px;
}
.box_1 .text_7 {
  padding-bottom: 9px;
}
.box_1 .text_9 {
  padding-bottom: 18px;
}
/*============  Opport  =============*/
.opport {
	padding: 0;
	border: 0;
	margin-left: auto;
	height: 74px;
	margin-top: 0;
	margin-right: auto;
	text-align: center;
	width: 128px;
	margin-bottom: 5px;
}
.opport a {
	position: relative;
	top: 0;
	float: left;
	width: 128px;
	height: 74px;
	text-indent: 100%;
	background-size: 258 74px;
	border: 0;
	margin-left: 0px;
	overflow: hidden;
	background-image: url(../images/bull_bl.png);
	margin-right: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.opport a:hover {
	background-position: 0 0;
	background-image: url(../images/bull_red.png);
}

@media (max-width: 767px) {
  .box_1 {
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .box_1 .put-left {
    margin-right: 0;
    float: none;
    margin-bottom: 16px;
  }
  .box_1 .put-left img {
    width: 100%;
  }
}
.box_2 {
	text-align: center;
}
.box_2 .caption {
  padding: 0 16px;
}
.box_2 .fa {
  font-size: 80px;
  line-height: 80px;
  padding-bottom: 16px;
}
.box_2 .text_7 {
  padding-bottom: 9px;
}
.box_2 .text_8 {
  padding-bottom: 17px;
}
@media (max-width: 767px) {
  .box_2 {
    padding-bottom: 30px;
  }
}
/*============  VideoBox  =============*/
a[data-type='video'] {
  display: block;
  position: relative;
  border: 1px solid #d1d1d1;
}
a[data-type='video']:after {
  content: '\f01d';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  font: normal 60px/60px 'FontAwesome';
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[data-type='video']:hover:after {
  color: #CA0000;
}
a[data-type='video'] img {
  width: 100%;
}
/*============  LightBox  =============*/
a[data-type='lightbox'] {
  display: block;
  background: url('../images/magnify.png') no-repeat center center;
  border: 1px solid #d1d1d1;
}
a[data-type='lightbox'] img {
  width: 100%;
  height: auto;
}
a[data-type='lightbox']:hover img {
  opacity: 0.2;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  a[data-type='lightbox'].last-row {
    margin-bottom: 8px;
  }
}

/*============  iframe  =============
a[data-type='iframe'] {
  display: block;
  background: url('../images/magnify.png') no-repeat center center;
  border: 1px solid #d1d1d1;
}
a[data-type='iframe'] img {
  width: 100%;
  height: auto;
}
a[data-type='iframe']:hover img {
  opacity: 0.2;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  a[data-type='iframe'].last-row {
    margin-bottom: 8px;
  }
}*/
/*============  Marked List  =============*/
ul.marked-list {
  margin-bottom: 3px;
}
ul.marked-list li {
  position: relative;
  padding-left: 21px;
  font: 300 13px/24px 'Open Sans', sans-serif;
  color: #000000;
}
ul.marked-list li:before {
  content: '\f054';
  position: absolute;
  top: 2px;
  left: 5px;
  font: normal 9px/24px 'FontAwesome';
  color: #000000;
}
ul.marked-list li a:hover {
  color: #CA0000;
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.marked-list li {
    padding-left: 15px;
    font-size: 11px;
  }
}
/*============  Map =============*/
.map {
  width: 100%;
  max-width: 526px;
  height: 338px;
  margin-bottom: 18px;
  border: 1px solid #d1d1d1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*============  Address =============*/
address .text_7 {
  padding-bottom: 9px;
}
address dl dt,
address dl dd {
  display: inline-block;
}
address dl dt {
  min-width: 87px;
}
@media (max-width: 767px) {
  address {
    padding-bottom: 36px;
  }
}
/*============  Terms =============*/
.terms {
  padding-right: 40px;
}
dl.terms-list {
  padding-top: 4px;
  padding-right: 20px;
}
dl.terms-list dt {
  padding-bottom: 9px;
}
dl.terms-list dd {
  padding-bottom: 28px;
}
dl.terms-list dd.last-child {
  padding-bottom: 0;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer .bg_3 {
  padding-top: 30px;
  padding-bottom: 34px;
}
/*============  List title  =============*/
.listTitle {
  border-bottom: 2px solid #464646;
}
/*============  List  =============*/
ul.list {
  padding-bottom: 5px;
}
ul.list li {
  max-width: 212px;
  color: #ffffff;
  font: 300 13px/36px 'Open Sans', sans-serif;
}
ul.list li a:hover {
  color: #CA0000;
}
ul.list li + li {
  border-top: 1px solid #464646;
  line-height: 35px;
}

.wrap_6s ul.list li {
  max-width: 212px;
  color: #464646;
  font: 300 13px/36px 'Open Sans', sans-serif;
}

@media (min-width: 768px) and (max-width: 979px) {
  ul.list li {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  ul.list li {
    max-width: 100%;
  }
}

/*============  Social icon 5 =============*/
header ul.social5 {
	padding: 0;
	border: 0;
	margin-left: 0;
	float: right;
	height: 42px;
	margin-top: 21px;
	margin-right: 0;
	margin-bottom: 25px;
}
header ul.social5 a {
	position: relative;
	top: 0.45em;
	float: left;
	width: 42px;
	height: 42px;
	text-indent: 100%;
	background: no-repeat 0 0;
	background-size: 212px 84px;
	border: 0;
	margin-left: 0.1em;
	overflow: hidden;
	background-image: url(../images/icon-social_5.png);
	margin-right: 0.05em;
}

header ul.social5 a.fb:hover {
	background-position: 0 -42px;
}

header ul.social5 a.tw {
	background-position: -42px 0;
}

header ul.social5 a.tw:hover {
	background-position: -42px -42px;
}

header ul.social5 a.ins {
	background-position: -84px 0;
}

header ul.social5 a.ins:hover {
	background-position: -84px -42px;
}

header ul.social5 a.yu {
	background-position: -126px 0;
}

header ul.social5 a.yu:hover {
	background-position: -126px -42px;
}

header ul.social5 a.in {
	background-position: -168px 0;
}

header ul.social5 a.in:hover {
	background-position: -168px -42px;
}
header ul.social5 a.yk {
	background-position: -210px 0;
}

header ul.social5 a.yk:hover {
	background-position: -210x -42px;
}

/*============  Social icon 5 end  =============*/

/*============  Social List 7 =============*/
ul.social-list {
  margin-top: -1px;
}
ul.social-list li {
  position: relative;
  float: left;
  font: normal 14px/24px 'Open Sans', sans-serif;
  color: #ffffff;
}
ul.social-list li:first-child {
  margin-left: 17px;
}
ul.social-list li + li {
  margin-left: 40px;
}
ul.social-list li + li:after {
  content: '';
  position: absolute;
  left: -20px;
  width: 1px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  background: #ffffff;
}
ul.social-list a:hover {
  color: #CA0000;
}
/*============  Social icon  =============*/
header ul.social {
	padding: 0;
	border: 0;
	margin-left: 0;
	float: right;
	height: 36px;
	margin-top: 21px;
	margin-right: 0;
	margin-bottom: 25px;
}
header ul.social a {
	position: relative;
	top: 0.45em;
	float: left;
	width: 36px;
	height: 36px;
	text-indent: 100%;
	background:no-repeat 0 0;
	background-size: 250px 72px;
	border: 0;
	margin-left: 0.1em;
	overflow: hidden;
	background-image: url(../images/icon-social_7.png);
	margin-right: 0.05em;
}

header ul.social a:hover {
	background-position: 0 -37px;
}

header ul.social a.tw {
	background-position: -36px 0;
}

header ul.social a.tw:hover {
	/* [disabled]background-position: -36px -37px; */
}

header ul.social a.ins {
	background-position: -72px 0;
}

header ul.social a.ins:hover {
	background-position: -72px -37px;
}

header ul.social a.yu {
	background-position: -108px 0;
}

header ul.social a.yu:hover {
	background-position: -108px -37px;
}

header ul.social a.in {
	background-position: -144px 0;
}

header ul.social a.in:hover {
	background-position: -144px -37px;
}
header ul.social a.yk {
	background-position: -180px 0;
}

header ul.social a.yk:hover {
	background-position: -180px -37px;
}
header ul.social a.ch {
	background-position: -216px 0;
}

header ul.social a.ch:hover {
	background-position: -216px -37px;
}

/*============  Social icon 7 end  =============*/
@media (min-width: 980px) and (max-width: 1199px) {
  ul.social-list li + li {
    margin-left: 30px;
  }
  ul.social-list li + li:after {
    left: -15px;
  }
    /*============  Social icon  =============*/
  	header ul .social {
		display: block;
		position: absolute;
		top: 0.75em;
		right: 2em;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.social-list li:first-child + li + li {
    margin-right: 20px;
  }
  ul.social-list li:first-child + li + li + li {
    margin-left: 17px;
  }
  ul.social-list li:first-child + li + li + li:after {
    display: none;
  }
  /*============  Social icon  =============*/
  	header ul .social {
		display: block;
		position: absolute;
		top: 0.75em;
		right: 2em;
	}
}
@media (max-width: 767px) {
  ul.social-list {
    margin-top: 20px;
  }
  ul.social-list li:first-child {
    margin-left: 0;
  }
  ul.social-list li + li {
    margin-left: 20px;
  }
  ul.social-list li + li:after {
    left: -10px;
  }
   /*============  Social icon  =============*/
     	header ul .social {
		display: block;
		position: absolute;
		top: 0.75em;
		right: 2em;
	}
}
@media (max-width: 479px) {
  ul.social-list li {
    float: none;
    display: inline-block;
  }
  ul.social-list li:first-child + li + li + li {
    margin-left: 0;
  }
  ul.social-list li:first-child + li + li + li:after {
    display: none;
  }
   /*============  Social icon  =============*/
   	header ul .social {
		padding: 1em 1em 1em !important;
		border-bottom: 1px solid #4d4d4d;
		margin: 0;
	}

	header ul .social .icons {
		float: right;
	}

	header ul .social a {
		display: inline-block;
		top: 0;
		padding: 0 !important;
		border: 0;
		margin-left: 0.75em;
	}
}
/*============  Info  =============*/
.info {
  padding: 58px 0 70px;
}
@media (max-width: 767px) {
  .info {
    text-align: center;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #767676;
  width: 53px;
  height: 53px;
  font-size: 40px;
  line-height: 53px;
  z-index: 20;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #CA0000;
}
#toTop:active {
  background: none;
}
/*Core variables and mixins*/
.put-left {
  float: left;
}
.put-right {
  float: right;
}
.caption_logo {
	background-color: #FFF;
	text-align: center;
}
#social_icons {
	padding: 2px;
	float: right;
}
/*============ work nav style ============ */
worknav {
	float: left;
}#workTop {
	float: left;
	width: 186px;
}
.wk-menu li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  border-top: 1px solid transparent;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
worknav .wk-menu li {
	position: relative;
	float: left;
	font: normal bold 18px/30px 'Open Sans', sans-serif;
	margin-top: 37px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
}
worknav .wk-menu li a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ca0000;
}
.workborder {
	border: 1px solid #d1d1d1
}
.center {
	text-align: center;
}
@media (max-width: 479px) {
worknav .wk-menu li {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
}

/*==== Video ======*/
#videoFlv {
	background-color: #000;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #818181;
	background-size: 100%;
	margin-bottom: 30px;
	
}
#vid_holder {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #818181;
	margin-bottom: 20px;
	height: 400px;
	background-color: #333;

}

@media (max-width: 767px) {
#vid_holder {
	margin-bottom: 10px;
	height: 270px;
}
}
@media (max-width: 479px) {
#vid_holder {
	margin-bottom: 5px;
	height: 230px;
}
}
