html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: auto;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*custom css*/
.container {
    width: 1440px;
    max-width: 100%;
}
.beWorry {
    position: relative;
    bottom: 5px;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.2);
    width: 100%;
    z-index: 20;
    min-height: 15%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.wrap .temiLogo a.navbar-brand{
    display: block;
    width: 244px;
    height: auto;
    padding: 6px 0 0 0;
    margin-left: 0;
}
.navbar-inverse {
    background: #fff;
    border: none;
}
.navbar-header {
    width: 25%;
    float: left;
}
.collapse.navbar-collapse {
    width: 75%;
    float: left;
    padding-top: 30px;
}
.wrap .menuItems {
    font-size: 18px;
    width: 85%;
    padding-top: 15px;
}
.wrap .menuItems li {
    float: none;
    display: inline-block;
    text-align: center;
    /*width: 30%;*/
}
.wrap .menuItems li+li {
    margin-left: 40px;
}
.wrap .menuItems li a{
    color: #333333 !important;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.wrap .menuItems li:nth-child(3) a{
    color: #ba0080 !important;
}
.wrap .menuItems li a:hover {
    text-decoration: none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: none;
    color: #333333
}
.wrap .menuItems li a:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #333333;
    -webkit-transition: width  ease-out 0.2s;
    -moz-transition: width  ease-out 0.2s;
    -o-transition: width  ease-out 0.2s;
    transition: width ease-out 0.2s;
}

.wrap .menuItems li.active a:before, .wrap .menuItems li a:hover:before, .wrap .menuItems li a:focus:before {
    width: 100%;
}
.collapse.navbar-collapse .socItem {
    width: 15%;
    float: right;
    text-align: right;
}
.collapse.navbar-collapse .socItem li {
    display: inline-block;
    float: none;
}
div.wrap .socItem li a{
    padding: 15px;
    display: block;
}
/*.headerCont {
    width: 1150px;
}*/
#headerBot {
    margin-top: 116px;
    /*background: url("/uploads/headerBG2.jpg") no-repeat;*/
    /*background: url("/img/mainHeaderBg.jpg") no-repeat;*/
    background: url("/img/v2/main_desktop.jpg") no-repeat;
    /*background-position: center top;*/
    background-position: center center;
    background-size: cover;
}
#headerBot img {
    display: none;
}
@media (max-width: 768px) {
    #headerBot {
        background: url("/img/v2/main_mobile.jpg") no-repeat;
        background-position: center top;
        background-size: cover
    }
}
#topSepper {

    margin-top: -54px;
    padding-top: 21px;
    padding-bottom: 21px;
    background: #BA0080;
}
#topSepper span {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 58px;
    line-height: 65px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#midMain {
    background: url("/uploads/midMainBG.jpg") no-repeat;
    background-position: left bottom;
    background-size: cover;
    min-height: 650px;
}
.findIn {
    display: inline-block;
    padding: 14px 25px 15px 25px;
    background: #BA0080;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 8px;
    position: absolute;
    bottom: 8%;
    color: #ffffff;
    box-shadow: 3px 3px 7px rgba(0,0,0,0.0);
    -webkit-transition: all  ease-out 0.2s;
    -moz-transition: all  ease-out 0.2s;
    -o-transition: all  ease-out 0.2s;
    transition: all ease-out 0.2s;
    max-width: 240px;
    left: 0;
    right: 0;
    margin: auto;
}
.findIn:hover {
    background: #ffffff;
    color: #BA0080;
    text-decoration: none;
    box-shadow: 3px 3px 7px rgba(0,0,0,0.5);
}
#midMain{
    position: relative;
}
#midMain div {
    height: 100%;
    position: relative;
}
#midMainLeft {
    text-align: center;
    height: 100%;
    position: relative;
}
#midMainRight {
    background: rgba(254, 242, 250, 0.7);
}
#midMain div#midMainCont {
    position: absolute;
    top:0;
    left:0;
    right: 0;
}
.slideTitle {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 140.62%;
    /* or 51px */
    text-align: center;
    letter-spacing: 0.03em;
    color: #BA0080;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 45px 15px 45px 15px;
}
#midMain .outerBox {
    height: auto;
}
.outerBox .innerBox {
    background: #FFB7F0;
    box-shadow: 0px 4px 4px rgba(186, 0, 128, 0.28);
    min-height: 250px;
    padding: 0 10px 0 10px;
    border-radius:50px 50px 200px 200px;
    -moz-border-radius:50px 50px 200px 200px;
    -webkit-border-radius:50px 50px 200px 200px;
}
.outerBox .innerBox .inBoxTitle {
    display: block;
    background: #ffffff;
    border-radius: 30px;
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;
    padding: 14px 0;

    margin-bottom: 15px;
    margin-left: -10px;
    margin-right: -10px;
}
 .outerBox .innerBox .inBoxCont {
    display: block;
    background: #BA0080;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.035em;
    color: #ffffff;
    min-height: 180px;
    box-shadow: 0px 4px 4px #BA0080;
    border-radius:50px 50px 200px 200px;
    -moz-border-radius:50px 50px 200px 200px;
    -webkit-border-radius:50px 50px 200px 200px;
    padding: 10px;
}
#typicalPage  .outerBox{
    margin-bottom: 35px;
}
#midMainBot {
    /*background: url("/uploads/mainMidBotBG.jpg") no-repeat;*/
    /*background: url("/img/bottomHalfBg.jpg") no-repeat;*/
    background: url("/img/v2/power_of_3.jpg") no-repeat;
    /*background-position: left center;*/
    background-position: center;
    background-size: cover;
    /*background-size: 60% 100%;*/
    position: relative;
}
/*@media (max-width: 768px) {*/
/*    #midMainBot {*/
/*        background: url("/img/v2/power_of_3_mobile.jpg") no-repeat;*/
/*        background-position: center;*/
/*        background-size: cover;*/
/*    }*/
/*}*/
#midMainBot:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(186,0,130,0.5);
}
#midMainBot>div, #midMainBot>div>div, #midMainBot>div>div>div{
    height: 100%;
    position: relative;
}
#midMainBot .circleInner {
    width: 415px;
    height: 415px;
    border-radius: 1000px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*#midMainBot .circleInner>div {
    width: 160px;
}*/
#midMainBot .circleInner>div>img {
    display: block;
    /*width: 100%;*/
}
.lips1 {
    position: absolute;
    top: -98px;
    left: -50px;
}
.lips1 img{
    width: 275px;
}
.lips2 {
    position: absolute;
    top: 65px;
    right: -114px;
}
.lips2 img{
    width: 195px;
}
.lips3 {
    position: absolute;
    bottom: -86px;
    left: -24px;
}
.lips3 img{
    width: 295px;
}
.lipsTitle {
    display: block;
    max-width: 120px;
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    line-height: 35px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: absolute;
}
.lips1 .lipsTitle {
    left: 119px;
    top: 60px;
}
.lips2 .lipsTitle {
    left: 55px;
    top: 175px;
}
.lips3 .lipsTitle {
    left: 23px;
    top: 53px;
}
.inCircleContTop {
    font-family: Philosopher;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 32px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    max-width: 255px;
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    margin: auto;
}
.inCircleContBot {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    max-width: 255px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}
.circleImg{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 335px;
}
.circleInner:before {
    content: '';
    display: block;
    position: absolute;
    left: -100px;
    top: -100px;
    bottom: -100px;
    right: -100px;
    background: url(/uploads/inCircleLogoPart.png) no-repeat;
    background-size: contain;
    background-position: center;
}
#mainBot .getFun {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 54px;
    line-height: 60px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 25px 30px;
    background: #BA0080;
    border: none;
    border-radius: 24px;
    max-width: 560px;
    max-height: 170px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#mainBot {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}
#mainBot img{
    position: relative;
    display: block;
    margin: auto;
    width: 90%;
}
#typicalPage {
    padding-top: 30px;
    padding-bottom: 25px;
    font-size: 14px;
}
div#subHeader, div#subHeader2  {
    position: relative;

    height: 450px;
}
div#subHeader:before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/uploads/midMainBG.jpg") no-repeat;
    background-size: cover;
    opacity: 0.5;
    background-position-y: -280px;
}
div#subHeader2:before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: url("/uploads/mainMidBotBG.jpg") no-repeat;*/
    background: url("/img/mainHeaderBg.jpg") no-repeat;
    background-size: cover;
    opacity: 0.5;
    background-position-y: -280px;
}
div#subHeader div, div#subHeader2 div {
    position: relative;
    height: 100%;
}
div#subHeader span, div#subHeader2 span, div#subHeader .pageh1, div#subHeader2 .pageh1 {
    display: block;
    position: absolute;
    font-family: Philosopher;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    color: #000000;
    font-size: 36px;
    font-weight: 400;
    /*width: 255px;*/
    height: 50px;
    z-index: 2;
    text-align: center;
    text-shadow: 1px 1px 1px #ffffff, 1px 1px 1px #ffffff;
}
div#subHeader span:before, div#subHeader2 span:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    display: none;
    height: 120px;
    width: 255px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255, 1.0) 0%, rgba(255,255,255, 0.0) 100%);
    z-index: -1;
   /* transform: rotate(0deg) scale(1.001) skew(51deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.000) skew(50deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.000) skew(50deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.000) skew(50deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.000) skew(50deg) translate(0px);*/
}
.revTitle {
    display: block;
    position: relative;
    color: #000000;
    font-family: Philosopher;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: justify;
}
.revTitle:before {
    content: '';
    position: absolute;
    display: none;
    right: 10%;
    top:0;
    bottom: 0;
    width: 5%;
    height: 2px;
    margin: auto;
    background: rgb(186,0,128);
    background: -moz-linear-gradient(90deg, rgba(186,0,128,0) 0%, rgba(186,0,128,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(186,0,128,0) 0%, rgba(186,0,128,1) 100%);
    background: linear-gradient(90deg, rgba(186,0,128,0) 0%, rgba(186,0,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ba0080",endColorstr="#ba0080",GradientType=1);
}
.revTitle:after {
    content: '';
    position: absolute;
    display: none;
    left: 10%;
    top:0;
    bottom: 0;
    width: 5%;
    height: 2px;
    margin: auto;
    background: rgb(186,0,128);
    background: -moz-linear-gradient(90deg, rgba(186,0,128,1) 0%, rgba(186,0,128,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(186,0,128,1) 0%, rgba(186,0,128,0) 100%);
    background: linear-gradient(90deg, rgba(186,0,128,1) 0%, rgba(186,0,128,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ba0080",endColorstr="#ba0080",GradientType=1);
}
.revText {
    display: block;
    text-align: justify;
    color: #333333;
    font-size: 14px;
    margin-bottom: 12px;
}
.revText.rels{
    position: relative;
}
.revOutter {
    border-bottom: 2px solid rgba(255,183,240,0.3);
}
.forOp {
    display: block;
    width: 25px;
    height: 25px;
    background: #FFB7F0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    border: none;
    border-radius: 1000px;
    outline: none;
}
.forOp.forCL {
    z-index: 11;
}
.forOp:before {
    content: '';
    width: 3px;

    background: #ffffff;
    position: absolute;
    bottom: 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    margin: auto;
}
.forOp.forCL:before {
    display: none;
}
.forOp:after {
    content: '';
    height: 3px;

    background: #ffffff;
    position: absolute;
    bottom: 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    margin: auto;
}

.revInner {
    padding: 15px 15px 15px 30px;
    overflow: hidden;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}
.revInner:hover {
    cursor: pointer;
}
.revRating {
    display: block;
    padding: 10px;
    text-align: center;
    unicode-bidi: bidi-override;
    direction: rtl;
}
form .revRating {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 100%;
    margin-bottom: 15px;
}
.revRating>span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    zoom: 1.5;
}

.revRating>span.active:before, form .revRating>span:hover:before, form .revRating>span:hover~span:before {
    content: "\2605";
    position: absolute;
    color: #BA0080;
}
.modal-content {
    padding: 20px;
}
.modal-content>p {
    font-size: 18px;
}
.modal-content button.btn.btn-success {
    background: #BA0080;
    color: #ffffff;
    border: 1px solid #BA0080;
}
.modal-content button.btn.btn-success:hover {
    background: #ffffff;
    color: #BA0080;
}
span.thx {
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}
button.close {
    position: absolute;
    top:5px;
    right: 12px;
}
#addRev {
    margin-top: 20px;
    background: #BA0080;
    color: #ffffff;
    border: 1px solid #BA0080;
    outline: none;
}
#addRev:hover {
    background:#ffffff;
    color: #BA0080 ;
}
#feedback-rating {
    display: none;
}
textarea#feedback-name {
    min-height: 150px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #BA0080;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #777777;
    border-color: #777777;
}
.botSoc a{
   display: inline-block;
    margin: 5px 7px;
}
#breadcrumbs {
    margin-top: 116px;
}
.breadcrumb {
    background: transparent;
}
.breadcrumb > li + li:before {
    content: '|';
    color: #BA0080;
}
.breadcrumb > li a ,.breadcrumb > li span{
    font-style: normal;
    color: #BA0080;
}
.breadcrumb > li:last-child a,.breadcrumb > li:last-child span {

    color: #333333;
    font-weight: 700;
}
.breadcrumb > li:last-child a{
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.breadcrumb > li:last-child a:hover {
    text-decoration: none;
    cursor: text;
}
.textAns {
    text-align: left;
    margin-bottom: 30px;
    font-size: 20px;
    position: relative;
    float: none;
    display: block;
}
.textAns:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 280px;
    background: rgb(186,0,128);
    background: -moz-linear-gradient(90deg, rgba(186,0,128,1) 0%, rgba(186,0,128,0.10407913165266103) 100%);
    background: -webkit-linear-gradient(90deg, rgba(186,0,128,1) 0%, rgba(186,0,128,0.10407913165266103) 100%);
    background: linear-gradient(90deg, rgba(186,0,128,1) 0%, rgba(186,0,128,0.10407913165266103) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ba0080",endColorstr="#ba0080",GradientType=1);

}
.err404 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 30px;
}
.err404low {
    text-align: left;
    font-size: 20px;
    margin-bottom: 15px;
}
.err404List {
    list-style: none;
    }
.err404List a{
    color: #333333;
    font-size: 16px;
}
.pageTitle {
    width: 100%;
    display: block;
    padding: 30px 15px;
    text-align: center;
}
.newsInner {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 18px;
}
.newsInner .newsOutImg {
    width: 100%;
    height: 69%;
    overflow: hidden;
}
.newsInner .newsOutImg img {
    display: block;
    width: auto;
    min-width: 100%;
    height: 100%;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
}
.newsInner .newsTitle {
    color: #000000;
    font-family: Philosopher;
    font-size: 16px;
    text-align: left;
    margin: 20px 0 10px 0;
    /*height: 22px;*/
    overflow: hidden;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
}
.newsTxt {
    text-align: left;
    font-size: 13px;
    margin-bottom: 10px;
    color: #333333;
    height: 38px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
.newsOutter {
    padding: 0px;
    padding-bottom: 15px;
    background: rgba(254, 242, 250, 0.7);
    border: 10px solid #ffffff;
}
.newsOutter a{
    text-decoration: none;

}
.newsMore {
    position: absolute;
    right: 12px;
    bottom: -5px;
    padding: 3px;
    background: transparent;
    color: #BA0080;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    max-width: 80px;
}
.newsMeta {
    color: #777777;
    font-size: 12px;
    padding: 0 15px 15px 15px;
    position: absolute;
    bottom: -18px;
}
.allNewsPagination {
    display: block;
    text-align: center;
}
.newsInner:hover .newsOutImg img  {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

#inNewsPage img.img-responsive{
    float: left;
    margin: 0 7px 7px 7px;
}
#inNewsPage {
    padding-top: 30px;
    padding-bottom: 25px;
    font-size: 14px;
}
#inNewsPage img {
    max-width: 100%;
}
#allNewsPage>div>.row {
    /*background: rgba(254, 242, 250, 0.7);*/
}
#allNewsPage {
    padding-top: 30px;
    padding-bottom: 25px;
}
.fullInstruction {
    display: block;
    color: #333333;
    text-decoration: none;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.getStuck {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 200;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    text-shadow: -1px -1px 2px #ffffff, 1px 1px 2px #ffffff;
    z-index: 21;
}
#noSee {
    /*background: url(/uploads/mainMidBotBG.jpg) no-repeat;*/
    /*background: url("/img/bottomHalfBg.jpg") no-repeat;*/
    background: url("/img/v2/power_of_3_mobile.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    display: none;
}

@media (max-width: 1400px) {
    div#subHeader:before, div#subHeader2:before{
        background-position-y: 0px;
    }
    #midMainBot .circleInner{
        /*zoom: 0.8;*/
        transform: scale(0.8) translateX(-10%);
    }
    .slideTitle {
        font-size: 30px;
        padding: 70px 15px 45px 15px;
    }
}
@media (max-width: 1199px) {
    #typicalPage .outerBox{
        display: none;
    }
    .wrap .menuItems li+li {
        margin-left: 0px;
    }
    .slideTitle {
       font-size: 30px;
    }
    .wrap .menuItems li {
        width: 30%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .outerBox .innerBox .inBoxCont {
        font-size: 15px;
    }
    .outerBox .innerBox .inBoxTitle {
        font-size: 17px;
    }
}
@media(max-width: 992px){
    #midMain {
        height: 1010px !important;
        background: none;
    }
    #midMainCont>div>div:nth-child(1){
        height: 400px !important;
        background: url(/uploads/midMainBG.jpg) no-repeat;
        background-position: left bottom;
        background-size: cover;
    }
    #midMainCont>div>div:nth-child(2){
        background: #FEF2FA;
    }
    #midMainBot .circleInner{
        /*zoom: 0.5;*/
        transform: scale(0.5) translateX(-10%);
    }
    #midMainBot {
        height: 335px !important;
    }

   div.wrap .navbar-nav > li  a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0;
    }
    div.wrap .socItem > li  a{
        margin-top: 15px;
    }
    div.wrap .temiLogo a.navbar-brand {
        display: block;
        width: 244px;
        max-width: 100%;
        margin: auto;
        height: auto;
        padding: 25px 0 0 0;
    }

    .wrap .menuItems li+li {
        /*margin-left: 15px;*/
    }
    .wrap .menuItems li a{
        font-size: 12px;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    div.wrap .temiLogo a.navbar-brand svg {
        margin-top: 25px;
    }
}
@media(max-width: 767px){
    #noSee {
        display: block;
        height: 335px;
        position: relative;
    }
    #noSee:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(186,0,130,0.5);
    }
    .findIn {
        bottom: -6%;
        z-index: 1;
    }
    #midMainBot{
        background: #ffffff;
    }
    #midMain {
        height: 1620px !important;
    }
    #midMain .outerBox{
        margin-bottom: 25px;
        max-width: 250px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .slideTitle{
        font-size: 24px;
        padding: 40px 15px 45px 15px;
    }
    #midMainBot .circleInner{
        /*zoom: 0.5;*/
        transform: scale(0.5) translateX(-10%);
    }
    #midMainRight {
        display: none;
    }
    #mainBot .getFun{
        font-size: 28px;
        -webkit-border-bottom-right-radius: 2000px;
        -webkit-border-bottom-left-radius: 2000px;
        -moz-border-radius-bottomright: 2000px;
        -moz-border-radius-bottomleft: 2000px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        bottom: auto;
        max-width: 100%;
        min-height: 170px;
    }
    #mainBot img {
        position: relative;
        display: block;
        margin: auto;
        /*width: 270%;*/
        /*margin-top: 135px;*/
        /*margin-left: -22%;*/
        width: 100%;
    }
    #mainBot .getFun {
        display: none;
    }
    #mainBot{
        height: 575px;
        padding-top: 25px;
        padding-bottom: 25px;
        position: relative;
        overflow: hidden;
        border: 15px solid #ffffff;
        border-radius: 60px;
    }
    #topSepper {
        margin-top: 0;
    }
    #topSepper span {
        padding: 0 32px;
        font-size: 30px;
        line-height: 34px;

    }
    .navbar-toggle {
        margin-top: 15px;
        margin-right: 0;
        border: none;
        float: none;
        height: 35px;
        position: absolute;
        right: 5%;
        top: 0;
        bottom: 0;

    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .navbar-inverse .navbar-toggle .icon-bar:nth-child(2) {
        display: none;
    }
    .navbar-inverse .navbar-toggle.collapsed .icon-bar:nth-child(2) {
        display: block;
    }
    .navbar-inverse .navbar-toggle .icon-bar:nth-child(3) {
        transform: rotate(45deg);
    }
    .navbar-inverse .navbar-toggle.collapsed .icon-bar:nth-child(3) {
        transform: rotate(0deg);
    }
    .navbar-inverse .navbar-toggle .icon-bar:nth-child(4) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }
    .navbar-inverse .navbar-toggle.collapsed .icon-bar:nth-child(4) {
        transform: rotate(0deg);
        margin-top: 4px;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #fff;
    }
    .navbar-header {
        width: 100%;
        float: left;
    }
    div.wrap .temiLogo a.navbar-brand {
        display: block;
        width: 250px;
        height: auto;
        padding: 10px 0 10px 0;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    div.wrap .navbar-collapse {
        width: 100%;
        float: left;
        padding-top: 5px;
        margin-right: 0;
        margin-left: 0;
    }
    div.wrap .menuItems {
        font-size: 18px;
        /*width: 267px !important;*/
        width: 100% !important;
        padding-top: 5px !important;
        padding-left: 0;
        margin: auto;
    }
    div.wrap .menuItems li {
        width: 100% !important;
        text-align: left !important;
        padding-top: 30px;
    }
    .menuItems li+li {
        margin-left: 0px !important;
    }
    div.wrap .menuItems li a {
        color: #333333;
        font-weight: 700;
        position: relative;
        display: inline-block;
        padding: 0;
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
    .wrap .menuItems li a:before{
        display: none;
    }
    div.wrap .socItem {
        /*width: 267px !important;*/
        width: 100% !important;
        float: none !important;
        text-align: center !important;
        padding-left: 0;
        margin: auto;
    }
    div.wrap .socItem img{
        height: 32px;
    }
    div.wrap .socItem li{
        padding-top: 30px;
    }
    div.wrap .socItem li+li{
        margin-left: 30px;
    }
    #headerBot {
        margin-top: 65px;
        /*height: 499px !important;*/
        /*background-size: contain;*/
        background: none;
        height: auto !important;
        padding: 0;
    }
    #headerBot img {
        display: block;
        width: 100%;
        height: auto;
    }
    #breadcrumbs {
        margin-top: 65px;
    }
    div.wrap .navbar-collapse .socItem li {
        display: inline-block;
        float: none;
        width: auto;
    }
    div#subHeader:before, div#subHeader2:before{
        background-position-y: 0px;
    }
    div#subHeader span:before, div#subHeader2 span:before{
        width: 220px;
    }
    .breadcrumb {
        display: none;
    }

}

.develop-by {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.develop-by svg {
    width: 100px;
    height: 50px;
    margin-right: 50px;
}
.develop-by a {
    color: #000000;
    font-size: 14px;
    line-height: 14px;
}
.develop-by p {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .develop-by {
        justify-content: space-between;
    }
}
@media (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 1.25) {
    .slideTitle{
        line-height: 120%;
        font-size: 25px;
        padding: 5px 15px 0px 15px;
    }
    .outerBox .innerBox{
        -webkit-border-radius: 65px 65px 200px 200px;
        min-height: 175px;
    }

    .outerBox .innerBox .inBoxCont{
        font-size: 17px;
        line-height: 20px;
        min-height: 150px;
    }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25) {
    .slideTitle{
        padding: 70px 15px 0px 15px;
    }
}
/*end custom CSS*/
