

/*/////////////Buttons////////////*/


.button_1, .button_2, .button_3, .button_4, .button_5, .button_6, .button_7, .button_8, .button_9, .button_10{
    width: 140px;
    height: 126px;
    margin-top: 30px;
    margin-right: 30px;
    float: right;
    box-shadow: -1px -1px 1px #c5c5c7;
    cursor: hand;
}


.button_1{
    background: url(images/phone.png) no-repeat center center #6f6f6f;}
.button_1:hover {
    background: url(images/phone.png) no-repeat center center #b3dcef;
    box-shadow: -1px -1px 1px #e1f1f9;
}

.button_2{
    background: url(images/mobile_phone.png) no-repeat center center #6f6f6f;
}
.button_2:hover {background: url(images/mobile_phone.png) no-repeat center center #c8ebfb;
                 box-shadow: -1px -1px 1px #e9f7f9;}

.button_3{
    background: url(images/mobile_sms.png) no-repeat center center #6f6f6f;
}
.button_3:hover {background: url(images/mobile_sms.png) no-repeat center center #64b8e0;
                 box-shadow: -1px -1px 1px #c1e3f3;}

.button_4{
    background: url(images/mail.png) no-repeat center center #6f6f6f;
}
.button_4:hover {background: url(images/mail.png) no-repeat center center #8fc8e9;
                 box-shadow: -1px -1px 1px #d2e9f6;}

.button_5{
    background: url(images/chat.png) no-repeat center center #6f6f6f;
}
.button_5:hover {background: url(images/chat.png) no-repeat center center #5776cf;
                 box-shadow: -1px -1px 1px #bcc8ec;}

.button_6{
    background: url(images/facetime.png) no-repeat center center #6f6f6f;
}
.button_6:hover {background: url(images/facetime.png) no-repeat center center #2b98ce;
                 box-shadow: -1px -1px 1px #aad6eb;}

.button_8{
    background: url(images/voicemail.png) no-repeat center center #6f6f6f;
}
.button_8:hover {background: url(images/voicemail.png) no-repeat center center #374a81;
                 box-shadow: -1px -1px 1px #afb7cd;}

.button_7{
    background: url(images/twiter.png) no-repeat center center #6f6f6f;
}
.button_7:hover {background: url(images/twiter.png) no-repeat center center #4d68b4;
                 box-shadow: -1px -1px 1px #b8c3e1;}

.button_9{
    background: url(images/hands.png) no-repeat center center #6f6f6f;white-space: nowrap;
}
.button_9:hover {background: url(images/hands.png) no-repeat center center #253258;
                 box-shadow: -1px -1px 1px #a8abdc;}

.button_10{
    background: url(images/www.png) no-repeat center center #6f6f6f;
}
/*.button_10:hover {background: url(images/www.png) no-repeat center center #1b2541;
                  box-shadow: -1px -1px 1px #a4a8b3;}*/
.button_10:hover {background: url(images/www.png) no-repeat center center #253258;
                  box-shadow: -1px -1px 1px #a4a8b3;}

.phone_number{
    width: 140px;
    height: 22px;
    margin-top: 100px;
    font-family: 'Noto Sans', sans-serif;
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
}



/*//////link///////*/



.blue{
    font-family: 'Noto Sans', sans-serif;
    color: #3bbbe9;
    font-size: large;
}
.blue2{
    font-family: 'Noto Sans', sans-serif;
    color: #3bbbe9;
    font-size: large;
}
.blue3{
    font-family: 'Noto Sans', sans-serif;
    color: #3bbbe9;
    font-size: large;
    font-size: 14px;
    line-height: 2px;
}



/*//////////button pop up////////////*/
.arrow_down{
    display: none;
    width: 0;
    height: 0;
    margin-left: 80px;
    margin-top: 13px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;

}
.button_info, .button_info2{
    display: none;
    background-color: white;
    border: 1px solid #e3e4e5;

    margin-right: 15px;
    box-shadow: 1px 1px 2px #d1d1d1;
    position: relative;
    float: right;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;

}
.button_info{
    margin-top: -35px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.button_info2{
    white-space: nowrap;
    margin-top: -47px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#button_info3 a:link { color: black; text-decoration:none;}
#button_info3 a:visited { color: black; text-decoration:none;}

.button_1:hover  #button_info_1{
    display: block;
}
.button_1:hover  #arrow_down_1{
    display: block;
}
.button_2:hover  #button_info_2{
    display: block;
}
.button_2:hover  #arrow_down_2{
    display: block;
}
.button_3:hover  #button_info_3{
    display: block;
}
.button_3:hover  #arrow_down_3{
    display: block;
}
.button_4:hover  #button_info_4{
    display: block;
}
.button_4:hover  #arrow_down_4{
    display: block;
}
.button_5:hover  #button_info_5{
    display: block;
}
.button_5:hover  #arrow_down_5{
    display: block;
}
.button_6:hover  #button_info_6{
    display: block;
}
.button_6:hover  #arrow_down_6{
    display: block;
}
.button_7:hover  #button_info_7{
    display: block;
}
.button_7:hover  #arrow_down_7{
    display: block;
}
.button_8:hover  #button_info_8{
    display: block;
}
.button_8:hover  #arrow_down_8{
    display: block;
}
.button_9:hover  #button_info_9{
    display: block;
}
.button_9:hover  #arrow_down_9{
    display: block;
}
.button_10:hover  #button_info_10{
    display: block;
}
.button_10:hover  #arrow_down_10{
    display: block;
}



/*//////////visual scotch tape σελοτέιπ////////////*/

#scotch_top_right{
    background: url(images/scotch_left_top.png) no-repeat 0 0;
    width: 100px;
    height: 100px;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    opacity:0.6;
}
#scotch_top_left{
    background: url(images/scotch_left_bot.png) no-repeat 0 0;
    width: 100px;
    height: 100px;
    position: absolute;
    float: right;
    margin-left: 303px;
    margin-top: -32px;
    opacity:0.6;
}
#scotch_bot_left{
    background: url(images/scotch_left_top.png) no-repeat 0 0;
    width: 100px;
    height: 100px;
    position: absolute;
    float: right;
    /*    margin-left: 303px;
        margin-top: 770px;*/
    opacity:0.6;
    margin-left: 310px;
    margin-top: 670px;
}
#scotch_bot_right{
    background: url(images/scotch_left_bot.png) no-repeat 0 0;
    width: 100px;
    height: 100px;
    position: absolute;
    float: right;
    /*    margin-left: -46px;
        margin-top: 730px;*/
    opacity:0.6;
    margin-left: -73px;
    margin-top: 639px;
}

/*/////////containers////////*/

body{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,0.3) 100%), url(images/Background.jpg) repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(44%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3))), url(images/Background.jpg) repeat;
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44%,rgba(0,0,0,0.3) 100%), url(images/Background.jpg) repeat;
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44%,rgba(0,0,0,0.3) 100%), url(images/Background.jpg) repeat;
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44%,rgba(0,0,0,0.3) 100%), url(images/Background.jpg) repeat;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44%,rgba(0,0,0,0.3) 100%), url(images/Background.jpg) repeat;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ), url(images/Background.jpg) repeat;
}
#main_frame{
    width: 1000px;
    /*    height: 910px;*/
    height: 840px;
}
#form_main{
    width: 900px;
    height: 820px;
    margin-top: 85px;
}
#form_left{
    /*    height: 750px;*/
    height: 650px;
    width: 470px;
    padding: 35px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: white;
    float: left;
}
#photo_container{
    width: 190px;
    height: 250px;
    float: left;
    text-align: left;
    border-right: 3px solid #1db0e6;
}
#form_right{
    /*    height: 810px;*/
    height: 710px;
    width: 350px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: white;
    float: right;
    padding: 5px;
}
#user_info{
    width:100%;
    margin-top: 97px;
}
#business_card_info{
    width:470px;
    float: left;
    text-align: justify;
    margin-top: 50px;
    font-size: small;
    font-family: 'Noto Sans', sans-serif;
    /*    height: 320px;*/
    height: 218px;
}
#iproject_logo{
    float: left;
    margin-left: 30px;
    background: url(images/iproject_logo.png) no-repeat 0 0;
    width: 145px;
    height: 35px;
}
#download_vcard{
    float: left;
    margin-left: 30px;
    margin-top: 110px;
}

/*///////////social state//////////*/

.social_online{
    background: url(images/social_online.png) no-repeat 0 0;
    width: 13px;
    height: 13px;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}
.social_offline{
    background: url(images/social_offline.png) no-repeat 0 0;
    width: 13px;
    height: 13px;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}
.social_not_available{
    background: url(images/social_not_available.png) no-repeat 0 0;
    width: 13px;
    height: 13px;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}


#qr_code{
    float: left;
}
#link a:link { color: #3bbbe9; text-decoration:none;}
#link a:visited { color: #3bbbe9; text-decoration:none;}
#link a:hover { color:#3bbbe9; text-decoration:none;}
#message{
    text-align: left;
}
div#message input, div#message textarea{
    border: 1px solid #6f6f6f;
}
div#message button{
    color: #FFF;
    border-style: none;
    padding: 10px;
    margin-right:0px;
    float: right;
}
div#message input[name="subject"]{
    padding: 10px 5px;
}
