
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,400italic);
@import url(//fonts.googleapis.com/css?family=Exo:300,400,600,700);
@import url(//fonts.googleapis.com/css?family=Inder);
@import url(//fonts.googleapis.com/css?family=Rokkitt:400,700);
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*============  Search form  =============*/

/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  background: #323232;
  color: #5d5d5d;
  font: 13px/22px Arial, sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 0px;
  margin-bottom: -28px;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: bold 24px/30px Arial, sans-serif;
  color: #323232;
  text-transform: uppercase;
  margin-top: 30px;
}

h2.first {
  font: bold 30px/38px Arial, sans-serif;
  color: #323232;
  text-transform: uppercase;
  margin-top: 20px;
}

b.full {
  font: bold 24px/30px Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  background-color:#DD2C2F;
  margin-top:0;
  margin-left:10px;
  padding-left:5px;
  padding-right:5px;
  
  
}

h2.headtwo{
  font: bold 24px/30px Arial, sans-serif;
  color: #323232;
  text-transform: uppercase;
  margin-top: 20px;
}
.footer_h2 {
  font: 600 18px/26px Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 35px;
}
h3 {
  font: 12px/21px Arial, sans-serif;
  color: #868686;
  margin-top: 6px;
  text-transform: uppercase;
}

b.hilites {
  font: bold 12px/21px Arial, sans-serif;
  color: #191919;
  margin-top: 6px;
  text-transform: uppercase;
}
h4 {
  font: 14px/20px  Arial, sans-serif;
  color: #1b1b1b;
  margin-top: 25px;
  text-transform: uppercase;
}

.top_section {
  position: relative;
  background: #FFBE1E;
  padding: 5px 0 8px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
  z-index: 101;
}

.hearfont{
	font-weight:bold;
	font-size: medium;
	color: #2F2E30;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/

.sf-menu {
  float: right;
  
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 27px;
  position: relative;
  margin-top: 53px;
}
.sf-menu > li:last-child,
.sf-menu > li#last-li {
  /*margin: 0;*/
}
.sf-menu > li + li:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 4px;
  height: 8px;
  left: -15px;
  top: 8px;
  background: url(../images/menu_sep_line.png) no-repeat 0 0;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 1px;
  font: 14px/24px Arial, sans-serif;
  text-transform: uppercase;
  color: #b8b8b8;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #1a6ad5;
  /*background: @menu-bg-hover-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: -2px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #6e6e6e transparent transparent transparent;
}
.sf-menu > li > a strong {
  width: 0%;
  height: 6px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 92px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #fa9183;*/
  opacity: 0;
  display: none;
  /* css triangle =============================================*/
}
.sf-menu > li > a strong:before {
  content: "";
  /*display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;*/
}
.sf-menu > li.current > a {
  color: #e52f86;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #1a6ad5;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 40px;
  left: -20px;
  background: #323232;
  padding: 25px 10px 10px;
  width: 160px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  text-indent: 10px;
  line-height: 30px;
}
.sf-menu ul li a {
  font: 12px/16px Arial, sans-serif;
  text-transform: uppercase;
  color: #8e8e8e;
  display: inline-block;
}
.sf-menu ul li a:hover {
  color: #ffffff;
}
.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 148px;
  width: 120px;
  background: #323232;
  background: #e52f86;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #8e8e8e;
  color: #000;
}
@media only screen and (max-width: 979px) {
  nav:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    margin-top: 1px;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 4px solid #e52f86;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #ffffff;
  padding: 0px 0 10px;
  z-index: 999;
}
.isStuck h1,
.isStuck h1 img {
  height: 50px;
}
.isStuck nav {
  margin-top: 7px;
}
.isStuck .js-search {
  display: none;
}
/*.isStuck .sf-menu > li > a {line-height: 50px;}*/
.isStuck .sf-menu ul.submenu {
  top: 28px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/

b.hilite{
	font-style: normal;
	color:#03F;
	

}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #1a6ad5;
  text-decoration: none;
}
a.link1 {
  margin-left: 5px;
}
a.link2:hover {
  color: #e52f86;
}
a.link3 {
  color: #ffffff;
}
a.link3:hover {
  color: #1a6ad5;
}
a.link4 {
  color: #ffffff;
}
a.link4:hover {
  color: #000;
}
#footer .footer_txt_h1 {
  font: 30px/32px Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 38px;
  letter-spacing: -1px;
}
.txt1 {
  font: 14px/24px Arial, sans-serif;
  color: #ffffff;
  margin-top: 5px;
  float: right;
  text-transform: uppercase;
}
.txt2 {
  font: 13px/22px Arial, sans-serif;
  font-style: italic;
  color: #a5a5a5;
  margin-top: 20px;
}
.txt3 {
  font: bold 30px/36px Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 56px;
  background: #1d2f6f;
  background:rgba(28, 47, 111, 0.7);
}
.txt4 {
  font: bold 14px/24px Arial, sans-serif;
  font-style: italic;
  color: #1b1b1b;
  text-transform: uppercase;
  margin-top: 56px;
}
.txt5 {
  font: 14px/24px  Arial, sans-serif;
  font-style: italic;
  color: #707070;
  margin-top: 0px;
  max-width: 585px;
}
.txt6 {
  font: 18px/24px  Arial, sans-serif;
  font-style: italic;
  color: #303030;
  margin-top: 17px;
}
.txt7 {
  font: 45px/52px Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 11px;
  text-align: center;
}

.txt77 {
  font: 45px/52px Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  text-align: center;
}

.txt30 {
  font: 45px/52px Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 11px;
  text-align: center;
}

.txt8 {
  font: bold 45px/52px Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 11px;
  margin-left: 56px;
  width:300px;
}

.txt8 i {
  margin-top: -5px;
  margin-left: 3px;
}
.txt9 {
  color: #e52f86;
  font-size: 14px;
}
#footer .txt10 {
  font: bold 30px/32px Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: -6px;
}
.txt11 {
  font: 600 40px/48px Arial, sans-serif;
  color: #323232;
  text-transform: uppercase;
  margin-top: 42px;
}
.txt12 {
  font: 300 18px/28px Arial, sans-serif;
  font-style: italic;
  color: #323232;
  margin-top: 20px;
}
.txt13 {
  font: 600 30px/36px Arial, sans-serif;
  color: #323232;
  text-transform: uppercase;
  margin-top: 42px;
}
.txt14 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 11px;
}
.txt15 {
  font: bold 14px/24px Arial, sans-serif;
  font-style: italic;
  color: #1b1b1b;
  text-transform: uppercase;
  margin-top: 29px;
}
.txt16 {
  font: 700 36px/40px Arial, sans-serif;
  color: #323232;
  text-transform: uppercase;
  margin-top: -9px;
}
.txt17 {
  font: 600 20px/26px Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 12px;
}
.txt18 {
  position: relative;
  font: 30px/42px Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 43px;
}
.txt18:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 14px;
  height: 11px;
  left: 0;
  top: -30px;
  background: url(../images/quote_sign.png) no-repeat 0 0;
}
.txt19 {
  font: bold 24px/28px Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  margin-left: 40px;
}
.txt20 {
  font: 12px/18px Arial, sans-serif;
  color: #868686;
  text-transform: uppercase;
  margin-top: 7px;
  margin-left: 40px;
}
.txt21 {
  font-size: 14px;
  color: #e52f86;
  font-style: italic;
  margin-top: 7px;
}
.txt22 {
  font: 14px/21px Arial, sans-serif;
  color: #fff;
  background: #e52f86;
  text-transform: uppercase;
  margin-top: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 0;
  text-indent: 17px;
}
.txt23 {
  font: 14px/21px Arial, sans-serif;
  color: #fff;
  background: #323232;
  text-transform: uppercase;
  margin-top: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 0;
  text-indent: 17px;
}
.line1 {
  position: relative;
  display: inline-block;
  content: '';
  width: 1px;
  height: 19px;
  top: 1px;
  margin: 0 9px;
  background: #c9c9c9;
}
.color1 {
  color: #ffffff;
}
.color2 {
  color: #5d5d5d;
}
.color3 {
  color: #fff;
}
.box {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_upp {
  text-transform: uppercase;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.letter_spacing1 {
  letter-spacing: 2px;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 59px;
}
.padBot10 {
  padding-bottom: 0px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin: 0 4px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 26px;
  
}
.marTop2 {
  margin-top: 9px;
}
.marTop3 {
  margin-top: 20px;
}
.marTop4 {
  margin-top: 10px;
}
.marTop5 {
    color: #1a6ad5;
    font-size: 15px;
    margin-bottom: -24px;
    margin-top: 134px;
	margin-left:77px;
}
.marTop22 {
    color: #1a6ad5;
    font-size: 15px;
    margin-bottom: 22px;
    margin-left:0px;
}

.marTop25 {
    margin-top: 108px;
    
}

.marTop255 {
    margin-top: 10px;
    
}



.marTop30 {
    margin-top: 20px;
    
}

.marTop6 {
  margin-top: 30px;
}
.marTop7 {
  margin-top: 31px;
}
.marTop8 {
  margin-top: 5px;
}
.marTop9 {
  margin-top: 21px;
}
.marTop10 {
  margin-top: 72px;
}
.hline {
  width: 205%;
  height: 1px;
  background: #c7c8c8;
  margin-top: 22px;
  margin-bottom: 0px;
}
.hline2 {
  width: 100%;
  height: 1px;
  background: #464646;
  margin-top: 14px;
  margin-bottom: 0px;
}
.hline3 {
  width: 100%;
  height: 1px;
  max-width: 222px;
  border-bottom: 1px dotted #6a6967;
  margin-top: 14px;
  margin-bottom: 0px;
}
p {
  margin-top: 35px;
}
img {
  float:left;
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
  margin-right: 12px;
}
.img1 {
  margin-top: 33px;
  max-width: 200%;
}
.img2 {
  margin-top: 4px;
  float: left;
  margin-right: 10px;
}
.img3 {
  margin-top: 34px;
}
.img4 {
  margin-top: 34px;
  float: left;
  margin-right: 20px;
}
.img5 {
  margin-top: 34px;
  float: left;
  margin-right: 26px;
}
.img_border1 {
  border: 5px solid #fff;
  -webkit-box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.08);
  margin-bottom:30px;
}

.img_border {
  border: 5px solid #fff;
  -webkit-box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.08);

}

.purchase{
	margin-left:80px;
	margin-top:15px;
	float: left;
}
.lyrc {
	margin-top:25px;
	margin-bottom: 100px;
}

.lyrc2 {
	margin-top:25px;
	margin-bottom: 45px;
}

.purchase h3{
	font: bold 16px Arial,sans-serif;
	color:#2F2E30;
}

.purchase1{
	margin-left:80px;
	margin-top:0px;
	float: left;
}

.purchase1 h3{
	font: bold 16px Arial,sans-serif;
	color:#2F2E30;
}


.purchase img.itunes {
    margin-top: 3px;
	float:left;
    }
.purchase img.abstract {
    margin-top: -19px;
	float:left;
    }
	
.purchase p.cdbaby a{
   float:left;
   margin-top:-50px;
   text-decoration:underline;
   color: inherit;
   cursor: pointer;
   transition: all 0.4s ease 0s;
   margin-left:230px;
    }
	
.purchase p.cdbaby a:hover{
   color: #1a6ad5;
   text-decoration:underline;
   float:left;
   
}
	
.icon1 {
  margin-top: 28px;
  float: left;
  color: #e52f86;
  font-size: 48px;
  width: 68px;
}
.icon2 {
  margin-top: 21px;
  float: left;
  color: #e52f86;
  font-size: 30px;
  width: 40px;
}
blockquote {
  padding-left: 33px;
  padding-right: 40px;
  background: url(../images/quote_sign.png) 0 0px no-repeat;
  margin-top: 29px;
  overflow: hidden;
}
blockquote p {
  margin-top: 0;
}
.num_section {
  font: 500 14px/35px Arial, sans-serif;
  color: #fff;
  text-align: center;
  width: 35px;
  height: 35px;
  background: #323232;
  border-radius: 500px;
  display: block;
  margin-top: 29px;
  float: left;
  margin-right: 16px;
}
.date_section {
  position: relative;
  width: 100%;
  max-width: 100px;
  background-color: #eb6654;
  float: left;
  text-align: center;
  margin-top: 43px;
  color: #fff;
  text-transform: uppercase;
}
.day {
  font: bold 37px/37px Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 40px;
}
.listWithMarker.v2 {
  margin-top: 25px;
}
.listWithMarker li {
  display: block;
  padding-left: 21px;
  margin-bottom: 0;
  padding-bottom: 8px;
  position: relative;
  margin-left: 80px;
}

.listWithMarker4 {
  margin: 0;
  margin-top: 40px;
}
.listWithMarker4.v2 {
  margin-top: 25px;
}
.listWithMarker4 li {
  display: block;
  padding-left: 0px;
  margin-bottom: 0;
  padding-bottom: 8px;
  position: relative;
  margin-left: 80px;
}

.listWithMarker34 li {
  display: block;
  padding-left: 0px;
  margin-bottom: 0;
  padding-bottom: 8px;
  position: relative;
  margin-left: 0px;
  
}
.listWithMarker li:before {
  position: absolute;
  /*content: '\f101';*/
  content: '';
  /*font: normal normal 14px/20px 'FontAwesome';*/
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 1500px;
  background: url(../images/list_marker.png) 0 0 no-repeat;
}

.listWithMarker4 li:before {
  position: absolute;
  /*content: '\f101';*/
  content: '';
  /*font: normal normal 14px/20px 'FontAwesome';*/
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 1500px;
  background: ;
}

.listWithMarker li a {
  color: #5e5e5e;
  text-decoration: none;
  font: 13px/20px Arial, sans-serif;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #1a6ad5;
}

.listWithMarker4 li a {
  color: #5e5e5e;
  text-decoration: none;
  font: 13px/20px Arial, sans-serif;
}
.listWithMarker4 li a:hover,
.listWithMarker4 li.current a {
  color: #1a6ad5;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 18px;
  text-decoration: none;
  font: 12px/18px Arial, sans-serif;
  color: #222;
  background: #fff;
  border: 1px solid #cccccc;
  text-transform: uppercase;
}
.more_btn:hover {
  color: #fff;
  background: #1a6ad5;
  border: 1px solid #1a6ad5;
}
.more_btn.v2 {
  background: #e52f86;
  color: #fff;
  margin-top: 56px;
}
.more_btn.v2:hover {
  background: #fff;
  color: #000;
}
.more_btn2 {
  display: inline-block;
  margin-top: 28px;
  text-decoration: none;
  font: 300 10px/18px Arial, sans-serif;
  color: #6a6c76;
  text-transform: uppercase;
}
.more_btn2:hover {
  color: #e52f86;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
#footer .soc_icons {
  margin-top: 28px;
}
.soc_icons {
  position: relative;
  display: block;
  margin-top: 6px;
  white-space: nowrap;
  text-align: left;
  float: left;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  display: inline-block;
  color: #949494;
}
.soc_icons i {
  font: normal normal 22px/24px;
}
.soc_icons > li > a:hover {
  color: #e52f86;
  text-decoration: none;
}
.soc_icons2 {
  position: relative;
  display: block;
  margin-top: 6px;
  white-space: nowrap;
  text-align: left;
  float: left;
}
.soc_icons2 > li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.soc_icons2 > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  display: inline-block;
  color: #e52f86;
}
.soc_icons2 i {
  font: normal normal 14px/24px ;
}
.soc_icons2 > li > a:hover {
  color: #000;
  text-decoration: none;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 0 0;
  background: #fff;
  overflow: hidden;
}
#content.content_pages {
  padding-top: 51px;
}
.box-1 {
  /*color: #fff;*/
  background: url('../images/bg1.jpg') 0 0;
  padding: 52px 0 91px 0;
  min-height: 456px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-1.v2 {
  background: url('../images/bg2.jpg') 0 0;
  padding-bottom: 72px;
}
.box-1.v3 {
  background: url('../images/bg3.jpg') 0 0;
  padding-bottom: 72px;
  min-height: 478px;
  margin-bottom: 20px;
  text-align: center;
}
.box-2 {
  position: relative;
  width: 100%;
  margin-top: 21px;
  padding: 6px 0 12px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #1a6ad5;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 20px;
  display: none;
}
.box-2.v2 {
  padding-bottom: 70px;
  position: relative;
  z-index: 0;
}
.bg2 {
  position: relative;
  z-index: 0;
  display: block;
}
.bg2:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 4000px;
  height: 4000px;
  left: -2px;
  top: -20px;
  background: #323232;
  z-index: -1;
}
.box-2.v2 .bg2:before {
  top: -1200px;
}
.box-3 {
  background: #f0f2f1;
  padding-top: 16px;
  padding-bottom: 58px;
}
.col1 {
  float: left;
  width: 170px;
  margin-right: 35px;
}
.col1.last {
  margin-right: 0;
}
.col2 {
  float: right;
}
.col3,
.col4 {
  float: left;
}
.col3 {
  width: 203px;
  margin-right: 0;
}
.col4 {
  width: 198px;
  margin-right: 0;
}
/**** start Map API ****/
.content_map {
  margin-top: 0px;
  position: relative;
  height: 272px;
}
.content_map2 {
  margin-top: 34px;
  position: relative;
  height: 426px;
}
.iframe {
  margin-top: 34px;
  position: relative;
  height: 426px;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/**** end Map API ****/
/**** start Map ****/
.map {
  margin-top: 15px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 321px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 12px;
  display: block;
}
.address1 dt {
  margin-bottom: 1px;
}
.address1 dd span {
  min-width: 84px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 18px 0 146px;
  background: #323232;
  color: #959595;
  overflow: hidden;
}
#footer p {
  color: #959595;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
}
.txt_priv {
  font: 14px/20px Arial, sans-serif !important;
  color: #959595;
  text-transform: uppercase;
  margin-top: -5px !important;
  margin-left:7px;
  clear:both;
  /*min-width: 280px;*/
}

.row img{ margin-top:30px;}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #555;
  width: 40px;
  height: 40px;
  
  line-height: 40px;
  z-index: 20;
  text-align: center;
  background: url(../images/arrow.png);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  figure a,
  figure a img {
    width: 100%;
  }
  #owl .owl-prev,
  #owl .owl-next {
    right: 49px !important;
    bottom: -45px !important;
  }
  #owl .owl-next {
    right: 0px !important;
  }
  .txt22 {
    font: 12px/21px Arial, sans-serif;
    text-align: center;
    text-indent: 0;
  }
  .img1 {
    max-width: 100%;
  }
  #footer .txt10 {
    font: bold 20px/26px Arial, sans-serif;
  }
.bannerhome img {
padding-left: 0px!important;
margin-top: 0px !important;
margin-right: 0px !important;
  }
	
.bannerhome{
width: 100% !important;
  }
	.albumsec{
		margin-left: 45px!important;
	}
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .txt8 {
    margin-left: 10px;
  }
  .txt7 {
    font: 38px/52px Arial, sans-serif;
  }
  .txt19,
  .txt20 {
    margin-left: 15px;
  }
  .img5 {
    float: none;
    margin-right: 0;
  }
	.albumsec{
		margin-left: 84px!important;
	}
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  .line1,
  .mar1 {
    margin: 0 2px;
  }
  .letter_spacing1 {
    letter-spacing: 0px;
  }
  #owl2 .owl-pagination span {
    width: 64px !important;
    height: 64px !important;
    margin-right: 7px !important;
  }
  #owl2 .owl-pagination span:before {
    width: 64px !important;
    height: 64px !important;
  }
  .txt4 {
    margin-top: 5px;
  }
  .txt7 {
    font: 38px/38px Arial, sans-serif;
  }
  .bg2 {
    margin-top: 30px;
  }
  .bg2:before {
    left: -1200px;
  }
  .txt19,
  .txt20 {
    margin-left: 0;
  }
	.purchase{
		margin-left: 0px !important;
	}
	
	.marTop5{
		margin-top: 20px !important;
		margin-left: 0px !important;
	}
	
	.purchase img.abstract {
		margin-top: 20px !important;
	}
	
	.purchase p.cdbaby a{
		margin-top: 10px!important;
		margin-left: 0px!important;
	}
	
	.listWithMarker li{
		margin-left: 0px!important;
		
	}
	.select-menu{
		border: 1px solid #233fda!important;
	}
	.grid_3 img{
		margin-left: 93px!important;
	}
	.grid_h img{
		/*margin-left: 93px!important;*/
	}
	.container p{
		text-align: center!important;
		float: none!important;
	}
	.albumsec{
		margin-left: 15px!important;
	}
}
@media only screen and (max-width: 479px) {
  /*h1 {width: 100%;}
	h1 img{width: 100%;}*/
	.purchase{
		margin-left: 0px !important;
	}
	
	.marTop5{
		margin-top: 20px !important;
		margin-left: 0px !important;
	}
	
	.purchase img.abstract {
		margin-top: 20px !important;
	}
	
	.purchase p.cdbaby a{
		margin-top: 10px!important;
		margin-left: 0px!important;
	}
	
	.listWithMarker li{
		margin-left: 0px!important;
		
	}
	.select-menu{
		border: 1px solid #233fda!important;
	}
	
	.grid_3 img{
		margin-left: 23px!important;
	}
	.grid_h img{
		margin-left: 23px!important;
	}
	
	
	.container p{
		text-align: center!important;
		float: none!important;
	}
	
}

.special-word{
    font-size:10px;
}
/*Core variables and mixins*/
