body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #34495e;
  	background-image:url(../images/section_bg.jpg);
	background-size:cover;
	background-attachment:fixed;
}

body.main_login_page {
    width: 100%;
    float: left;
    background-image: url(../images/login_bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}
.body_overlay {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    right: 0;
    border: 0;
}
/*--Normal css start--*/
.padding_right{
	padding-right:0px !important;
}
.padding_left{
	padding-left:0px !important;
}
a:focus{
    outline: 0px !important;
    outline-offset: 0px !important;
    text-decoration: none !important;
    color: #ffffff !important;
}
.margin_right10{
	margin-right:10px;
}
.margin_left10{
	margin-left:10px;
}
.margin_top20{
	margin-top:20px;
}
.margin_top15{
	margin-top:15px;
}
.margin_top10{
	margin-top:10px;
}
.margin_btm20{
	margin-bottom:20px;
}
.margin_btm15{
	margin-bottom:15px;
}
.margin_btm10{
	margin-bottom:10px;
}
.bonus_btn {
    padding: 2px 9px 2px 9px;
    display: inline-block;
    background-color: #f6b702;
    color: #ffffff;
    opacity: 0.8;
    margin-left: 10px;
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.bonus_btn:hover, .bonus_btn:focus{
	text-decoration: none;
    color: #ffffff;
    opacity: 1;
	outline:none;
}
.bonus_btn:focus, .bonus_btn:visited{
	text-decoration: none;
    color: #0067B0 !important;
    opacity: 1;
	outline:none;
}
.mt_doc_btn {
    width: auto;
    float: right;
}

.mt_doc_btn a {
    padding: 10px 20px 10px 20px;
    display: inline-block;
    background-color: #fb8108;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0 4px #d46e0a;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.mt_doc_btn a:hover, .mt_doc_btn a:focus{
	color:#ffffff;
	text-decoration:none;
	opacity:1;
}
a.mt_dc_dwn {
    margin-right: 5px;
}
/**--css start--**/
.mt_menu_wrapper {
    width: 100%;
    float: left;
    /* padding: 20px 0px; */
    background-color: #0067B0;
}

.mt_logo {
    width: 100%;
    float: left;
    padding: 15px 0px;
}

.mt_menu {
    width: 100% !important;
    float: left;
}

.mt_menu ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
	text-align:center;
}

.mt_menu ul > li {
    /* float: left; */
    list-style: none;
    position: relative;
    display: inline-block;
}

.mt_menu ul > li > a {
    color: #ffffff;
    display: block;
    padding: 30px 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    text-decoration: none;
    font-size: 15px;
	    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.mt_menu ul > li > a > svg {
    margin-right: 6px;
    float: left;
	transform: translateY(3px);
    -moz-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
}

.mt_menu ul li a:focus, .mt_menu ul li:focus{
	outline:none;
	box-shadow:none;
}
.mt_menu ul li a i.fa{
    margin-left: 5px;
}
.mt_menu ul li > a:before {
    background: #f6b702 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    visibility: hidden;
    width: 100%;
    z-index: -1;
	    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.mt_menu ul li.active > a:after {
    background: #f6b702 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    width: 100%;
    z-index: -1;
}
.mt_menu ul li:hover a:before {
    opacity: 1;
    visibility: visible;
}
.mt_logout {
    width: 100%;
    float: right;
    padding: 30px 0px;
    text-align: right;
}

.mt_logout > a {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.mt_logout svg{
	margin-right: 4px;
	transform: translateY(3px);
    -moz-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
		transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.mt_logout svg path{
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.mt_logout a:hover, .mt_logout a:hover svg path{
	text-decoration:none;
	color:#f6b702;
	fill:#f6b702;
}
.mt_logout a i.fa{
    margin-left: 3px;
}
/*Dropdown Menu*/
.mt_menu ul > li > ul.sub-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: -12px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 120%;
    visibility: hidden;
    width: 200px;
	-webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.mt_menu ul > li > ul.sub-menu li {
    width: 100%;
    float: left;
}

.mt_menu ul > li > ul.sub-menu > li a {
    color: #34495e;
    padding: 13px 20px;
}
.mt_menu ul li ul.sub-menu a::before {
  display: none;
}
.mt_menu ul > li > ul.sub-menu a:hover {
  padding-left: 20px;
  color: #fff;
}
.mt_menu ul li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 11;
}
.mt_menu ul li ul.sub-menu li a:hover{
	background-color:#f6b702 ;
	color:#ffffff;
	padding-left:25px;
}
/**--product css start--**/
.mt_product_wrapper {
    width: 100%;
    float: left;
    padding: 50px 0px;
}
h1.mt_heading {
    width: 100%;
    float: left;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 21px;
    margin-top: 7px;
}
.mt_pro_tab {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    margin-top: 30px;
}

.mt_pro_tab ul.nav.nav-tabs.tabs-left {
    width: 100%;
    border: none;
    background-color: #0067B0;
}

.mt_pro_tab ul.nav.nav-tabs.tabs-left li {
    width: 100%;
    float: left;
}
.mt_pro_tab ul.nav.nav-tabs.tabs-left li.active a{
	background-color: #f6b702;
}
.mt_pro_tab ul.nav.nav-tabs.tabs-left a {
    padding: 17px 20px;
    color: #ffffff;
    border: none;
    font-size: 16px;
    border-radius: 0;
    border-radius: 0;
    margin-bottom: 4px;
    margin: 0px;
	    border-bottom: 1px solid #4888b5;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.mt_pro_tab ul.nav.nav-tabs.tabs-left li:last-child a{
	   border-bottom: none;
}
.mt_pro_tab ul.nav > li > a:hover, .mt_pro_tab ul.nav > li > a:focus {
    text-decoration: none;
    background-color: #f6b702;
}
.mt_pro_tab .tab-content {
    width: 100%;
    float: left;
    padding: 40px 20px;
    background-color: #ffffff;
}
.mt_pro_tab .tab-content > .active{
	-webkit-animation: fadeleft 1s 1;
    -moz-animation: fadeleft 1s 1;
    animation: fadeleft 1s 1;
}
.mt_product_content {
    width: 100%;
    float: left;
    text-align: center;
}
.mt_product_content {
    width: 100%;
    float: left;
    text-align: center;
}
.pro_img {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
ul.mt_product_description {
    width: 100%;
    float: left;
    padding: 20px 0px;
    margin: 0px;
    text-align: left !important;
    margin-left: 20px;
}

ul.mt_product_description li {
    width: 45%;
    float: left;
    list-style: none;
    color: #2c3e50;
    margin: 0px 15px 5px 20px;
    font-size: 15px;
    position: relative;
    line-height: 24px;
}

ul.mt_product_description li i {
    color: #0067B0;
    float: left;
    position: absolute;
    left: -23px;
    top: 6px;
}
.mt_product_tagline {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0px;
}
.mt_product_content p.offer_subheading {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    color: #2c3e50;
    font-weight: 600;
    margin: 15px 0px 0px 20px;
}
.mt_product_tagline h2 {
	display: inline-block;
    text-transform: capitalize;
    font-size: 19px;
    margin: 0px;
    color: #ffffff;
    padding: 10px 20px;
    background-color: #f6b702;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
}
.mt_product_tagline h2:before {
    content: "";
    position: absolute;
    left: -36px;
    bottom: 0;
    width: 0px;
    height: 0px;
    border-top: 18px solid #f6b702;
    border-left: 36px solid transparent;
    border-bottom: 22px solid #f6b702;
}
.mt_product_tagline h2:after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: 0;
    width: 0px;
    height: 0px;
    border-top: 18px solid #f6b702;
    border-right: 36px solid transparent;
    border-bottom: 22px solid #f6b702;
}
.mt_pro_btn {
    width: auto;
    display: inline-block;
}

.mt_btn1, .mt_upgrade {
    padding: 20px 35px 20px 70px;
    display: inline-block;
    background-color: #0067B0;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 4px;
    margin-right: 10px;
    box-shadow: 0 4px #164b71;
    text-decoration: none;
    position: relative;
    z-index: 1;
	opacity: 0.8;
	font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.mt_btn1:before, .mt_btn2:before{
    content: "\f0ed";
    position: absolute;
    left: 30px;
    line-height: 0.8;
    color: #ffffff;
    opacity: 0.5;
    position: absolute;
    font: normal normal normal 22px/1 FontAwesome;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
}
.mt_upgrade:before{
    content: "\f1d8";
    position: absolute;
    left: 30px;
    line-height: 0.8;
    color: #ffffff;
    opacity: 0.5;
    position: absolute;
    font: normal normal normal 22px/1 FontAwesome;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
}
.mt_btn1:hover:before, .mt_btn2:hover:before, .mt_upgrade:hover:before{
	opacity:1;
}

.mt_btn2 {
    padding: 20px 30px 20px 70px;
    display: inline-block;
    background-color: #f6b702;
    color: #ffffff;
	opacity: 0.8;
	margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 16px;
    margin-right: 10px;
    border-radius: 4px;
    box-shadow: 0 4px #c19410;
	text-decoration:none;
    position: relative;
    z-index: 1;
	font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.mt_btn1:hover, .mt_btn2:hover, .mt_upgrade:hover{
	text-decoration:none;
	color:#ffffff;
	opacity:1;
}
.mt_upgrade{
	margin-top:30px;
}
h3.pro_name {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 700;
}
.fadeleft {
    -webkit-animation: fadeleft 2s 1;
    -moz-animation: fadeleft 2s 1;
    animation: fadeleft 2s 1;
}
@-webkit-keyframes fadeleft {
    from {

        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeleft {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadeleft {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/**--Training page css start--**/
.mt_traning_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0px 70px;
}

.mt_iframe_wrapper {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 20px;
    min-height: 445px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.26);
}

.mt_iframe_wrapper h3 {
    width: 100%;
    float: left;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 25px;
    font-weight: bold;
    line-height: 28px;
}
.moto_training_heading {
    width: 100%;
    float: left;
}

.moto_training_heading h1 {
    font-size: 26px;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 50px;
}

.mt_iframe_wrapper iframe {
    width: 100%;
    height: 320px;
}
/*--help page css start--*/
.mt_help_wrapper {
    width: 100%;
    float: left;
    text-align: center;
    padding: 200px 0px 200px;
}
.mt_help_wrapper h1 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
}

.mt_help_wrapper p a {
    font-size: 18px;
	color: #0067B0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}
.mt_help_wrapper p a:hover{
	text-decoration:none;
	color:#f6b702 ;
}
/*--faq page css start--*/
.mt_faq_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0px;
}
.mt_faq_inner {
    width: 100%;
    float: left;
}
.mt_faq_inner .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .05);
    margin-bottom: 20px !important;
}
.mt_faq_inner  .panel-default > .panel-heading {
    color: #ffffff;
    background-color: #0067B0;
    border-color: #ddd;
    padding: 5px 15px;
    border-radius: 0px;
}
.mt_faq_inner .panel-title a {
    display: block;
    color: #fff;
    padding: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
	text-decoration: none;
}
.mt_faq_inner .panel-title a:hover{
	text-decoration:none;
}
.mt_faq_inner .panel-heading a.collapsed:before {
    content: "\f0fe";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    right: 5px;
    top: 14px;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
	color:#f6b702;
}
.mt_faq_inner .panel-heading a:before {
    content: "\f146";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    right: 5px;
    top: 14px;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
	color:#f6b702;
}
.mt_faq_inner .panel-body {
    padding: 20px 15px;
}

/*--Account css start--*/
.mt_acc_wrapper {
    width: 100%;
    float: left;
    padding: 100px 0px;
}



.mt_acc_form  .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: none;
}
.mt_acc_form .form-group {
    margin-bottom: 20px;
}
.mt_acc_form label {
    margin-bottom: 10px;
}
.mt_acc_form .mt_btn1{
	border: 1px solid transparent;
    margin-top: 20px;
    padding: 15px 40px 15px 70px;
}
.mt_acc_form .mt_btn1:focus{
	outline:none;
	text-shadow:none;
}
.mt_acc_form h2 {
    margin: 0px;
    padding-bottom: 30px;
    font-size: 25px;
	text-transform: capitalize;
    font-weight: 700;
}
.mt_acc_form {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0px 9px 8px rgba(0, 0, 0, 0.4);
}
.mt_billing h2 {
    margin: 0px;
    padding-bottom: 30px;
    font-size: 25px;
	text-transform: capitalize;
    font-weight: 700;
}

.mt_billing p {
    width: 100%;
    float: left;
    padding: 22px 15px;
    background-color: #ffffff;
    margin: 0px;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}
/**----login page css start----**/
.login_inner {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    margin-top: 200px;
    /* padding: 0px 30px 30px; */
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 9px 8px rgba(0, 0, 0, 0.4);
}

.moto_logo {
    padding: 30px;
    text-align: center;
    background-color: #0067B0;
    border-radius: 4px 4px 0px 0px;
}

.moto_headlins {
    color: #ffffff;
}
.login_form {
    width: 100%;
    float: left;
    padding: 40px;
}
.login_form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow:none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.login_form .input-group {
    margin-bottom: 15px;
}
.input-group-addon i{
	color:#0067B0;
}
.input-group-addon i.fa.fa-lock {
    font-size: 21px;
}
.moto_remember_wrapper {
    width: 100%;
    float: none;
    display: inline-block;
}
.moto_checkbox {
    width: auto;
    float: left;
}
.moto_remember_wrapper p {
    float: right;
    color: #111111;
}
.moto_checkbox label {
    margin-left: 5px;
    padding-left: 0px;
    vertical-align: top;
}

.moto_remember_wrapper p a.forgotlink {
    color: #0067B0;
    cursor: pointer;
}
.mt_acc_form.mt_add_user_form .moto_checkbox {
    width: 100%;
    float: left;
}
.moto_remember_wrapper p a.forgotlink:hover, .moto_remember_wrapper p a.forgotlink:focus {
    text-decoration: none;
	color:#f6b702 !important;
}
.moto_submit_wrapper {
    width: 100%;
    display: inline-block;
}
.mt_btn {
    height: 39px;
    line-height: 34px;
    padding: 0 20px;
    float: left;
    background-color: #0067B0;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    /* font-weight: 300; */
    text-align: center;
    outline: none;
	cursor:pointer;
    box-shadow: none;
    margin-top: 10px;
    position: relative;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
.mt_btn:hover,
.mt_btn:focus {
    border-color: #0067B0;
    color: #0067B0;
    text-decoration: none;
    background-color: transparent;
}
.moto_submit_wrapper > p {
    line-height: 45px;
    float: right;
    margin: 5px auto;
    font-size: 13px;
    color: #424242;
}
.moto_submit_wrapper > p a {
    color: #0067B0;
	cursor:pointer;
}
.moto_submit_wrapper > p a:hover {
	color:#f6b702 ;
}
.moto_checkbox input[type="checkbox"] {
    position: relative;
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 0;
    margin: 5px 2px 2px 2px;
    border: 2px solid #014898;
}
.moto_checkbox input[type="checkbox"]:focus {
    outline: none;
    box-shadow: none;
}
.moto_checkbox input[type=checkbox]:checked {
    border-color: #014898;
}
.moto_checkbox input[type=checkbox]:after {
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    content: '';
    display: block;
    position: absolute;
    background-color: transparent;
    top: -1px;
    left: 1px;
    width: 12px;
    height: 12px;
    background-image: url(../images/checked.svg);
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}
.moto_checkbox input[type=checkbox]:checked:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: none;
}
.mt_password {
    position: relative;
}
.mt_password .mt_input_info {
    position: absolute;
    right: 8.5px;
    top: 12.5px;
    width: 24px;
    z-index: 10;
    height: 24px;
    /* border-radius: 20px; */
    cursor: pointer;
    background-image: url(../images/info.png);
    background-size: 100% 100%;
}
.mt_password .mt_input_info .mt_input_tooltip {
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 10;
    min-width: 250px;
    background-color: #424a60;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    padding: 22px;
    text-align: left;
    border-radius: 4px;
    margin-left: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-5px, -50%);
    -moz-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: default;
}
.mt_password .mt_input_info .mt_input_tooltip:before {
    content: ""; 
     position: absolute; 
     top: 50%; 
     right: 100%; 
    width: 12px; 
     height: 40px; 
    -webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%); 
    transform: translateY(-50%); 
    background-image: url(../images/tooltip_arrow.svg); 
    background-size: 100%; 
}
p.form_footer {
    width: 100%;
    float: left;
    padding: 15px 15px;
    text-align: center;
    margin: 0px;
    background-color: #eeeeee;
}

p.form_footer a {
    font-weight: 600;
    color: #0067B0;
}
p.form_footer a:focus{
	color:#0067B0 !important;
	
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mt_password .mt_input_info:hover .mt_input_tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}
.login_inner.zoomin {
    opacity: 1;
    visibility: visible;
    -webkit-animation: login_wrapper_zoom 0.5s ease-in-out;
    -moz-animation: login_wrapper_zoom 0.5s ease-in-out;
    animation: login_wrapper_zoom 0.5s ease-in-out;
}
#message_space {
    text-align: center;
}

#message_space span {
    width: 100%;
    display: inline-block;
    color: #111111;
    font-size: 15px;
    margin-bottom: 5px;
}
@-webkit-keyframes login_wrapper_zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes login_wrapper_zoom {
    0% {
        opacity: 0;
        -moz-transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}
@keyframes login_wrapper_zoom {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.moto_footer {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
	margin-top: 40px;
}
.mt_copyright {
    color: #000000;
    font-weight: bold;
}

/**--user list table css--**/
.mt_user_table {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 30px 20px;
}

.mt_user_table #adminusertbl_length {
    margin-bottom: 15px;
}

.mt_user_table #adminusertbl_length select {
    height: 35px;
    width: 60px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}


.mt_user_table #adminusertbl_filter input[type="search"] {
    border: 1px solid #cccccc;
    height: 35px;
    border-radius: 4px;
	padding: 0px 10px;
}
.mt_user_table table.dataTable.no-footer {
    border-bottom: none;
}
.mt_user_table table.dataTable thead .sorting {
    background-image:none;
}

.mt_user_table table.dataTable thead th, .mt_user_table table.dataTable thead td {
    border-bottom: none;
	padding: 10px 10px 10px 10px;
    vertical-align: middle;
}
.mt_user_table table.dataTable thead .sorting_asc {
    background-image:none;
}
.mt_user_table table.dataTable tbody th, .mt_user_table table.dataTable tbody td {
    vertical-align: middle;
}
.mt_user_table .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fafafa;
}
.mt_user_table .table-hover > tbody > tr:hover {
    background-color: #fafafa;
}
.mt_user_table table thead {
    background-color: #0067B0;
}
.mt_user_table table th{
	color:#ffffff;
}

.mt_user_table table.dataTable tbody td select {
    border: 1px solid #cccccc;
    margin-top: 5px;
    border-radius: 4px;
    padding: 2px 5px;
}
.mt_user_table input:focus, .mt_user_table select:focus{
	outline:none;
	box-shadow:none;
}
.mt_user_table table.dataTable tbody td a{
	color: #f6b702;
}
.mt_user_table table.dataTable tbody td a:focus{
	color: #f6b702;
}
.mt_user_table table.dataTable tbody td a i.fa-ban{
	color:red;
}
.mt_user_table table.dataTable tbody td a i.fa-ban:focus{
	color:red;
}
.mt_user_table .dataTables_wrapper .dataTables_info {
    padding-top: 15px;
    line-height: 37px;
}
.mt_user_table .dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 15px;
}
.mt_user_table .dataTables_wrapper .dataTables_paginate .paginate_button.current, .mt_user_table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff!important;
    border: 1px solid #0067B0;
    background-color: #0067B0;
    background: #0067B0;
}
.mt_user_table .dataTables_wrapper .dataTables_length, .mt_user_table .dataTables_wrapper .dataTables_filter, .mt_user_table .dataTables_wrapper .dataTables_info, .mt_user_table .dataTables_wrapper .dataTables_processing, .mt_user_table .dataTables_wrapper .dataTables_paginate {
    color: #34495e;
}
.mt_user_table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .mt_user_table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .mt_user_table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #34495e !important;
}

/********--Product views css start--*****/
.moto_views_wrapper {
    width: 100%;
    float: left;
    padding: 50px 0px 200px;
}
.moto_views_box {
    width: 100%;
    float: left;
	text-align: center;
}
.mt_view_btn {
    padding: 20px 45px 20px 70px;
	margin-top: 20px;
    display: inline-block;
    background-color: #0067B0;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 4px;
    margin-right: 0;
    box-shadow: 0 4px #164b71;
    text-decoration: none;
    position: relative;
    z-index: 1;
    opacity: 0.8;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.mt_view_btn:before{
    content: "\f06e";
    position: absolute;
    left: 37px;
    line-height: 0.8;
    color: #ffffff;
    opacity: 0.5;
    position: absolute;
    font: normal normal normal 22px/1 FontAwesome;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
}

.mt_view_btn:hover{
    text-decoration: none;
    color: #ffffff;
    opacity: 1;
}
.mt_view_btn:hover:before{
	opacity:1;
}
.mt_view_btn i.fa.fa-spinner{
    right: 49px;
    top: 39%;
    margin-right: -34px;
    margin-left: 10px;
    font-size: 16px;
    content: "";
    position: absolute;
}
.mt_views_content {
    width: 100%;
    float: left;
    padding: 60px 20px;
    margin-top: 20px;
	position:relative;
}
.mt_view_close {
    position: absolute;
    right: 15px;
    top: 15px;
	cursor:pointer;
}

.mt_view_close i {
    font-size: 18px;
    color: #34495e;
}
.mt_product_list {
    width: 100%;
    float: left;
}

.mt_item_box {
    width: 100%;
    float: left;
    position: relative;
	background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    display: inline-block;
    border: 3px solid #0f0f0f;
    border-radius: 5px;
	min-height: 250px;
    background-image: url(../images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
}
h3.item_box_heading {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 15px 0px 20px 15px;
    font-size: 17px;
    text-transform: capitalize;
}
/* .mt_item_box img { */
    /* width: 394px; */
    /* height: 245px; */
/* } */

.mt_item_box h3 {
    width: 100%;
    float: left;
    padding-top: 30px;
    margin: 0px;
    font-size: 18px;
    text-transform: capitalize;
}
.mt_item_box_overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
}
.mt_item_box_overlay a.link_icon {
	position:absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    font-size: 20px;
    width: 50px;
    line-height: 50px;
    display: block;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	transform:translateY(-50%);
}
.mt_item_box:hover .mt_item_box_overlay{
	    visibility: visible;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.mt_item_box:hover{
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.19);
}

.mt_item_box_data {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.mt_item_box_data h3 {
    text-transform: capitalize;
    margin: 0px;
}
a.pro_preview {
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
    background-color: #0067B0;
    box-shadow: 0 4px #164b71;
	opacity: 0.8;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
a.pro_preview:hover{
	color:#ffffff;
	text-decoration:none;
	opacity:1;
}
.moto_member_footer{
	width:100%;
	float:left;
	padding:20px 0px;
	background-color:#0067B0;
}
.moto_member_footer p {
    width: 100%;
    float: left;
    text-align: center;
    color: #ffffff;
    margin: 0px;
}
/**----dfy basic service css start----**/
.nonlink_div {
    width: 100%;
    float: left;
    background-color: #f4f4f4;
    padding: 20px 20px;
}

.benefit_dfy {
    width: 100%;
    float: left;
}

.benefit_dfy p.offer_heading {
    text-align: left;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    color: #2c3e50;
    font-weight: 600;
    margin: 0px;
}

.benefit_dfy ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.benefit_dfy ul li {
    list-style: none;
    width: 100%;
    float: left;
    list-style: none;
    color: #2c3e50;
    padding: 0px 15px 10px 20px;
    font-size: 15px;
    position: relative;
    line-height: 24px;
    text-align: left;
}
.benefit_dfy ul li i {
    color: #0067B0;
    float: left;
    position: absolute;
    left: 0px;
    top: 6px;
}
.benefit_dfy p {
    width: 100%;
    float: left;
    text-align: left;
    list-style: none;
    width: 100%;
    float: left;
    list-style: none;
    color: #2c3e50;
    padding: 0px 15px 10px 0px;
    font-size: 15px;
    position: relative;
    line-height: 24px;
    text-align: left;
}
span.dfy_mail {
    font-style: italic;
    color: #2196F3;
}
/**----bonus css start----**/
.mt_bonus_div {
    width: 100%;
    float: left;
}
h1.mt_bonus_heading {
    width: 100%;
    float: left;
    margin-top: 0px;
	font-weight: bold;
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: capitalize;
}
.mt_bonus_div h3 {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 12px 10px 12px 10px;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    background-color: #0067B0;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.mt_bonus_img {
    width: 100%;
    float: left;
}
.mt_bonus_img img{
	display: inline-block;
    max-width: 100%;
    height: auto;
}
.mt_bonus_btn {
    width: 100%;
    float: left;
    margin: 30px 0px 20px;
}
.mt_bonus_btn a.mt_btn2 {
    margin-right: 0px;
}
.bonus_saperator {
    width: 95%;
    display: inline-block;
    margin: 0 auto;
    height: 1px;
    background-color: #f4f4f4;
}
/**----responsive css start--**/
/*responsive*/
@media(min-width:1499px) and (max-width:1700px){

}
@media(min-width:1400px) and (max-width:1600px){

}
@media(min-width:1200px) and (max-width:1400px){
 	.mt_iframe_wrapper {
    min-height: 474px;
}
.mt_iframe_wrapper h3 {
    font-size: 19px;
}
}
@media(max-width:1400px){
.mt_item_box {
    min-height: 210px;
}
}
@media (max-width:1200px){
.mt_item_box {
    min-height: 175px;
}
.mt_iframe_wrapper h3 {
    font-size: 18px;
}
}
@media(max-width:1024px){
	.mt_item_box {
	min-height: auto;

}
	.mt_product_tagline h2:before, .mt_product_tagline h2:after{
		display:none;	
	}
}
@media (max-width: 1199px) and (min-width: 992px){
		.mt_item_box {
	min-height: auto;

}
	.mt_menu ul > li > a {
    padding: 31px 10px;
    font-size: 14px;
}
.mt_menu ul li > a:before {
	display:none;
}
.mt_menu ul li > a:after {
	display:none;
}

.mt_pro_tab ul.nav.nav-tabs.tabs-left a {
    padding: 17px 15px;
    font-size: 15px;
}
.mt_menu ul > li > a:hover{
	color:#f6b702;
}
.mt_product_tagline h2 {
    font-size: 18px;
}
.mt_product_tagline h2:before {
    border-top: 19px solid #f6b702;
    border-left: 36px solid transparent;
    border-bottom: 20px solid #f6b702;
}
.mt_product_tagline h2:after {
    border-top: 20px solid #f6b702;
    border-right: 36px solid transparent;
    border-bottom: 19px solid #f6b702;
}
ul.mt_product_description li {
    width: 100%;
}
}
@media (max-width: 991px) and (min-width: 768px){
	ul.mt_product_description li {
    width: 100%;
    margin: 0px;
    line-height: 26px;
}
	.mt_menu ul > li > a {
    padding: 31px 10px;
    font-size: 14px;
}
.mt_menu ul li > a:before {
	display:none;
}
.mt_menu ul li > a:after {
	display:none;
}

.mt_pro_tab ul.nav.nav-tabs.tabs-left a {
    padding: 17px 15px;
    font-size: 15px;
}
.mt_menu ul > li > a:hover{
	color:#f6b702;
}
.mt_menu ul > li > a:hover svg path{
	fill:#f6b702;
}
.mt_pro_tab ul.nav.nav-tabs.tabs-left a {
    padding: 17px 10px;
    font-size: 14px;
}
.mt_item_box {
    width: 100%;
    float: none;
    display: inline-block;
    background-color: #ffffff;

}
.mt_logo {
    text-align: center;
}
.dataTables_wrapper {
    overflow-x: scroll;
}
.mt_password .mt_input_info .mt_input_tooltip {
    top: 372%;
    left: -214px;
}
.mt_product_tagline h2 {
    font-size: 20px;
    line-height: 26px;
}
}
@media (max-width:767px){
	.mt_product_content p.offer_subheading {
    margin: 15px 0px 0px 0px;
}
ul.mt_product_description {
    margin-left: 0;
}
	ul.mt_product_description li {
    width: 100%;
}
	.mt_product_tagline h2:before, .mt_product_tagline h2:after{
		display:none;	
	}
	.mt_product_tagline h2 {
    font-size: 21px;
}
	.mt_password .mt_input_info .mt_input_tooltip {
    top: 372%;
    left: -214px;
}
	.dataTables_wrapper {
    overflow-x: scroll;
}
	.mt_logo {
    text-align: center;
}
.mt_item_box {
	min-height: auto;

}
.mt_item_box img{
	width:100%;
}	
.mt_logout {
    padding: 14px 0px;
    margin-top: -50px;
}
.navbar-toggle {
   background-color: #fff !important;
       z-index: 1;
}
.navbar-toggle {
    float: left !important;
	z-index: 10;
}
.navbar-toggle .icon-bar {
    background-color: #0067B0;
}
.mt_menu ul > li {
    width: 100%;
}
.mt_menu ul > li > a {
    padding: 12px 15px;
	text-align: left;
}
.mt_menu ul li > a:before {
	display:none;
}
.mt_menu ul li > a:after {
	display:none;
}
	.mt_logout {
    margin-top: -55px;
    position: relative;
    z-index: 1;
}
h1.mt_heading {
    font-size: 24px;
}
.mt_pro_tab .col-lg-3.col-md-3.padding_right {
    padding-right: 15px !important;
}
.mt_pro_tab .col-lg-9.col-md-9.padding_left {
    padding-left: 15px !important;
}
.mt_menu ul > li > a:hover{
	color:#f6b702;
}
.mt_menu ul > li > a:hover svg path{
	fill:#f6b702;
}
.mt_doc_btn {
    float: left;
    margin-bottom: 30px;
}
}
@media (max-width:576px){
h1.mt_heading {
    font-size: 24px;
}
.mt_pro_tab .col-lg-3.col-md-3.padding_right {
    padding-right: 15px !important;
}
.mt_pro_tab .col-lg-9.col-md-9.padding_left {
    padding-left: 15px !important;
}
.mt_btn1, .mt_upgrade {
    padding: 20px 17px 20px 17px;
    font-size: 14px;
	    margin-right: 0;
}
.mt_upgrade:before {
    opacity: 0;
}
.mt_btn1:hover:before, .mt_btn2:hover:before, .mt_upgrade:hover:before {
    opacity: 0;
}
}
@media (max-width:479px){
	.mt_logout {
    margin-top: -49px;
}
h1.mt_heading {
    font-size: 24px;
}
.mt_pro_tab .col-lg-3.col-md-3.padding_right {
    padding-right: 15px !important;
}
.mt_pro_tab .col-lg-9.col-md-9.padding_left {
    padding-left: 15px !important;
}
.mt_btn1, .mt_upgrade {
    padding: 20px 17px 20px 17px;
    font-size: 14px;
	margin-right: 0;
}
.mt_upgrade:before {
    opacity: 0;
}
.mt_btn1:hover:before, .mt_btn2:hover:before, .mt_upgrade:hover:before {
    opacity: 0;
}
button.mt_btn1:hover:before{
	opacity:1;
}
.mt_help_wrapper h1 {
    font-size: 25px;
}
.mt_product_tagline h2 {
    font-size: 20px;
    padding: 10px 15px;
    line-height: 26px;
}
.mt_btn2 {
    padding: 20px 45px 20px 45px;

}
.mt_btn1:before, .mt_btn2:before {
    opacity: 0;
}
.mt_doc_btn a {
    font-size: 15px;
}
.mt_doc_btn {
    float: left;
}
}
@media(max-width:320px){
	.mt_view_btn:before{
		opacity:0;
	}
.mt_view_btn {
    padding: 20px 55px 20px 55px;
    font-size: 15px;
}
	.mt_view_btn:hover:before{
		opacity:0;
	}	
}



/*--------------Addons css start----------------*/
.mt_addon_wrapper {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.mt_addon_wrapper h1 {
    margin: 0px;
    font-size: 25px;
    font-weight: bolder;
    padding-bottom: 50px;
}
.mt_addon_wrapper h3 {
	width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 10px 10px 10px;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    background-color: #0067B0;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: capitalize;

}

.mt_addons_mnth_btn {
    width: 100%;
    float: left;
}

a.mt_addon_btn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    padding: 15px 25px 15px 55px;
    display: inline-block;
    background-color: #f6b702;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 16px;
    margin-right: 10px;
    border-radius: 4px;
    box-shadow: 0 4px #c19410;
    text-decoration: none;
    position: relative;
	cursor: pointer;
    z-index: 1;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
a.mt_addon_btn:before{
	content: "\f274";
    position: absolute;
    left: 23px;
    line-height: 0.8;
    color: #ffffff;
    opacity: 0.5;
    position: absolute;
    font: normal normal normal 22px/1 FontAwesome;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
a.mt_addon_btn:hover{
	color:#ffffff;
	text-decoration:none;
	opacity:1;
} 
a.mt_addon_btn:hover:before{
	opacity:1;
}
.mt_addon_wrapper .modal-body {
    float: left;
    width: 100%;
	padding-bottom: 30px;
}
.mt_addon_wrapper .modal-title {
    font-weight: bold;
    text-transform: capitalize;
}
.mt_addons_template {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}

.mt_template1 {
    width: 30%;
    display: inline-block;
    padding: 0px 15px;
}

.mt_template_box {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.mt_template_box > a:focus,
.mt_template_box > a:hover,
.mt_template_box > a{
	text-decoration:none;
}
.mt_template_box > a > h5{
    color: #2c3e50;
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
}

.mt_addon_wrapper button.close {
    font-size: 25px;
    opacity: 1;
}
.mt_addon_wrapper button.close:focus{
	outline:none;
}
.mt_addon_wrapper button.close:hover{
	opacity:1;
}

.mt_addon_wrapper .modal-content {
    float: left;
    width: 100%;
}
.mt_addon_button {
    padding:11px 20px 11px 20px;
    display: inline-block;
    background-color: #f6b702;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 16px;
    margin: 10px 5px;
    border-radius: 4px;
    box-shadow: 0 4px #c19410;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.mt_addon_button:hover{
	color:#ffffff;
	text-decoration:none;
	opacity:1;
}
.mt_addon_temp_img {
    position: relative;
    width: 100%;
}
.mt_addon_temp_overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mt_addon_overlay_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mt_addon_overlay_btn .fa {
    background: #f6b702;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: transparent;
}
.mt_template_box:hover .mt_addon_temp_overlay{
	opacity: 1;
}
.mt_template_box:hover .mt_addon_overlay_btn .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color:#ffffff;
}



@media (min-width: 768px){
.modal-dialog {
    width: 1000px !important;
    margin: 30px auto;
}
}

@media(max-width:480px){
	.mt_template1 {
    width: 48%;
}
}
@media(max-width:320px){
	.mt_template1 {
    width: 100%;
}
.mt_addon_wrapper h3 {
    text-align: center;
    padding-bottom: 20px;
}
}