/* Add here all your css styles (customizations) */
body {
    font-size: 16px;
}

.CustomLTR{
    direction:ltr;
}

.CustomLTR::-webkit-input-placeholder {
direction:rtl;
}
 
.CustomLTR:-moz-placeholder { /* Firefox 18- */
direction:rtl;
}
 
.CustomLTR::-moz-placeholder {  /* Firefox 19+ */
direction:rtl;
}
 
.CustomLTR:-ms-input-placeholder {  
direction:rtl;
}

.content-boxes-v4 a {
    font-size: 14px;
}


.header .navbar-nav > li > a {
    font-size: 20px;
}


.header .dropdown-menu li a {
    font-size: 15px;
}

.header-v2 .navbar-default .navbar-nav > li > a {
    font-size: 20px;
}

.header-v2 .dropdown-menu li a {
    font-size: 15px;
}

.header-v6 .navbar-nav > li > a {
    font-size: 20px;
}


.header-v6 .dropdown-menu li a {
    font-size: 15px;
}

.header-v6 .top-v2-contacts > li {
    color: #fff;
    font-weight: 200;
    line-height: 12px;
    padding: 0 15px 0 12px;
    border-right: 1px solid #fff;
}

    .header-v6 .top-v2-contacts > li:first-child {
        padding-right: 0;
        border-right: none;
    }

    .header-v6 .top-v2-contacts > li > a,
    .header-v6 .top-v2-contacts > li > a:hover {
        color: #fff;
    }

.header-v6 .dropdown-menu.no-bottom-space {
    padding-bottom: 0;
}
 
/*Main Page CSS*/
.mybgforBenifits {
    z-index: 1;
  /*padding: 200px 0;*/
  position: relative;
  /*text-align: center;*/
  background: url(../../images/Backgraunds/dark-business-victory.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.myTextColor {
    /*color:white !important;*/
    color: #F7F7F7 !important;
}

.bg-image-v1{
      width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../../images/Backgraunds/stock-photo-49044850-computer-room.jpg) repeat fixed;
}
/*END Main Page CSS*/


.myIconColor {
    color: #333333 !important;
}

.myButReadMore {
    background: none;
    border: solid 1px #333333;
    color: #333333 !important;
}

    .myButReadMore:hover {
        color: #000000 !important;
    }

    
#plugin_link li  a:link,#site_cart_link  li  a:link {
    color:blue;
    text-decoration:underline;
}
#site_cart_link li  a:hover,#plugin_link  li  a:hover {
    color:darkblue;
    text-decoration:underline;
}

