/* 
    Document   : style
    Created on : Nov 16, 2013, 10:12:43 AM
    Author     : sargisbudaghyan
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

/*body{
    height: 100%;
    margin: 0px;
    padding: 0;
}*/

.wrapper {
    /*background:#F1F1F1;*/
    min-height: 100%;
    position: relative;
}

body{
    margin:0px;
    background-image: url('../images/bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    /*    height: 100%;*/

    height: 100%;
    padding: 0px;
    position: relative;
    /*background-color: #ff8e00;*/
}

a {
    color:white;
    text-decoration: none;
}
/*Header*/

.ribbon{
    width: 100%;
    height: 38px;
    background-color: white;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.header{
    font-family: Tahoma;
    letter-spacing: 1px;
    font-size: 13px;
    color: white;   
    text-transform: uppercase;
    line-height: 38px;
    height: 115px;
}

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

.header ul li{
    display: inline;
    padding-left: 15px;
    cursor: pointer;
}

.header ul li a{
    color: white; 
}

/*.hotLine{
    color:red;
    font-size: 20px;
    font-family: Bold;
}*/

.logo{
    width: 250px;
    margin-top: -2px;
    margin-left: 10px;
}
/*Header End*/


/*Top menu toggle panel*/

.flip
{

}

.flip1
{

}


.panel
{
    width: 170px;
    display:none;
    position: relative;
    top: 0px;
    left: -144px;
    opacity: 0.5;
    background-color:white;
    color: gray !important;
    z-index: 1;
    line-height: 30px;
}

.panel ul li a{
    color: gray;
}

.panel a{
    color: gray;
}

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

.panel ul li{
    display: inline;
    padding-left: 10px;
    cursor: pointer;
    padding-top: 5px;
}

.panel a:hover{
    color:orangered;
}


.panel1
{
    width: 120px;
    display:none;
    position: relative;
    top: 0px;
    left: -22px;
    opacity: 0.5;
    background-color:white;
    color: gray;
    z-index: 1;
    line-height: 30px;
    padding-top: 20px;
}

.panel1 ul li a{
    color: gray;
}

.panel1 a{
    color: gray;
}

.panel1 a:hover{
    color:orangered;
}

.panel1 ul{

    list-style-type:none;
    margin:0;
    padding:0;
}

.panel1 ul li{

    padding-left: 10px;
    cursor: pointer;
}
/*Top menu toggle panel End*/


/*Slide*/

.slide img{
    width: 940px;
    margin-top: -220px;
}

/*Slide end*/

.banner img{
    width: 220px;
    height: 350px;
}

.search{
    margin-right: -48px;
}

.subscribe{

    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url('../images/subscribe.jpg');
    height: 150px;
}

.contactInfoError {
    position: absolute;
    margin-left: 64px;
    margin-top: 58px;
    margin-bottom: -61px !important;
    color: red;
}

.search input[type='text']{
    border-top-left-radius: 8px;
    opacity: 0.7;
    border-bottom-left-radius: 8px;
    background: white;
    -webkit-appearance: none;
    border: 2px solid white;
    height: 15px;
    width: 160px;
    padding-left: 5px;
    color: gray;
    font-family: tahoma;
    font-size: 12px;
    font-style: italic;
    outline: none;
}

.search input[type='button'], search input[type='button']:hover{
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-appearance: none;
    width: 77px;
    height: 21px;
    background: red;
    border: 2px solid red;
    color: white;
    cursor: pointer;
    margin-left: -4px;
    font-size: 12px;
}

.search input[type='button']:hover{
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-appearance: none;
    width: 77px;
    height: 21px;
    background: red;
    border: 2px solid red;
    color: white;
    cursor: pointer;
    margin-left: -4px;
    font-size: 12px;
}

.search input[type='submit'], search input[type='button']:hover{
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-appearance: none;
    width: 77px;
    height: 21px;
    background: red;
    border: 2px solid red;
    color: white;
    cursor: pointer;
    margin-left: 0px;
    font-size: 12px;
}

.search input[type='submit']:hover{
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-appearance: none;
    width: 77px;
    height: 21px;
    background: red;
    border: 2px solid red;
    color: white;
    cursor: pointer;
    margin-left: 0px;
    font-size: 12px;
}


.subscribe input[type='text']{
    opacity: 0.7;
    border-radius: 16px;
    background: black;
    -webkit-appearance: none;
    border: 2px solid white;
    height: 21px;
    width: 176px;
    padding-left: 17px;
    color: gray;
    font-family: Regular;
    font-size: 12px;
    font-style: italic;
    margin-top: 85px;
    margin-left: 11px;
    outline: none;
}

.subscribe input[type='button']{
    border-radius: 16px !important;
    -webkit-appearance: none !important;
    width: 74px !important;
    height: 22px !important;
    background-color: #17298f !important;
    border: 2px solid white !important;
    color: white !important;
    /*opacity: 0.7;*/
    cursor: pointer !important;
    margin-right: 11px !important;
    margin-top: 5px !important;
}

.subscribe input[type='submit']{
    border-radius: 16px !important;
    -webkit-appearance: none !important;
    width: 143px !important;
    height: 22px !important;
    background: #17298f !important;
    border: 2px solid white !important;
    color: white !important;
    /*opacity: 0.7;*/
    cursor: pointer !important;
    margin-right: 11px !important;
    margin-top: 5px !important;
    font-family: tahoma;
}

.number{
    position: absolute;
    z-index: -1;
    top: 34px;
    text-transform: none;
    font-style: italic;
    font-size: 16px;
    font-family: Tahoma;
    letter-spacing: 1px;
}

.subscribePopUp{
    background-color: white;
    color:gray;
    /*border: 1px solid white !important;*/
    border-radius: 0px !important;
    font-family: Regular !important;
    font-size: 12px;
    width: 150px !important;
    position: absolute !important;
    top: 10px !important;
    left: 960px !important;
}
