@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 17px;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

.addtoany_list a.addtoany_share_save{
background: #f3f3f4;
color: #6d6e71;
display: inline-block;
padding: 7px 36px;
text-align: center;
font-size: 15px !important;
float: left !important;
font-weight: 700;
margin-left: 15px;
border: 2px solid #d1d2d4;
text-transform: uppercase;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
margin-right: 5px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
mark, rp, rt, ruby, summary, time {
	display:inline;
}
* {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	padding:0;
	margin:0;
	letter-spacing:normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}
p {
	font-size:14px;
	line-height:22px;
	padding:0;
	margin:0 !important;
}
a, img, input, textarea:focus {
	outline: none !important;
}
img {
	border:none !important;
}
a:link {
	color:#1685d4;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:active {
	color:#1685d4;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:hover {
	color:#f86a08;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:visited {
	color:#1685d4;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:visited:hover {
	color:#f86a08;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	text-decoration: none;
}
a img {
	border: none;
}
.clearfix {
	clear:both;
}
body {
	background:#FFF;
	margin:0;
	padding:0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
body {
overflow-y:scroll;
-ms-overflow-style: scrollbar;
}
}
span.skype_pnh_container {
	display:none !important;
}
span.skype_pnh_print_container, span[class^="skype_pnh_print_container"] {
display:inline !important;
}
/*back to top link*/
#top-link-block.affix-top {
	position: absolute; /* allows it to "slide" up into view */
	bottom: -182px;
	right:5px;
}
#top-link-block.affix {
	width:30px;
	bottom:10px;
	position: fixed; /* keeps it on the bottom once in view */
	right:0px;
	z-index:9990;
}
.well-sm {
	margin-bottom:0px;
	padding:5px 0px 0px 0px !important;
	width:30px;
	height:30px;
	text-align:center;
	display:block;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
/* Safari 7.1-8.0 (7.1+) */

@media screen and (-webkit-min-device-pixel-ratio:0) {
.well-sm {
position:fixed;
bottom:10px;
right:5px;
}
}
a.well {
	border:1px solid rgba(255, 255, 255, 0.2);
	background: rgba(0, 0, 0, 0.2);
	color:#000;
}
a.well:hover {
	border:1px solid rgba(255, 255, 255, 1);
	background:#d50c2d;
	color:#FFF;
}
.h1, .h2, .h3, h4 {
	margin-top:0;
	margin-bottom:0;
}
/*================ Begin Typography & Colors============================ */

body {
    color: #545454;
    font-size: 12px;
    /*font-family: 'Droid Sans', sans-serif;*/
	font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}

#container {
    position: relative;

}
@media only screen and (max-width :1100px) {
#container{ padding:0px 20px;
}
}
#main {
    position: relative;
    /*width: 960px;*/
	width: 1140px;
    margin: 0px auto;
    padding:0px;
}
@media only screen and (max-width :1100px) {
#main {
	width:auto;
}
}
a:link, a:visited, a:hover {
    /*color: #1685d4;*/
	 color: #da1a39;

    text-decoration: none !important;
}
.wid_50 {
	width:50%;
	float:left;
}
.like_bottom {
	position:absolute;
	bottom:20px;
}


.iframe_map {
	border:none;
	width:100%;
	min-height:350px;
	margin-bottom:10px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}

.iframe_bottom {
	position:absolute;
	/*bottom:0;*/
	border:none;
	width:100%;
	min-height:160px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.pad_le_0_1 {
    padding-left: 0;
}
.pad_le_0 {
padding-left: 0 !important;
}
.input_text {
	width:100%;
	margin-bottom:15px;
	background-color: #e7e7e8;
	border: none;
	color: #3c3c3b;
	font-size:12px;
	height:25px;
	padding:3px 5px;
	text-transform: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.input_text:focus {
	background-color: #d4d4d4;
	border: none;
	color: #333;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.input_select {
	width:100%;
	background-color: #e7e7e8;
	border: none;
	color: #3c3c3b;
	font-size:12px;
	height:25px;
	text-transform: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.input_select:focus {
	background-color: #d4d4d4;
	border: medium none;
	color: #333;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.input_select option {
	padding:3px 5px;
	font-size:12px;
}
.input_area {
	width:99.5%;
	margin-bottom:15px;
	background-color: #e7e7e8;
	border: medium none;
	color: #3c3c3b;
	font-size:12px;
	line-height:16px;
	resize:none;
	height:120px;
	padding:3px 5px;
	text-transform: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.input_area:focus {
	background-color: #d4d4d4;
	border: medium none;
	color: #333;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}

.form_text1 {
	font-size:14px;
	color:#818285;
	padding:0px 0px 15px 0px;
	line-height:24px;
	text-align:left;
	font-weight:600;
}
table.inner_table1 {
	width:100%;
}
table.inner_table1 tr td {
	padding:0px 5px 15px 0px;
	text-align:left;
	vertical-align:top;
	font-size:14px;
	color:#818285;
	line-height:24px;
	text-align:justify;
	font-weight:600;
}
table.inner_table2 {
	width:100%;
}
table.inner_table2 tr td {
	padding:0px 15px 15px 0px;
	text-align:left;
	vertical-align:middle;
	font-size:12px;
	color:#818285;
	line-height:16px;
	text-align:left;
	font-weight:600;
}
table.inner_table2 tr td strong {
	color:#000;
	display:block;
	padding-right:5px;
}
/*table.contact_table {
	width:100%;
}*/
table.contact_table {
width: 35%;
font-size: 13px;
}
table.contact_table tr td {
	padding:3px 0px;
	text-align:left;
	vertical-align:top;
	font-size:14px;
	color:#818285;
	line-height:24px;
	text-align:justify;
	font-weight:600;
}
table.contact_table tr td strong {
	color:#000;
}
p {
    line-height: 22px;
    color: #545454;
   /* padding-bottom: 20px;*/
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6 {
    font-weight: normal;
    margin-bottom: 0.4em;
}

h1 {
    font-size: 36px;
    line-height: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    color: #141414;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

::selection {
    color: #fff;
    background: #DC5300;
    text-shadow: none;
}

#sidebar h2 {
    font-size: 24px;
}

textarea, input, select {
    outline: none;
    padding: 5px;
    border: 1px solid #dc5300;
}
/*
.button, input[type=submit] {
    outline: none;
    cursor: pointer;
    padding: 7px 10px;
    background-color: #dc5300;
    color: #FFFFFF;
    border-radious: 4px;
    -webkit-border-radious: 4px;
    -moz-border-radious: 4px;
}*/

small {
    font-size: 0.9em;
    line-height: 1.5em;
}

.post-heading {
    font-size: 28px;
    line-height: 28px;
}

p, ul, ol, dl, table, fieldset, blockquote, pre, code {
    margin-bottom: 0px;
}

hr {
    display: none;
}

a img {
    border: none;
}

img {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...) !important;
}

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

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
    padding-bottom: 0px;
    padding-top: 0px;
}

.clearboth {
    clear: both;
}

/*===================== Header Section =====================*/


#header {
    margin: 0px auto;
    padding-bottom: 110px;
    /*width: 960px;*/
	overflow: visible !important;
	border-bottom: 5px solid #d50c2d;

}
#header1 {
width: 1140px !important;
margin: 0px auto;
}

#header_inner {
    /*! width: 1170px; */
   /* float: left;*/
}
@media only screen and (max-width :1100px) {
#header1 {
width:auto !important;
}
#header_inner {
width:auto !important;
}
}

#header_shadow {
   /* border-bottom: 2px solid #d4d2d2;*/
}
.top_search span { display:inline-block;
	float:left;
	padding-top:5px;
	padding-right:5px;
}
.top_search h3{
	font-size: 13px;
    display: inline-block;
    line-height: 0px;
    margin-top: 15px;
    margin-right: 8px;
}
.top_search form{
	float:right;
}

.search_input {
	background-color:#e7e7e8;
	border:none;
	font-size:15px;
	color:#3c3c3b;
	padding:0px 5px;
	height:30px;
	text-transform:none;
}
.input-group {
	float:right;
}
input[type="submit"] {

    cursor: pointer;
}
.search_bt {
	background:url(images/search_bt.png) no-repeat center center #e7e7e8;
	border:none;
	width:30px;
	height:30px;
	float:right;
}
.language_menu{
float: right;
clear: right;
margin-top: 30px;
}
#tagline {
    float: left;
    font-size: 16px;
    color: #3D3C3C;
    padding: 43px 0px 0px 10px;
    text-shadow: 1px 1px #F3F3F3;
    color: #000;
    display: none;
}

#header .inner {
    position: relative;
    width: 960px;
}

#logo {
    position: relative;
   /* padding: 28px 20px 0 10px;*/
   float:left;
	padding-top:5px;
}

#logo h1 {
    padding: 10px 0px 0 0px;
}

.top_search {
	margin-top:10px;
	float:right;
	font-size:14px;
	color:#3c3c3b;
	text-transform:uppercase;
}
#search-2{
    list-style: none;
	float: right;
}
.home_left_sidebar{
width: 50%;
float:left;

}
.home_right_sidebar{
width: 50%;
float:right;
}
#header_right {
    float: right;
    margin-top: 40px;
}

#form_header {
    background: url(images/header_right.png) no-repeat;
    padding-right: 5px;
}

#submit_search {
    background-color: #8eb50a;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    background: url(images/header_submit.png) no-repeat;
}

#search {
    position: absolute;
    top: 36px;
    right: 10px;
    background: #ffffff;
    padding: 5px;
    height: 30px;
    margin-right: 9px;
}

.searchinput {
    width: 200px;
    float: left;
    margin: 0;
    color: #000000;
    border: 1px solid #0072bc;
    padding: 5px;
}

#searchbutton {
    height: 28px;
    width: 30px;
    border: none;
    background: url(images/search.png) center no-repeat;
    background-color: #0072bc;
    border-radius: 0px;
}

#searchsubmit {
    margin: 0;
    background: url(images/search.png) center no-repeat;
    width: 19px;
    color: transparent;
    border: none;
    position:relative;
    right:30px;
}
#feature {

    margin: 0px auto;
}
.banner_inner{
width: 1140px !important;
    margin: 0px auto;
}
@media only screen and (max-width :1100px) {
.banner_inner{
width:auto !important;
}
}
/*=============================== Menu/Navigation ==============================*/

#responsive-menu {
    display: none;
}

#responsive-dropdown {
    width: 100%;
    border: none;
    position: relative;
    top: 21px;
    background: rgb(236, 235, 235);
}

#menu_outer {
    float: right;
	margin-top: 34px !important;
	list-style: none;
	padding: 0;
	position: relative;
	/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu {
    width: 100%;
    font-size: 14px;
    margin: 0px auto;
    z-index: 99;
}

#menu_top {
    height: 10px;
}

.menu ul {
    padding: 0;
    list-style-type: none;
}

.menu ul li {
    position: relative;
    display: inline;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.menu ul li ul {
    position: absolute;
    left: 0px;
    display: block;
    background: #fff;
    visibility: hidden;
    margin-top: 0px;
    padding: 0px 10px;
    box-shadow: 2px 2px 4px #424242;
}

.menu ul li:hover ul {
    left: -1px;
    top: 36px;
    z-index: 99;
}

.menu ul ul li {
    line-height: 25px;
    color: #999;
    border-bottom: 1px solid #9d9d9d;
    display: list-item;
    float: none;
    padding: 5px;
    text-align: left;
    background: none;
    margin: 0px 5px;
}

.menu ul ul li:last-child {
    border: none !important;
}

.menu ul ul {
    width: 210px;
}

.menu ul li ul li ul {
    top: 0px;
}

.menu ul li a:link.current-page-ancestor {
    color: #fff !important;
}

.menu ul li a, .menu ul li a:link, .menu ul li a:visited {
    color: #141414;
}

.menu ul li li a {
    border: none !important;
}

.menu ul li a {
    display: block;
    text-decoration: none;
   /* padding: 40px 18px 8px 18px;
	padding: 2px 4px 0px 4px;*/
	padding: 6px 15px;
    text-transform: uppercase;
    line-height: 23px;
	font-weight: 700;

}

.menu ul li a {
    display: inline-block;
}

.menu li li a {
    margin: 0;
    padding: 5px 10px 5px 0;
    display: block;
    line-height: normal;
}

.menu ul li:hover, .current_page_item , .current-menu-item , .current-page-ancestor, .current-menu-parent .current-page-parent, .menu_item {
    color: #fff !important;
   /* background: #3c3c3b;;*/
}

.menu ul li a:hover, .current_page_item a,.current-menu-item , .current-page-ancestor, .current-menu-parent .current-page-parent, .menu_item {
    color: #fff !important;
}

.menu ul ul li:hover {
    background: none !important;
}

.menu ul ul li a {
    color: #000 !important;
}

.menu ul ul li a:hover {
    color: #dc5300 !important;
}

ul li li.current_page_item a,
ul li li.current-menu-item a,
ul lib li.current-page-ancestor a,
ul li li.current-post-ancestor a {
    color: #dc5300 !important;
}

ul.country {
	float:right;
	clear:right;
	margin-top:36px;
}
ul.country li {
	float:right;
	padding-left:5px;
	padding-bottom:5px;
}
ul.country li a {
	float:right;
	line-height:16px;
	padding:1px;
	background-color:#FFF;
	border:1px solid rgba(0, 0, 0, 0.1);
}
.breadcrumbs span>:first-child span{
    color: #333;
}
.breadcrumbs :last-child span{
    color: #d50c2d;
}
/*==================== Content Area ====================*/
#content_wrapper {
    padding: 20px 0px 0px 0px;
    background: #ffffff;
   /* margin-top: 15px;*/
	list-style-type: none;
}

#content {
    float: left;
    width: 865px;
	padding-right:10px;
}

.content p {
    padding: 0.5em 0px;
    margin-bottom: 10px;
    text-align: inherit;
}
#content_wrapper #home_left
{
  width: 49.5%;
  float:left;


}
#content_wrapper #home_right
{
  width: 49.5%;
 float:right;

}
.second_inner{
width:100%;
}
a.downloads {
	background:#3c3c3b;
	text-align:center;
	font-size:24px;
	color:#FFF;
	height:120px;
	position:relative;
	display:block;
	text-transform:uppercase;
	margin-top:50px;
	padding-left:120px;
	padding-top:25px;
}
a.downloads:hover {
	background:#d40c2d;
	color:#FFF;
	text-decoration:none;
}
a.downloads span {
	width:130px;
	height:120px;
	position:absolute;
	left:0;
	background:#878787;
	top:0;
	border-right:10px solid #FFF;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
a.downloads:hover span {
	background:#3c3c3b;
	color:#FFF;
}
a.downloads span i {
	font-size:52px;
	margin-top:35px;
}
a.forum {
	background:#e3e3e3;
	text-align:center;
	font-size:24px;
	color:#3c3c3b;
	height:120px;
	position:relative;
	display:block;
	text-transform:uppercase;
	margin-top:20px;
	padding-left:120px;
	padding-top:40px;
}
a.forum:hover {
	background:#d40c2d;
	color:#FFF;
	text-decoration:none;
}
a.forum span {
	width:130px;
	height:120px;
	position:absolute;
	left:0;
	background:#3c3c3b;
	top:0;
	border-right:10px solid #FFF;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
a.forum:hover span {
	background:#e3e3e3;
}
a.forum span i {
	color:#FFF;
	font-size:52px;
	margin-top:35px;
}
a.forum:hover span i {
	color:#3c3c3b;
}
a.marketing {
	background:#878787;
	text-align:center;
	font-size:24px;
	color:#FFF;
	height:120px;
	position:relative;
	display:block;
	text-transform:uppercase;
	margin-top:20px;
	padding-left:120px;
	padding-top:25px;
}
a.marketing:hover {
	background:#d40c2d;
	color:#FFF;
	text-decoration:none;
}
a.marketing span {
	width:130px;
	height:120px;
	position:absolute;
	left:0;
	background:#ededed;
	top:0;
	border-right:10px solid #FFF;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
a.marketing:hover span {
	background:#878787;
}
a.marketing span i {
	color:#3c3c3b;
	font-size:52px;
	margin-top:35px;
}
a.marketing:hover span i {
	color:#FFF;
}
/*---------------------------------Banner Css-------------------------------------*/
.carousel {
	background:#e7e7e8;
}
.carousel_indicators_bg {
	background:#404041;
	height: 118px;
}
@media only screen and (max-width :1024px) {
.carousel_indicators_bg {
	height: 101px;
}
}
.carousel-indicators {
	position:relative !important;
	margin:0 !important;
	left:0 !important;
	bottom:0 !important;
	text-align: left !important;
	width:50% !important;
}
.carousel-indicators li, .carousel-indicators li.active {
	text-indent:0px !important;
	background-color: transparent !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	display:block !important;
	height: auto !important;
	margin: 0 !important;
	width:20% !important;
	float:left !important;
	border:none !important;
}
.carousel-indicators li img { width:100%;
opacity:1;
transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.carousel-indicators li:hover img {
	opacity:0.5;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.carousel-indicators li.active {
	background:rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.carousel-indicators li.active img {
	opacity:0.5;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.carousel-caption {
	background:none;
	margin-top:20% !important;
	position:relative !important;
	left:0 !important;
	right:inherit;
	padding:0px;
	vertical-align:middle;
	text-shadow:none !important;
	text-align:left !important;
}
@media only screen and (max-width :1024px) {
.carousel-caption {
	left:20px !important;
	right:20px !important;
	margin-top:15% !important;
}
}
.banner_text1 {
	text-transform:uppercase;
	font-size: 30px;
	color:#3c3c3b;
	font-weight:300;
	line-height:42px;
}
.banner_text1 span {
	font-size:42px;
	font-weight:300;
	line-height:42px;
}
.banner_text2 {
	text-transform:uppercase;
	font-size:48px;
	color:#3c3c3b;
	font-weight:400;
	line-height:56px;
}
.banner_text3 {
	text-transform:uppercase;
	font-size:22px;
	color:#d50c2d;
	font-weight:300;
	line-height:26px;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index:999;
}
/*------------------------------------------*/
.home_text1 {
	font-size:13px;
	color:#818285;
	padding:0px 0px 20px 0px;
	line-height:24px;
	text-align:justify;
	font-weight:600;
}
.home_text2 {
    font-size: 13px;
    color: #818285;
    padding: 10px 0px 20px 0px;
    line-height: 24px;
    text-align: justify;
    font-weight: 600;
}
.home_text2 img {
    float: left;
    margin-right: 20px;
}
.home_video1
{
width: 48%;
float: left;
}

.home_video2
{
width: 48%;
float: right;
}
.gray_bg {
    color: #404041;
    background: #dcddde;
    text-align: center;
    padding: 10px;
    font-size: 22px;
    line-height: 36px;
}
.inner_iframe_border {
	border:none;
	width:100%;
	min-height:220px;
	margin-bottom:20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.iframe_border {
    border: none;
    width: 100%;
    min-height: 150px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.image_center {
	text-align:center;
}
.inner_video{
width: 50%;
float: left;
padding-right: 10px;

}
.innerpage_like{
text-align: right;
padding-bottom: 0px;
}
.image_center img {
	display:inline-block;
}

.inner_heading {
    background: #e7e7e8;
    color: #404041;
    font-size: 52px;
    text-transform: uppercase;
    padding-top:50px;
    padding-bottom:10px;
    font-weight: 300;
}
.inner_head1{
	width:1140px; margin:0 auto;
}
@media only screen and (max-width :1100px) {
.inner_head1{
	width:auto; padding-left:10px;
}
}
.form_text1 {
	font-size:14px;
	color:#818285;
	padding:0px 0px 15px 0px;
	line-height:24px;
	text-align:left;
	font-weight:600;
}
.col-sm-1 {
    width: 8.33333333%;
	float: left;
}
.col-md-6{
padding-right: 15px;
width:50%;
float:left;
}
.col-md-2{
width: 16.66666667%;
float: left;
}
.home_left_sidebar {
    width: 50%;
    float: left;
}
.home_heading1 {
	font-size:20px;
	text-transform:uppercase;
	color:#404041;
	padding:20px 0px;
}
.home_heading2 {
	font-size:14px;
	font-weight:600;
	line-height:24px;
	text-transform:uppercase;
	color:#404041;
	padding:20px 0px;
}
.home_heading3 {
	font-size:14px;
	font-weight:600;
	line-height:24px;
	text-transform:uppercase;
	color:#404041;
	padding:20px 10%;
	text-align:center;
}
.home_heading4 {
	font-size:14px;
	font-weight:600;
	line-height:24px;
	text-transform:uppercase;
	color:#404041;
	padding-bottom:20px;
}
.home_heading5 {
	font-size:14px;
	font-weight:600;
	line-height:24px;
	text-transform:uppercase;
	color:#404041;
	padding-bottom:5px;
    padding-left: 62px;
}
.home_heading6 {
	font-size:14px;
	font-weight:600;
	line-height:24px;
	text-transform:uppercase;
	color:#404041;
	padding:15px 0px;
}

.milestone_text1 {
	font-size:14px;
	font-weight:600;
	line-height:24px;
	text-transform:uppercase;
	color:#da1a39;
	padding:13px 0px;
}
.milestone_text2 {
	font-size:14px;
	font-weight:600;
	line-height:24px;
	text-transform:uppercase;
	color:#404041;
	padding:13px 0px;
}
.input_text {
	width:100%;
	margin-bottom:15px;
	background-color: #e7e7e8;
	border: none;
	color: #3c3c3b;
	font-size:12px;
	height:25px;
	padding:3px 5px;
	text-transform: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.input_text:focus {
	background-color: #d4d4d4;
	border: none;
	color: #333;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.pad_leri_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.wid_50_1, .wid_50_2 {
	width:50%;
	position:relative;
	float:left;
}
a.gray_bg1 {
	display:table;
	background:#ededed;
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
a.gray_bg1:hover {
	display:table;
	background:#666;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
a.gray_bg1 p {
	text-align:left;
	font-size:20px;
	color:#878787;
	font-weight:600;
	/*padding:23% 5% 0 5%;*/
}
a.gray_bg2 {
	display:table;
	background:#dadada;
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
a.gray_bg2:hover {
	display:table;
	background:#666;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
a.gray_bg2 p {
	text-align:left;
	font-size:20px;
	color:#878787;
	font-weight:600;
	/*padding:20% 5% 0 5%;*/
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
a.gray_bg2 p.gray_bg_2_text1 {
	text-align:right;
	font-size:20px;
	color:#878787;
	font-weight:600;
	padding:23% 5% 0 5%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
a.gray_bg2:hover p, a.gray_bg1:hover p, a.gray_bg3:hover p {
	color:#FFF;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
a.gray_bg3 {
	display:table;
	background:#878787;
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
a.gray_bg3:hover {
	display:table;
	background:#333;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
a.gray_bg3 p {
	text-align:right;
	font-size:20px;
	color:#FFF;
	font-weight:600;
	/*padding:18% 5% 0 25%;*/
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
a.gray_bg4 {
	display:table;
	background:#bcbcbc;
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
a.gray_bg4:hover {
	display:table;
	background:#666;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
a.gray_bg4 p {
	text-align:left;
	font-size:20px;
	color:#FFF;
	font-weight:600;
	/*padding:20% 5% 0 5%;*/
}
a.gray_bg1 img, a.gray_bg2 img, a.gray_bg3 img, a.gray_bg4 img {
	width:100%;
}
.gray_bg5 {
	display:block;
	background:#dadada;
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.gray_bg5 p {
	text-align:left;
	font-size:20px;
	color:#878787;
	font-weight:600;
	/*padding:24% 5% 0 5%;*/
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.color_gray {
	width:49%;
	float:left;
	background-color:#3c3c3b;
	height:30px;
}
.color_yellow {
	width:49%;
	float:right;
	background-color:#ebdac5;
	height:30px;
}
.pad_leri_0 {
	padding-left:0 !important;
	padding-right:0 !important;
}
.divider1 {
	height:1px;
	clear:both;
	margin:10px 0px;
	border-bottom:1px dotted rgba(0, 0, 0, 0.1);
}
.divider2 {
	height:1px;
	clear:both;
	margin:30px 0px;
	border-bottom:1px dotted rgba(0, 0, 0, 0.1);
}
.divider3 {
	height:1px;
	clear:both;
	margin:30px 0px;
	border-bottom:1px dotted rgba(0, 0, 0, 0.1);
}
.divider4 {
	height:1px;
	clear:both;
	margin:60px 0px 30px 0px;
	border-bottom:1px dotted rgba(0, 0, 0, 0.1);
}
.col-sm-4 {
    width: 33.33333333%;
	float:left;
}
table.inner_table1 {
	width:100%;
}
table.inner_table1 tr td {
	/*padding:0px 5px 15px 0px;*/
	padding: 0px 0px 15px 62px;
	text-align:left;
	vertical-align:top;
	font-size:14px;
	color:#818285;
	line-height:24px;
	text-align:justify;
	font-weight:600;
}
table.inner_table2 {
	width:100%;
}
table.inner_table2 tr td {
	padding:0px 15px 15px 0px;
	text-align:left;
	vertical-align:middle;
	font-size:12px;
	color:#818285;
	line-height:16px;
	text-align:left;
	font-weight:600;
}
table.inner_table2 tr td strong {
	color:#000;
	display:block;
	padding-right:5px;
}

table.contact_table tr td {
	padding:3px 0px;
	text-align:left;
	vertical-align:top;
	font-size:14px;
	color:#818285;
	line-height:24px;
	text-align:justify;
	font-weight:600;
}
table.contact_table tr td strong {
	color:#000;
	font-size: 13px;
}
.home_text1 strong {
    color: #333;
}
a.image_hover .image_text span, a.image_hover .image_text2 span {
	margin-top:10px;
	display:block;
	font-size:11px;
	text-align:center;
	padding:5px 5px;
	color:#FFF;
	background-color:#d50c2d;
	text-transform:uppercase;
	font-weight:600;
}


a.image_hover .image_text {
	position:absolute;
	top:50%;
	right:0;
	left:0;
	bottom:0px;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	line-height:20px;
	font-weight:500;
	color:#FFF;
	padding:10px;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	opacity:0;
}
a.image_hover:hover .image_text {
	background:#404041;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	opacity:1;
}
a.image_hover .image_text2 {
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:50%;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	line-height:20px;
	font-weight:500;
	color:#FFF;
	padding:8px;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	opacity:0;
}
a.image_hover:hover .image_text2 {
	background:#404041;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	opacity:1;
}
a.image_hover {
    position: relative;
    display: block;
}
a.image_hover .image_text strong, a.image_hover .image_text2 strong {
	display:block;
	margin-bottom:10px;
	font-size:16px;
}
a.image_hover img {
	width:100%;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	opacity:1;
}
a.image_hover:hover img {
	width:100%;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	opacity:1;
}
a.image_hover .image_text1 {
	display:block;
	vertical-align:middle;
	text-align:center;
	font-size:20px;
	font-weight:600;
	line-height:30px;
	color:#FFF;
	background:#818285;
	padding:33% 10%;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
a.image_hover .image_text3 {
	display:block;
	vertical-align:middle;
	text-align:center;
	font-size:20px;
	font-weight:600;
	line-height:30px;
	color:#FFF;
	background:#404041;
	padding:33% 10%;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
a.image_hover .image_text4 {
	display:block;
	vertical-align:middle;
	text-align:center;
	font-size:20px;
	font-weight:600;
	line-height:30px;
	color:#404041;
	background:#dcddde;
	padding:33% 10%;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}

.gray_bt {
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	background-color:#3c3c3b;
	padding:5px 50px;
	border:none;
	color:#FFF;
	margin-bottom:20px;
	margin-left:3px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.download_bt {
	text-align:center;
	padding-bottom:20px;
	padding-top:35px;
}
.download_bt a:link {
	padding:7px 20px;
	text-align:center;
	background-color:#3a3a39;
	font-size:15px;
	color:#FFF;
	font-weight:400;
	text-transform:uppercase;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.download_bt a:visited {
	padding:7px 20px;
	text-align:center;
	background-color:#3a3a39;
	font-size:15px;
	color:#FFF;
	font-weight:400;
	text-transform:uppercase;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.download_bt a:hover {
	padding:7px 20px;
	text-align:center;
	background-color:#d40c2d;
	font-size:15px;
	color:#FFF;
	font-weight:400;
	text-transform:uppercase;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.download_bt a i {
	margin-top:3px;
	margin-left:5px;
	font-size:18px;
}
.image_center1a{ text-align:center; margin-bottom:30px;
/*	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);*/
}

.image_center1a img{ display:inline-block;
-webkit-box-shadow: 5px 5px 10px 1px #C4C4C4;
box-shadow: 5px 5px 10px 1px #C4C4C4;
	border:3px solid rgba(0, 0, 0, 0.05) !important;
 -moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.image_center1a img:hover{ display:inline-block;
border:3px solid #AA171A !important;
 -moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}


.gray_bt:hover {
	background-color:#d40c2d;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.inner_right_image a:link .inner_right_link {
	background:#da1a39;
	padding:5px 10px;
	color:#FFF;
	text-align:right;
	display:block;
	font-size:17px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.inner_right_image a:visited .inner_right_link {
	background:#da1a39;
	padding:5px 10px;
	color:#FFF;
	text-align:right;
	display:block;
	font-size:17px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.inner_right_image a:hover .inner_right_link {
	background:#333;
	padding:5px 10px;
	color:#FFF;
	text-align:right;
	display:block;
	font-size:17px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.wid_50_2 {
    width: 50%;
    position: relative;
    float: left;
}
.pad_ri_10 {
    padding-right: 15px;
}
.pad_le_10 {
    padding-right: 15px;
}
.text-right {
    text-align: right;
	padding-top:20px;
}
.massage_text1 {
    font-size: 14px;
    font-style: italic;
    color: #333;
    padding: 30px 0px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
}
.massage_text_small {
    font-style: normal;
    color: #818285;
	font-weight: 700;
	text-align: center;
	padding-bottom: 30px;
	font-size: 13px;
}
a.massagesessel_image {
	border:1px solid #FFF;
	display:block;
	background:#000;
	margin-bottom:20px;
}
a.massagesessel_image span {
	text-align:center;
	display:block;
	padding:5px;
	background:#FFF;
	font-size:24px;
	font-weight:500;
	color:#3c3c3b;
	line-height:30px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
a.massagesessel_image:hover span {
	background:#d40c2d;
	color:#FFF;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
a.massagesessel_image img {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	opacity:1;
}
a.massagesessel_image:hover img {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	opacity:0.7;
}
.gray_bg strong {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.ma_leri_5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.col-sm-12 {
    width: 100%;
	float: left;
}
.col-md-push-6 {
    left: 50%;
}
.col-md-6 {
    width: 50%;
	float: left;
}
.col-md-6 {

}
.mar_to_20 {
    margin-top: 20px;
}
.shadow {
	position:relative;
	-webkit-box-shadow:0px 3px 4px rgba(0, 0, 0, 0.1), 0px 0 70px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0px 3px 4px rgba(0, 0, 0, 0.1), 0px 0 70px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0px 3px 4px rgba(0, 0, 0, 0.1), 0px 0 70px rgba(0, 0, 0, 0.1) inset;
}
.shadow:before, .shadow:after {
	content:"";
	position:absolute;
	z-index:-1;
	-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:0 0 20px rgba(0, 0, 0, 0.8);
	box-shadow:0 0 20px rgba(0, 0, 0, 0.8);
	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
.shadow:after {
	right:10px;
	left:auto;
	-webkit-transform:skew(8deg) rotate(3deg);
	-moz-transform:skew(8deg) rotate(3deg);
	-ms-transform:skew(8deg) rotate(3deg);
	-o-transform:skew(8deg) rotate(3deg);
	transform:skew(8deg) rotate(3deg);
}
.home_heading2 {
	font-size:14px;
	font-weight:600;
	line-height:24px;
	text-transform:uppercase;
	color:#404041;
	padding:20px 0px;
}
.quick_menu_heading {
	border-bottom:1px dotted rgba(0, 0, 0, 0.2);
	font-size:18px;
	color:#3c3c3b;
	font-weight:600;
	text-transform:uppercase;
	margin-top: -26px;
	padding-bottom:3px;
	margin-bottom:10px;
}

.breadcrumbs{
border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
width:853px;
}

ul.services_icons {
	margin:0px 0px;
	float:left;
	width:100%;
}
ul.services_icons li {
	float:left;
	width:20%;
	/*background:#000;*/
}
ul.services_icons li a img { width:100%;
	opacity:1;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
ul.services_icons li a:hover img {
	opacity:0.7;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
ul.quick_menu li {
	padding-bottom:10px;
}
ul.quick_menu li.sub a {
	position:relative;
}
ul.quick_menu li.sub a:before {
	content: "\f111";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
    color: #818285;
    font-size: 6px;
	position: absolute;
	top: 18px;
	left:15px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
ul.quick_menu li a:link {
	display:block;
	padding:10px 10px 10px 15px;
	background:#dddedf;
	color:#818285;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600 !important;
	-webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.4);
}
ul.quick_menu li a:visited {
	display:block;
	padding:10px 10px 10px 15px;
	background:#dddedf;
	color:#818285;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	-webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.4);
}
ul.quick_menu li a:hover {
	display:block;
	padding:10px 10px 10px 15px;
	background:#da1a39;
	color:#FFF;
	text-transform:uppercase;
     text-decoration:none;
	font-size:16px;
	font-weight:600;
	-webkit-box-shadow: 2px 2px 0 0 rgba(158, 7, 31, 0.7);
	box-shadow: 2px 2px 0 0 rgba(158, 7, 31, 0.7);
	-moz-box-shadow: 2px 2px 0 0 rgba(158, 7, 31, 0.7);
}
ul.quick_menu li a.active {
	display:block;
	padding:10px 10px 10px 15px;
	background:#da1a39;
	color:#FFF;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	-webkit-box-shadow: 2px 2px 0 0 rgba(158, 7, 31, 0.7);
	box-shadow: 2px 2px 0 0 rgba(158, 7, 31, 0.7);
	-moz-box-shadow: 2px 2px 0 0 rgba(158, 7, 31, 0.7);
}
ul.quick_menu li.sub a:hover:before, ul.quick_menu li.sub a.active:before {
	color:#FFF;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.widget_nav_menu ul.menu li a:link {
	display:block;
	padding:10px 10px 10px 15px;
	background:#dddedf;
	color:#818285;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600 !important;
	-webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.4);
}
.widget_nav_menu ul.menu li a:visited {
	display:block;
	padding:10px 10px 10px 15px;
	background:#dddedf;
	color:#818285;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	-webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.4);
}
.widget_nav_menu ul.menu li a:hover {
	display:block;
	padding:10px 10px 10px 15px;
	background:#da1a39;
	color:#FFF;
	text-transform:uppercase;
     text-decoration:none;
	font-size:16px;
	font-weight:600;
	-webkit-box-shadow: 2px 2px 0 0 rgba(158, 7, 31, 0.7);
	box-shadow: 2px 2px 0 0 rgba(158, 7, 31, 0.7);
	-moz-box-shadow: 2px 2px 0 0 rgba(158, 7, 31, 0.7);
}


.sidebar .current-menu-item a {
   color: #E82028 !important;
	display:block;
	padding:10px 10px 10px 15px;
	background:#da1a39 !important;
	color:#FFF !important;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	-webkit-box-shadow: 2px 2px 0 0 rgba(158, 7, 31, 0.7);
	box-shadow: 2px 2px 0 0 rgba(158, 7, 31, 0.7);
	-moz-box-shadow: 2px 2px 0 0 rgba(158, 7, 31, 0.7);
}
ul.quick_menu li.sub a:link, ul.quick_menu li.sub a:visited, ul.quick_menu li.sub a:hover, ul.quick_menu li.sub a.active {
	padding:10px 10px 10px 30px;
}
ul.quick_menu li a strong {
	font-weight:900;
}

.pad_ri_5 {
    padding-right: 5px;
}
a.blog_image {
	display:block;
	position:relative;
	background-color:#000;
	margin-bottom:10px;
}
a.blog_image span {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	background:rgba(0, 0, 0, 0.4);
	padding:10px;
	font-size:18px;
	font-weight:500;
	color:#FFF;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
a.blog_image:hover span {
	background:rgba(0, 0, 0, 0.7);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
a.blog_image span.blog_image_pad {
	padding:28px 10px;
}
a.blog_image span.blog_image_pad1 {
	padding:22px 10px;
}
a.blog_image span.blog_text_lar {
	padding:31px 10px;
	font-size:30px;
}
a.blog_image img {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	opacity:1;
}
a.blog_image:hover img {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	opacity:0.7;
}
a.blog_image span strong {
	font-size:24px;
}
.inner_right_image a:link .inner_right_link {
	background:#da1a39;
	padding:5px 10px;
	color:#FFF;
	text-align:right;
	display:block;
	font-size:17px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.inner_right_image a:visited .inner_right_link {
	background:#da1a39;
	padding:5px 10px;
	color:#FFF;
	text-align:right;
	display:block;
	font-size:17px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.inner_right_image a:hover .inner_right_link {
	background:#333;
	padding:5px 10px;
	color:#FFF;
	text-align:right;
	display:block;
	font-size:17px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.inner_right_image a:link .inner_right_link strong {
	font-weight:900;
	font-size:17px;
}
.img-responsive
 {
  display: block;
  max-width: 100%;
  height: auto;
}
a.like {
    background: #f3f3f4;
    color: #6d6e71;
    display: inline-block;
    padding: 10px 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-left: 15px;
    border: 2px solid #d1d2d4;
    text-transform: uppercase;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: 5px;
}
a.like:hover {
	background:#d50c2d;
	color:#FFF;
	border:2px solid #8e0219;
}
a.like i {
	margin-top:4px;
	margin-right:5px;
}
.post {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 35px 0px;
    width: 100%;
}
.innerfullcolumn{
	width: 134%;
}
h1 {
	background:#ededed;
	padding:10px 15px;
	letter-spacing:0.1em;
	text-align:right;
	font-size:26px !important;
	line-height:32px;
	font-weight:500;
	text-transform:uppercase;
	color:#3c3c3b !important;
	margin-bottom:30px !important;
	margin-top:20px !important;
}
.divider4 {
	height:1px;
	clear:both;
	margin:60px 0px 30px 0px;
	border-bottom:1px dotted rgba(0, 0, 0, 0.1);
}
.inner_content{
float: left;
width: 70%;
padding-right: 10px;

}
.inner_iframe_border {
	border:none;
	width:100%;
	min-height:220px;
	margin-bottom:20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.inner_iframe_border1 {
	border:none;
	width:100%;
	min-height:150px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.inner_iframe_border2 {
	border:none;
	width:100%;
	min-height:155px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
a.alphasonic_text {
	display:block;
	font-size:20px;
	text-align:center;
	padding:48px 10px;
	background-color:#c6c6c6;
	line-height:26px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:600;
}
a.alphasonic_text:hover {
	display:block;
	font-size:20px;
	text-align:center;
	padding:48px 10px;
	background-color:#666;
	line-height:26px;
	color:#FFF;
	text-transform:uppercase;
	text-decoration: none;
	font-weight:600;
}
a.image_hover1 {
	background-color:#3c3c3b;
	display: block;
	overflow:hidden;
	position:relative;
}
a.image_hover1 span {
	font-size:22px;
	font-weight:600;
	text-align:center;
	color:#FFF;
	position:absolute;
	left:0;
	top:110%;
	right:0;
	bottom:0;
	padding:35% 10% 0% 10%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
a.image_hover1:hover span {
	top:0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
a.image_hover1 img {
	opacity:1;
	width:100%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
a.image_hover1:hover img {
	opacity:0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}

.mar_to_15 {
    margin-top: 15px;
}
.pad_ri_0_2 {
    padding-right: 0px;
}
.pad_ri_0_1 {
    padding-right: 0px;
}
.gray_bt1 {
	text-align:right;
}
.gray_bt1 a:link {
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	background-color:#3c3c3b;
	padding:5px 50px;
	border:none;
	color:#FFF;
	margin-bottom:20px;
	margin-left:3px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.gray_bt1 a:visited {
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	background-color:#3c3c3b;
	padding:5px 50px;
	border:none;
	color:#FFF;
	margin-bottom:20px;
	margin-left:3px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.gray_bt1 a:hover {
	background-color:#d40c2d;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.tag {
    background: url(images/tag-icon.png) 0px 3px no-repeat;
    padding-left: 15px;
    font-style: italic;
    float: left;
    margin-top: 10px;
    padding-bottom: 30px;
    color: #717171;
    margin-left: 0px;
}

.tag a:link, tag a:visited, tag a:hover {
    font-weight: normal;
    color: #dc5300;
}

.entry {
    padding: 15px 0px 35px 0px;
}

.entry_meta, .tag_list {
    font-size: 12px;
}

.entry_meta {
    margin: 8px 0px 5px 0px;
    float: left;
    color: #000000;
}

.entry_meta .category, .entry_meta .metacomment, {
    padding-left: 3px;
    margin-right: 3px;
    text-decoration: underline;
}

.metacomment a {
    padding-left: 5px;
}

.metacomment {
    padding-left: 10px;
}

.entry_meta .metacomment a, .entry_meta .category a {
    color: #dc5300;
    text-decoration: none !important;
}

#in {
}

#post_top {
    width: 650px;
    border-bottom: 1px solid #dadada;
}

#post_top .datetime {
    float: right;
    margin-top: -30px;
    color: #0a0a0a;
}

.post_title {
    font-size: 18px;
    padding: 0px 0 5px 0px;
    line-height: 30px;
    text-align: left;
    width: 480px;
    color: #141414;
    text-transform: uppercase;
    margin: 0px 10px 4px 0px;
}

.post_title a {
    color: #141414;
}

.post hr {
    display: block;
}

.post:last-child {
    border-bottom: none;
}

.feature_image {
    float: left;
    background: white;
    margin: 8px 15px 9px 0px;
    border: 3px solid #cecece;
}

.feature_image a:link {
    float: left;
}

feature_image:hover {
    border: 1px solid #C2C2C2;
}

#content_archive h2, .navigation {
    width: 615px;
    float: left;
    margin: 0px 0 10px 3px;
    padding: 15px 15px 15px 0px;
}

div.wpcf7 p {
    padding: 5px 0px 10px 0px;
}


/*====== Read More =======*/
#readmore_wrapper {
    width: 650px;
    margin: 0px;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
}

.readmore {
    float: right;
    font-weight: normal;
    padding: 8px 8px 8px 8px;
}

.readmore a {
    color: #000000;
    font-weight: bold;
}

.single-body {
    background: #ffffff;
    margin: 0;
    padding: 10px 10px 55px 10px;
}


/*====== Author Info =======*/
#about_the_author {
    margin-bottom: 40px;
}

#about_the_author .author_content {
    background-color: rgba(0, 0, 0, .01);
    min-height: 70px;
    background: none;
    border-bottom: 1px solid #dc5300;
    padding-bottom: 30px;
    margin-top: 15px;
}

.author_info {
    position: relative;
    padding-left: 10px;
}

#respond {
    padding-left: 0px;
}

.author_info h3 {
    font-size: 20px;
}

.author_info h1 {
    font-size: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    padding-top: 40px;
    color: #424242;
}

.author_name {
    margin-top: 20px;
    font-weight: bold;
}

.author_desc {
    margin-bottom: 0;
}

.author-gravatar {
    float: left;
    height: 70px;
    margin-right: 20px;
    border: 1px solid #BBB9B9;
}

.author-gravatar img {
    padding: 4px;
    height: 60px;
    width: 60px;
    background: #EBEBEB;
    border: 1px solid #CCC;
}


/*====== Post List =======*/
.post ul {
    width: 100%;
    list-style-type: disc;
    margin-top: 5px;
    line-height: 18px;
    float: left;
}

.post ol {
    list-style-type: decimal;
    margin-top: 0px;
    line-height: 18px;
}

.post ol, .post li {
    padding-top: 5px;
}

.post ul, .post ol {
    margin: 0 2.5em 1.5em;
}

.post ul li {
    margin: 0px 0 !important;
    list-style: bullet !important;
    padding-top: 5px;
    line-height: 18px;
    color: #717171;
}
/*====== Post Others ======*/

blockquote {
    border-left: 3px solid #141414;
    color: #444;
    font-style: italic;
    padding: 0px 0px 0px 9px;
    margin: 5px 0px 5px 0px;
}


/*====== Post table ======*/
.post table {
    text-align: left;
    border-collapse: collapse;
  /*  border: 1px solid #d4d2d2;*/
    width: 100%;
    padding: 0;
    margin: 20px 0px 10px 0px;
}

.post th {
    text-align: center;
    padding: 12px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background-color: #434343;
}

.post tbody {
    background: #fff;
}

.post td {
    text-align: center;
    padding: 10px;
    border-top: 1px dashed white;
    font-size: 14px;
}

/*==================== Comment list ====================*/
.comment-list {
    margin-top: 10px;
    position: relative;
    padding: 10px 0 10px 0;
}

.comment-list ol, .comment-list ul {
    margin: 0;
    padding: 0;
}

.comment-list ol {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.comment-list ol li:first-child {
    border: none;
}

.comment-list ul li,
.comment-list ol li,
.comment-list ol li ul li:first-child {
    margin: 20px 0 0 0;
    list-style: none;
}

.comment {
    clear: both;
    display: block;
    min-height: 25px;
    padding: 0;
    color: #404040;
    font-size: 12px;
}

.comment-container {
    padding: 18px 0px;
}

.avatar img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
    background: #EBEBEB;
    border: 1px solid #CCC;
}

.avatar img {
    padding: 4px;
}

.comment-author {
    color: #a6a6a6;
    font-size: 13px;
    padding-bottom: 5px;
}

.comment-author .link-author {
    color: #000;
    font-size: 17px;
    padding-bottom: 3px;
    text-decoration: none;
}

.comment-date {
    display: block;
    font-size: 12px;
    color: #a6a6a6;
}

.comment-entry .link-reply {
    color: #11b1df;
    margin-left: 5px;
    text-decoration: underline;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
}

.comment-list li .comment-body {
    position: relative;
}

.comment:hover .comment-entry .link-reply {
    display: block;
}

.comment-entry {
    font-size: 13px;
    line-height: 18px;
    color: #565656;
    border-bottom: 1px solid #dc5300;
    padding-bottom: 30px;
    padding-top: 5px;
}

#commentbox-left {
    float: left;
    margin-right: 20px;
    width: 220px;
}

#commentbox-left label {
    display: block;
    margin-bottom: 1px;
}

#commentbox-left input {
    margin-bottom: 17px;
    width: 198px;
}

#commentbox-right {
    float: right;
}

#commentbox-right label ,#commentbox-admin label {
    display: block;
    margin-bottom: 5px;
}

#commentbox-right textarea {
    width: 375px !important;
}

#commentbox-admin textarea {
    width: 98% !important;
}

textarea {
    width: 60%;
}

#commentbox-submit {
    float: right;
    margin-top: 10px;
}

.add-comment {
    position: relative;
}

.comment-list h2, .add-comment h3 {
    font-family: 'LatoBold', Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-size: 333;
}

.add-comment h3 {
    font-family: 'QueensParkRegular', Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #11b1df;
}

.comment-list .reply {
    float: right;
    text-decoration: underline;
}

.comment-list textarea {
    border: 1px solid #e0e0e0;
}

.comment-head .name {
    font-weight: bold;
}

.comment-head .date {
    font-style: italic;
}

#comments {
    font-size: 20px;
}

.comments_number {
    padding-left: 10px;
}

.comment-head {
    font-size: 12px;
}

#respond h3, .comments_numbar h3 , .author_info h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #dc5300;
    color: #141414;
}

.reply {
    float: right;
    font-size: 12px;
    text-decoration: underline;
}
/*==================== Sidebar =============== */

.sidebar {
    float: right;
    width: 275px;
	margin-top: -26px;

}
.sidebar .widget_nav_menu{
margin-top: -32px;

}
.sidebar a:link,.sidebar a:visited {
    color: #000000;
    font-weight: normal !important;
	text-decoration:none;
}

.sidebar a:hover {
    color: #dc5300;
}

.sidebar h2 {
    font-size: 19px;
}

.sidebar .widget-title {
    line-height: 34px;
    color: #3c3c3b;
    padding: 0px 9px 4px 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #dadada;
    text-transform: uppercase;
    font-size: 18px;
	  font-weight: 600;
    display: none;
}

.sidebar .recentcomments {
    color: #dc5300;
    font-weight: bold;
}

.sidebar li {
    padding: 0px 0px 0px 0px;
}

.sidebar li ul {
    background: white;
    padding-bottom: 6px;
}

.sidebar li ul li {
    padding: 0 0 3px 0px;
    margin: 10px 0 8px 0px;
}

.sidebar .recent_post li {
    padding-left: 0;
    background: none;
}

.sidebar .recent_post img {
    float: left;
    padding: 3px;
    background: #d3d3d3;
    margin: 0px 10px 2px 0px;
}

.sidebar .recentpost_meta {
    font-size: 12px;
    color: #dc5300;
}

.socialicons {
    padding: 8px 0px 5px 5px;
}

.socialicons a {
    padding: 5px 5px 0px 0px;
}

.socialicons img {
    background: #d3d3d3;
}

.socialicons img:hover {
    background: #dc5300;
}

/*====== Calendar ====== */
.sidebar .widget_calendar table th, .sidebar .widget_calendar table td, .sidebar #calendar_wrap table th, .sidebar #calendar_wrap table td {
    padding: 7px 10px 7px 10px;
    position: relative;
    text-align: center;
}

.sidebar .widget_calendar table td#today, .sidebar #calendar_wrap table td#today {
    color: #dc5300;
    font-weight: bold;
}

.sidebar  .widget_calendar table caption, .sidebar #calendar_wrap table caption {
    width: 100%;
}

.sidebar .widget_calendar table caption, .sidebar #calendar_wrap table caption {
    font-size: 15px;
    color: #dc5300;
    padding: 5px 0px;
    width: 260px;
}

.sidebar .widget_calendar table td a, .sidebar #calendar_wrap table td a {
    color: #dc5300;
}

.widget_calendar table td#prev, #calendar_wrap table td#prev {
    text-align: left;
}
/*====== Tag Cloud ====== */


.sidebar .widget_tag_cloud div a, .sidebar .tagcloud a, .meta-tags a {
    display: inline-block;
    color: #999;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 0 4px 0;
    padding: 2px 4px 2px 4px;
}

.sidebar .widget_tag_cloud div a:hover, .sidebar .tagcloud a:hover, .meta-tags a:hover {
    color: #fff;
    background: #dc5300;
}

/*================================ Begin Pagination =================================== */

.wp-pagenavi a {
    font-weight: bold;
}
 /* Previous and Next links only */
.wp-pagenavi a.page,.wp-pagenavi a.first,.wp-pagenavi a.last {
    font-weight: normal;
}
 /* Other links */
.wp-pagenavi a, .wp-pagenavi span {
    font: inherit;
    padding: 5px 7px 5px 7px;
    margin-right: 10px;
    color: #000000;
}

.pagetitle {
    color: #141414;
    margin: 0px 0px 30px 10px;
    text-align: center;
}

.wp-pagenavi span.current {
    font-weight: bold;
    background: #dc5300;
    color: #ffffff;
}

.wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select {
    margin: 0px;
}

span.wpcf7-form-control-wrap {
    line-height: 0px;
}

.wpcf7-submit {
    padding: 5px 15px;
}


.center {
    margin: 0px 0px 10px 0px;
	display: none;
}

.last {
    margin-right: 0px;
}

.fullcolumn {
    width: 100% !important;
}

/*====================================== Footer ====================================== */
#footer {
    padding: 0px 0px 15px 0px;
    background: #141414;
}
.footer_container{
    background: #404041;
}
.footer_inner{
   margin: 0px auto;
   width: 1178px;
}
@media only screen and (max-width :1100px) {
.footer_inner{
   width:auto;
}
	.innerfullcolumn {
     width: 100% !important;
}
}

#footer_text {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding-top: 18px;
}

#credits {
    color: #aeaeae;
    text-align: center;
    font-size: 11px;
    padding: 10px 0 0 0;
}

#footer_menu {
    height: 30px;
    text-align: center;
    float: left;
    font-size: 12px;
}

#footer_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer_menu ul li {
    float: left;
    padding: 0 30px 0 30px;
    border-right: 1px solid #FFFFFF;
    position: relative;
    z-index: 1000;
    margin-top: 8px;
}

#footer_menu ul li img {
    padding-top: 5px;
}

#footer_menu ul li a {
    color: #efefef;
    padding: 0px 0px 0px 0px;
    display: block;
    text-decoration: none;
}

#footer_menu ul li:first-child {
    padding-left: 305px;
}

#footertext {
    text-align: center;
    color: #959595;
    padding-top: 50px;
}

#footer_menu  li:last-child {
    border-right: none;
}

#footer .text_input, #footer .textarea {
    -webkit-box-shadow: rgba(0, 0, 0, 0.0976563) 2px 2px 5px inset;
    -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.0976563);
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, from(rgba(255, 255, 255, 0.0273438)), to(rgba(255, 255, 255, 0.046875)));
    background: -moz-linear-gradient(50% 100%, rgba(255, 255, 255, 0.2)95%, rgba(255, 255, 255, 0.2) 0%);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.0976563);
}

#footer-widgets .textwidget, #footer-widgets.textwidget p {
    line-height: 22px;
    color: #fff;
}

#footer-widgets {
    /*background: #141414;*/
    padding: 10px;
    color: #ffffff;
    margin-top: 20px;
}
.footer_text1 {
    font-size: 13px;
    color: #d1d2d4;
    line-height: 26px;
    font-weight: 600;
}
.footer_text1 strong {
    font-weight: 600;
    color: #FFF;
}
.footer_text2 {
    font-size: 14px;
    color: #FFF;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 130px;
}
.socials a i {
    color: #FFF;
    font-size: 36px;

}

#footer-widget-area {
    padding: 10px;
    /*border-bottom: 1px solid #ffffff;*/
    overflow: hidden;
}

#footer-widget-area a:link, #footer-widget-area a:visited {
    color: #ffffff;
    padding: 0px 10px 0px 0px;
    line-height: 22px;
}

#footer-widget-area a:hover {
    color: #dc5300;
}

#footerwidget ul {
    width: 94%;
}

#footer-widget-area h2,.widget-title,.footer-widget-title {
    font-size: 19px;
    line-height: 34px;
    color: #ffffff;
    padding: 0px 9px 4px 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ffffff;
    text-transform: uppercase;
}

#footer-widget-area li {
    margin: 0px 0px 15px 0px;
    padding: 0;
}

#footer-widget-area li ul li:first-child {
    padding-top: 10px;
    background-position: 5px 17px;
}

#footer-widget-area li ul li {
    display: block;
    line-height: 16px;
    padding: 0 0 3px 12px;
    margin: 0 0 6px 3px;
    border: none;
    background: url('images/arrow.png') 3px 7px no-repeat;
}

#footer-widget-area .recent_post li {
    padding-left: 0;
    background: none;
}

#footer-widget-area .recent_post img {
    float: left;
    padding: 3px;
    background: #fafafa;
    margin: 0px 10px 2px 0px;
}

#footer-widget-area .recentpost_meta {
    font-size: 11px;
    font-style: italic;
}

.screen-reader-text {
    display: none;
}

#searchform #s {
    border: none;
    background-color: #f0f0f0;
}
#content .searchform
{

  display:none;
}
/*====== Calendar ====== */
#footer-widget-area .widget_calendar table th, #footer-widget-area .widget_calendar table td, #footer-widget-area #calendar_wrap table th, #footer-widget-area #calendar_wrap  table td {
    padding: 7px 10px 7px 10px;
    position: relative;
    text-align: center;
}

#wp-calendar {
    width: 97%;
    background: white;
}

#footer-widgets #wp-calendar {
    background: none;
}

#footer-widget-area .widget_calendar table td#today, #footer-widget-area #calendar_wrap table td#today {
    color: #fff;
    background: #dc5300;
    font-weight: bold;
}

#footer-widget-area  .widget_calendar table caption, #footer-widget-area  #calendar_wrap table caption, {
    width: 100%;
}

#footer-widget-area .widget_calendar table caption , #footer-widget-area #calendar_wrap table caption {
    font-size: 12px;
    padding: 5px 0px 10px 11px;
    text-align: center;
}

#footer-widget-area .widget_calendar table td a, #footer-widget-area #calendar_wrap  table td a {
    color: #ffffff;
}

#footer-widget-area .widget_calendar table td#prev, #footer-widget-area #calendar_wrap  table td#prev {
    text-align: left;
}
/*====== Tag Cloud ====== */
/*====== Tag Cloud ====== */
#footer-widget-area .widget_tag_cloud div a, #footer-widget-area .tagcloud a , .meta-tags a {
    display: inline-block;
    font-size: 12px;
    line-height: 1em;
    margin: 0 0 4px 0;
    padding: 2px 4px 2px 4px;
    color: #fff;
}

#footer-widget-area .widget_tag_cloud div a:hover,  #footer-widget-area .tagcloud a:hover,  .meta-tags a:hover {
    background: #dc5300;
    color: #fff;
}


.divider {
	border-bottom:1px solid #F5F5F5;
	clear: both;
	display: block;
	margin-bottom: 20px;
	padding-top: 10px;
	height: 4px;
	position: relative;
	margin-right: 13px;
}
.divider.top a {
    background-color: transparent;
}

.divider.top a {
    color: inherit;
    font-size: 10px;
    padding: 0px 2px;
    position: absolute;
    right: 0px;
    text-align: right;
    text-decoration: none;
    top: 15px;
    width: 20px;
}

/* Drop Caps */

.dropcap1 {
    text-shadow: white 1px 1px 0px;
}

.dropcap1 {
    display: block;
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin: 4px 8px 0px 0px;
}

.dropcap2 {
    background: transparent url(images/dropcap_styles_black.png) no-repeat scroll -52px 2px;
    color: white;
    font-size: 28px;
    height: 44px;
    line-height: 44px;
    margin: 0px 8px -4px 0px;
    padding: 0px 2px 0px 0px;
    width: 38px;
}

.dropcap1, .dropcap2 {
    float: left;
	text-align: center;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.last {
	margin-right:0 !important;
}
.code {
	background: #FDFDFD;
	border: 1px dotted #BBB;
	color: #333;
	font: normal normal normal 13px/18px Consolas, 'Courier New', Courier, monospace;
	padding: 10px 5px;
	margin: 0px 13px 20px 0px;
	word-wrap: break-word;
}

.frame_left {
	background: #FAFAFA;
	border: 1px solid #F1F1F1;
    float: left;
    margin: 0px 20px 10px 0px;
    padding: 4px;
    text-align: center;
}

.frame_right {
	background: #FAFAFA;
	border: 1px solid #F1F1F1;
    float: right;
    margin: 0px 0px 10px 20px;
    padding: 4px;
    text-align: center;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption {
    color: #999;
    display: block;
    margin: 7px 0px 2px;
}
/* Blockquote */

blockquote.pullquote {
    width: 220px;
    border: 0;
    line-height: 150%;
    color: #666;
    background-color: #fff;
    font-style: italic;
}

blockquote.pullquote.type1.alignleft {
    margin: 10px 15px 0px 0;
    padding: 15px 15px 5px 20px;
    border-right: 4px solid #ddd;
}

blockquote.pullquote.type1.alignright {
    margin: 10px 0px 0px 10px;
    padding: 15px 20px 5px 15px;
    border-left: 4px solid #ddd;
}

blockquote.pullquote.type2.alignleft {
    margin: 10px 15px 0px 0;
    padding: 15px 15px 5px 20px;
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
}

blockquote.pullquote.type2.alignright {
    margin: 10px 0px 0px 10px;
    padding: 15px 20px 5px 15px;
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
}

.pullquote_right {
    float: right;
    margin: 2% 0px 2% 4%;
    padding: 0px 0px 0px 70px;
    width: 40%;
}

blockquote.blockquote {
    background: transparent url(images/quotes.png) no-repeat 0% 0%;
}

blockquote {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.6em;
}

blockquote.blockquote {
    clear: both;
    margin: 0px 0px 22px;
    min-height: 60px;
    padding: 5px 0px 0px 50px;
}

blockquote cite {
    display: block;
    font-size: 12px;
}

cite, em, dfn {
    font-style: italic;
}

.woocommerce-info {
    border-top: 3px solid #141414!important;
}
.woocommerce-info:before {
  background-color:#141414 !important;
  }

.addresses {
	margin-top:20px;
}



.fullcolumn {
    width: 100% !important;
}


.one_half, .one_third, .one_fourth, .two_third, .one_fifth, .one_sixth,  .three_fourth, .two_fifth, .three_fifth {
	position: relative;
	margin-right: 3%;
	float: left;
}
.one_half     	{ width: 46%; 		}
.one_third 		{ /*width: 30.33%;*/	}
.two_third 		{ width: 60.9%; 	}
.one_fourth 	{ width: 22.5%;		}
.two_fourth 	{ width: 48%;		}
.three_fourth 	{ width: 74%;		}
.one_fifth 		{ width: 17%;		}
.two_fifth 		{ width: 37.6%;		}
.three_fifth 	{ width: 58.4%;		}
.four_fifth 	{ width: 79.2%;  	}
.one_sixth 		{ width: 13.3333%;	}
.two_sixth 		{ width: 30.6666%;	}
.three_sixth 	{ width: 47.9998%;	}
.four_sixth 	{ width: 65.3332%;  }
.five_sixth 	{ width: 82.6665%;	}

.screen-reader-text {
    display: none;
}
/* RESPONSIVE STYLE */
@media only screen and (max-width :1100px) {
a.image_hover .image_text strong, a.image_hover .image_text2 strong {
font-size:13px;
}
a.image_hover .image_text, a.image_hover .image_text2 {
font-size:13px;
line-height:16px;
}
a.image_hover .image_text1, a.image_hover .image_text3, a.image_hover .image_text4 {
padding:30% 10%;
}
.log_pad {
padding-top:350px;
}
.ma_le_3 {
margin-left:0px;
}
}
@media only screen and (max-width :1023px) {
#logo {
float:none;
text-align:center;
padding-bottom:10px;
}
.language_menu {
   /* float: none;
    clear: none;    */
	margin-top:0px;
}
#header1 {
    width: auto !important;
}

#searchsubmit {
right: 32px;
}
ul.country { margin-right:10px;
margin-top:10px;
}
.iframe_border, .inner_iframe_border {
min-height:400px;
}
.inner_iframe_border1 {
margin-bottom:30px;
min-height:400px;
}
a.image_hover .image_text, a.image_hover .image_text2 {
font-size:14px;
line-height:20px;
}
.row-eq-height {
display:block;
}
.iframe_bottom {
position:relative;
min-height:350px;
}
.home_heading4, .home_heading5 {
padding-left:15px;
padding-right:15px;
}
.inner_table1 {
margin-left:15px;
margin-right:15px;
width:auto;
}
.like_bottom {
position:relative;
text-align:right;
padding:15px;
}
.log_pad {
padding-top:20px;
}
.inner_iframe_border2 {
min-height:
}
a.gray_bg2 p.gray_bg_2_text1 {
padding:30% 5% 0 5%;
}
}
@media only screen and (max-width :990px) {
.carousel-caption {
margin-top:30px !important;
min-height:90px;
padding:0px 20px !important;
left:0 !important;
right:0 !important;
}
#header_inner {
    float: none;
	width:auto;
}
#feature{ margin-bottom:30px;
}
.banner_inner {
    width: auto !important;

	}
.one_third{
width: 47%;
}
.col-md-6 {
    width: auto;
}
.col-md-push-6 {
    left: 0%;
}
.sidebar {
    float: none;
    width: auto;
}
.carousel-indicators {
left: 0px !important;
width: 100% !important;
}

#content {
    float: none;
    width: auto;
    padding-right: 0px;
}
#search-2 {
 float: none;
}
.inner_head1 {
    padding-left: 0px;
}
.inner_video {
    width: auto;
    float: none;
	}
	.quick_menu_heading {
margin-top: 0px;
}
#header{
padding-bottom: 0px;
}
#main {
width:auto;
}
#content_wrapper #home_left {
    width: auto;
    float: none;
}
.home_video1 {
width: auto;
float: none;
}
.home_video2 {
    width: auto;
    float: none;
}
#content_wrapper #home_right {
    width: auto;
    float: none;
}
 .container {
padding-left:0px;
padding-right:0px;
width:auto;
}
.top_search { float:left; width:100%;
margin-right:10px;
}
.carousel-indicators {
width:100%;
}
#menu_outer{
float:none;
}
a.image_hover .image_text1, a.image_hover .image_text3, a.image_hover .image_text4 {
padding:15px;
margin:0px;
}
a.image_hover .image_text, a.image_hover .image_text1, a.image_hover .image_text2, a.image_hover .image_text3, a.image_hover .image_text4 {
position:absolute;
bottom:0;
right:0;
left:0;
z-index:999;
background:rgba(0, 0, 0, 0.5);
color:#FFF;
top:inherit;
}
a.image_hover:hover .image_text1, a.image_hover:hover .image_text3, a.image_hover:hover .image_text4 {
opacity:0;
}
.footer_text2 {
padding-top:30px;
}
.carousel-inner .pad_leri_0 {
 padding-left:0px !important;
padding-right:0px !important;
}
.inner_heading {
padding-left:30px;
padding-right:30px;
}
.image_center {
padding-left:15px;
padding-right:15px;
padding-bottom:20px;
}
.home_heading1, .home_heading2 {
padding:20px 15px;
}
.home_text1 {
padding:0px 15px 20px 15px;
}
.massage_text1 {
padding:30px 15px;
}
.home_text2 {
padding:10px 15px 20px 15px;
}
.pad_leri_0 {
padding-left:15px !important;
padding-right:15px !important;
}
.col-sm-4 {
width:auto;
}
.pad_le_0 {
padding-left:15px;
}
.pad_ri_5 {
padding-right:0;
}
.pad_le_5 {
padding-left:0px;
}
.divider1 {
margin:10px 30px;
}
h1 {
margin-left:30px;
margin-right:30px;
}
.divider2 {
margin:30px 30px;
}
.divider3 {
margin:30px 15px;
}
.divider4 {
margin:60px 30px 30px 30px;
}
.milestone_text1 {
 padding:0px 0px 0px 0px;
}
.milestone_text2 {
padding:0px 0px 20px 0px;
}
.wid_50_1 {
padding-right:10px;
}
.inner_right_image img {
width:100%;
}
.form_text1 {
padding:15px 0px 0px 0px;
}
.input_text, .input_area {
margin-bottom:0px;
}
.pad_le_0_1 {
padding-right:0px;
}
.tex_are_pad {
padding-right:15px;
}
.gray_bt {
margin-top:20px;
}
.pad_ri_0_1 {
margin-top:15px;
 padding-right:15px;
}
.pad_ri_0_2 {
margin-top:15px;
 padding-right:15px;
}
a.gray_bg1 p, a.gray_bg2 p, a.gray_bg3 p {
padding:25% 5% 0 5%;
}
 .inner_iframe_border2 {
min-height:200px;
}
a.gray_bg2 p.gray_bg_2_text1, a.gray_bg3 p {
text-align: left;
}
.gray_bt1 {
padding:0px 15px;
}
}
 @media only screen and (max-width :767px) {
.carousel-caption {
min-height:auto;
}
.carousel_indicators_bg {
    height: auto;

}


.top_search {
 float: none;
}
table.inner_table2{ margin-left:15px; width:95%;
}
 .banner_text1 {
font-size:20px;
line-height:30px;
}
.banner_text1 span {
font-size:20px;
line-height:30px;
}
.banner_text2 {
font-size:30px;
line-height:40px;
}
.banner_text3 {
font-size:15px;
line-height:20px;
}
 .home_text2 img {
float:none;
display:block;
margin:0 auto;
margin-bottom:20px;
}
 .wid_50_1 {
padding-right:0px;
 width:100%;
}
.wid_50_2 {
width:100%;
}
.wid_50_2 img {
width:100%;
}
.pad_le_10, .pad_ri_10 {
padding-left:0px;
padding-right:0px;
}
a.blog_image {
 margin-bottom:30px;
}
.blog_image img {
width:100%;
}
a.gray_bg1 p, a.gray_bg2 p, a.gray_bg2 p.gray_bg_2_text1, a.gray_bg3 p, a.gray_bg4 p, .gray_bg5 p{
text-align:center;
padding:30px 20px;
}
}

@media only screen and (max-width :630px) {
#feature{ margin-bottom:0px;
}
.one_third{
width:97%;
}
}
 @media only screen and (max-width :470px) {
.iframe_border, .inner_iframe_border, .inner_iframe_border1 {
min-height:inherit;
}
.gray_bg {
font-size:16px;
line-height:24px;
}
.gray_bg strong {
font-size:22px;
}

a.like {
float: left;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 40%;
	margin-left:15px;
}
h1 {
font-size:17px;
font-weight:600;
line-height:22px;
letter-spacing:0;
}
.home_heading3 {
padding:20px 15px;
}
.inner_heading {
font-size:32px;
padding-top:40px;
}
footer {
margin-top:30px;
}
.iframe_bottom {
min-height:inherit;
}
.wid_50 {
width:100%;
float:left;
}
 a.downloads, a.forum, a.marketing {
 height:auto;
 display:block;
 padding-left:0px;
 padding-top:0px;
 padding-bottom:20px;
 margin-bottom:30px;
}
 a.downloads span, a.forum span, a.marketing span {
 width:100%;
 height:auto;
 position:relative;
 display:block;
 left:auto;
 top:auto;
 padding:20px 0px;
 margin-bottom:20px;
 border-right:none;
}
 a.downloads span i, a.forum span i, a.marketing span i {
 margin-top:0px;
}
.gray_bt {
padding:5px 20px;
}
}
@media only screen and (max-width :350px) {
a.blog_image span {
 position:relative;
 background:rgba(0, 0, 0, 0.9);
 display:block;
}
.carousel-caption {
margin-top:20px !important;
padding:0px 10px !important;
}
.banner_text2{ font-size:24px; line-height:30px;
}
.gray_bt1 a:link {
display:block;
font-size:12px;
}
.gray_bt1 a:visited {
display:block;
font-size:12px;
}
.gray_bt1 a:hover {
display:block;
font-size:12px;
}

}


/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        #main  { width: 768px; }
		#header {width:768px; }
		#post_top { width: 754px;}
		#header_shadow { display:none;}
		.feature_image img { width: 753px !important; }
		#search {float: left;left: 41px;position: relative;top: 10px;}
		#menu_outer {width: 768px; }
		#content { width:94% ;}
		#readmore_wrapper { width: 754px;}
		.sidebar { padding-left: 15px; float: left; width: 93%; margin: 0; }
		.sidebar .recentpost_meta {float: left; width: 88%;}
		#commentbox-right textarea { width:700px !important;}
		.one_third  {  width:34%; float:left; }
		#footer {width: 768px; }
		#feature { display:none; }
		.navigation { width:96% ;}
		.sliderheading, .slidercontent {  display:none; }
	}*/

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

 /*   @media only screen and (max-width: 767px) {
        #main { width: 348px; margin:0px auto 20px; }
		#header {width:348px; }
		#header_shadow { display:none;}
		#search {float: left;left: 41px;position: relative;top: 10px;}
		.feature_image img { width: 348px !important;height: 140px;background: #fff; }
		#post_top { width: 348px;}
		#post_top .datetime { float:none;}
		#menu_outer {width:100%; background:none; height:0; float:left}
		#readmore_wrapper { width: 348px;}
		.readmore { float:left; }
		#content { width:100%;margin: 10px auto 0;}
		.sidebar { padding-left: 15px; float: left; width: 93%; margin: 0; }
		.sidebar .recentpost_meta {float: left; width: 72%;}
		.one_third  {  width:100%; float:none;  }
		#commentbox-right textarea { width:300px !important;}
		#footer {width: 348px; }
		#feature { display:none; }
		.navigation { width:96% ;}
		.sliderheading, .slidercontent {  display:none; }
		.menu { display:none; }
		#responsive-menu { display:block }
		#searchsubmit { right:40px;    }

}*/
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

  /*  @media only screen and (min-width: 480px) and (max-width: 767px) {
        #main { width: 420px; margin:0px auto 20px; }
		.feature_image img { width: 420px !important;height: 140px;background: #fff; }
		#post_top { width: 420px;}
		#header {width:420px; }
		#header_shadow { display:none;}
		#post_top .datetime { float:none;}
		#search {float: left;left: 41px;position: relative;top: 10px;}
		#menu_outer {width:100%; background:none; height:0; float:left}
		#content { width:100%; margin:10px auto 0; }
		.readmore { float:right; }
		#readmore_wrapper { width: 420px;}
		.sidebar { padding-left: 15px; float: left; width: 93%; margin: 0; }
		.sidebar .recentpost_meta {float: left; width: 78%;}
		.one_third  {  width:100%; float:none;}
		#footer {width: 420px; }
		#feature { display:none; }
		.navigation { width:96%; }
		#commentbox-right textarea { width:370px !important;}
		.sliderheading, .slidercontent {  display:none; }
		.menu { display:none; }
		#responsive-menu { display:block; }
		#searchsubmit { right:168px;    }
}
*/
.ldc-ul_cont:nth-child(2){
    display:none;
}
.a2a_full_footer{
	display:none;
}
.a2a_full_header{
	display:none;
}
.like_img_inner{
    padding-right:5px;
    padding-bottom: 7px;
}
.like_count{
    padding-left:10px
}
.ldc-ul_cont{
	background: #f3f3f4 !important;
color: #6d6e71;
padding: 10px 20px 36px !important;
text-align: center;
font-size: 15px !important;
float: right !important;
font-weight: 700;
margin-left:10px !important;
border: 2px solid #d1d2d4 !important;
text-transform: uppercase;
-webkit-border-radius: 50px !important;
-moz-border-radius: 50px !important;
}
.ldc-ul_cont:hover{
	color: #FF6347;
}
.item .banner_text4,.item .banner2_text,.item .banner3_text,.item .banner4_text,.item .banner5_text{
	background-color: #da1a39;
	margin-top:20px;
	padding: 10px 10px 10px 10px;
	font-weight: 700;
}
.item .banner5_text{
	margin-top:0px;
}
