@charset "UTF-8";

body {

	font-size:14px;
	color:#2d2d2d;
	background:#F1F1F1;
	line-height: 1.7em;
	/*margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;*/
}


.social-feed-box{
	border: 1px solid #e7eaec;
    margin-bottom: 0;
    border-bottom: none;
    padding: 15px;
}

.social-feed-box-2{
	border: 1px solid #e7eaec;
    margin-bottom: 0;
    padding: 15px;
}

.social-feed-box a{
	color: #557d8f;
}

.social-feed-box:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #e7eaec;
}

.btn_a{
	background: #557d8f;
    border: 1px solid #557d8f;
    color: #fff;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
    width: 50px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

.line_div{
    margin-bottom: 19px;
    border-color: #d9d9d9;
    border-top-width: 1px;
    border-top-style: solid;
}

.myself div{
	padding-bottom: 8px;	
}

a, a:visited {
	color:#2d2d2d;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	outline:0;
}

a:hover, a:focus {
	text-decoration:none;
	color:#000000;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	outline:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Droid Sans';
	margin:30px 0px 15px;
	font-weight: 700;
	line-height: 1.1;
}

h1 {
	font-size:27px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:15px;
}

h4 {
	font-size:13px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:11px;
}

p, .site-sub-content .page .page-content-bottom .content_row p:last-child {
	margin-bottom:30px;
}

ol, ul {
	margin-bottom: 30px;
}

img {
	max-width:100%;
	height:auto;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
}

img:hover {
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition:0.2s;
	opacity:0.8;
}

.nopadding {
	padding:0px;
}

.nopaddingleft {
	padding-left:0px;
}

.nopaddingright {
	padding-right:0px;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #D7D7D7;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="time"],
input[type="week"],
input[type="search"],
input[type="month"],
input[type="datetime"],
input[type="date"],
textarea,
textarea.form-control,
select
{
	font-family:'Droid Sans';
	display: block;
	width: 100%;
	padding: 11px 12px;
	font-size: 13px;
	background-color: #fff;
	background-image: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border: 1px solid #C2C2C2;
	color: 676767;
	box-shadow: none;
	line-height: normal;
	height: auto;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	outline: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: 0;
}

.form-control {
	font-family:'Droid Sans';
	height: 45px;
	box-shadow: none;
	border: 1px solid #C2C2C2;
	color: 676767;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	outline:0;
}

button, input[type="submit"] {
	font-family:'Droid Sans';
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	border: 0px;
	background-color: #989898;
	border-color: #989898E;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-width: 1px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 9px 15px;
	color: #FFFFFF;
	outline: 0;
}

button:hover, input[type="submit"]:hover,
button:active, input[type="submit"]:active,
button:active:hover, input[type="submit"]:active:hover,
button:active:focus, input[type="submit"]:active:focus,
button:active:visited, input[type="submit"]:active:visited,
button:focus, input[type="submit"]:focus {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	background: #63686b;
	border-color: #63686b;
	border-radius: 0px;
	outline:0;
}

.form-group {
	margin-bottom: 10px;
}

.close:focus, .close:hover, .close:active, .close:active:hover, .close:active:focus, .close:active:visited {
	background: transparent;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
	background-color: #E1E1E1;
}

.btn {
	font-size: 13px;
}

blockquote {
	border: 0px;
	font-size: 18px;
	line-height: 1.8;
	font-style: italic;
	padding: 0px;
	color: #707070;
	text-align: center;
}

blockquote:before {
	content:'“';
	font-size:55px;
	line-height:45px;
	height:20px;
	overflow:hidden;
	display:block;
	margin:0 auto 4.5px;
}

.pagination {
	margin: 30px 0 0px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #000000;
	border-color: #000000;
}

.pagination>li>a, .pagination>li>a:visited {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #FFFFFF;
	border-color: #000000;
	color: #000000;
	padding: 3px 6px;
	font-size: 11px;
	font-weight: 600;
}

.pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li:first-child>a, .pagination>li:first-child>span {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.pagination>li>a, .pagination>li>span {
	background-color: #FFFFFF;
	border-color: #000000;
	margin: 0px 5px;
	color: #000000;
}

.pagination>.active>a, .pagination>.active>a:visited, .pagination>.active>a:focus, .pagination>li>a:hover, .pagination>li>a:focus {
	color: #FFFFFF;
	background-color: #000000;
	border-color: #000000;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 30px 30px;
}

a img.alignnone {
    margin: 5px 30px 30px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wrapper-boxed {
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
	position: relative;
}

/* ----- 3.2 Loader Pace ----- */
.loaded .loader-wrapper {
	opacity:0;
	visibility:hidden;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.loader-wrapper {
	opacity:1;
	visibility:visible;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10000000;
	background:#FFFFFF;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.spinner {
	left: 0;
	margin: 0px auto;
	position: relative;
	top: 50%;
	width: 40px;
	text-align: center;
	font-size: 10px;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 0px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

/* ----- 3.3 Animation Effects ----- */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	z-index:1;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("assets/img/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
	0% {opacity: 1}
}
@-moz-keyframes empty {
	0% {opacity: 1}
}
@keyframes empty {
	0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-moz-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
	25% { opacity: .5; -webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
	25% { opacity: .5; -moz-transform: translateZ(-500px); }
	75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
	25% { opacity: .5; transform: translateZ(-500px); }
	75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
	0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
	0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -moz-transform: translateZ(-500px); }
	100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
	0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; transform: translateZ(-500px); }
	100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
	to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
	to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
	to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
	from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
	from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
	from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
	from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
	from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
	from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
	to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
	to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
	to { opacity: 0; transform: scale(1.5); }
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(assets/img/AjaxLoader.gif) no-repeat center center
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
	cursor:url(assets/img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
}

/* =====  4. PAGES ===== */

.site-sub-content .page-content {
	padding:50px 30px;
	margin-bottom:0px;
	text-align:justify;
}

.site-sub-content .page .page-title {
	margin: -5px 0px 28px;
}

.contact-social-media ul {
	list-style:none;
	float:right;
	padding:0px;
	margin:0px;
}

.contact-social-media ul li {
	display:block;
	float:left;
	margin-right: 6px;
	margin-bottom:5px;
}

.contact-social-media ul li:last-child {
	margin-right: 0px;
}

.contact-social-media ul li a, .contact-social-media ul li a:visited {
	border: 1px solid #7C7C7C;
	width: 37px;
	height: 37px;
	line-height: 37px;
	font-size: 18px;
	color: #7C7C7C;
	display: block;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.contact-social-media ul li a:focus, .contact-social-media ul li a:hover {
	color: #FFFFFF;
	background: #989898;
	border-color: #989898;
}

.contact-page-form h2 {
	margin: 20px 0px;
}

.contact-page-form input[type="submit"] {
	text-transform: capitalize;
	font-size:14px;
}

/* =====  5. WIDGET & SIDEBAR ===== */
.sidebar-general .widget-box .widget-title h4, .sidebar-header .widget-box .widget-title h4 , .sidebar-home-magazine .widget-box .widget-title h4 {
	margin:0px;
	padding:0px 0px 2px 15px;
	font-size:17px;
	line-height: normal;
	display: table;
	font-weight:600;
}

.sidebar-general .widget-box .widget-title:before, .sidebar-header .widget-box .widget-title:before, .sidebar-home-magazine .widget-box .widget-title:before {
	content: '';
	width: 7px;
	display: inline-block;
	background: #989898;
	height: 100%;
	position: absolute;
}

.sidebar-general .widget-box .widget-title h4:after, .sidebar-header .widget-box .widget-title h4:after, .sidebar-home-magazine .widget-box .widget-title h4:after {
	content: '';
	height: 1px;
	display: block;
	position: relative;
	top: 3px;
	margin-left: -8px;
	background: #989898;
}

.sidebar-general .widget-box .widget-title, .sidebar-header .widget-box .widget-title, .sidebar-home-magazine .widget-box .widget-title {
	position:relative;
	border-bottom:1px solid #B7B7B7;
	margin-bottom:37px;
}

.sidebar-home-magazine .widget-box .widget-title {
	margin-bottom:30px;
}

.sidebar-home-magazine .widget-box .widget-title h4 {
	font-size: 15px;
	text-transform: uppercase;
}

.sidebar-general .widget-box, .post-bottom-element, .page-content , .sidebar-home-magazine .widget-box .widget-content, .chosen-category-posts-widget ul li {
	background: #FFFFFF;
	padding: 37px 30px;
	margin-bottom:30px;
	position: relative;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
}

.sidebar-home-magazine .widget-box .widget-content .chosen-alternative-post-widget {
	margin-bottom: -37px;
}

.chosen-category-posts-widget ul li {
	padding: 20px;
}

.sidebar-general .widget-box:after, .sidebar-general .widget-box:after, .post-bottom-element:after, .post-bottom-element:after {
	content:'';
	display:block;
	clear:both;
}

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

.about-widget-wrapper .about-widget-image img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height:148px;
	width:148px;
	margin:0 auto;
	display:block;
}

.about-widget-wrapper .about-widget-image {
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	padding-top: 50px;
}

.sidebar-general .about-widget-wrapper .about-widget-image, .sidebar-header .about-widget-wrapper .about-widget-image {
	margin: -37px -30px 37px;
}

.about-widget-wrapper .about-widget-image img:hover {
	opacity:1;
}

.about-widget-wrapper .about-widget-name h3 {
	margin:0px auto;
	font-size:17px;
	text-align:center;
	background:#FFFFFF;
	padding:0px 20px;
	display:table;
	position:relative;
	z-index:2;
}

.about-widget-wrapper .about-widget-name:after {
	height:1px;
	background:#B7B7B7;
	width:100%;
	content:'';
	display:block;
	position: absolute;
	top: 50%;
}

.about-widget-wrapper .about-widget-name {
	position:relative;
	margin-bottom:30px;
}

.about-widget-wrapper .widget-content {
	text-align:justify;
}

.about-widget-wrapper .widget-content p:last-child {
	margin-bottom:0px;
}

.mulada-latest-posts-widget ul li {
    border-bottom: 1px solid #D7D7D7;
	padding-bottom:18.5px;
	margin-bottom:18.5px;
}

.mulada-post-popular-posts-widget ul li {
	padding-bottom: 18.5px;
	margin-bottom: 18.5px;
	overflow: hidden;
}

.mulada-latest-posts-widget ul li:last-child {
    border-bottom: 0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.mulada-latest-posts-widget ul li:after, .mulada-latest-posts-widget ul li:before, .chosen-category-posts-widget ul li:after, .chosen-category-posts-widget ul li:before {
	content:'';
	clear:both;
	display:block;
}

.mulada-latest-posts-widget .image:hover {
	transform:scale(1.1);
	transition:all 0.6s;
}

.mulada-latest-posts-widget .image, .chosen-category-posts-widget .image {
	float:left;
	width: 138px;
    height: 128px;
	margin-right:20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;

}

.sidebar-footer-wrap .mulada-latest-posts-widget .image, .chosen-category-posts-widget .image {
	width: 75px;
    height: 75px;
}


.mulada-latest-posts-widget .desc .category {
	font-size:11.3px;
	line-height:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

.mulada-latest-posts-widget .desc .category a, .mulada-latest-posts-widget .desc .category a:visited {
	color:#000000;
}

.mulada-latest-posts-widget .desc h3 {
	font-size:15px;
	margin:0px 0px 9px 0px;
}

.chosen-category-posts-widget .desc h3 {
	font-size:16px;
	margin:0px 0px 0px 0px;
	letter-spacing:-0.25px;
	line-height: 1.2;
}

.mulada-latest-posts-widget .desc time, .chosen-category-posts-widget .desc time {
	font-size:11px;
	text-transform:uppercase;
	color:#757575;
	font-family: 'Droid Sans';
}

.tagcloud a, .tagcloud a:visited {
	border: 1px solid #B7B7B7;
	display: inline-block;
	padding: 6px 9px;
	line-height: normal;
	margin: 0px 1px 4px 0px;
	color: #686868;
}

.tagcloud a:hover, .tagcloud a:focus {
	background:#B7B7B7;
	color: #FFFFFF;
}

.instagram-widget-area:after, .instagram-widget-area:before {
	content:'';
	display:block;
	clear:both;
}

.instagram-widget-area .instagram-widget-image {
	padding: 0px 8px 8px 0px;
   width: 33%;
   float: left;
}

.instagram-widget-area .instagram-widget-image:nth-child(3n+3) {
	margin-right:0px;
}

.instagram-widget-area .instagram-widget-image:nth-last-child(3), .instagram-widget-area .instagram-widget-image:nth-last-child(2), .instagram-widget-area .instagram-widget-image:nth-last-child(1) {
	margin-bottom:0px;
}

.instagram-widget-area .instagram-widget-image a, .instagram-widget-area .instagram-widget-image a:visited {
	width: 100%;
	height: 69px;
	display: block;
	background-size: cover;
}

.widget_categories ul {
	font-size:13px;
}

.sidebar-general .widget-box {
	/*overflow:hidden;*/
}

.sidebar-general .widget-box:last-child {
	margin-bottom:0px;
}

.widget_categories ul li a:before {
	background: #989898;
	height: 5px;
	width: 5px;
	display: inline-block;
	content: '';
	margin: 0px 11px 3px 0px;
}

.widget_categories ul li:first-child a, .widget_categories ul li:first-child a:visited {
	padding-top:0px;
}

.widget_categories ul li a, .widget_categories ul li a:visited {
	border-bottom: 1px solid #E1E1E1;
	display: block;
	padding: 7px 0px;
	text-transform: uppercase;
	line-height: normal;
}

.widget_categories ul li a .count, .widget_categories ul li a:visited .count {
	color:#9b9b9b;
	margin-left:8px;
	font-family: 'Droid Sans';
}

#mailchimp-signup p {
	margin-bottom:20px;
	font-size:13px;
	color:#7a7a7a;
}

.newsletter-button {
	width:100%;
}

.social-media-widget {
	position:relative;
}

.social-media-widget:after, .social-media-widget:before {
	content:'';
	display:block;
	clear:both;
}

.social-media-widget:before {
	height:1px;
	background:#B5B5B5;
	width:98%;
	content:'';
	display:block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.social-media-widget ul {
	list-style:none;
	padding:0px;
	margin:0px;
	position:relative;
	z-index:2;
}

.social-media-widget ul li {
	float:left;
	display:block;
	margin-right:6.5px;
	margin-top:6.5px;
}

.social-media-widget ul li:nth-child(7n+7) {
	margin-right:0px;
}

.social-media-widget ul li:nth-child(-n+7) {
	margin-top:0px;
}

.social-media-widget ul li a, .social-media-widget ul li a:visited {
	border:1px solid #B5B5B5;
	background:#FFFFFF;
	width:37px;
	height:37px;
	line-height:37px;
	font-size:20px;
	color:#757575;
	display:block;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.social-media-widget ul li a:focus, .social-media-widget ul li a:hover {
	color:#FFFFFF;
	background:#989898;
	border-color:#989898;
}

.calendar-archives .day {
	text-align: center;
	width: 14.285%!important;
	height: 32px!important;
	position: relative;
	float: left;
	border: 0px;
	font-size: 14.5px;
	display: block;
	color:#555555;
}

.calendar-archives .day.has-posts a, .calendar-archives .day.has-posts a:visited {
	background: #989898;
	height: 29px;
	margin: 0 auto;
	line-height: 29px;
	position: relative;
	top: -2px;
	z-index: 1;
	width: 29px;
	display: table;
	color: #FFFFFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.calendar-archives .day.has-posts a:hover, .calendar-archives .day.has-posts a:focus {
	opacity:0.8;
}

.calendar-archives .day.noday {
	color:#bababa;
}

.calendar-archives .calendar-navigation .months {
	text-align:center;
	font-weight:600;
	font-family:'Droid Sans';
	font-size:14.7px;
	margin-bottom:9px;
	text-transform:uppercase;
}

.calendar-archives .calendar-navigation .months a, .calendar-archives .calendar-navigation .months a:visited {
	color:#989898;
}

.calendar-archives .calendar-navigation .months span {
	text-align:center;
	font-weight:600;
	font-family:'Droid Serif';
	color:#888787;
}

.calendar-archives .weekdays .day {
	font-weight:600;
	font-family:'Droid Sans';
	font-size:11px;
	color:#989898;
	text-transform:uppercase;
}

.calendar-archives .archives-years {
	margin-bottom:15px;
}

.calendar-archives .archives-years:after, .calendar-archives .archives-years:before {
	content:'';
	display:block;
	clear:both;
}

.calendar-archives .promotion-link a, .calendar-archives .promotion-link a:visited {
	background: #989898;
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 15px;
}

.calendar-archives .promotion-link {
	margin-bottom:15px;
}

.calendar-archives .promotion-link a:hover, .calendar-archives .promotion-link a:focus {
	opacity:0.8;
}

.calendar-archives .promotion-link:after, .calendar-archives .promotion-link:before {
	content:'';
	display:block;
	clear:both;
}

.calendar-archives .post-read-more {
	display: table;
	margin: 0 auto;
}

.calendar-archives .post-read-more a, .calendar-archives .post-read-more a:visited {
	border-radius: 4px;
	border: 1px solid #B5B5B5;
	font-size: 12px;
	color: #989898;
	padding: 3.5px 12px;
	text-transform: uppercase;
	display: block;
}

.calendar-archives .post-read-more a:focus, .calendar-archives .post-read-more a:hover {
	background: #989898;
	border-color:#989898;
	color: #FFFFFF;
}

.twitter-timeline {
	min-width:100% !important;
}

.search-form-widget {
	border:1px solid #C2C2C2;
}

.search-form-widget input {
	border: 0px;
	width: 88%;
	float: left;
}

.search-form-widget button{
	border: 0px;
	width: 12%;
	padding: 7px 0px;
	background: transparent;
	font-size: 14px;
	color: #595959;
}

.search-form-widget button:hover, .search-form-widget input[type="submit"]:hover,
.search-form-widget button:active, .search-form-widget input[type="submit"]:active,
.search-form-widget button:active:hover, .search-form-widget input[type="submit"]:active:hover,
.search-form-widget button:active:focus, .search-form-widget input[type="submit"]:active:focus,
.search-form-widget button:active:visited, .search-form-widget input[type="submit"]:active:visited,
.search-form-widget button:focus, .search-form-widget input[type="submit"]:focus {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	opacity:0.6;
	background: transparent;
	border-color: transparent;
	border-radius: 0px;
	outline:0;
}

/* =====  6. HEADER ===== */
.header {
	background:#FFFFFF;
	margin-bottom:50px;
}

.header-sidebar-button {
	position: relative;
	z-index: 9;
	font-size: 29px;
	color: #757575;
	line-height: inherit;
	cursor:pointer;
}
	
.header .navbar-nav li.dropdown:hover > .mega-post-menu-content {
	display: block;
}

.header .header-sidebar.active .header-sidebar-button {
	cursor:auto;
}

.header .sidebar-header {
	position: absolute;
	top: 54px;
	left: -2px;
	background: #F1F1F1;
	z-index: 10000;
	padding: 50px 30px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	width: 470px;
}

.sidebar-header .widget-box {
	background: #FFFFFF;
	padding: 37px 30px;
	margin-bottom:30px;
	position: relative;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
}

.sidebar-header .widget-box:last-child {
	margin-bottom:0px;
}

.header .sidebar-header .close-button {
	height: 50px;
	width: 50px;
	line-height: 45px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #CDCDCD;
	box-shadow: 0px 1px 4px rgba(205, 205, 205, 0.61);
	-webkit-box-shadow: 0px 1px 4px rgba(205, 205, 205, 0.61);
	-moz-box-shadow: 0px 1px 4px rgba(205, 205, 205, 0.61);
	color: #757575;
	font-size: 25px;
	position: absolute;
	top: -27px;
	right: -27px;
	z-index: 100;
	border-radius: 50%;
	font-family: 'Droid Sans';
	cursor: pointer;
}

.header .header-sidebar {
	position: absolute;
	clear: both;
	bottom: 25px;
}

.header .logo-area {
   min-height: 177px;
	padding:25px 0px;
	position:relative;
}

.header .logo-area .header-logo {
	/*display:table;
	text-align:center;*/
	margin: 0 auto;
}

.header .logo-area .header-logo img{
   max-height: 127px;
}

.header .logo-area .header-social-media {
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -13px;
	max-width:33%;
}

.header .logo-area .header-search {
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -13px;
}

.header .logo-area .header-social-media ul.social-links, .header .logo-area .header-search ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.header .logo-area .header-social-media ul.social-links li, .header .logo-area .header-search ul li {
	float:left;
	display:block;
	margin:0px 6px 6px 0px;
}

.header .logo-area .header-social-media ul.social-links li:last-child, .header .logo-area .header-search ul li:last-child {
	margin-right:0px;
}

.header .dropdown-menu>li>a:focus, .header .dropdown-menu>li>a:hover, .header .nav .open>a, .header .nav .open>a:focus, .header .nav .open>a:hover, .header .nav>li>a:focus, .header .nav>li>a:hover {
	background:transparent;
}

.header .logo-area .header-social-media ul.social-links li a, .header .logo-area .header-social-media ul.social-links li a:visited, .header .logo-area .header-search ul li a, .header .logo-area .header-search ul li a:visited {
	border:1px solid #B5B5B5;
	width:26px;
	height:26px;
	line-height:26px;
	font-size:15px;
	color:#757575;
	display:block;
	text-align:center;
}

.header .logo-area .header-social-media ul.social-links li a:focus, .header .logo-area .header-social-media ul.social-links li a:hover, .header .logo-area .header-search ul li a:focus, .header .logo-area .header-search ul li a:hover {
	color:#FFFFFF;
	background:#9198a0;
	border-color:#9198a0;
}
	
.header .menu-area .navbar .navbar-nav>li>a, .header .menu-area .navbar .navbar-nav>li>a:visited {
	color:#2d2d2d;
}
	
.header .menu-area .navbar .navbar-nav li a:focus, .header .menu-area .navbar .navbar-nav li a:hover {
	color: #FFFFFF;
	background: #4F7D8E;
}

.header .menu-area .navbar .navbar-nav li ul li a:focus, .header .menu-area .navbar .navbar-nav li ul li a:hover {
	background:#4F7D8E;
	color:#FFFFFF;
}

.header .menu-area {
	border-top:1px solid #B5B5B5;
	border-bottom:1px solid #B5B5B5;
}

.header .menu-area .navbar-nav li .dropdown-menu {
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-top: 1px solid #B5B5B5;
	padding: 0px 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.08);
	box-shadow: 0 6px 12px rgba(0,0,0,.08);
}

.header .menu-area .navbar .navbar-nav li ul li a, .header .menu-area .navbar .navbar-nav li ul li a:visited {
	text-transform:uppercase;
	font-size: 12px;
	background: transparent;
	padding: 6px 20px;
}

.modal.fade .search_modal {
	position: absolute;
	left: 0;
	right: 0;
}

.modal.fade .search_modal .modal-header {
	border-bottom:0px;
}

.modal.fade .search_modal .modal-header:after, .modal.fade .search_modal .modal-header:before {
	content:'';
	display:block;
	clear:both;
}

.modal.fade .search_modal .modal-content {
	border-radius:0px;
	border:0px;
	background-color: rgba(255, 255, 255, 0.84);
}

.modal.fade .search_modal .modal-content .modal-body input[type="text"] {
	border:0px;
	border-bottom: 1.5px solid #555555;
	color: #555555;
	width:90%;
	float: left;
	padding: 0px;
	height: 50px;
	line-height: 50px;
	background-color: transparent;
}

.modal.fade .search_modal .modal-content .modal-body input[type="text"]::-moz-placeholder { color: #555555; }
.modal.fade .search_modal .modal-content .modal-body input[type="text"]::-webkit-input-placeholder { color: #555555; }
.modal.fade .search_modal .modal-content .modal-body input[type="text"]::-ms-input-placeholder { color: #555555; }

.modal.fade .search_modal .modal-content .modal-body button {
	color:#555555;
	border: 0px;
	background: transparent;
	border-bottom: 1.5px solid #555555;
	width: 10%;
	padding: 0px;
	height: 50px;
	line-height: 50px;
}

.modal.fade .search_modal .modal-content .modal-body {
	padding:20px 15% 80px;
}

.modal.fade .search_modal .modal-content .post-results a {
	width: auto;
	height: auto;
	text-align: left;
	border: none;
	color: #2d2d2d;
	background-color:transparent;
}

.modal.fade .search_modal .modal-content .post-results a:hover, .modal.fade .search_modal .modal-content .post-results a:focus {
	color: #000000;
}

.modal.fade .search_modal .modal-content .post-results .found-results {
    margin-bottom: 15px;
	padding-top: 8px;
}

.modal.fade .search_modal .modal-content .post-results li {
	float: inherit;
	width: 100%;
	margin: 0;
}

.modal.fade .search_modal .modal-content .post-results li h3 {
	padding: 10px 0 0;
	margin: 10px 0 0;
    border-top: 1px solid #CCC;
}

.modal.fade .search_modal .modal-content .post-results li time, .modal.fade .search_modal .modal-content .post-results .found-results {
	font-size: 11px;
    text-transform: uppercase;
    color: #757575;
    font-family: 'Droid Sans';
}

.modal.fade .search_modal .close, .modal.fade .search_modal .close:visited {
	font-size:27px;
}

.header .menu-area .navbar-nav .mega-post-menu-content {
	display: none;
	position:absolute;
	background:#EBEBEB;
	left:0px;
	width:100%;
	top:100%;
	border-top: 1px solid #B5B5B5;
	text-align: left;
	box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.54);
	-webkit-box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.54);
	-moz-box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.54);
	z-index: 1000;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-list ul {
	list-style:none;
	padding:0px;
	margin:0px;
	width:100%;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-list ul li {
	width:100%;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-list ul li a, .header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-list ul li a:visited {
	display:block;
	line-height: initial;
	padding: 6px 20px;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-list {
	width:15%;
	background:#FFFFFF;
	float: left;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts {
	width:85%;
	float: left;
	padding:25px 25px 25px 12.5px;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts .mega-cat-content {
	display:none;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts ul li {
	float:left;
	width:23%;
	margin:0px 0px 0px 15px;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts ul li h3 {
	margin:0px;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts ul li img {
	display:block;
	width:100%;
	margin-bottom:10px;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts ul li a:focus, .header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts ul li a:hover {
	background:transparent !important;
	color:#4F7D8E;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts ul li a, .header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts ul li a:visited {
	padding:0px;
	margin:0px;
	text-transform:none;
	font-size:14px;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts .post-information {
	clear:both;
	font-family:'Droid Sans';
	list-style:none;
	color:#757575;
	padding:0px;
	text-transform:uppercase;
	font-size:10px;
	margin:0 0 15px;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts ul .post-information {
	margin:0 auto 0px;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts ul .post-information a, .header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts ul .post-information a:visited {
	color:#757575;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts ul .post-information li {
	display:inline-block;
	float:none;
	width:auto;
	margin: 0px;
	padding:0px;
}

.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts ul .post-information li.seperate {
	width:10px;
}

/* =====  7. SLIDER ===== */
.slider-area .home-slider .post-image {
	background-size:cover;
	background-position:center center;
	background-color:#000000;
	height:540px;
	overflow:hidden;
	width:100%;
	position:relative;
}

.slider-area .owl-dots {
	line-height: 10px;
}

.slider-area .home-slider .post-image .slider-content {
	position: absolute;
	bottom: 35px;
	width: 45%;
	color:#FFFFFF;
}

.slider-area .home-slider .post-image .slider-content h2 {
	font-size:45px;
	margin:0px 0px 15px;
	line-height: 1.1;
}

.slider-area .home-slider .post-image .slider-content a {
	color: #FFF;
}

.slider-area .home-slider .post-image .slider-content .category {
	background: #4F7D8E;
	letter-spacing: 0.5px;
	font-size: 13px;
	display: inline-block;
	padding: 3px 10px;
	line-height: normal;
	float: right;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.owl-item:nth-child(odd) .category {
	margin-left: 10px;
}

.owl-item:nth-child(even) .category {
	margin-right: 10px;
}

.slider-area .home-slider .post-image .slider-content .post-information {
	clear:both;
	float:right;
	font-family:'Droid Sans';
	list-style:none;
	padding:0px;
	margin:0px;
}

.slider-area .home-slider .post-image .slider-content .post-information li {
	display:inline-block;
}

.slider-area .home-slider .post-image .slider-content .post-information li.seperate:after {
	background:#FFFFFF;
	height:3px;
	width:3px;
	display:block;
	content:'';
	position: relative;
	top: -3px;
	margin:0px 8px;
}

.slider-area .home-slider .post-image .post-link, .slider-area .home-slider .post-image .post-link:visited {
	display:block;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 1%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,0,0,0)), color-stop(49%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.05) 1%,rgba(0,0,0,0.3) 49%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.slider-area .home-slider .owl-dot {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #757575;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right:7px;
}

.slider-area .home-slider .owl-dot.active {
	background: #757575;
}

.slider-area .home-slider .owl-dot:last-child {
	margin-right:0px;
}

.slider-area .owl-theme .owl-controls {
	margin-top:20px;
}

.slider-area {
	margin-top:-25px;
	margin-bottom:30px;
}

.slider-area .owl-theme .owl-controls {
    margin-top: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 46%;
    z-index: 10;
}

.slider-area .owl-prev, .slider-area .owl-next {
	background: rgba(0, 0, 0, 0.18);
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.slider-area .owl-prev:hover, .slider-area .owl-next:hover {
	background: rgba(0, 0, 0, 0.40);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.slider-area .owl-prev {
	float: left;
	margin-left: 3.5%;
}

.slider-area .owl-prev i {
	position: relative;
	left: -1px;
	top: -1px;
}

.slider-area .owl-next {
	float: right;
	margin-right: 3.5%;
}

.slider-area .owl-next i {
	position: relative;
	right: -1px;
	top: -1px;
}

/* =====  8. HOME ===== */
.grid-home-content .post-list .post-grid:nth-child(2n+1) {
	clear:both;
}


.grid-home-content .post-list .post-grid {
	float: left;
	width: 50%;
	padding: 0px 15px;
}

.grid-home-content .post-list .post-video {
	line-height:0px;
}

.post-list:after, .post-list:before {
	content:'';
	display:block;
	clear:both;
}

.home-list-layout article:hover{
	-webkit-box-shadow: 0px 0px 10px 13px rgba(152, 152, 152, 0.58);
	-moz-box-shadow: 0px 0px 10px 13px rgba(152, 152, 152, 0.58);
	box-shadow: 0px 0px 10px 13px rgba(152, 152, 152, 0.58);
}

.sidebar-general-wrap:hover{
	-webkit-box-shadow: 0px 0px 10px 13px rgba(152, 152, 152, 0.58);
	-moz-box-shadow: 0px 0px 10px 13px rgba(152, 152, 152, 0.58);
	box-shadow: 0px 0px 10px 13px rgba(152, 152, 152, 0.58);
}

.previous:hover, .next:hover{
	-webkit-box-shadow: 0px 0px 10px 13px rgba(152, 152, 152, 0.58);
	-moz-box-shadow: 0px 0px 10px 13px rgba(152, 152, 152, 0.58);
	box-shadow: 0px 0px 10px 13px rgba(152, 152, 152, 0.58);
}

.post-list article {
	position: relative;
	clear:both;
	background:#FFFFFF;
	margin-bottom:30px;
	
}

.chosen-post-widget article, .onest-grid-posts-widget article {
	margin: -37px -30px 0px;
}

.post-list article:after, .post-list article:before {
	content:'';
	display:block;
	clear:both;
}

.editors-pick-widget .post-image .post-read-more span, .post-list article .post-wrapper .post-bottom .post-read-more a, .post-list article .post-wrapper .post-bottom .post-read-more a:visited, .chosen-post-widget article .post-wrapper .post-bottom .post-read-more a, .chosen-post-widget article .post-wrapper .post-bottom .post-read-more a:visited, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-read-more a, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-read-more a:visited {
	border-radius: 4px;
	border: 1px solid #B5B5B5;
	font-size: 12px;
	color: #4f7d8e;
	padding: 3.5px 12px;
	text-transform: uppercase;
	display: block;
}

.post-list article .post-image-wrap, .chosen-post-widget article .post-image-wrap, .onest-grid-posts-widget article .post-image, .post-list article .video, .post-list article .audio, .post-list article .link {
	position:relative;
	overflow:hidden;
}
.post-list article .post-wrapper .post-header .post-information a, .post-list article .post-wrapper .post-header .post-information a:visited, .onest-grid-posts-widget article .post-wrapper .post-header .post-information a, .onest-grid-posts-widget article .post-wrapper .post-header .post-information a:visited, .chosen-post-widget article .post-wrapper .post-header .post-information a, .chosen-post-widget article .post-wrapper .post-header .post-information a:visited {
	color:#757575;
}
.single-list article .post-image-wrap, .single-list article .post-video, .single-list article .post-audio, .single-list article .post-link {
	margin-bottom:30px;
}

.post-list article:hover .post-image-wrap .image, .chosen-post-widget article:hover .post-image img, .onest-grid-posts-widget article:hover .post-image img {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity:0.8;
}

.post-list article .post-image-wrap .image, .chosen-post-widget article .post-image img, .onest-grid-posts-widget article .post-image img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

.post-list article .post-image-wrap .image, .post-list article .post-wrapper .post-image-wrap {
	display: block;
   height: 200px;
   background-position: 100%;
   background-repeat: no-repeat;
   background-size: cover;
}


.post-list article .post-wrapper, .chosen-post-widget article .post-wrapper, .onest-grid-posts-widget article .post-wrapper {
	position: relative;
	padding: 37px 30px;
}

.chosen-post-widget article .post-wrapper, .onest-grid-posts-widget article .post-wrapper {
	padding-bottom: 0px;
}

.post-list article .post-wrapper:after, .post-list article .post-wrapper:before, .chosen-post-widget article .post-wrapper:after, .chosen-post-widget article .post-wrapper:before, .onest-grid-posts-widget article .post-wrapper:after, .onest-grid-posts-widget article .post-wrapper:before {
	content:'';
	display:block;
	clear:both;
}

.post-list article .post-wrapper .post-header, .chosen-post-widget article .post-wrapper .post-header, .onest-grid-posts-widget article .post-wrapper .post-header {
	clear:both;
}

.post-list article .post-wrapper .post-header:after, .post-list article .post-wrapper .post-header:before, .chosen-post-widget article .post-wrapper .post-header:after, .chosen-post-widget article .post-wrapper .post-header:before, .onest-grid-posts-widget article .post-wrapper .post-header:after, .onest-grid-posts-widget article .post-wrapper .post-header:before {
	clear:both;
	content:'';
	display:block;
}

.post-list article .post-wrapper .post-excerpt, .post-list article .post-wrapper .post-wrapper, .chosen-post-widget article .post-wrapper, .onest-grid-posts-widget article .post-wrapper {
	clear:both;
	text-align:justify;
}

.single-list article .post-wrapper .post-content {
	margin-bottom:37px;
	text-align:justify;
}

.single-list article .post-wrapper .post-content p img, .site-sub-content .page .page-content-bottom p img{
    display: block;
	margin: 0 auto;
}

.post-list article .post-wrapper .post-excerpt p, .chosen-post-widget article .post-wrapper .post-excerpt p, .onest-grid-posts-widget article .post-wrapper .post-excerpt p {
	margin-bottom:27px;
}

.chosen-alternative-post-widget article .post-wrapper .post-excerpt p, .onest-grid-posts-widget article .post-wrapper .post-excerpt p {
	font-size:13px;
}

.post-list article .post-wrapper .post-header h2, .chosen-post-widget article .post-wrapper .post-header h2, .onest-grid-posts-widget article .post-wrapper .post-header h2 {
	font-size:30px;
	margin:-7px 0px 10px;
	text-align:center;
}

.onest-grid-posts-widget article .post-wrapper .post-header h2 {
	font-size:25px;
}

.chosen-small-post-widget article .post-wrapper .post-header h2, .chosen-alternative-post-widget article .post-wrapper .post-header h2 {
	font-size: 19px;
	margin-bottom: 7px;
	line-height: 1.2;
}

.post-list article .post-wrapper .post-header .categories {
	text-align: center;
}
.post-nav .pager li .category, .post-list article .post-wrapper .post-header .category, .chosen-post-widget article .post-wrapper .post-header .category, .onest-grid-posts-widget article .post-wrapper .post-header .category, .mulada-post-popular-posts-widget .desc .category, .editors-pick-widget .post-image .category {
	background: #4F7D8E;
	display: inline-block;
	font-size:11.3px;
	margin:0 auto 0;
	letter-spacing:0.5px;
	text-transform:uppercase;
	padding: 3px 8px;
	line-height: normal;
}

.post-nav .pager li .category a {
	color: #FFFFFF;
}

.post-nav .pager li .category:nth-last-of-type(1), .post-list article .post-wrapper .post-header .category  {
	margin-bottom:10px;
	color: #FFFFFF;
}

.post-nav .pager li .category {
	display: inline-block;
}

.editors-pick-widget .post-image .category {
	margin-bottom:14px;
	font-size:14px;
}

.chosen-small-post-widget article .post-wrapper .post-header .category, .chosen-alternative-post-widget article .post-wrapper .post-header .category {
	font-size: 10px;
	margin-bottom: 4px;
}

.chosen-alternative-post-widget article:after, .chosen-alternative-post-widget article:before {
	content:'';
	display:block;
	clear:both;
}

.chosen-alternative-post-widget article .post-image {
	float:left;
}

.chosen-alternative-post-widget article .post-wrapper {
	float: left;
	clear:none;
	max-width: 313px;
	padding: 30px 20px 30px 37px;
}

.mulada-post-popular-posts-widget .desc .category {
	clear: none;
	margin: 0;
	color:#FFFFFF;

}

.mulada-post-popular-posts-widget .desc .category:nth-last-of-type(1) {
	margin-bottom:10px;
}

.post-list article .post-wrapper .post-header .category a, .post-list article .post-wrapper .post-header .category a:visited, .onest-grid-posts-widget article .post-wrapper .post-header .category a, .onest-grid-posts-widget article .post-wrapper .post-header .category a:visited, .chosen-post-widget  article .post-wrapper .post-header .category a, .chosen-post-widget  article .post-wrapper .post-header .category a:visited, .mulada-post-popular-posts-widget .desc .category a, .mulada-post-popular-posts-widget .desc .category a:visited {
	color:#FFFFFF;
}

.post-list article .post-wrapper .post-header .post-information, .chosen-post-widget article .post-wrapper .post-header .post-information, .onest-grid-posts-widget article .post-wrapper .post-header .post-information, .editors-pick-widget .post-image .post-information {
	clear:both;
	font-family:'Droid Sans';
	list-style:none;
	display: table;
	color:#757575;
	padding:0px;
	text-transform:uppercase;
	font-size:12.5px;
	margin:0 auto 15px;
	text-align:center;
}

.editors-pick-widget .post-image .post-information {
	margin-bottom:33px;
	font-size: 11px;
}

.chosen-alternative-post-widget article .post-wrapper .post-header .post-information {
	font-size: 10.8px;
}

.chosen-small-post-widget article .post-wrapper .post-header .post-information {
	font-size:11px;
	margin-bottom: -10px;
}

.chosen-small-post-widget article .post-wrapper .post-header .post-information {
	font-size:10px;
}

.single-list article .post-wrapper .post-header .post-information {
	margin:0 auto 25px;
}

.post-list article .post-wrapper .post-header .post-information li, .chosen-post-widget article .post-wrapper .post-header .post-information li, .onest-grid-posts-widget article .post-wrapper .post-header .post-information li, .editors-pick-widget .post-image .post-information li {
	display:inline-block;
}

.editors-pick-widget .post-image .post-information li {
	color:#FFFFFF;
}

.post-list article .post-wrapper .post-header .post-information li.seperate:after, .onest-grid-posts-widget article .post-wrapper .post-header .post-information li.seperate:after, .chosen-post-widget article .post-wrapper .post-header .post-information li.seperate:after {
	background:#757575;
	height:3px;
	width:3px;
	display:block;
	content:'';
	position: relative;
	top: -3px;
	margin:0px 8px;
}

.editors-pick-widget .post-image .post-information li.seperate:after {
	background:transparent;
	width:0px;
	height:0px;
}

.chosen-small-post-widget article .post-wrapper .post-header .post-information li.seperate:after, .onest-grid-posts-widget article .post-wrapper .post-header .post-information li.seperate:after {
	top:-2px;
}

.post-list article .post-wrapper .post-bottom .post-share ul, .chosen-post-widget article .post-wrapper .post-bottom .post-share ul, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-share ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.post-list article .post-wrapper .post-bottom .post-share ul li, .chosen-post-widget article .post-wrapper .post-bottom .post-share ul li, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-share ul li {
	display:block;
	float:left;
	margin-right: 6px;
}

.post-list article .post-wrapper .post-bottom .post-share ul li:last-child, .chosen-post-widget article .post-wrapper .post-bottom .post-share ul li:last-child, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-share ul li:last-child {
	margin-right: 0px;
}

.post-list article .post-wrapper .post-bottom .post-share ul li a, .post-list article .post-wrapper .post-bottom .post-share ul li a:visited, .chosen-post-widget article .post-wrapper .post-bottom .post-share ul li a, .chosen-post-widget article .post-wrapper .post-bottom .post-share ul li a:visited, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-share ul li a, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-share ul li a:visited {
	border: 1px solid #B5B5B5;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: #989898;
	display: block;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.onest-grid-posts-widget article .post-wrapper .post-bottom .post-share ul li a, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-share ul li a:visited {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
}

.chosen-alternative-post-widget article .post-wrapper .post-bottom .post-share ul li a, .chosen-alternative-post-widget article .post-wrapper .post-bottom .post-share ul li a:visited {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
}

.post-list article .post-wrapper .post-bottom .post-share ul li a:focus, .post-list article .post-wrapper .post-bottom .post-share ul li a:hover, .chosen-post-widget article .post-wrapper .post-bottom .post-share ul li a:focus, .chosen-post-widget article .post-wrapper .post-bottom .post-share ul li a:hover, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-share ul li a:focus, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-share ul li a:hover {
	color: #FFFFFF;
	background: #9198a0;
	border-color: #9198a0;
}

.post-list article .post-wrapper .post-bottom:after, .post-list article .post-wrapper .post-bottom:before, .chosen-post-widget article .post-wrapper .post-bottom:after, .chosen-post-widget article .post-wrapper .post-bottom:before, .onest-grid-posts-widget article .post-wrapper .post-bottom:after, .onest-grid-posts-widget article .post-wrapper .post-bottom:before {
	content:'';
	display:block;
	clear:both;
}

.post-list article .post-wrapper .post-bottom .post-share, .chosen-post-widget article .post-wrapper .post-bottom .post-share, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-share {
	float:right;
}

.post-list article .post-wrapper .post-bottom .post-share .title, .chosen-post-widget article .post-wrapper .post-bottom .post-share .title, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-share .title {
	font-weight:600;
	font-family:'Droid Sans';
	margin-right:15px;
	text-transform:uppercase;
	font-style:normal;
	color:#797979;
	line-height: normal;
	margin-top: 8px;
}

.post-list article .post-wrapper .post-bottom .post-read-more, .chosen-post-widget article .post-wrapper .post-bottom .post-read-more, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-read-more {
	float:left;
}

.post-list article .post-wrapper .post-bottom .single-tag-list, .post-list article .post-wrapper .post-bottom .post-share, .chosen-post-widget article .post-wrapper .post-bottom .single-tag-list, .chosen-post-widget article .post-wrapper .post-bottom .post-share, .onest-grid-posts-widget article .post-wrapper .post-bottom .single-tag-list, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-share {
	font-size:13px;
}

.post-list article .post-wrapper .post-bottom .single-tag-list, .chosen-post-widget article .post-wrapper .post-bottom .single-tag-list, .onest-grid-posts-widget article .post-wrapper .post-bottom .single-tag-list {
	float:left;
	margin-top: 5px;
}

.post-list article .post-wrapper .post-bottom .single-tag-list a, .chosen-post-widget article .post-wrapper .post-bottom .single-tag-list span, .onest-grid-posts-widget article .post-wrapper .post-bottom .single-tag-list span {
	font-style: italic;
	text-transform: lowercase;
}

.post-list article .post-wrapper .post-bottom .single-tag-list, .post-list article .post-wrapper .post-bottom .single-tag-list a, .post-list article .post-wrapper .post-bottom .single-tag-list a:visited, .chosen-post-widget article .post-wrapper .post-bottom .single-tag-list, .chosen-post-widget article .post-wrapper .post-bottom .single-tag-list a, .chosen-post-widget article .post-wrapper .post-bottom .single-tag-list a:visited, .onest-grid-posts-widget article .post-wrapper .post-bottom .single-tag-list, .onest-grid-posts-widget article .post-wrapper .post-bottom .single-tag-list a, .onest-grid-posts-widget article .post-wrapper .post-bottom .single-tag-list a:visited {
	color:#797979;
}

.post-list article .post-wrapper .post-bottom .single-tag-list a:hover, .post-list article .post-wrapper .post-bottom .single-tag-list a:focus, .chosen-post-widget article .post-wrapper .post-bottom .single-tag-list a:hover, .chosen-post-widget article .post-wrapper .post-bottom .single-tag-list a:focus, .onest-grid-posts-widget article .post-wrapper .post-bottom .single-tag-list a:hover, .onest-grid-posts-widget article .post-wrapper .post-bottom .single-tag-list a:focus {
	text-decoration:underline;
}

.post-list article .post-wrapper .post-bottom .single-tag-list .single-tag-list-title, .chosen-post-widget article .post-wrapper .post-bottom .single-tag-list .single-tag-list-title, .onest-grid-posts-widget article .post-wrapper .post-bottom .single-tag-list .single-tag-list-title {
	font-weight:600;
	font-family:'Droid Sans';
	margin-right:15px;
	text-transform:uppercase;
	font-style:normal;
}


.onest-grid-posts-widget article .post-wrapper .post-bottom .post-read-more a, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-read-more a:visited {
	font-size: 11px;
	padding: 1.5px 8px;
}

.chosen-alternative-post-widget article .post-wrapper .post-bottom .post-read-more a, .chosen-alternative-post-widget article .post-wrapper .post-bottom .post-read-more a:visited {
	font-size: 9.3px;
	padding: 0px 9px;	
}

.editors-pick-widget .post-image .post-read-more {
	display:table;
	margin:0 auto;
}

.editors-pick-widget .post-image .post-read-more span {
	color: #FFFFFF;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.editors-pick-widget:hover .post-image .post-read-more span {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.editors-pick-widget:hover .post-image .post-read-more span, .post-list article .post-wrapper .post-bottom .post-read-more a:focus, .post-list article .post-wrapper .post-bottom .post-read-more a:hover, .chosen-post-widget article .post-wrapper .post-bottom .post-read-more a:focus, .chosen-post-widget article .post-wrapper .post-bottom .post-read-more a:hover, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-read-more a:focus, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-read-more a:hover {
	background: #9198a0;
	border-color:#9198a0;
	color: #FFFFFF;
}


.fluid-width-video-wrapper {
	margin-bottom: 30px;
}
.post-pagination ul {
	font-family:'Droid Sans';
	list-style:none;
	padding:0px;
	margin: 7px 0px -13px;
	float:right;
}

.post-pagination {
	clear: both;
}

.post-pagination:after, .post-pagination:before {
	content:'';
	display:block;
	clear:both;
}

.post-pagination ul li {
	display: block;
	float: left;
	background: #63686b;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
	position: relative;
	line-height: normal;
	font-size: 12px;
	text-transform:uppercase;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.post-pagination ul li:after, .post-pagination ul li:before {
	content:'';
	display:block;
	clear:both;
}

.post-pagination ul li a, .post-pagination ul li a:visited, .post-pagination ul li span {
	display:block;
	padding: 9px 10px;
	color:#FFFFFF;
}

.post-pagination ul li:hover {
	opacity:0.8;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.post-pagination ul li:last-child {
	margin-right:0px;
}

.alternative-home-list article.format-standard .post-image {
	float:left;
	max-width: 355px;
}

.alternative-home-list article.format-standard .post-wrapper {
	width: 394px;
	float: left;
	padding: 75px 30px;
}

.editors-pick-widget .post-image {
	text-align: center;
	background-color: #000000;
	background-size: cover;
	background-position:center center;
}

.editors-pick-widget .post-image a, .editors-pick-widget .post-image a:visited {
	display:block;
	padding: 115px 200px;
}

.editors-pick-widget .post-image h2 {
	font-family:'Droid Sans';
	color:#FFFFFF;
	font-size:40px;
	font-weight:500;
	text-transform:uppercase;
	margin:0px 0px 7px;
	line-height: 1.2;
}

.editors-pick-widget, .jupios-ads-widget {
	margin-bottom:30px;
}

/* =====  9. SHORTCODE ===== */
.dropcap {
	display: inline-block;
	float: left;
	text-align: left;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 50px;
	margin: 0px 5px 0 0;
	height: 44px;
	line-height: 51px;
}

.content_row {
	margin:0px -30px;
}

.follow-me-shortcode {
	display:table;
	margin:0 auto;
	text-align:center;
}

.follow-me-shortcode h5 {
	margin:0px 0px 15px;
	text-transform:uppercase;
	font-weight:500;
	font-size:12.5px;
}

.follow-me-shortcode ul {
	list-style: none;
	padding: 0px;
	display: table;
	margin: 0 auto;
}

.follow-me-shortcode ul li {
	display:block;
	float:left;
	margin-right: 6px;
}

.follow-me-shortcode ul li:last-child {
	margin-right: 0px;
}

.follow-me-shortcode ul li a, .follow-me-shortcode ul li a:visited {
	font-size: 18px;
	padding: 0px 10px;
	display: block;
}

.follow-me-shortcode ul li a:focus, .follow-me-shortcode ul li a:hover {
	opacity:0.8;
}

.nav-tabs>li>a:hover {
	border-color: #989898 #989898 #989898;
}

#tabs.nav>li>a:focus, #tabs.nav>li>a:hover {
	background-color: #989898;
	color: #FFF;
}

.tab-content {
	padding-top: 15px;
}

.tab-content p:last-child {
	margin-bottom:0px;
}

.progress-bar .sr-only {
	position:relative;
}

.panel .progress:last-child {
    margin-bottom: 0px;
}

.panel-title {
	font-size: 15px;
}

.mulada_button {
	display:inline-block;
	font-size: 13px;
	margin-bottom:15px;
	text-align:center;
	max-width:100%;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.full-button .mulada_button {
	width:100%;
}

.mulada_button a,  .mulada_button a:visited {
	display: block;
	padding: 10px 5px;
	line-height: 20px;
}

.mulada_button:focus,  .mulada_button:hover {
	opacity:0.8;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.mulada_button_style1 {
	border: 1px solid;
}

.mulada_button_style1 a, .mulada_button_style1 a:visited {
	border: 1px solid;
	margin:3px 3px;
}

.mulada_button_style3 {
	border: 1px solid;
}

.mulada_button_style3 a, .mulada_button_style3 a:visited {
	border: 1px solid;
}

.mulada_button_style2 {
	border: 1px solid;
}

i.icon-shortcode {
	color:#515151;
	margin-right: 5px;
	margin-bottom: 3px;
}

.btn-group {
	margin-bottom: 5px;
}

.label {
	padding: 0.3px .6em 0.3px;
	font-size: inherit;
	font-weight: inherit;
	color: #fff;
	border-radius: 3px;
}

.label.label-success {
	background-color: #C3D9B4;
	color: #328a34;
}

.label.label-info {
	background-color: #D3EAEB;
	color: #087b94;
}

.label.label-danger {
	background-color: #FCDBE3;
	color: #f83a3a;
}

.label.label-warning {
	background-color: #FFE0DA;
	color: #fc6131;
}

.label.label-default {
	background-color: #DEDEDE;
	color: #818181;
}

.label.label-primary {
	background-color: #BADFFF;
	color: #337AB7;
}

.panel-default {
	border-color: #D7D7D7;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-color: #D7D7D7;
	border-bottom-color: transparent;
}

.nav-tabs {
	border-bottom: 1px solid #D7D7D7;
}

.left-side {
    float: left;
	width: 50%;
    margin: 0;
    padding: 7px 30px 30px 0;
}

.right-side {
    float: right;
	width: 50%;
    margin: 0;
    padding: 7px 0 30px 30px;
}

/* =====  10. FOOTER ===== */
.footer {
	margin-top:37px;
	background:#FFFFFF;
	padding:35px 0px;
	color:#515151;
}

.footer a, .footer a:visited {
	color:#515151;
}

.footer-latest-product-widget {
	text-align:center;
}

.footer-latest-product-widget .item {
	margin-bottom:15px;
}

.footer-latest-product-widget .item:nth-child(3n+1) {
	clear:both;
}

.footer-latest-product-widget h4 {
	margin:0px;
	font-weight:500;
	font-size:12px;
}

.footer-latest-product-widget .price {
	line-height:normal;
	font-weight:600;
	font-size:12px;
}

.footer-latest-product-widget img {
	margin-bottom:15px;
	min-width:100%;
}

.sidebar-footer .mulada-latest-posts-widget .desc h3 {
	font-size:14px;
	letter-spacing:-0.25px;
	margin: 0px 0px 5px 0px;
}

.sidebar-footer .mulada-latest-posts-widget ul li {
	border-bottom:0px;
	padding-bottom:0px;
	margin-bottom:20px;
}

.sidebar-footer .mulada-latest-posts-widget ul li:last-child {
	margin-bottom:0px;
}

.sidebar-footer .widget-title h4 {
	padding: 0px;
	margin: 0px;
	font-size: 17px;
	letter-spacing: -0.25px;
	background: #FFFFFF;
	position: relative;
	margin-bottom: -5px;
	display: table;
	padding-right: 15px;
}

.sidebar-footer .widget-title {
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 35px;
}

.sidebar-footer {
	font-size: 13px;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #D7D7D7;
}

.footer-contact-form input[type="text"], .footer-contact-form input[type="email"], .footer-contact-form textarea {
	padding: 7.5px 20px;
}

.footer-contact-form textarea {
	min-height:112px;
}

.footer-contact-form input[type="submit"] {
	padding: 10px 20px;
	line-height: normal;
	font-size: 12px;
}

.footer .copyright {
	text-align:center;
	font-size:13px;
	font-family:'Droid Sans';
}

.footer .copyright p {
	margin-bottom:25px;
}

/* =====  11. 404 PAGE ===== */
.content404 {
	display: table;
	margin: 30px auto 50px;
}

.page404 .content404 h1 {
	font-size: 178px;
	height: 131px;
	line-height: 135px;
	letter-spacing: 0.75px;
	text-align: center;
	width: 292px;
	margin: 0 auto 30px;
	color:#454545;
}

.page404 .content404 p.text404 {
	text-align: center;
	font-size: 32.6px;
	width: 292px;
	line-height: 36px;
	margin: 0 auto 20px;
	display: table;
	color:#454545;
}

.page404 .content404 p.text404 strong {
	font-family:'Droid Sans';
	color:#454545;
}

.page404 .content404 p.subtext {
	font-size: 21px;
	text-align: center;
	line-height: 1.3em;
	color:#454545;
}

.page404 .content404 .search-form-widget {
	max-width:215px;
	margin:0 auto;
}

.page404 .content404 .search-form-widget input {
	font-family:'Droid Serif';
}

/* =====  12. COMMENTS ===== */
.comment-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.comment-list li .reply {
	float: right;
}

.comment-list li .reply a, .comment-list li .reply a:visited {
	display: table;
	border: 1px solid #ACACAC;
	color: #676767;
	line-height: normal;
	font-size: 13px;
	text-transform: uppercase;
	padding: 1.5px 6px;
	font-family: 'Droid Sans';
}

.comment-list li .reply a:hover, .comment-list li .reply a:focus {
	background:#676767;
	border-color:#676767;
	color: #FFFFFF;
}

.comment-list li img.avatar {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	margin:0px 15px 0px 0px;
	float: left;
}

.comment-list li cite.fn {
	font-family: 'Droid Sans';
	font-weight:600;
	font-style:normal;
	display: inline-block;
	margin-right:6px;
	letter-spacing: -0.25px;
}

.comment-list li .commentmetadata{
	display: inline-block;
	font-size:13px;
	font-style:italic;
}

.comment-list li .comment-author {
	margin-bottom: 5px;
}

.comment-list li:after, .comment-list li:before {
	content:'';
	display:block;
	clear:both;
}

.comment-list li {
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.comment-list li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.comment-list li p:last-child {
	margin-bottom:0px;
}

.comment-list li p {
	color:#4b4b4b;
}

.comment-list .children {
	list-style: none;
	padding: 0;
	margin: 30px 0 0 30px;
}

.comments-area .comment-form .form-submit {
	margin-bottom:0px;
}

.comments-area .comment-form .form-submit input[type="submit"] {
	text-transform: capitalize;
	letter-spacing:-0.25px;
}

.comments-area .comment-req  {
	color:#6f6f6f;
	font-size:13px;
}

/* =====  13. SINGLE ===== */
.post-nav .pager {
	margin: 0;
	padding:0px;
	text-align: left;
}

.post-bottom-element:last-child {
	margin-bottom:0px;
}

.post-nav .pager li {
	width: 50%;
	font-size: 13px;
	font-weight: 600;
	color: #676767;
	border-right: 1px solid #C2C2C2;
	display: block;
	float: left;
	padding: 10px;

}

.post-nav .pager li.next {
	float: right;
	text-align:right;
	border-right:0px;
}

.post-nav .pager li.next .img {
	margin-left: 13px;
	float: right;
	margin-right: 0;
}

.post-nav .pager li.next div {
	margin-right:0;
	margin-left:15%;
}

.post-nav .pager li div {
	margin-right:15%;
	margin-left:0;
}

.post-nav .pager li a {
	background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    width: 90%;
}

.post-nav .pager li h4 {
	 font-size:13.3px;
	 color:#797979;
	 margin:0px 0px 10px;
	 text-transform:uppercase;
}

.pager .next>a, .pager .next>span {
    float: right;
}

.post-nav .pager li .img {
	margin-right:15px;
	float:left;
	width: 123px;
	height: 110px;
	background-color: #F4F4F4;
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-nav .pager li h3 {
	margin:0px;
	font-size:14px;
	color:#3a3a3a;
}

.post-related .post-related-row {
	margin:0px -15px;
}

.post-related .category {
	background: #4F7D8E;
	display: inline-block;
	font-size:10px;
	text-transform:uppercase;
	padding: 3px 10px;
	line-height: normal;
	clear:both;
	color:#FFFFFF;
}
.post-related .category:nth-last-of-type(1) {
	margin-bottom:10px;
}

.post-nav .pager li .category {
	font-size:10px;
	padding: 3px 10px;
	font-weight:500;
}

.post-related .image {
	display: block;
	margin-bottom:15px;
	width: 210px;
    height: 140px;
    background-color:#F4F4F4;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-related h3 {
	font-size:15px;
	margin:0px;
}

.post-related .widget-title h4, .comments-title h2, .comment-reply-title h2 {
	padding: 0px;
	margin: 0px;
	font-size: 17px;
	letter-spacing: -0.25px;
	background: #FFFFFF;
	position: relative;
	margin-bottom: -5px;
	display: table;
	padding-right: 15px;
}

.post-related .widget-title, .comments-title, .comment-reply-title {
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 20px;
}

.post-author .about-author .about-widget-image {
	margin: -37px 85px -37px -30px;
	width: 85px;
	float: left;
	background-repeat: no-repeat;
	background-size: contain;
}

.post-author .about-author .about-widget-image img {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:2px solid #FFFFFF;
	margin:35px 0px 35px 25px;
	position: absolute;
	height: 118px;
    width: 118px;

}

.post-author .about-author .about-content h2 {
	margin:0px 0px 10px;
	font-size:14px;
}

.post-author .about-author .about-content p {
	margin-bottom: 8px;
	max-height: 69px;
	overflow: hidden;
}

.post-author .about-author .about-content .author-social-link ul {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:16px;
}

.post-author .about-author .about-content .author-social-link ul li {
	display:block;
	float:left;
	margin:0px 20px 0px 0px;
}

.post-author .about-author .about-content .author-social-link ul li:last-child {
	margin-right:0px;
}

.post-author .about-author .about-content .author-social-link ul li a, .post-author .about-author .about-content .author-social-link ul li {
	color:#989898;
	display:block;
}

.author-social-link ul li span {
	padding-left: 5px;
	font-size: 13px;
	vertical-align: bottom;
	color:#989898;
}

.post-author .about-author .about-content .author-social-link ul li a:hover, .post-author .about-author .about-content .author-social-link ul li a:focus {
	opacity:0.8;
}

.post-link .post-link-area {
	min-height: 505px;
	position:relative;
}

.post-link .post-link-area a, .post-link .post-link-area a:visited {
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5s;	
}

.post-link .post-link-area a i {
	line-height: 54px;
	width: 54px;
	height: 47px;
	border-radius: 6px;
	font-size: 37px;
	background: rgba(255, 255, 255, 0.75);
	color: #6C6C6C;
	top: 50%;
	position: relative;
	text-align:center;
	display:table;
	margin:0 auto;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	-ms-transition:0.3s;
	transition:0.3s;	
}

.post-link:hover .post-link-area a i {
	background: transparent;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	-ms-transition:0.3s;
	transition:0.3s;	
}

.post-link:hover .post-link-area a, .post-link:focus .post-link-area a {
	background: rgba(255, 255, 255, 0.75);
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5s;	
}

.post-link h3 {
	font-size: 18px;
	margin: 0px 30px;
	text-align: center;
	height:50px;
	overflow:hidden;
	font-weight: 500;
}

.post-link h3 a, .post-link h3 a:visited {
	padding-top:30px;
	display: block;
}

/* =====  14. CATEGORY & ARCHIVE ===== */
.category-archive-title {
	background: #FFFFFF;
	text-align: center;
	color: #5f5f5f;
	padding:20px;
	margin-bottom:30px;
}

.category-archive-title h1 {
	font-size: 17px;
	margin:0px;
	font-weight:500;
}
.category-archive-title p {
	margin-top: 10px;
	margin-bottom: 0;
	font-style: italic;
}

.category-archive-title h1 span {
	text-transform: uppercase;
	font-weight: 600;
}

/* =====  15. PLUGINS ===== */
.bx-wrapper {
	position: relative;
	margin: 0 auto 30px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-viewport ul {
	margin:0px;
	padding:0px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	padding-top: 15px;
	line-height: normal;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #828282;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #828282;
}

.bx-wrapper .bx-prev {
	left: 20px;
	background: url(../img/controls.png) no-repeat 0 -63px;
}

.bx-wrapper .bx-next {
	right: 20px;
	background: url(../img/controls.png) no-repeat -41px -63px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -2px;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px -2px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	outline: 0;
	width: 35px;
	height: 60px;
	text-indent: -9999px;
	z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(0, 0, 0, 0.45);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	padding: 10px;
}

/* =====  16. RESPONSIVE ===== */
@media (max-width:1199px) {
	.chosen-alternative-post-widget article .post-image {
		width: 50%;
	}
	
	.chosen-alternative-post-widget article .post-wrapper {
		width: 50%;
		padding: 25px 20px 25px 37px;
		max-width: none;
	}
	
	.chosen-alternative-post-widget article .post-wrapper .post-excerpt {
		display:none;
	}

	.slider-area .home-slider .post-image .slider-content {
		width: 80%;
	}
	
	.social-media-widget:before {
		display:none;
	}
	
	.social-media-widget ul li, .social-media-widget ul li:nth-child(-n+7) {
		margin-top: 6.5px;
	}
	
	.alternative-home-list article.format-standard .post-wrapper {
		width: 296px;
		padding: 30px 30px;
	}
	
	.alternative-home-list article.format-standard .post-image {
		max-width: 320px;
	}
	
	.post-nav .pager li.next a {
		margin-left: 5%;
	}
	
	.post-nav .pager li a {
		margin-right: 5%;
	}
	
	.editors-pick-widget .post-image a, .editors-pick-widget .post-image a:visited {
		padding: 100px 100px;
	}
}

@media (min-width: 768px) and (max-width:1199px) {
	.sidebar-home-magazine .mulada-latest-posts-widget .image, .sidebar-general .mulada-latest-posts-widget .image, .sidebar-header .mulada-latest-posts-widget .image {
		display:none;
	}
	
	.sidebar-home-magazine .mulada-latest-posts-widget .image, .sidebar-general .mulada-latest-posts-widget .image, .sidebar-header .mulada-latest-posts-widget .image {
		max-width: 45%;
		margin-bottom: 10px;
	}
	
	.sidebar-home-magazine .mulada-latest-posts-widget .image img, .sidebar-general .mulada-latest-posts-widget .image img, .sidebar-header .mulada-latest-posts-widget .image img {
		width: 100%;
		display:block;
	}
	
	.calendar-archives .day.has-posts a, .calendar-archives .day.has-posts a:visited {
		height: 24px;
		line-height: 24px;
		width: 24px;
	}	
	
	.alternative-home-list article .post-wrapper .post-bottom .post-share {
		display: none;
	}
	
	.chosen-category-posts-widget .desc time {
		display:none;
	}
	
	.chosen-category-posts-widget .image {
		max-width: 47%;
	}
	
	.chosen-category-posts-widget .desc h3 {
		font-size: 14px;
	}
   .instagram-widget-area .instagram-widget-image a, .instagram-widget-area .instagram-widget-image a:visited {
      height: 50px;
   }
}

@media (max-width:991px) {
	.chosen-alternative-post-widget article .post-image {
		width: 100%;
	}
	
	.chosen-alternative-post-widget article .post-wrapper {
		width: 100%;
		padding: 30px 20px 30px 37px;
		max-width: none;
	}
	
	.chosen-alternative-post-widget article .post-wrapper .post-excerpt {
		display:block;
	}

	.chosen-category-posts-widget .image {
		max-width: 100%;
		width: 100%;
		margin-right:0px;
		margin-bottom:10px;
	}
	
	.chosen-category-posts-widget .image img {
		display:block;
		width:100%;
	}
	
	.editors-pick-widget .post-image h2 {
		font-size: 30px;
	}
	
	.editors-pick-widget .post-image a, .editors-pick-widget .post-image a:visited {
		padding: 80px 15%;
	}
	
	.alternative-home-list article.format-standard .post-image, .alternative-home-list article.format-standard .post-wrapper {
		max-width: 100%;
		width: 100%;
	}
	
	.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts ul li {
		width: 22.3%;
	}
	
	.post-list article .post-wrapper .post-bottom .post-share, .chosen-post-widget article .post-wrapper .post-bottom .post-share, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-share {
		float: none;
	}
	
	.post-list article .post-wrapper .post-bottom .single-tag-list, .chosen-post-widget article .post-wrapper .post-bottom .single-tag-list, .onest-grid-posts-widget article .post-wrapper .post-bottom .single-tag-list {
		margin-bottom: 15px;
		float: none;
	}
	
	.post-list article .post-wrapper .post-bottom .post-read-more, .chosen-post-widget article .post-wrapper .post-bottom .post-read-more, .onest-grid-posts-widget article .post-wrapper .post-bottom .post-read-more {
		margin-right:6px;
	}
	
	.post-nav .pager li {
		width: 100%;
		border-right: 0px;
		display: block;
		float: none;
		clear: both;
	}

	.post-nav .pager li.previous {
		margin-bottom:20px;
	}
	
	.post-nav .pager li a {
		margin-right: 0px;
		float: none;
		width: 100%;
	}

	.post-nav .pager li.next {
		text-align: left;
	}
	
	.post-nav .pager li.next a {
		margin-left: 0px;
		float: none;
		width: 100%;
	}
	
	.post-nav .pager li.next .img {
		margin-left: 0px;
		float: right;
		margin-right: 13px;
	}
   .instagram-widget-area .instagram-widget-image {
      padding: 0px 4px 4px 0px;
   }
}

@media (min-width: 768px) {
	.header .navbar-nav {
		float: none;
		text-align:center;
	}
	
	.header .navbar-nav>li {
		display: inline-block;
		float: none;
	}

	.header .dropdown-menu .dropdown-menu {
		left: 100%;
		top: -3px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}

	.grid-home-content .post-list article {
		margin-bottom:50px;
	}
	
	.grid-home-content .post-pagination {
		margin-top:-30px;
	}
	
	.grid-home-content-nowide .post-list article {
		margin-bottom:30px;
	}

	.grid-home-content {
		margin:0px 35px;
	}

	.post-author .about-author .about-widget-image {
		min-height: 199px;
		background-position: 50%;
    	background-repeat: no-repeat;
    	background-size: cover;
	}
	
	.header .navbar-nav li.dropdown:hover > .dropdown-menu {
		display: block;
	}
	
	.header .navbar-nav>li.mega-post-menu{
		position:static;
	}

	.alternative-home-list article.format-standard .post-wrapper p {
		max-height: 204px;
		overflow: hidden;
	}

	.comments-area .comment-form .col-xs-12 .form-group.name, .comments-area .comment-form .col-xs-12 .form-group.email, .contact-page-form .col-xs-12 .form-group.name, .contact-page-form .col-xs-12 .form-group.email {
		margin-right:-20px;
	}

	.modal.fade .search_modal {
		width: 70%;
	}
	
	.header .menu-area .navbar-collapse.collapse {
		margin:0px auto;
		padding:0px;
	}
	
	.header .menu-area .navbar  {
		margin: 0 auto;
		padding:0px;
		border:0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		float: none;
		min-height:auto;
		font-family:'Droid Sans';
	}
	
	.header .menu-area .navbar .navbar-nav>li>a, .header .menu-area .navbar .navbar-nav>li>a:visited {
		font-size:13px;
		font-weight:600;
		text-transform:uppercase;
		line-height: normal;
		padding: 17px 25px;
	}
	
	.slider-area .home-slider .owl-item:nth-child(1n+1) .item .post-image .slider-content {
		right:35px;
		text-align: right;
	}

	.slider-area .home-slider .owl-item:nth-child(2n+2) .item .post-image .slider-content {
		right:inherit;
		left:35px;
		text-align: left;
	}

	.slider-area .home-slider .owl-item:nth-child(2n+2) .item .post-image .slider-content .category, .slider-area .home-slider .owl-item:nth-child(2n+2) .item .post-image .slider-content .post-information {
		float:left;
	}
}

@media (max-width: 767px) {
	.editors-pick-widget .post-image h2 {
		font-size: 25px;
	}

   .post-list article .post-image-wrap .image, .post-list article .post-wrapper .post-image-wrap {
      height: 335px;
   }

	.grid-home-content .post-list .post-grid {
		float: none;
		width: 100%;
	}
	
	.contact-social-media ul {
		float: none;
		margin: 15px 0px 0px 25px;
	}

	.page404 .content404 h1 {
		font-size: 75px;
		height: 55px;
		line-height: 61px;
		width:100%;
		max-width: 125px;
	}
	
	.page404 .content404 p.text404 {
		font-size: 15px;
		width:100%;
		max-width: 125px;
		line-height: 1.5;
		margin: 0 auto 20px;
	}

	.page404 .content404 p.subtext {
		font-size: 15px;
	}

	.about-widget-wrapper .about-widget-image {
		background-size: cover;
		padding: 15px 0px;
	}
	
	.post-pagination ul {
		margin: 0px 0px 30px;
		float:left;
	}

	.slider-area .home-slider .owl-item .item .post-image .slider-content {
		left: 0;
		right: 0;
		text-align: center;
		margin: 0 auto;
	}
	
	.slider-area .home-slider .post-image .slider-content .category, .slider-area .home-slider .post-image .slider-content .post-information {
		float:none;
		margin: 0 auto 5px;
	}
	
	.slider-area .home-slider .post-image .slider-content {
		width: 80%;
	}
	
	.header .logo-area .header-social-media {
		position: relative;
		margin:0 auto;
		display: table;
		max-width:100%;
	}
	
	.header .logo-area .header-search {
		position: relative;
		margin:0 auto;
		max-width:100%;
		display: table;
	}
	
	.header .logo-area .header-logo {
		margin:15px auto 0px;
      padding: 0 45px;
	}

   .header .logo-area .header-logo img {
      min-height: initial;
   }
	
	.header .navbar-toggle:hover, .header .navbar-toggle:focus {
		background: transparent;
	}

	.header .navbar-toggle {
		float: left;
		border: 0px;
		margin: 0px 0px;
		padding: 15px 0px;
	}
	
	.header .navbar-toggle span {
		background: #000000;
	}
	
	.header .menu-area .navbar {
		margin: 0 auto;
		padding: 0px;
		border: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		float: none;
		min-height: auto;
	}
	
	.header .dropdown-menu>li>a:focus, .header .dropdown-menu>li>a:hover, .header .nav .open>a, .header .nav .open>a:focus, .header .nav .open>a:hover, .header .nav>li>a:focus, .header .nav>li>a:hover {
		background-color: transparent;
		border: 0px;
	}
	
	.header .navbar-nav>li>a, .header .navbar-nav>li>a:focus {
		text-transform:uppercase;
	}
	
	.header .menu-area .navbar-nav li .dropdown-menu {
		border-top:0px;
		padding: 10px 0px;
	}
	
	.slider-area .home-slider .post-image .slider-content h2 {
		font-size: 30px;
	}
	
	.footer .sidebar-footer .widget-box {
		margin-bottom:30px;
	}
	
	.footer .sidebar-footer .col-xs-12:last-child .widget-box {
		margin-bottom:0px;
	}
	
	.post-related .post-related-row .col-xs-12 {
		margin-bottom:30px;
	}
	
	.post-related .post-related-row .image img {
		width:100%;
	}
	
	.post-author .about-author .about-widget-image {
		margin: 0px 30px 0px 0px;
		width: auto;
		float: left;
		background-image:none !important;
	}
	
	.post-author .about-author .about-widget-image img {
		position: relative;
		margin: 0px;
	}
	
	.post-author .about-author .about-content p {
		max-height: none;
		overflow: visible;
	}

	.post-link h3 {
		font-size: 16px;
	}
	
	.header .menu-area .navbar-nav li .dropdown-menu {
		box-shadow:none;
	}
	
	.header .menu-area .navbar-nav .dropdown-menu ul {
		display: block;
	}
	
	.header .menu-area .navbar-nav .menu-latest-post-category-list .dropdown-menu {
		display: none;
	}
	
	.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-list {
		width: 100%;
		float: none;
	}
	
	.header .menu-area .navbar-nav .mega-post-menu-content {
		position: relative;
		border: 0px;
		box-shadow: none;
	}
	
	.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts {
		width: 100%;
		float: none;
	}
	
	.mega-post-menu-content:after, .mega-post-menu-content:before {
		content:'';
		display:block;
		clear:both;
	}
	
	.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-list ul {
		padding-bottom:10px;
	}
   .instagram-widget-area .instagram-widget-image a {
      height: 180px;
   }
}

@media (max-width: 650px) {
	.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts ul li {
		width: 46.5%;
		margin-bottom:15px;
	}
}

@media (max-width: 630px) {
	.header .sidebar-header {
		width: 300px;
	}
   .post-list article .post-image-wrap .image, .post-list article .post-wrapper .post-image-wrap {
      height: 235px;
   }
	
	.sidebar-header .mulada-latest-posts-widget .image {
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	
	.sidebar-header .mulada-latest-posts-widget .image img {
		width: 100%;
		display:block;
	}
	
	.header .sidebar-header .close-button {
		top: -20px;
		right: -4px;
	}
}

@media (max-width: 520px) {
	.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts ul li {
		width: 100%;
		margin-right:0px;
		margin-left:0px;
	}
	
	.header .menu-area .navbar-nav .mega-post-menu-content .mega-post-categories-latest-posts {
		padding: 25px 25px 25px 25px;
	}
	.site-sub-content .page-content .left-side, .site-sub-content .page-content .right-side {
	    float: inherit;
	    width: 100%;
		padding: 0;
	}
   .instagram-widget-area .instagram-widget-image a, .instagram-widget-area .instagram-widget-image a:visited {
      height: 110px;
   }
}

@media (max-width: 500px) {
	.slider-area .home-slider .post-image .slider-content .post-information {
		font-size: 12px;
	}
	
	.sidebar-home-magazine .mulada-latest-posts-widget .image, .sidebar-general .mulada-latest-posts-widget .image {
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	
	.sidebar-home-magazine .mulada-latest-posts-widget .image img, .sidebar-general .mulada-latest-posts-widget .image img {
		width: 100%;
		display:block;
	}
	
	.home-list-layout article .post-wrapper .post-bottom .post-share, .category-post-list article .post-wrapper .post-bottom .post-share, .alternative-home-list article .post-wrapper .post-bottom .post-share, .chosen-post-widget article .post-wrapper .post-bottom .post-share {
		display: none;
	}
}

@media (max-width: 400px) {
   .post-list article .post-image-wrap .image, .post-list article .post-wrapper .post-image-wrap {
      height: 190px;
   }
	.post-nav .pager li img {
		display:block;
		width:100%;
		margin:0px 0px 10px
	}

	.post-link h3 {
		font-size: 13px;
	}
	
	.instagram-widget-area .instagram-widget-image {
		width: 48%;
		margin-bottom:5px;
		margin-right:2%;
	}
	
	.instagram-widget-area .instagram-widget-image:nth-child(3n+3) {
		margin-right:2%;
	}
	
	.instagram-widget-area .instagram-widget-image:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	.instagram-widget-area .instagram-widget-image:nth-last-child(3), .instagram-widget-area .instagram-widget-image:nth-last-child(2), .instagram-widget-area .instagram-widget-image:nth-last-child(1) {
		margin-bottom:5px;
	}
   .instagram-widget-area .instagram-widget-image a {
      height: 90px;
   }
}
