/*
Theme Name: manner-on-cricket
Author: Matrix infologics
Description: Custom "MannerOnCricket" theme
Version: 0.0.1

*/

/*
 * Globals
 */
<link href="https://fonts.googleapis.com/css?family=Philosopher" rel="stylesheet">
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

#home_page_banner img {
    width: 100%;
}
/*
 * Override Bootstrap's default container.
 */




/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}
h2.page-title {
    color: #337ab7;
    border-left: 2px solid #e1b72b;
    padding-left: 8px;
}

/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.category_ct{
  margin-bottom: 40px!important;
  line-height: 26px !important;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 30px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}
.blog-post.category_ct {
    margin-top: 50px!important;
}
a.anc_tle:hover {
	color: #e1b72b;
    text-decoration: none;
}

/*
 * Footer
 */

.blog-footer {
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
/**************************style**********************/
body h1 {
    font-size: 46px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
 body p{  
    font-size: 18px;
    font-family: Helvetica;
}
::placeholder {
    color: #000 !important;
}
/******Nav-Bar*****/
a.navbar-brand {
    font-family: Helvetica!important;
    color: #0072bb !important;
    font-size: 27px !important;
}
ul.nav.navbar-nav {
    float: right;
}
.navbar-default {
    background-color: #fffbff;
    border-color: #e7e7e7;
    border: none;
    margin: 0 0 0 0;
}
.navbar-nav a:hover {
    color: #e1b72b !important;
    background: #0072bb !important;
    transition: all 0.3s;
}
.navbar-nav .current_page_item a{
    color: #e1b72b !important;
  background: #0072bb !important;
    transition: all 0.3s;
}

.navbar-default .navbar-nav>.active>a:hover {
  color:#fb4040;
}
.navbar-default .navbar-nav>.active>a{
    color: #ff3b3b;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #0072bb;
    font-family: Arial;
    font-size: 13px;
    font-weight: 600;
}
.navbar-nav>li {
    float: left;
    padding: 0 0px 0 0px;
}
.navbar-nav>li {
    float: left;
    padding: 0 0px 0 10px;
}

.navbar>.container .navbar-brand{
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav>li> a {
    padding: 16px 8px 15px 8px !important;
    color: #1DA1F2 !important
    font-weight: 500;
}
.nav>li> a:hover {
    color: #ffffff !important
    background-color: #1DA1F2 !important;
}
/******Nav-Bar-End*****/


.ctf-tweet-actions .fa {
    padding: 10px 0px 0px 0px;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
#ctf .ctf-context {
    margin-left: 7px !important;
}
.ctf-favorite-count {
    line-height: 30px !important;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-google-plus {
  background: #dd4b39;
  color: white;
}

.headline{background: url(images/banner.jpeg); background-size: cover; height: 450px;}
a.navbar-brand{font-size: 24px;font-weight: 700;}
.text-on-banner {
    padding: 10%;
    text-align: center;
    width: 52%;
    margin-left: 24%;
    color: #fff;
}
.text-on-banner h1 {
    color: #fff;
    font-weight: 600;
}
.text-on-banner h1 span{color: yellow;}

.footer_menu{display: inline-block;}
#menu-footer-menu li {
    float: left;
    padding: 10px 30px;
    font-size: 15px;
    list-style: none;
    font-weight: 600;
}
.social_media {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_media li {
    float: left;
    list-style-type: none;
    padding: 10px 10px;
}
.custom-html-widget h3 {
    color: #e1b72b;
    font-size: 24px;
    padding: 15px 0px;
}
/******3-9-2018*****/
/******Banner_style*****/
div#home_page_banner {
    width: 100%;
    background-size: cover;
	font-family: Helvetica;
}
.banner_title {
    font-size: 55px;
    text-transform: uppercase;
    color: #fff;
    padding: 110px 0 110px 0;
	text-align: center;
	font-family: Helvetica;
	font-weight: bold;
}
.banner_title p {
    font-size: 48px;
    color: #e1b72b;
	font-family: Helvetica;
}
.banner_title .banner_text {
    width: 37%;
    font-size: 21px !important;
    color: #fff;
    text-transform: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 auto;
	font-weight:400;
}
/******Banner_style_end*****/

/******About_style*****/
#content_summery {
    text-align: center;
    background: url(/wp-content/themes/manners-on-cricket/images/About_bg.jpg);
    padding-bottom: 50px;
}
#content_summery .read_more {
    border: 2px solid #e1b72b;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    padding: 13px 50px;
}
#content_summery .read_more:hover {
    text-decoration: none;
    background: #337ab7;
    color: #e1b72b;
    transition: .3s;
}

#content_summery h1 {
    font-size: 30px;
    color: #0072bb;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding: 50px 0 10px 0;
}
#content_summery h1:after {
    position: absolute;
    content: "";
    background: #e1b72b;
    width: 3%;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
#content_summery p {
    font-size: 18px;
    font-family: Helvetica;
    width: 70%;
    margin: 0 auto;
	line-height: 27px;
    padding: 30px 0 40px 0;
}
#content_summery .read_more:after {
    content: "\f101";
    font-family: fontawesome;
    padding-left: 5px;
}
.social_media a {
    font-size: 29px !important;
}
.social_media .fa {
    width: 50px !important;
    height: 50px !important;
    border-radius: 40px !important;
    padding: 11px 6px !important;
    border: 1px solid #e1b72b;	
}
/******About_style_end*****/

/******Blog_style*****/
.blog_sction h1 {
    font-size: 30px;
    color: #0072bb;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding: 50px 0 10px 0;
	text-align:center;
	margin-bottom: 70px;
}
.blog_sction h1:after {
    position: absolute;
    content: "";
    background: #e1b72b;
    width: 3%;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
img.blog_post_img {
    width: 100%;
}
.home_blog_post_content a {
    font-size: 30px;
    color: #e1b72b;
    font-weight: bold;
}
.home_blog_post_content {
    padding: 20px 0 0 0;
}
.home_blog_post_content ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0px;
	display: inline-block;
}
.home_blog_post_content li {
    float: left;
    list-style-type: none;
    padding: 0 10px 0 0px;
    font-family: ubuntu;
    font-size: 12px;
}
li.created_on:before {
    content: "\f073";
    font-family: fontawesome;
    padding: 0 6px 0 0px;
    color: #0072bb;
}
li.created_by:before {
    content: "\f007";
    font-family: fontawesome;
    padding: 0 6px 0 0px;
    color: #0072bb;
}
li.post_comment:before {
    content: "\f075";
    color: #0072bb;
    font-family: fontawesome;
    padding: 0 6px 0 0;
}
a.read_more {
    border: 2px solid #e1b72b;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    padding: 10px 30px;
	color:#0072bb;
}
a.read_more:hover {
    text-decoration: none;
    background: #337ab7;
    color: #e1b72b;
    transition: .3s;
}
.blog_sction {
    float: left;
}
.commentate_section {
    width: 100%;
    float: left;
    text-align: center;
	background:#000;
    padding: 40px 0 30px 0;
    margin-top: 60px;
}
.commentate_section p {
    font-size: 22px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #e1b72b;
	padding: 5px;
}
.home_blog_post_content a:hover {
    text-decoration: none;
}
p.post_content {
    font-size: 14px;
    font-family: Helvetica;
    line-height: 24px;
    padding: 10px 0 20px 0;
}
.home_blog_post_img.col-md-6 {
    padding: 0 0 0 0;
}
.home_blog_post.row {
    height: 400px;
    overflow: hidden;
}
/******Blog_style_end*****/


/******Contact_style_*****/
.contact_sec {
    text-align: center;
    background: url(/wp-content/themes/manners-on-cricket/images/Contact_bg.jpg);
    width: 100%;
    background-size: cover;
	float: left;
	padding: 0px 0 40px 0;
}
.contact_sec h1:after {
    position: absolute;
    content: "";
    background: #0072bb;
    width: 3%;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.contact_sec h1 {
    font-size: 30px;
    color: #e1b72b;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding: 50px 0 10px 0;
    text-align: center;
    margin-bottom: 70px;
}
div.wpcf7 {
    padding: 0;
    width: 50%;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.wpcf7 input, textarea, label {
    width: 100%;
    background: transparent;
}
div.wpcf7 input, textarea{
	border: 1px solid #fff;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px !important;
}
.wpcf7-form ::placeholder {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400 !important;
    font-family: Helvetica;
}
div.wpcf7 input, textarea:focus {
    outline-color: #e1b72b;
}
div.wpcf7-validation-errors {
    border: none !important;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 50%;
    padding: 10px 0px;
    font-size: 22px !important;
    font-family: Helvetica;
    background: #1e85c7;
    color: #e1b72b;
    border: none !important;
    font-weight: bold;
    text-transform: uppercase;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #0072bb;
    transition: 0.3s;
}
/******Contact_style_end*****/

/******Menu_footer_style*****/
#menu-footer-menu li {
    float: left;
    padding: 10px 30px;
    font-size: 15px;
    list-style: none;
    font-weight: 600;
}
.social_media {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_media li {
    float: left;
    list-style-type: none;
	padding: 0 50px 20px 0;
}
.custom-html-widget h3 {
    color: #e1b72b;
    font-size: 24px;
    padding: 15px 0px;
}
.copyright {
    background: #e1b72b;
    padding: 10px 0px;
    color: #0072bb;
    font-family: Helvetica;
}

.footer_menu li:focus, li:hover {
    color: #e1b72b !important;
    text-decoration: none;
}
.fa.fa-twitter:focus:hover {
    color: #1e85c7 !important;
    text-decoration: none;
}
.footer_menu a:hover {
    text-decoration: none;
}
a.fa:focus, a.fa:hover {
    text-decoration: none;
	transition:.3s;
}
/******Footer_menu_style*****/


/******Commentate_style*****/
.commentate_section h1 {
    font-size: 30px;
    color: #e1b72b;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding: 50px 0 10px 0;
    text-align: center;
    margin-bottom: 70px;
}
.commentate_section img {
    width: 40%;
}
.commentate_section h1:after{
    position: absolute;
    content: "";
    background: #0072bb;
    width: 3%;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
span.wpcf7-not-valid-tip, .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
    color: #f00;
    font-size: 15px;
    font-weight: 600 !important;
}
/******Comentate_style_end*****/

/******Forum_style*****/
.forum_section {
    width: 100%;
    float: left;
    text-align: center;
    background: url(/wp-content/themes/manners-on-cricket/images/Forum_bg.jpg);
}
.forum_section h1 {
    font-size: 30px;
    color: #0072bb;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding: 50px 0 10px 0;
    text-align: center;
    margin-bottom: 70px;
}
.forum_section h1:after{
	    position: absolute;
    content: "";
    background: #e1b72b;
    width: 3%;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.forum_section .bbp-search-form {
    display: none;
}
.forum_section #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer, #bbpress-forums ul.bbp-forums {
    background: transparent !important;
	border:none !important; 
}
/******Forum_style_end*****/


/******Tweet_style*****/
.tweets_section h1 {
    font-size: 30px;
    color: #0072bb;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding: 50px 0 10px 0;
    text-align: center;
    margin-bottom: 70px;
}
.tweets_section {
    width: 100%;
    background: #f6f6f6;
    float: left;
}
.tweets_section h1:after{
    position: absolute;
    content: "";
    background: #e1b72b;
    width: 3%;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.bbp-header li.bbp-forum-info {
    border-bottom: 2px solid #0072bb;
    padding-bottom: 10px;
}
#bbpress-forums li.bbp-body ul.forum {
    border-top: none;
}
.bbp-header .bbp-forum-topic-count, .bbp-forum-reply-count, .bbp-forum-freshness {
    border-bottom: 2px solid #e1b72b;
    padding-bottom: 10px;
}
.bbp-header li.bbp-forum-reply-count, li.bbp-forum-freshness {
    border-bottom: 2px solid #e1b72b;
}
#bbp-forum-64 .bbp-forum-topic-count, .bbp-forum-reply-count, .bbp-forum-freshness{
	border:none;
}
#bbp-forum-64 li.bbp-forum-freshness {
    border: none;
}
#ctf .ctf-item {
    border-top: none !important;
}
.bbp-header li.bbp-forum-info {
    font-size: 22px;
    color: #e1b72b;
	text-transform:uppercase;
}
.bbp-header li.bbp-forum-topic-count, li.bbp-forum-reply-count, li.bbp-forum-freshness {
    font-size: 22px;
    color: #0072bb;
	text-transform:uppercase;
}
#bbp-forum-64 li.bbp-forum-freshness{
    font-size: 14px;
    text-transform: none;
}
#bbp-forum-64 li.bbp-forum-reply-count{
	    font-size: 14px;
    text-transform: none;
}
#ctf .ctf-retweet-icon {
	background: transparent !important;
    color: #0072bb !important;
}
.ctf-context .fa{ height: 30px !important;width: 30px !important;}
.ctf-new {
    background: #fff !important;
    margin: 0 0px 0 20px !important;
    box-shadow: 0px 0px 6px #ccc !important;
    height: 460px !important;
    overflow: hidden !important;
    margin-bottom: 50px !important;
}
#ctf .ctf-tweet-content, #ctf .ctf-tweet-actions {
    margin-left: 8px !important;
}
#ctf .ctf-item {
    width: 23% !important;
	display:inline-block;
}
.ctf-tweet-content p {
    font-size: 17px;
    font-family: Helvetica;
    line-height: 28px;
}
.bbp-body li.bbp-forum-info {
    border-bottom: 1px solid #ccc;
}
.bbp-forum-content {
    font-size: 15px !important;
    font-family: Helvetica !important;
}
/******Tweet_style_end*****/


/******Inner_style*****/
.main {
    background: #eee;
    padding: 30px 0 30px 0;
}
.blog-post-title {
    margin-bottom: 5px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: Helvetica;
    font-weight: 400;
    color: #e1b72b;
	margin-top:25px;
}

.main .wp-post-image {
    width: 50% !important;
    margin-bottom: 20px;
    height: auto !important;
}
textarea#comment {
    border-color: #0072bb;
    color: #000;
    font-family: Helvetica;
}

.comment-form #submit {
    width: 30%;
    padding: 10px 0px;
    font-size: 22px !important;
    font-family: Helvetica;
    background: #1e85c7;
    color: #e1b72b;
    border: none !important;
    font-weight: bold;
    text-transform: uppercase;
}
.comment-form #submit:hover{
background: #0072bb;
    transition: 0.3s;
    transition: 0.3s;
}
textarea#comment:focus {
    outline-color: #0072bb;
}	
#single-blog-cts input#author, input#email, input#url {
    background: transparent;
    box-shadow: none;
    padding: 5px 9px;
    border: 1px solid #0072bb;
    font-family: Helvetica;	
}	
#single-blog-cts .error {
    font-size: 14px;
    color: red;
}
#single-blog-cts li {
    list-style-type: none;
    padding: 10px 0 20px 0;
}
#single-blog-cts .comment-author.vcard {
    padding-bottom: 10px;
}
#ssingle-blog-cts span.required {
    color: red;
}
div.wpcf7-mail-sent-ok {
    border: none;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    color: #e1b72b;
}
/******Inner_style*****/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
}
body.customize-support h1, h2, h3, .home_blog_post_content a, .blog_sction h1, .forum_section h1, .tweets_section, .contact_sec h1 {
    font-size: 20px !important;
}
.col-custom-width {
    width: 80%;
    margin: 0 auto;
}
/*17-10-2018*/
.blog-post img {
    float: left;

	margin-bottom: 1px !important;
}
/* 18-10-2018*/
img.size-medium.wp-image-1224.alignright {
    float: right !important;
    margin-top: 14px;
	margin-right:0px !important;
}
.blog-post .aligncenter{
	    float: none !important;
}
.blog-post .alignright{
   float: right !important;
	margin-left: 40px;
    margin-top: 14px;
	margin-right:0px !important;
}
img.size-medium.wp-image-1224.aligncenter {
    float: none !important;
	margin:10px 0 10px 0 !important
}
.aligncenter{display:block;margin-left:auto;margin-right:auto;}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
/******Responsive*****/

@media (max-width: 1024px){.right_content {width: 100%;color:#fff;background: rgba(0,0,0,0.7);}a.navbar-brand {font-size: 21px !important;}.navbar-default .navbar-nav>li>a {font-size: 11px;}.banner_title .banner_text {width: 50%;}p.post_content { font-size: 12px;line-height: 22px;padding: 2px 0 7px 0;}.home_blog_post.row {height: 330px;}#menu-footer-menu li {padding: 10px 18px;font-size: 12px;}.bbp-header li.bbp-forum-info, .bbp-header li.bbp-forum-topic-count, li.bbp-forum-reply-count, li.bbp-forum-freshness{font-size:14px;}#content_summery h1:after {width:100px;}.home_blog_post_content a {font-size: 26px;}.home_blog_post_content {padding: 3px 0 0 0;}a.read_more{font-size:15px;padding: 7px 30px;}.ctf-tweet-content p {font-size: 13px;}#ctf .ctf-item {width: 22% !important;height: 450px !important;}
}
@media (max-width: 991px ) {.home_blog_post.row {height: auto;}.home_blog_post_content {padding: 20px 0 50px 0;}.commentate_section img {width: auto;}.ctf-tweet-content p {font-size: 13px;}#ctf.ctf-styles .ctf-author-screenname, #ctf.ctf-styles .ctf-context, #ctf.ctf-styles .ctf-twitterlink, #ctf.ctf-styles .ctf-tweet-meta {font-size: 11px;}.ctf-new {height: 340px !important;}a.ctf-author-name {font-size: 10px !important;}.navbar-default .navbar-nav>li>a {font-size: 9px !important;} a.navbar-brand {font-size: 12px !important;}.comment-form #submit {width: 50%;}#ctf .ctf-item {width: 100% !important;height: auto !important;}
}
@media (max-width: 992px ) {
  
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {left: 0;-webkit-transform: translate3d(16.7%, 0, 0);transform: translate3d(16.7%, 0, 0);}
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {left: 0;-webkit-transform: translate3d(-16.7%, 0, 0);transform: translate3d(-16.7%, 0, 0);}
    .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {left: 0;-webkit-transform: translate3d(50%, 0, 0);transform: translate3d(50%, 0, 0); }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {left: 0;-webkit-transform: translate3d(-50%, 0, 0);transform: translate3d(-50%, 0, 0);}
  
}
@media (max-width: 991px ) {
.main_inner_offer {
    background: #e4e4e4;
    padding: 70px 20px 0 20px;
    border-bottom: 5px solid #000;
    width: 50%;
    margin: 0 auto;
}
form {
    width: 80%;
}
button.submit {
    width: 60%;
}
a.left.carousel-control {
    left: 42% !important;
}
.carousel-control {
    top: 108%;
}
.product_main {
    text-align: center;
}
.navbar-default .navbar-nav>li>a {font-size: 14px;}
.navbar-brand>img {width: 170px;}
}
@media (max-width: 768px) {
.container { margin-right: 15px !important;margin-left: 15px !important;}}
@media (max-width: 767px) {
body h1 {font-size: 28px !important;}
body h2 {font-size: 28px !important;}.carousel-inner > .item.next,.carousel-inner > .item.active.right {left: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}.carousel-inner >.item.prev,.carousel-inner > .item.active.left {left: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}.carousel img{width: 70%;height: auto;margin: 0 auto;}.carousel-control {top: 103%;opacity: 1;}a.left.carousel-control {left: 40% !important;}.left_content_product {text-align: center;}.right_content p {color: #fff;}.navbar-nav>li {padding: 0 0px 0 20px;text-align: center;float:none;}ul.nav.navbar-nav {float: none;}.navbar-brand>img {width: 170px;
left: 70px;position: relative;}
#ctf .ctf-tweet-actions a{ padding: 0px; margin: 0px; float:left;}#ctf .ctf-tweet-actions a .fa {text-align: center;text-decoration: none;margin: 5px 2px;border-radius: 50%;}
#content_summery h1 {font-size: 30px;}.banner_title, .banner_title p {font-size: 40px;} div.wpcf7{width:100%;}#menu-footer-menu li {padding: 10px 15px;font-size: 10px;}.banner_title, .banner_title p {font-size: 29px;}a.navbar-brand {font-size: 32px !important;}.navbar-default .navbar-nav>li>a { font-size: 15px !important;}.banner_title{padding:20px 0 20px 0;}.banner_title .banner_text {font-size: 14px !important;}
}
@media (max-width: 580px) {
.bbp-header li.bbp-forum-info, .bbp-header li.bbp-forum-topic-count, li.bbp-forum-reply-count, li.bbp-forum-freshness {font-size: 10px;}#bbp-forum-64 li.bbp-forum-freshness {font-size: 10px;}.bbp-forum-content {font-size: 12px !important;}#menu-footer-menu {padding: 0 0 0 0;}#menu-footer-menu li {float: none;padding: 0 0 17px 0;}#menu-footer-menu li {font-size: 13px;}
}
@media (max-width: 480px) {body h1 {font-size: 20px !important;}.banner_title .banner_text {width: 70%;}#content_summery p {width: 90%;}.navbar-nav>li{padding:0 0 0 0 !important;}.comment-form #submit {width:100%;
}
}
@media (max-width: 320px) {
.banner_title .banner_text {width: 75%;}.banner_title, .banner_title p {font-size: 20px;}.banner_title .banner_text {font-size: 11px !important;}a.navbar-brand {font-size: 20px !important;}#content_summery p {
font-size: 14px;}
}